@charset "UTF-8";
a,
img,
button,
input,
textarea,
select {
  outline: none !important;
}

a:focus,
img:focus,
button:focus,
input:focus,
textarea:focus,
select:focus {
  box-shadow: none !important;
}

.hidden {
  display: none !important;
}

.container {
  max-width: 1366px;
  padding: 0 55px;
}

.container2 {
  max-width: 1366px;
  padding: 0 135px;
  margin: 0 auto;
  width: 100%;
}

.container2_1 {
  max-width: 1366px;
  padding: 0 100px;
  margin: 0 auto;
  width: 100%;
}

.container3 {
  max-width: 1366px;
  padding: 0 165px;
  margin: 0 auto;
  width: 100%;
}

body {
  font-size: 20px;
  line-height: 27px;
  color: #333333;
  font-family: "Oxfam TSTAR PRO";
  margin: 0 !important;
  padding: 0;
  letter-spacing: 0.4px;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
span {
  line-height: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0;
}

h3 {
  font-size: 40px;
  line-height: 45px;
  letter-spacing: 1.6px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 25px;
}

h2 {
  font-size: 45px;
  line-height: 45px;
  letter-spacing: 1.13px;
  font-weight: normal;
  color: #44841a;
  font-family: "Oxfam TSTAR PRO Headline";
}

h2 span {
  color: #333333;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

#Header01 {
  width: 100%;
}

.FixHeader {
  position: fixed;
  background-color: #fff;
  top: -100px;
  width: 100%;
  left: 0;
  z-index: 9;
  opacity: 0;
  transition: ease all 0.4s;
  -webkit-transition: ease all 0.4s;
  -moz-transition: ease all 0.4s;
}

.FixHeader.Active01 {
  opacity: 1;
  top: 0;
}

.HeadInn {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
}

.FixHeader .HeadInn {
  margin: 0;
  padding: 10px 0;
}

.HeadInn .LogoCon {
  min-width: 202px;
}

.FixHeader .HeadInn .LogoCon {
  min-width: 136px;
  width: 136px;
}

.HeadInn .HeadRight {
  width: 100%;
  padding-left: 60px;
}

.HeadInn .HeadRight .HeadTopNav {
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px #333333;
  height: 69px;
  align-items: center;
}

.HeadInn .HeadRight .HeadTopNav .SearchOuter {
  display: flex;
  margin-left: auto;
  align-items: center;
}

.HeadInn .HeadRight .HeadTopNav .SearchOuter .HeadSearch {
  height: 23px;
  position: relative;
}

.HeadInn .HeadRight .HeadTopNav .SearchOuter .HeadSearch div#SearchBar {
  position: absolute;
  right: 0;
  display: flex;
  background: #fff;
  padding: 10px;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1;
  display: none;
}

.HeadInn .HeadRight .HeadTopNav .SearchOuter .HeadSearch div#SearchBar form {
  display: flex;
}

.HeadInn .HeadRight .HeadTopNav .SearchOuter .HeadSearch div#SearchBar form #s {
  border-radius: 0;
  border: solid 1px #21994f;
  font-weight: bold;
  font-size: 14px;
  color: #000;
}

.HeadInn .HeadRight .HeadTopNav .SearchOuter .HeadSearch div#SearchBar form input#searchsubmit {
  background: #44841a;
  border: none;
  color: #fff;
  font-family: "Oxfam TSTAR PRO Headline";
  font-size: 16px;
  font-weight: bold;
  border: none;
  background-color: #44841a;
  color: #fff;
  border-radius: 0;
  padding: 0 20px;
}

.HeadInn .HeadRight .HeadTopNav .SearchOuter .SearchButton {
  width: 23px;
  height: 23px;
  display: inline-block;
  background-image: url("../images/search.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  cursor: pointer;
}

.HeadInn .HeadRight .HeadTopNav .SearchOuter .SearchButton:hover, .HeadInn .HeadRight .HeadTopNav .SearchOuter .SearchButton.Active01 {
  background-image: url("../images/SearchHover.svg");
}

.HeadInn .HeadRight .HeadTopNav .SearchOuter .HeadButton {
  margin-left: 27px;
  display: flex;
  align-items: center;
}

.HeadInn .HeadRight .HeadTopNav .SearchOuter .HeadButton a {
  color: #333333;
  font-size: 13px;
  line-height: 21px;
  letter-spacing: 0.33px;
  text-transform: uppercase;
  text-decoration: none;
  display: flex;
  font-weight: bold;
  align-items: center;
}

.HeadInn .HeadRight .HeadTopNav .SearchOuter .HeadButton a i {
  width: 12px;
  height: 15px;
  margin-right: 13px;
  background-image: url("../images/user.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.HeadInn .HeadRight .HeadTopNav .SearchOuter .HeadButton a:hover {
  color: #44841a;
}

.HeadInn .HeadRight .HeadTopNav .SearchOuter .HeadButton a:hover i {
  background-image: url("../images/UserHover.svg");
}

.HeadInn .HeadRight .HeadNavOuter {
  display: flex;
  justify-content: space-between;
  height: 70px;
  align-items: center;
}

.FixHeader .HeadInn .HeadRight .HeadNavOuter .MainMenu {
  margin: auto;
}

.HeadInn .HeadRight .HeadNavOuter .MainMenu li {
  display: inline-block;
}

.HeadInn .HeadRight .HeadNavOuter .MainMenu li a {
  color: #333333;
  text-decoration: none;
}

.TopMenu li {
  display: inline-block;
}

.TopMenu li a {
  margin-right: 37px;
  font-size: 13px;
  line-height: 21px;
  letter-spacing: 0.33px;
  color: #333333;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}

.TopMenu li a:hover {
  color: #44841a;
}

.Button04 {
  background-color: #ff1d34;
  font-size: 17px;
  line-height: 38px;
  padding: 0px 22px 0px 30px;
  display: inline-flex;
  text-decoration: none;
  color: #fff !important;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: "Oxfam TSTAR PRO Headline";
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0px;
  white-space: nowrap;
}

.Button04 img {
  margin-left: 10px;
}

.Button04:hover {
  background-color: #333333 !important;
  text-decoration: none;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link:before {
  content: "";
  border-right: solid 10px transparent;
  border-left: solid 10px transparent;
  border-bottom: solid 10px #ffffff;
  z-index: 999999;
  position: absolute !important;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0 !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  padding: 0px 0px 0px 0px;
  margin: 0 40px 0 0;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover {
  color: #44841a !important;
  font-weight: bold !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
  color: #44841a !important;
  font-weight: bold !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:hover > a {
  color: #44841a !important;
  font-weight: bold !important;
}

.mega-menu-item > .mega-sub-menu {
  padding: 50px 0 !important;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1) !important;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1) !important;
  display: flex !important;
  justify-content: center !important;
}

.mega-menu-item > .mega-sub-menu > li.mega-menu-row {
  padding: 0 105px !important;
}

.mega-menu-item > .mega-sub-menu > li.mega-menu-row > .mega-sub-menu {
  display: flex !important;
  flex-wrap: wrap !important;
}

.mega-menu-item > .mega-sub-menu > li.mega-menu-row > .mega-sub-menu > .mega-menu-column {
  display: inline-flex !important;
}

.mega-menu-item > .mega-sub-menu > li.mega-menu-row > .mega-sub-menu > .mega-menu-column.mega-BorderRight {
  padding-right: 25px !important;
  border-right: solid 1px #707070 !important;
}

.mega-menu-item > .mega-sub-menu > li.mega-menu-row > .mega-sub-menu > .mega-menu-column.mega-BorderRight div.textwidget {
  margin-top: -20px;
}

.mega-menu-item > .mega-sub-menu h4.mega-block-title {
  font-size: 30px !important;
  font-weight: bold !important;
  font-family: "Oxfam TSTAR PRO Headline" !important;
  text-transform: unset !important;
}

.mega-menu-item > .mega-sub-menu h4.mega-block-title a {
  color: #44841a !important;
  display: flex !important;
  align-items: center;
}

.mega-menu-item > .mega-sub-menu h4.mega-block-title a::after {
  content: "";
  width: 59px;
  height: 59px;
  background-image: url("../images/ArrowRight.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin: 0 0 0 10px;
  display: flex !important;
  align-items: center;
}

.mega-menu-item > .mega-sub-menu .textwidget {
  color: #333333;
  font-size: 14px;
  line-height: 20px;
  font-family: "Oxfam TSTAR PRO";
}

.mega-menu-item > .mega-sub-menu .mega-Menu03 {
  padding-left: 60px !important;
}

.mega-menu-item > .mega-sub-menu .mega-Menu03 > ul > li {
  padding: 0 !important;
}

.mega-menu-item > .mega-sub-menu .mega-Menu03 li {
  display: block;
  width: 100%;
}

.mega-menu-item > .mega-sub-menu .mega-Menu03 li a {
  color: #000 !important;
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
}

.mega-menu-item > .mega-sub-menu .mega-Menu03 .sub-menu {
  display: none;
}

.mega-menu-item > .mega-sub-menu .mega-MenuImag01 img {
  width: 100%;
}

.mega-menu-item > .mega-sub-menu .mega-MenuImag01 > ul > li {
  padding-bottom: 0 !important;
}

.mega-menu-item > .mega-sub-menu .mega-MenuBlock01 .widget_block {
  font-size: 13px;
  line-height: 27px;
  color: #000;
}

.mega-menu-item > .mega-sub-menu .mega-MenuBlock01 .widget_block > a {
  padding-right: 60px;
  background-image: url("../images/ArrowRight.svg");
  background-repeat: no-repeat;
  background-position: right 0;
  display: block;
  min-height: 65px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.mega-menu-item > .mega-sub-menu .mega-MenuBlock01 .widget_block > a p {
  margin: 0;
}

.mega-menu-item > .mega-sub-menu .mega-MenuBlock01 .widget_block > a h4 {
  color: #44841a;
  font-family: "Oxfam TSTAR PRO Headline";
  font-size: 18px;
  line-height: 27px;
  margin: 0;
  width: 100%;
}

.HeroSlider ul.slick-dots {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1366px;
  margin: auto;
  padding: 0 55px;
}

.HeroSlider ul.slick-dots li {
  display: none;
}

.HeroSlider ul.slick-dots li.slick-active {
  display: inline-block;
  width: 59px;
  height: 43px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-right: solid 1px #707070;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  position: absolute;
  left: 120px;
  bottom: 9px;
}

.HeroSlider:after {
  width: 100%;
  height: 50%;
  position: absolute;
  content: "";
  top: calc(100% - 18%);
  left: 0;
  background-image: url("../images/BorderImage.jpg");
  background-repeat: repeat-x;
  background-size: auto 11px;
  transform: skew(0deg, 3deg);
  background-color: #f8f7f5;
  z-index: 1;
}

.SliderArrow {
  position: relative;
}

.Next02.Style2.slick-arrow,
.Prev02.Style2.slick-arrow {
  top: auto;
  bottom: 0;
  right: auto;
  left: 55px;
  z-index: 9;
}

.Prev02.Style2.slick-arrow {
  margin: 0 0 -5px;
}

.Next02.Style2.slick-arrow {
  left: 205px;
}

.HeroBanner {
  position: relative;
  width: 100%;
  height: 600px;
  display: flex;
  align-items: center;
  background-color: #545454;
  color: #fff;
  font-size: 30px;
  line-height: 35px;
  letter-spacing: 0px;
  font-weight: bold;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.HeroBanner .GoDown {
  position: absolute;
  bottom: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.HeroBanner.SingleImage {
  min-height: 800px;
  padding-bottom: 150px;
}

.HeroBanner.HeroWidget {
  text-align: left;
  padding: 100px 0;
  height: auto;
  min-height: 600px;
  font-size: 20px;
  line-height: 27px;
}

.HeroBanner.HeroWidget .DonationWidget {
  margin-top: 35px;
}

.HeroBanner.HeroWidget:after {
  width: 100%;
  height: 11px;
  position: absolute;
  content: "";
  bottom: 0%;
  left: 0;
  background-image: url("../images/BorderImage.jpg");
  background-repeat: repeat-x;
  background-size: auto 11px;
}

.HeroBanner.HeroWidget h2 {
  font-size: 47px;
  line-height: 47px;
}

.HeroBanner h2 {
  font-size: 80px;
  line-height: 70px;
  font-weight: normal;
  letter-spacing: 2px;
  color: #fff;
  font-family: "Oxfam TSTAR PRO Headline";
  margin: 0 0 15px;
}

.HeroBanner .BannerContent {
  width: 100%;
  max-width: 480px;
}

body .Button01 {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  background-color: #44841a;
  padding: 10px 22px 10px 40px;
  text-decoration: none;
  border-radius: 5px;
  font-family: "Oxfam TSTAR PRO Headline";
  letter-spacing: 0.45px;
  font-weight: bold;
  display: inline-flex;
}

body .Button01 img {
  margin-left: 20px;
  width: 9px;
}

body .Button01:hover {
  background-color: #333333 !important;
  color: #fff;
  text-decoration: none;
}

body .NButton01,
.woocommerce-account .woocommerce .woocommerce-button {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  background-color: #44841a;
  padding: 10px 38px 10px 53px;
  text-decoration: none;
  border-radius: 5px;
  font-family: "Oxfam TSTAR PRO Headline";
  letter-spacing: 0.45px;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
}

body .NButton01:after,
.woocommerce-account .woocommerce .woocommerce-button:after {
  content: "";
  background-image: url("../images/Arrow01.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 9px;
  height: 8px;
  margin-left: 20px;
}

body .NButton01.ButtonColor2,
.woocommerce-account .woocommerce .woocommerce-button.ButtonColor2 {
  color: #ff1d34;
  background-color: #fff;
}

body .NButton01.ButtonColor2:after,
.woocommerce-account .woocommerce .woocommerce-button.ButtonColor2:after {
  background-image: url("../images/Arrow01Pink.svg");
}

body .NButton01.ButtonColor3,
.woocommerce-account .woocommerce .woocommerce-button.ButtonColor3 {
  color: #159a4c;
  background-color: #fff;
}

body .NButton01.ButtonColor3:after,
.woocommerce-account .woocommerce .woocommerce-button.ButtonColor3:after {
  background-image: url("../images/Arrow01Green.svg");
}

body .NButton01.ButtonColor4,
.woocommerce-account .woocommerce .woocommerce-button.ButtonColor4 {
  color: #fff;
  background-color: #f16e22;
}

body .NButton01.ButtonColor5,
.woocommerce-account .woocommerce .woocommerce-button.ButtonColor5 {
  color: #fff;
  background-color: #159a4c;
}

body .NButton01:hover,
.woocommerce-account .woocommerce .woocommerce-button:hover {
  background-color: #333333 !important;
  color: #fff;
  text-decoration: none;
}

body .NButton01:hover:after,
.woocommerce-account .woocommerce .woocommerce-button:hover:after {
  background-image: url("../images/Arrow01.svg");
}

.woocommerce-account .woocommerce .woocommerce-button {
  font-size: 15px;
  padding: 4px 20px 4px 35px;
}

body .NButton02 {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  background-color: #44841a;
  padding: 10px 38px 10px 38px;
  text-decoration: none;
  border-radius: 5px;
  font-family: "Oxfam TSTAR PRO Headline";
  letter-spacing: 0.45px;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  border: none;
  cursor: pointer;
}

body .NButton02:hover {
  background-color: #333333 !important;
  color: #fff;
  text-decoration: none;
}

body .Button02 {
  font-size: 18px;
  line-height: 30px;
  font-family: "Oxfam TSTAR PRO Headline";
  letter-spacing: 0.45px;
  color: #fff;
  background-color: #ff1d34;
  text-decoration: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  display: inline-flex;
  padding: 10px 20px 10px 30px;
}

body .Button02 img {
  margin-left: 15px;
  width: 9px;
}

body .Button02:hover {
  background-color: #333333 !important;
  text-decoration: none;
}

body .Button03 {
  background-color: #000;
  color: #fff;
  font-size: 12px;
  font-family: "Oxfam TSTAR PRO Headline";
  line-height: 12px;
  letter-spacing: 0.3px;
  text-decoration: none;
  padding: 11px 48px;
  white-space: nowrap;
}

body .Button03:hover {
  background-color: #fff;
  color: #000;
  text-decoration: none;
}

body .Button05 {
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  font-family: "Oxfam TSTAR PRO Headline";
  background-color: #ff1d34;
  text-decoration: none;
  padding: 10px 120px;
  display: inline-block;
}

body .Button05:hover {
  background-color: #333333 !important;
  text-decoration: none;
}

body .Button06 {
  font-size: 22px;
  line-height: 27px;
  color: #fff;
  font-family: "Oxfam TSTAR PRO Headline";
  background-color: #ff1d34;
  text-decoration: none;
  padding: 10px 75px;
  display: inline-block;
  position: relative;
}

body .Button06:hover {
  background-color: #333333 !important;
  text-decoration: none;
}

body .Button07 {
  font-size: 25px;
  line-height: 35px;
  color: #fff;
  font-family: "Oxfam TSTAR PRO Headline";
  background-color: #f16e22;
  text-decoration: none;
  padding: 10px 85px;
  display: inline-block;
}

body .Button07:hover {
  background-color: #333333 !important;
  text-decoration: none;
}

body .Button08 {
  font-size: 22px;
  line-height: 22px;
  color: #fff;
  font-family: "Oxfam TSTAR PRO Headline";
  background-color: #ff1d34;
  text-decoration: none;
  padding: 10px 65px;
  display: inline-block;
  position: relative;
}

body .Button08:hover {
  background-color: #333333 !important;
  text-decoration: none;
}

img.DownArrow {
  width: 17px;
  position: absolute;
  right: 15px;
  top: 15px;
}

.SingleImage {
  position: relative;
}

.SingleImage:before, .SingleImage:after {
  content: "";
  position: absolute;
  bottom: -15%;
  height: 30%;
  left: 0;
  width: 51%;
  background-image: url(../images/BorderImage.jpg);
  background-repeat: repeat-x;
  background-size: auto 11px;
  background-position: top center;
  background-color: #f8f7f5;
  transform: skew(0deg, 6deg);
  z-index: 1;
}

.SingleImage:after {
  right: 0;
  left: auto;
  transform: skew(0deg, -6deg);
  bottom: calc(-15% + 3px);
  bottom: -webkit-calc(-15% + 3px);
}

.ContentSecGrey {
  background-color: #f8f7f5;
  position: relative;
  padding: 50px 0 90px;
  margin-bottom: 174px;
}

.ContentSecGrey.__Layout1 {
  margin-top: -80px;
  margin-bottom: 150px;
}

.ContentSecGrey.Layout_3, .ContentSecGrey.Layout_4 {
  background-color: transparent;
  margin-bottom: 100px;
  padding-bottom: 0;
  padding-top: 0;
}

.ContentSecGrey.Layout_3::after, .ContentSecGrey.Layout_4::after {
  display: none;
  margin-bottom: 100px;
}

.ContentSecGrey.single_img {
  padding-top: 30px;
}

.ContentSecGrey .Layout_1_left {
  position: relative;
  font-size: 40px;
  letter-spacing: 1.6px;
  line-height: 45px;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  text-align: left;
  width: 32%;
  text-transform: uppercase;
}

.ContentSecGrey .Layout_1_left strong {
  font-family: "Oxfam TSTAR PRO Headline";
  font-size: 45px;
  letter-spacing: 1.13px;
  line-height: 45px;
  color: #44841a;
}

.ContentSecGrey .Layout_1_left:before {
  content: "";
  position: absolute;
  width: 420px;
  height: 417px;
  left: -120px;
  top: -40px;
  background-image: url("../images/Art02.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: -1;
}

.ContentSecGrey:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -74px;
  border-left: 49vw solid transparent;
  border-right: 49vw solid transparent;
  border-top: 74px solid #f8f7f5;
  z-index: 1;
}

.ContentSecGrey .ContentInn {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.ContentSecGrey .ContentInn .LeftContent {
  width: 40%;
  line-height: 27px;
}

.ContentSecGrey .ContentInn .RightContent {
  width: 60%;
  padding-left: 20px;
}

.ContentSecGrey .ContentInn.Layout02 .LeftContent {
  width: 100%;
  line-height: 27px;
  text-align: center;
}

.ContentSecGrey .ContentInn.Layout02 .RightContent {
  width: 100%;
  padding-left: 0;
  text-align: center;
}

.ContentSecGrey .ContentInn.Layout03 .LeftContent {
  width: 100%;
  line-height: 27px;
  text-align: center;
}

.ContentSecGrey .ContentInn.Layout03 .RightContent {
  width: 60%;
  padding-left: 0;
  text-align: center;
}

.ContentSecGrey .ContentInn.Layout04 .LeftContent {
  width: 68%;
  line-height: 27px;
  text-align: left;
}

.ContentSecGrey .ContentInn.Layout04 .RightContent {
  width: 100%;
  padding-left: 0;
  text-align: center;
}

.ContentSecGrey .ContentInn.Layout04 .Layout_1_left:before {
  top: -105px;
}

.List01 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.Layout02 .List01 {
  justify-content: center;
}

.Layout02 .List01 li {
  width: 25%;
  padding: 25px 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.Layout02 .List01 li .Icon01 {
  width: 100%;
  border-right: none;
  justify-content: center;
  padding: 0;
  margin: 0 0 20px;
}

.Layout02 .List01 li .Icon01 img {
  min-width: 88px;
  width: 88px;
}

.Layout02 .List01 li .ListContet strong,
.Layout02 .List01 li .ListContet b {
  margin: -18px 0 8px;
  padding: 0 0 5px;
  display: block;
  position: relative;
}

.Layout02 .List01 li .ListContet strong:after,
.Layout02 .List01 li .ListContet b:after {
  position: absolute;
  content: "";
  width: 60%;
  left: 20%;
  bottom: 0;
  height: 1px;
  background-color: #707070;
}

.Layout03 .List01 {
  justify-content: center;
}

.Layout03 .List01 li {
  width: 50%;
  padding: 25px 30px;
  flex-wrap: wrap;
}

.Layout03 .List01 li .Icon01 {
  width: 100%;
  border-right: none;
  justify-content: center;
  padding: 0;
  margin: 0 0 20px;
}

.Layout03 .List01 li .Icon01 img {
  min-width: 88px;
  width: 88px;
}

.Layout03 .List01 li .ListContet strong,
.Layout03 .List01 li .ListContet b {
  margin: 0 0 8px;
  padding: 0 0 15px;
  display: block;
  position: relative;
}

.Layout03 .List01 li .ListContet strong:after,
.Layout03 .List01 li .ListContet b:after {
  position: absolute;
  content: "";
  width: 60%;
  left: 20%;
  bottom: 0;
  height: 1px;
  background-color: #707070;
}

.Layout04 .List01 {
  justify-content: center;
}

.Layout04 .List01 li {
  width: 25%;
  padding: 25px 30px;
  flex-wrap: wrap;
}

.Layout04 .List01 li .Icon01 {
  width: 100%;
  border-right: none;
  justify-content: center;
  padding: 0;
  margin: 0 0 20px;
}

.Layout04 .List01 li .Icon01 img {
  min-width: 88px;
  width: 88px;
}

.Layout04 .List01 li .ListContet strong,
.Layout04 .List01 li .ListContet b {
  margin: -10px 0 8px;
  padding: 0 0 15px;
  display: block;
  position: relative;
}

.Layout04 .List01 li .ListContet strong:after,
.Layout04 .List01 li .ListContet b:after {
  position: absolute;
  content: "";
  width: 60%;
  left: 20%;
  bottom: 0;
  height: 1px;
  background-color: #707070;
}

.List01 li {
  width: 50%;
  padding: 25px 5px;
  display: flex;
}

.List01 li .Icon01 {
  padding-right: 12px;
  border-right: solid 1px #707070;
  margin-right: 19px;
  display: flex;
}

.List01 li .Icon01 img {
  min-width: 64px;
  width: 64px;
}

.List01 li .ListContet > span {
  font-size: 17px;
  letter-spacing: 0px;
  line-height: 18px;
  font-weight: bold;
  color: #159a4c;
}

.List01 li .ListContet strong,
.List01 li .ListContet b {
  font-weight: bold;
  font-size: 59px;
  letter-spacing: 1.04px;
  line-height: 50px;
  color: #333333;
}

.List01 li .ListContet span {
  display: block;
}

.ContentSec01 {
  padding: 0 0 120px;
  text-align: center;
}

body.page-template-home .Grid01 .GridInn {
  width: 50%;
}

.Grid01 {
  display: flex;
  text-align: left;
  margin: 0 -30px;
  flex-wrap: wrap;
}

.Grid01 .GridInn {
  padding: 0 30px 60px;
  position: relative;
}

.Grid01 .GridInn .Tags02 {
  position: absolute;
  right: 30px;
  top: 0;
  z-index: 1;
  background-color: #f8f7f5;
  font-size: 16px;
  line-height: 19px;
  padding: 9px 15px;
  color: #63a43c;
  font-family: "Oxfam TSTAR PRO Headline";
  display: inline-flex;
}

.Grid01 .GridInn .Tags02 a {
  color: #333333;
  text-decoration: none;
  margin-left: 5px;
}

.Grid01 .GridInn .Tags02 a:hover {
  color: #63a43c;
}

.Grid01 .GridInn a {
  display: block;
  text-decoration: none;
}

.Grid01 .GridInn a .GridImg {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  height: 430px;
  background-color: #333333 !important;
}

.Grid01 .GridInn a .GridImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: ease all 0.2s;
}

.Grid01 .GridInn a .GridContent {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: -90px;
  z-index: 1;
  position: relative;
}

.Grid01 .GridInn a .GridContent span.GridHeading {
  display: block;
  font-size: 30px;
  line-height: 45px;
  font-family: "Oxfam TSTAR PRO Headline";
  letter-spacing: 0.75px;
  font-weight: bold;
  padding: 8px 35px;
  color: #fff;
}

.Grid01 .GridInn a .GridContent span.GridContent02 {
  display: block;
  margin-left: auto;
  background-color: #fff;
  font-size: 17px;
  color: #333333;
  font-family: "Oxfam TSTAR PRO Headline";
  font-weight: bold;
  line-height: 21px;
  letter-spacing: 0px;
  padding: 23px 90px 0 30px;
  max-width: calc(100% - 50px);
  position: relative;
  min-height: 75px;
}

.Grid01 .GridInn a .GridContent span.GridContent02 svg {
  position: absolute;
  right: -5px;
  bottom: 10px;
}

.Grid01 .GridInn a:hover .SVGPath {
  fill: #333333 !important;
  stroke: #333333 !important;
}

.Grid01 .GridInn a:hover .SVGPath2,
.Grid01 .GridInn a:hover .SVGLine {
  stroke: #fff !important;
}

.Grid01 .GridInn a:hover img {
  transform: scale(1.1);
}

.HelpSec {
  background-size: cover;
  color: #fff;
  margin-bottom: 110px;
}

.HelpSec .Helpcontent {
  padding: 100px 0 20px;
  max-width: 480px;
  width: 100%;
  color: #fff;
}

.HelpSec .Helpcontent h2 {
  color: #fff;
}

.HelpSec .HelpBottom {
  display: flex;
  width: 100%;
  border-top: solid 1px #fff;
  padding: 20px 0 34px;
}

.HelpSec .HelpBottom li {
  display: inline-block;
  padding-right: 65px;
}

.HelpSec .HelpBottom li a {
  color: #fff;
  text-decoration: none;
  background-image: url("../images/ArrowRight02.svg");
  background-repeat: no-repeat;
  padding-right: 20px;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0;
  font-weight: 500;
  background-position: right center;
  display: block;
}

.NewsSec {
  padding: 70px 0 60px;
}

.NewsSec .Art01 {
  position: relative;
}

.NewsSec .Art01:before {
  width: 250px;
  height: 250px;
  content: "";
  position: absolute;
  left: -70px;
  top: -70px;
  background-image: url("../images/Art02.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.NewsSec h2 {
  position: relative;
  display: block;
  z-index: 999;
  padding-bottom: 2vh;
}

.NewsSec .NewsSlider {
  margin: 45px 0 0;
}

.NewsSec .NewsGridInn {
  padding-right: 25px;
  width: 100%;
}

.NewsSec .NewsGridInn .NewsImage {
  width: 100%;
  position: relative;
  margin: 0 0 35px;
  height: 283px;
  overflow: hidden;
  background-color: #333333 !important;
}

.NewsSec .NewsGridInn .NewsImage a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}

.NewsSec .NewsGridInn .NewsImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: ease all 0.2s;
  -webkit-transition: ease all 0.2s;
  -moz-transition: ease all 0.2s;
}

.NewsSec .NewsGridInn .NewsImage:hover img {
  transform: scale(1.1);
}

.NewsSec .NewsGridInn .NewsImage .NewsHeading {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #159a4c;
  color: #fff;
  font-size: 21px;
  letter-spacing: 0px;
  font-family: "Oxfam TSTAR PRO Headline";
  line-height: 21px;
  padding: 16px 33px 16px 23px;
}

.NewsSec .NewsGridInn .NewsContent a {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #44841a;
  text-decoration: underline;
}

.NewsSec .NewsGridInn .NewsContent a:hover {
  color: #333333;
}

.Next01.slick-arrow,
.Prev01.slick-arrow,
.Next02.slick-arrow,
.Prev02.slick-arrow,
.Next03.slick-arrow,
.Prev03.slick-arrow {
  position: absolute;
  right: 0;
  top: 0;
  width: 59px;
  height: 59px;
  overflow: hidden;
  color: transparent;
  background-color: transparent;
  border: transparent;
}

.slick-arrow.slick-disabled {
  opacity: 0.5;
}

.Next01.slick-arrow,
.Next02.slick-arrow,
.Next03.slick-arrow {
  background-image: url("../images/ArrowRight.svg");
}

.Next01.slick-arrow:hover:not(.slick-disabled),
.Next02.slick-arrow:hover:not(.slick-disabled),
.Next03.slick-arrow:hover:not(.slick-disabled) {
  background-image: url("../images/ArrowRight_HoverBlack.svg");
}

.Prev01.slick-arrow,
.Prev02.slick-arrow,
.Prev03.slick-arrow {
  background-image: url("../images/ArrowRight.svg");
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  right: 56px;
  margin-top: 5px;
}

.Prev01.slick-arrow:hover:not(.slick-disabled),
.Prev02.slick-arrow:hover:not(.slick-disabled),
.Prev03.slick-arrow:hover:not(.slick-disabled) {
  background-image: url("../images/ArrowRight_HoverBlack.svg");
}

.MB410 {
  margin-bottom: 30px !important;
}

.MB20 {
  margin-bottom: 20px !important;
}

.MB30 {
  margin-bottom: 30px !important;
}

.MB40 {
  margin-bottom: 40px !important;
}

.MB50 {
  margin-bottom: 50px !important;
}

.MB60 {
  margin-bottom: 60px !important;
}

.MB70 {
  margin-bottom: 70px !important;
}

.MB80 {
  margin-bottom: 80px !important;
}

.MB90 {
  margin-bottom: 90px !important;
}

.FundChart {
  margin-bottom: 170px;
  padding-top: 55px;
}

.FundChart .Head01 {
  font-weight: bold;
  text-align: center;
  font-family: "Oxfam TSTAR PRO Headline";
  font-size: 17px;
  line-height: 21px;
  letter-spacing: 0;
}

.FundChart .ChartInn02 {
  padding: 0 110px;
  background-color: transparent;
  position: relative;
}

.FundChart .ChartInn02:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #f8f7f5;
  z-index: -9;
  transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
}

.FundChart .ChartInn02 .FundChartInn {
  display: flex;
  margin: 50px 0 0;
}

.FundChart .ChartInn02 .FundChartInn .LeftContent {
  padding: 10px 10px 0 0;
}

.FundChart .ChartInn02 .FundChartInn .LeftContent ul.Steps01 {
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0 30px;
}

.FundChart .ChartInn02 .FundChartInn .LeftContent ul.Steps01 li {
  width: 30%;
  padding: 35px 18px 0 0;
  font-size: 17px;
  line-height: 18px;
  letter-spacing: 0;
  font-weight: bold;
  position: relative;
}

.FundChart .ChartInn02 .FundChartInn .LeftContent ul.Steps01 li:before, .FundChart .ChartInn02 .FundChartInn .LeftContent ul.Steps01 li > i {
  position: absolute;
  content: "";
  width: calc(100% - 18px);
  left: 0;
  top: 0;
  height: 11px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}

.FundChart .ChartInn02 .FundChartInn .Chart {
  min-width: 380px;
  padding: 30px 50px 50px;
}

.FundChart .ChartInn02 .FundChartInn .Chart img {
  width: 100%;
}

.Pad0 {
  padding: 0;
}

.ButtonOuter {
  text-align: center;
}

.FloatingBanner {
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #ff1d34;
  font-family: "Oxfam TSTAR PRO Headline";
  font-size: 18px;
  letter-spacing: 0.9px;
  line-height: 20px;
  color: #fff;
  width: 100%;
  z-index: 9;
}

.FloatingBanner .FloatingBannerInn {
  display: flex;
  align-items: center;
}

.FloatingBanner .FloatingBannerInn h4 {
  font-size: 25px;
  letter-spacing: 0.55px;
  line-height: 25px;
  padding: 0 30px 0 45px;
  margin: 0 20px 0 0;
  border-right: solid 1px #630335;
  font-family: "Oxfam TSTAR PRO Headline";
}

.FloatingBanner .FloatingBannerInn p {
  margin: 0 20px 0 0;
}

.FloatingBanner .FloatingBannerInn .Button03 {
  margin: 0 35px 0 auto;
}

.CloseFloatBanner {
  width: 11px;
  height: 11px;
  background-image: url("../images/Close01.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  cursor: pointer;
  margin-right: 10px;
}

h5 {
  font-size: 18px;
  letter-spacing: 0;
  font-family: "Oxfam TSTAR PRO Headline";
  color: #44841a;
}

h6 {
  font-size: 17px;
  line-height: 21px;
  letter-spacing: 0;
  font-family: "Oxfam TSTAR PRO Headline";
  color: #333333;
}

.NewsLetter {
  background-image: url("../images/NewsLetterBG.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
}

.NewsLetter .NewsLetterInn {
  padding: 48px 60px;
}

.NewsLetter .NewsLetterInn .mailpoet-heading {
  color: #fff;
  font-size: 45px;
  line-height: 45px;
  letter-spacing: 1.13px;
  font-family: "Oxfam TSTAR PRO Headline";
  margin: 0 !important;
}

.NewsLetter .NewsLetterInn .TextField01 input {
  font-size: 17px !important;
  line-height: 17px !important;
  letter-spacing: 0.42px !important;
  color: #000 !important;
  border-radius: 6px !important;
  -webkit-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  border: none !important;
  background-color: #fff !important;
  padding: 15px !important;
  font-family: "Oxfam TSTAR PRO" !important;
}

.NewsLetter .NewsLetterInn #mailpoet_form_1 .mailpoet_form_column:not(:first-child) {
  margin-left: 10px !important;
}

.SubmitButton01 input {
  background-color: #f16e22 !important;
  background-image: url("../images/Arrow01.svg");
  background-repeat: no-repeat;
  background-position: 92% center;
  background-size: 9px;
  color: #fff !important;
  font-size: 18px !important;
  letter-spacing: 0.45px !important;
  font-family: "Oxfam TSTAR PRO Headline" !important;
  line-height: 30px !important;
  padding: 10px 40px !important;
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
}

.FooterCon {
  background-color: #f5f5ef;
}

.FooterCon .FooterInn {
  display: flex;
  border-bottom: solid 1px #21994f;
  padding: 55px 60px 0;
  margin: 0 -15px;
}

.FooterCon .FooterInn .sub-menu {
  display: none;
}

.FooterCon .FooterInn .FootCol {
  width: 20%;
  padding: 0 15px;
}

.FooterCon .FooterInn .FootCol ul {
  margin: 0 0 15px;
}

.FooterCon .FooterInn .FootCol ul li a {
  font-size: 14px;
  letter-spacing: 0.35px;
  line-height: 22px;
  color: #333333;
  text-decoration: none;
}

.FooterCon .FooterInn .FootCol ul li a:hover {
  color: #44841a;
}

.FooterCon .FooterInn .FootCol.FCol4 {
  width: 40%;
  display: flex;
  flex-wrap: wrap;
}

.FooterCon .FooterInn .FootCol .FootCol {
  width: 50%;
}

.FooterCon .FootInn02 {
  display: flex;
  padding: 25px 60px 10px;
}

.FooterCon .FootInn02 .FootLogo img {
  width: 192px;
}

.FooterCon .FootInn02 .FootContent {
  margin: 0 55px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.35px;
}

.FooterCon .FootInn02 .FootContent a {
  color: #333333;
  font-weight: bold;
  text-decoration: none;
}

.FooterCon .FootInn02 .FootContent a:hover {
  color: #44841a;
}

.FooterCon .CopyrightOuter {
  width: 100%;
  padding: 70px 0 30px;
  position: relative;
  background-image: url("../images/WaveBg.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.FooterCon .CopyrightOuter:after {
  width: 100%;
  height: 11px;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  background-image: url(../images/BorderImage.jpg);
  background-repeat: repeat-x;
  background-size: auto 11px;
}

.FooterCon .FootInn3 {
  display: flex;
  justify-content: space-between;
  padding: 0 60px;
}

.FooterCon .FootInn3 .CopyRight {
  font-family: "Oxfam TSTAR PRO Headline";
  color: #44841a;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.35px;
}

.FooterCon .FootInn3 .FootMenu {
  margin: 0 -25px;
}

.FooterCon .FootInn3 .FootMenu li {
  display: inline-block;
  border-right: solid 1px #707070;
}

.FooterCon .FootInn3 .FootMenu li a {
  color: #333333;
  padding: 0 25px;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.35px;
  text-decoration: none;
}

.FooterCon .FootInn3 .FootMenu li a:hover {
  color: #44841a;
}

.FooterCon .FootInn3 .FootMenu li:last-child {
  border: none;
}

.FootNumber {
  font-size: 23px;
  line-height: 27px;
  letter-spacing: 0px;
  font-family: "Oxfam TSTAR PRO Headline";
  color: #44841a;
  border-top: solid 1px #21994f;
  padding: 25px 10px 20px;
  margin: 50px 0 0 auto;
}

.SmIcons {
  display: flex;
}

.SmIcons a {
  margin-left: 10px;
}

.BurgerMenu01,
.MobileMenu {
  display: none;
}

.HeroSec {
  width: 100%;
  background-size: cover;
  background-color: #333333 !important;
  position: relative;
  background-position: top center;
}

.HeroSec.FlexibleContent {
  margin-bottom: 80px;
}

.HeroSec.FlexibleContent::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  background: transparent linear-gradient(180deg, #16161500 10%, #161615 100%) 0% 0% no-repeat padding-box;
  opacity: 0.43;
}

.HeroSec.FlexibleContent .HeroSecContent {
  position: relative;
  z-index: 2;
}

.HeroSec:after {
  width: 100%;
  height: 11px;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  background-image: url("../images/BorderImage.jpg");
  background-repeat: repeat-x;
  background-size: auto 11px;
  z-index: 1;
}

.HeroSec .HeroSecContent {
  min-height: 612px;
  padding: 100px 0;
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 0;
  font-weight: bold;
}

.HeroSec h1 {
  font-size: 60px;
  line-height: 70px;
  letter-spacing: 1.5px;
  font-family: "Oxfam TSTAR PRO Headline";
}

.HeroSec.DonationWidgetEnable h1 {
  font-size: 47px;
  line-height: 47px;
  letter-spacing: 1.41px;
}

.HeroSec .GoDown {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.GoDown {
  width: 86px;
  height: 87px;
  display: inline-block;
  background-image: url("../images/ArrowDown.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  text-indent: 500px;
  overflow: hidden;
  color: transparent;
}

.Tabs01 {
  margin-bottom: 135px;
}

.Tabs01 .TabContent {
  display: none;
}

.Tabs01 ul.Tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -2px 65px;
}

.Tabs01 ul.Tabs li {
  width: calc(25% - 4px);
  width: -webkit-calc(25% - 4px);
  text-align: center;
  position: relative;
  cursor: pointer;
  font-size: 23px;
  line-height: 27px;
  font-weight: bold;
  font-family: "Oxfam TSTAR PRO Headline";
  letter-spacing: 0;
  padding-bottom: 30px;
  display: inline-block;
  margin: 2px;
}

.Tabs01 ul.Tabs li::after {
  position: absolute;
  width: 100%;
  content: "";
  height: 15px;
  background-color: #ededed;
  left: 0;
  bottom: 0;
}

.Tabs01 ul.Tabs li:nth-child(2):after {
  border-radius: 7px 0 0 7px;
  -webkit-border-radius: 7px 0 0 7px;
  -moz-border-radius: 7px 0 0 7px;
}

.Tabs01 ul.Tabs li:last-child:after {
  border-radius: 0 7px 7px 0;
  -webkit-border-radius: 0 7px 7px 0;
  -moz-border-radius: 0 7px 7px 0;
}

.Tabs01 ul.Tabs li::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  transform: translateX(-50%);
  border-left: solid 15px transparent;
  border-right: solid 15px transparent;
  border-top: solid 15px #f16e22;
  display: none;
}

.Tabs01 ul.Tabs li.Active01 {
  color: #f16e22;
}

.Tabs01 ul.Tabs li.Active01::before {
  display: block;
}

.Tabs01 ul.Tabs li.Active01:after {
  background-color: #f16e22;
}

.Tabs01 .TabContentInn strong,
.Tabs01 .TabContentInn b {
  color: #f16e22;
}

.SimpleContent {
  text-align: center;
  margin-bottom: 100px;
  width: 100%;
  display: block;
}

.SimpleContent a {
  color: #159a4c;
  text-decoration: underline;
}

.SimpleContent a:hover {
  color: #333333;
}

.Blocks2Con {
  margin-bottom: 90px;
  width: 100%;
  display: block;
}

.Blocks2Con .Blocks02Outer {
  margin: 0 -20px;
}

.Blocks2Con .Blocks02Outer .Blocks02 {
  padding: 20px;
}

.Blocks2Con .Blocks02Outer .Blocks02.HasContent > div.Image01 {
  height: auto;
}

.Blocks2Con .Blocks02Outer .Blocks02 > div.Image01 {
  position: relative;
  padding-left: 15px;
  width: 100%;
  height: 100%;
}

.Blocks2Con .Blocks02Outer .Blocks02 > div.Image01 > a {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

.Blocks2Con .Blocks02Outer .Blocks02 > div.Image01 > a:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

.Blocks2Con .Blocks02Outer .Blocks02 > div.Image01 > a:hover h4:after {
  background-image: url("../images/ArrowRight03_hover.svg");
}

.Blocks2Con .Blocks02Outer .Blocks02 > div.Image01 > a .BlockImage {
  width: 100%;
  height: 100%;
}

.Blocks2Con .Blocks02Outer .Blocks02 > div.Image01 > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: ease all 0.3s;
}

.Blocks2Con .Blocks02Outer .Blocks02 > div.Image01 > a h4 {
  position: absolute;
  left: 0;
  bottom: 28px;
  font-size: 22px;
  letter-spacing: 0.88px;
  line-height: 26px;
  font-family: "Oxfam TSTAR PRO Headline";
  color: #fff;
  padding: 10px 100px 10px 15px;
  display: flex;
  text-align: left;
  width: 100%;
  background-color: #44841a;
}

.Blocks2Con .Blocks02Outer .Blocks02 > div.Image01 > a h4:after {
  content: "";
  width: 70px;
  height: 70px;
  background-image: url("../images/ArrowRight03.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin: 0 0 0 10px;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.Blocks2Con .Blocks02Outer .Blocks02 .Content {
  padding-top: 20px;
  padding-left: 15px;
}

.MB100 {
  margin-bottom: 100px;
}

.Layout_2 {
  margin-bottom: 110px;
}

.Layout_2 .Layout_2_left {
  position: relative;
  min-height: 550px;
  align-content: center;
  display: flex;
  flex-wrap: wrap;
}

.Layout_2 .Layout_2_left:before {
  content: "";
  position: absolute;
  width: calc(100% + 300px);
  height: calc(100% + 300px);
  left: -150px;
  top: -150px;
  margin: 0;
  background-image: url("../images/Art02.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: -1;
}

.List02 li {
  display: flex;
  width: 100%;
  font-size: 17px;
  letter-spacing: 0;
  font-family: "Oxfam TSTAR PRO Headline";
  line-height: 21px;
  padding: 15px 0;
}

.List02 li h4 {
  font-size: 23px;
  line-height: 27px;
  font-family: "Oxfam TSTAR PRO Headline";
  color: #44841a;
  margin-bottom: 20px;
}

.List02 li .Icon {
  min-width: 82px;
  width: 82px;
  height: 85px;
  text-align: center;
  margin-right: 30px;
}

.SliderHead {
  margin: 0 0 45px;
}

.Map01 {
  margin-bottom: 90px;
}

.SliderSec {
  padding: 0;
  margin: 0 0 100px;
}

section#slider_layout_3 {
  padding-top: 67px;
}

.slider_layout_1 .SlideHeading,
.slider_layout_3 .SlideHeading {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #159a4c;
  color: #fff;
  font-size: 16px;
  font-family: "Oxfam TSTAR PRO Headline";
  letter-spacing: 0;
  line-height: 20px;
  padding: 8px 10px;
}

.slider_layout_1 .SlideHeading a,
.slider_layout_3 .SlideHeading a {
  color: #fff;
  text-decoration: none;
}

.slider_layout_1 .NewsContent,
.slider_layout_3 .NewsContent {
  letter-spacing: 0.8px;
}

.slider_layout_1 h4,
.slider_layout_3 h4 {
  font-size: 25px;
  line-height: 32px;
  letter-spacing: 0.63px;
  font-family: "Oxfam TSTAR PRO Headline";
  color: #333333;
}

.slider_layout_1 h4 a,
.slider_layout_3 h4 a {
  color: #333333 !important;
  text-decoration: none !important;
}

.slider_layout_1 h4 a:hover,
.slider_layout_3 h4 a:hover {
  text-decoration: none !important;
  color: #44841a !important;
}

.slider_layout_2 .SlideHeading {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #f8f7f5;
  color: #333333;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  padding: 8px 10px;
  font-weight: bold;
  max-width: 90%;
}

.slider_layout_2 .SlideHeading a {
  color: #333333;
  text-decoration: none;
  word-break: break-all;
}

.slider_layout_2 .SlideHeading span {
  color: #63a43c;
  padding-right: 4px;
}

.slider_layout_2 h4 {
  font-size: 25px;
  line-height: 32px;
  letter-spacing: 0.64px;
  font-family: "Oxfam TSTAR PRO Headline";
  color: #333333;
}

.slider_layout_2 h4 a {
  color: #333333 !important;
  text-decoration: none !important;
}

.slider_layout_2 h4 a:hover {
  text-decoration: none !important;
  color: #44841a !important;
}

.slider_layout_2 .NewsContent {
  letter-spacing: 0.8px;
}

.Layout_3 {
  margin: 0 0 100px;
  padding: 100px 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background-color: #333333 ;
  background-repeat: no-repeat;
  background-size: cover;
}

.Layout_3.nomargin {
  margin: 0;
}

.Layout_3.dark {
  color: #fff;
}

.Layout_3.dark h2 {
  color: #fff;
}

.Layout_3 h2 {
  margin: 0 0 30px;
  font-size: 47px;
  line-height: 47px;
  letter-spacing: 1.41px;
}

.ButtonOuter02 {
  margin: 0 -10px;
}

.ButtonOuter02 .Button01 {
  margin: 10px;
}

.ButtonOuter02 .Button01:hover {
  background-color: #333333 !important !important;
}

.Floatingtext {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #159a4c;
  color: #fff;
  font-size: 21px;
  font-family: "Oxfam TSTAR PRO Headline";
  line-height: 39px;
  padding: 7px 10px;
  letter-spacing: 0;
}

.Floatingtext a {
  color: #fff;
  text-decoration: none;
}

.SingleImage02 .NewsGridInn .NewsImage {
  height: 456px;
  margin: 0 0 10px 0;
}

.Slider__2 {
  padding-right: 0;
}

.Slider__2 .Floatingtext {
  background-color: #44841a;
}

.Slider__2 .NewsGridInn {
  padding-right: 0;
}

.Slider__2 .NewsGridInn .NewsImage {
  height: 188px;
  margin: 0 0 10px;
}

.FlexibleButton {
  text-align: center;
  margin: -100px 0 100px;
  position: relative;
  z-index: 1;
}

.fondi_raccolti_outer {
  padding: 55px 0 0;
}

.AccordionOuter {
  margin: 0 0 100px;
  overflow: hidden;
}

.AccordionOuter.NoArt {
  margin: 0;
}

.AccordionOuter .Art02 {
  position: relative;
}

.AccordionOuter .Art02:before {
  width: 475px;
  height: 465px;
  position: absolute;
  content: "";
  left: -50px;
  top: 0;
  background-image: url("../images/Art02.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: -1;
  max-width: 100%;
  max-height: 100%;
}

.AccordionOuter .Art02:after {
  width: 840px;
  height: 800px;
  position: absolute;
  content: "";
  right: -200px;
  bottom: 0;
  background-image: url("../images/Art02.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: -1;
  max-width: 100%;
  max-height: 100%;
}

.AccordionOuter .accordion-button::after {
  background-image: url("../images/PlusIcon.svg");
  width: 51px;
  height: 51px;
  background-size: 100% auto;
}

.AccordionOuter .accordion-button:not(.collapsed)::after {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  background-image: url("../images/MinusIcon.svg");
}

.AccordionOuter .accordion-button {
  font-size: 20px;
  line-height: 45px;
  letter-spacing: 0.6px;
  padding: 15px 0;
  background: none;
  border: none;
  box-shadow: unset;
  -webkit-box-shadow: unset;
  -moz-box-shadow: unset;
}

.AccordionOuter .accordion-button:not(.collapsed) {
  color: #44841a;
}

.AccordionOuter .accordion-body {
  padding: 0 0 15px;
}

.AccordionOuter .accordion-body a {
  font-weight: bold;
  color: #44841a;
  text-decoration: none;
}

.AccordionOuter .accordion-body a:hover {
  color: #333333;
}

.AccordionOuter .accordion-item {
  border: none;
  border-bottom: solid 1px #000;
  background: none;
}

.AccordionOuter .accordion-item:last-child {
  border-bottom: none;
}

.Block_1_Head {
  margin: 0 0 30px;
}

.Block_1_Head.HasContent {
  margin: 0 0 50px;
}

.gradient {
  background: transparent linear-gradient(180deg, #f8f7f5 0%, #f8f7f500 100%) 0% 0% no-repeat padding-box !important;
  padding-top: 70px;
}

.MobileOnly {
  display: none;
}

.DonationWidget {
  display: flex;
  width: 100%;
  margin: 0 0 70px;
}

.DonationWidget #give-donation_widget_hsi.my-donate.donation_box .give-recurring-multi-level-message {
  display: none;
}

.DonationWidget #give-donation_widget_hsi.my-donate.donation_box .give_widget_custom_content {
  position: absolute;
  left: 80%;
  top: 50px;
  width: 385px;
  display: block;
}

.DonationWidget #give-donation_widget_hsi.my-donate.donation_box .give_widget_custom_content.Duplicate {
  display: none;
}

.DonationWidget #give-donation_widget_hsi.my-donate.donation_box .give_widget_custom_content li {
  display: none;
}

.DonationWidget #give-donation_widget_hsi.my-donate.donation_box .give_widget_custom_content li .LevelContentOuter {
  display: flex;
  flex-direction: row-reverse;
  padding: 17px 15px 17px 35px;
  background: #fff;
  color: #333333;
  font-size: 16px;
  line-height: 21px;
}

.DonationWidget #give-donation_widget_hsi.my-donate.donation_box .give_widget_custom_content li .LevelContentOuter > img {
  width: 125px;
  max-width: 125px;
  min-width: auto;
  margin-left: 20px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  object-fit: contain;
}

.DonationWidget #give-donation_widget_hsi.my-donate.donation_box .give_widget_custom_content li .LevelContentOuter .LevelContent {
  font-size: 15px;
  line-height: 24px;
  color: #333333;
}

.DonationWidget #give-donation_widget_hsi.my-donate.donation_box .give_widget_custom_content li .LevelContentOuter .LevelContent h3 {
  font-size: 17px;
  line-height: 21px;
  letter-spacing: 0;
  font-family: "Oxfam TSTAR PRO Headline";
  color: #333333;
  border-left: solid 6px #44841a;
  padding: 5px 0 5px 15px;
  margin: 10px 0 10px;
  letter-spacing: 0;
}

.DonationWidget #give-donation_widget_hsi.my-donate.donation_box .give_widget_custom_content li .LevelContentOuter .LevelContent h3 span {
  color: #44841a;
}

.DonationWidget #give-donation_widget_hsi.my-donate.donation_box .give_widget_custom_content li .LevelContentOuter .LevelContent strong {
  color: #44841a;
}

.DonationWidget #give-donation_widget_hsi.my-donate.donation_box .give_widget_custom_content li .LevelContentOuter p {
  margin: 0;
}

.DonationWidget #give-donation_widget_hsi.my-donate.donation_box .give_widget_custom_content li .LevelContentOuter:before {
  content: "";
  position: absolute;
  border-top: solid 20px transparent;
  border-bottom: solid 20px transparent;
  border-right: 20px solid #fff;
  left: -20px;
  top: 30px;
}

.DonationWidget #give-donation_widget_hsi.my-donate.donation_box .give-form ul#give-donation-level-radio-list li {
  background: transparent;
  min-width: 100px;
  width: auto;
}

.DonationWidget #give-donation_widget_hsi.my-donate.donation_box .give-form ul#give-donation-level-radio-list li > span, .DonationWidget #give-donation_widget_hsi.my-donate.donation_box .give-form ul#give-donation-level-radio-list li > label {
  background-color: #fff !important;
  color: #333333;
  width: 100%;
  height: 70px !important;
  border-radius: 4px;
  flex-wrap: wrap;
  align-content: center;
  font-family: "Oxfam TSTAR PRO Headline";
}

.DonationWidget #give-donation_widget_hsi.my-donate.donation_box .give-form ul#give-donation-level-radio-list li > span span.give-recurring-multilevel-label, .DonationWidget #give-donation_widget_hsi.my-donate.donation_box .give-form ul#give-donation-level-radio-list li > label span.give-recurring-multilevel-label {
  display: block;
  width: 100%;
}

.DonationWidget #give-donation_widget_hsi.my-donate.donation_box .give-form ul#give-donation-level-radio-list li input.give-default-level ~ span,
.DonationWidget #give-donation_widget_hsi.my-donate.donation_box .give-form ul#give-donation-level-radio-list li input.give-default-level ~ label {
  background-color: #44841a !important;
  color: #fff;
}

.DonationWidget #give-donation_widget_hsi.my-donate.donation_box .give-form ul#give-donation-level-radio-list li:last-child {
  display: inline-block;
}

.DonationWidget #give-donation_widget_hsi.my-donate.donation_box .steps ul li span,
.DonationWidget #give-donation_widget_hsi.my-donate.donation_box .steps ul li label,
.DonationWidget #give-donation_widget_hsi.my-donate.donation_box .step2 .steps ul li span,
.DonationWidget #give-donation_widget_hsi.my-donate.donation_box .step2 .steps ul li label {
  background-color: #fff !important;
  color: #333333;
}

.DonationWidget #give-donation_widget_hsi.my-donate.donation_box .steps ul li input.give-default-level ~ span,
.DonationWidget #give-donation_widget_hsi.my-donate.donation_box .steps ul li input.give-default-level ~ label,
.DonationWidget #give-donation_widget_hsi.my-donate.donation_box .step2 .steps ul li input.give-default-level ~ span,
.DonationWidget #give-donation_widget_hsi.my-donate.donation_box .step2 .steps ul li input.give-default-level ~ label {
  background-color: #44841a !important;
  color: #fff;
}

.DonationWidget #give-donation_widget_hsi.my-donate.donation_box .donation-tab {
  padding: 0;
}

.DonationWidget #give-donation_widget_hsi.my-donate.donation_box #pills-tab {
  display: flex;
  margin-bottom: 30px !important;
}

.DonationWidget #give-donation_widget_hsi.my-donate.donation_box #pills-tab li {
  font-size: 17px;
  line-height: 21px;
  font-family: "Oxfam TSTAR PRO Headline";
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  position: relative;
  padding: 3px 30px 3px 40px;
  cursor: pointer;
}

.DonationWidget #give-donation_widget_hsi.my-donate.donation_box #pills-tab li.Active01::before {
  background: #44841a;
}

.DonationWidget #give-donation_widget_hsi.my-donate.donation_box #pills-tab li:before {
  content: "";
  position: absolute;
  width: 27px;
  height: 27px;
  background: #fff;
  left: 0;
  top: 0;
  border-radius: 50%;
  border: solid 5px #fff;
}

.DonationWidget #give-donation_widget_hsi.my-donate.donation_box button.give-btn {
  width: 100% !important;
  max-width: 330px !important;
  text-align: center !important;
  font-size: 18px !important;
  line-height: 30px !important;
  font-weight: bold !important;
  border-radius: 5px;
  background-color: #44841a !important;
  font-family: "Oxfam TSTAR PRO Headline";
}

.DonationWidget #give-donation_widget_hsi.my-donate.donation_box button.give-btn:hover {
  background-color: #333333 !important;
}

.DonationWidget #give-donation_widget_hsi.my-donate.donation_box button.give-btn:before {
  display: none !important;
}

.DonationWidget #give-donation_widget_hsi.my-donate.donation_box button.give-btn:after {
  /* color: transparent; */
  display: inline-block !important;
  position: relative !important;
  content: "" !important;
  margin: 0 !important;
  float: none !important;
  width: 9px;
  height: 9px;
  background-image: url("../images/Arrow01.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin: 0 0 0 10px !important;
}

.DonationWidget #give-donation_widget_hsi.my-donate.donation_box form[id*="give-form"] #give-gateway-radio-list > li label.give-gateway-option,
.DonationWidget #give-donation_widget_hsi.my-donate.donation_box .step2 form.give-form legend,
.DonationWidget #give-donation_widget_hsi.my-donate.donation_box .step2 h4,
.DonationWidget #give-donation_widget_hsi.my-donate.donation_box .step2 .give-payment-mode-label,
.DonationWidget #give-donation_widget_hsi.my-donate.donation_box .step2 #give_checkout_user_info legend {
  color: #fff;
}

.DonationWidget #give-donation_widget_hsi.my-donate.donation_box #give-gateway-radio-list .give-gateway-option-selected {
  border-bottom: 7px solid #44841a;
}

.DonationWidget #give-donation_widget_hsi.my-donate.donation_box form.give-form ul#give-gateway-radio-list li {
  min-width: unset;
  width: auto;
  margin-right: 30px !important;
}

.DonationWidget #give-donation_widget_hsi.my-donate.donation_box form.give-form input,
.DonationWidget #give-donation_widget_hsi.my-donate.donation_box .give-stripe-cc-field,
.DonationWidget #give-donation_widget_hsi.my-donate.donation_box .give-stripe-cc-field,
.DonationWidget #give-donation_widget_hsi.my-donate.donation_box form.give-form select:not(.give-cs-select-currency),
.DonationWidget #give-donation_widget_hsi.my-donate.donation_box .give-fl-wrap div {
  color: #333333 !important;
  font-size: 16px !important;
  font-weight: bold;
  height: 40px !important;
  padding: 15px !important;
}

.DonationWidget #give-donation_widget_hsi.my-donate.donation_box .donate-form.step2 div#give_purchase_form_wrap #privacy_text-wrap {
  font-size: 13px;
}

.DonationWidget #give-donation_widget_hsi.my-donate.donation_box .donate-form.step2 div#give_purchase_form_wrap #privacy_text-wrap a {
  color: #44841a;
}

.DonationWidget .give-stripe-single-cc-field-wrap {
  width: 100%;
  float: left;
}

.DonationWidget #give_cc_fields {
  padding-top: 10px !important;
}

.DonationWidget .give-recurring-multi-level-message {
  font-size: 13px;
}

.DonationWidget .d-inline-block.help_buttons {
  display: none !important;
  height: 0;
  padding: 0 !important;
  position: absolute;
  z-index: -1;
}

.WidgetBottom01 {
  display: none;
}

.DonationWidget02 #give-donation_widget_hsi.my-donate.donation_box .LevelContentOuter {
  display: flex;
}

.DonationWidget02 #give-donation_widget_hsi.my-donate.donation_box .LevelContentOuter > img {
  margin-right: 20px;
}

.DonationWidget02 #give-donation_widget_hsi.my-donate.donation_box .LevelContentOuter .LevelContent {
  font-size: 15px;
  line-height: 24px;
  color: #333333;
}

.DonationWidget02 #give-donation_widget_hsi.my-donate.donation_box .LevelContentOuter .LevelContent h3 {
  font-size: 30px;
  line-height: 35px;
  color: #333333;
  font-family: "Oxfam TSTAR PRO Headline";
  font-weight: bold;
  margin: 0;
}

.DonationWidget02 #give-donation_widget_hsi.my-donate.donation_box .LevelContentOuter .LevelContent strong {
  color: #44841a;
}

.DonationWidget02 #give-donation_widget_hsi.my-donate.donation_box .WidgetBottom01 ul.donate-btm-icon.HelpText01 li.help {
  float: none !important;
  display: inline-block;
  padding: 0 5px !important;
}

.DonationWidget02 #give-donation_widget_hsi.my-donate.donation_box .WidgetBottom01 ul.donate-btm-icon.HelpText01 li.help:nth-child(2) {
  position: relative;
}

.DonationWidget02 #give-donation_widget_hsi.my-donate.donation_box .WidgetBottom01 ul.donate-btm-icon.HelpText01 li.help:nth-child(2):before {
  background: #159a4c;
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  left: -5px;
  top: 14px;
  border-radius: 50%;
}

.DonationWidget02 #give-donation_widget_hsi.my-donate.donation_box .WidgetBottom01 ul.donate-btm-icon.HelpText01 li.help a {
  display: inline-block !important;
  color: #159a4c;
  text-decoration: underline;
  font-size: 13px;
  font-weight: bold;
  line-height: 24px;
  margin: 0;
}

.DonationWidget02 #give-donation_widget_hsi.my-donate.donation_box .WidgetBottom01 ul.donate-btm-icon.HelpText01 li.help a:hover {
  text-decoration: none;
}

.DonationWidget02 .WidgetBottom01 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.DonationWidget02 .WidgetBottom01 > div {
  width: 50%;
}

.DonationWidget02.FixedDonationWidget .WidgetBottom01 {
  margin-top: 10px;
}

.DonationWidget02.FixedDonationWidget .WidgetBottom01 > div {
  width: 100%;
  text-align: center;
}

.DonationWidget02.FixedDonationWidget .WidgetBottom01 > div ul.donate-btm-icon.HelpText01 {
  margin-top: 15px !important;
}

.DonationWidget02.FixedDonationWidget .WidgetBottom01 > div ul.donate-btm-icon.HelpText01 li.help:nth-child(2):before {
  top: 14px !important;
}

.DonationWidget02.FixedDonationWidget .WidgetBottom01 > div ul.donate-btm-icon.HelpText01 li.help a {
  font-size: 15px !important;
}

#give-gateway-radio-list li label {
  width: 100%;
  text-align: center;
}

.DonationWidget02,
.DonationWidget03 {
  padding-right: 80px;
  font-size: 18px;
  color: #333333;
}

.DonationWidget02 #give-donation_widget_hsi.my-donate.donation_box .donate-form.step2 .give_widget_custom_content,
.DonationWidget03 #give-donation_widget_hsi.my-donate.donation_box .donate-form.step2 .give_widget_custom_content {
  display: none !important;
}

.DonationWidget02 #give-donation_widget_hsi.my-donate.donation_box .donate-form.step2 .give-currency-symbol.give-currency-position-after,
.DonationWidget03 #give-donation_widget_hsi.my-donate.donation_box .donate-form.step2 .give-currency-symbol.give-currency-position-after {
  background-color: transparent;
  color: #000;
}

.DonationWidget02 #give-donation_widget_hsi.my-donate.donation_box .donate-form.step2 #give-payment-mode-select,
.DonationWidget03 #give-donation_widget_hsi.my-donate.donation_box .donate-form.step2 #give-payment-mode-select {
  margin-top: 25px !important;
}

.DonationWidget02 #give-donation_widget_hsi.my-donate.donation_box .donate-form.step2 #give-payment-mode-select .give-payment-mode-label,
.DonationWidget03 #give-donation_widget_hsi.my-donate.donation_box .donate-form.step2 #give-payment-mode-select .give-payment-mode-label {
  text-align: center;
  margin: 0 0 10px;
}

.DonationWidget02 #give-donation_widget_hsi.my-donate.donation_box .donate-form.step2 #give-gateway-radio-list,
.DonationWidget03 #give-donation_widget_hsi.my-donate.donation_box .donate-form.step2 #give-gateway-radio-list {
  display: flex !important;
  border: solid 1px #159a4c;
  margin: 0 0 15px;
}

.DonationWidget02 #give-donation_widget_hsi.my-donate.donation_box .donate-form.step2 #give-gateway-radio-list li,
.DonationWidget03 #give-donation_widget_hsi.my-donate.donation_box .donate-form.step2 #give-gateway-radio-list li {
  width: 100% !important;
  border-left: solid 1px #159a4c;
  padding: 11px;
  margin: 0 !important;
  font-weight: bold;
}

.DonationWidget02 #give-donation_widget_hsi.my-donate.donation_box .donate-form.step2 #give-gateway-radio-list li:first-child,
.DonationWidget03 #give-donation_widget_hsi.my-donate.donation_box .donate-form.step2 #give-gateway-radio-list li:first-child {
  border: none;
}

.DonationWidget02 #give-donation_widget_hsi.my-donate.donation_box .donate-form.step2 #give-gateway-radio-list li.give-gateway-option-selected,
.DonationWidget03 #give-donation_widget_hsi.my-donate.donation_box .donate-form.step2 #give-gateway-radio-list li.give-gateway-option-selected {
  border: none;
  background-color: #159a4c;
}

.DonationWidget02 #give-donation_widget_hsi.my-donate.donation_box .donate-form.step2 #give-gateway-radio-list li.give-gateway-option-selected label,
.DonationWidget03 #give-donation_widget_hsi.my-donate.donation_box .donate-form.step2 #give-gateway-radio-list li.give-gateway-option-selected label {
  color: #fff;
}

.DonationWidget02 #give-donation_widget_hsi.my-donate.donation_box .donate-form.step2 input#give-purchase-button,
.DonationWidget03 #give-donation_widget_hsi.my-donate.donation_box .donate-form.step2 input#give-purchase-button {
  background-color: #ff1d34 !important;
  color: #fff;
  text-align: center;
  font-size: 25px;
  line-height: 25px;
  padding: 10px 20px;
  font-family: "Oxfam TSTAR PRO Headline";
  width: 100%;
  height: auto;
  margin-top: 20px;
}

.DonationWidget02 #give-donation_widget_hsi.my-donate.donation_box .donate-form.step2 #give_checkout_user_info,
.DonationWidget03 #give-donation_widget_hsi.my-donate.donation_box .donate-form.step2 #give_checkout_user_info {
  margin: 0 -5px;
}

.DonationWidget02 #give-donation_widget_hsi.my-donate.donation_box .donate-form.step2 #give_checkout_user_info .form-row,
.DonationWidget03 #give-donation_widget_hsi.my-donate.donation_box .donate-form.step2 #give_checkout_user_info .form-row {
  padding: 5px;
}

.DonationWidget02 #give-donation_widget_hsi.my-donate.donation_box .donate-form.step2 #give_checkout_user_info .form-row input,
.DonationWidget03 #give-donation_widget_hsi.my-donate.donation_box .donate-form.step2 #give_checkout_user_info .form-row input {
  font-weight: bold;
}

.DonationWidget02 #give-donation_widget_hsi.my-donate.donation_box .donate-form.step2 .give-stripe-cc-field,
.DonationWidget03 #give-donation_widget_hsi.my-donate.donation_box .donate-form.step2 .give-stripe-cc-field {
  padding-top: 10px !important;
  padding-bottom: 0 !important;
  border-color: #3c3c3b;
}

.DonationWidget02 #give-donation_widget_hsi.my-donate.donation_box .donate-form.step2 #give_cc_fields > div:nth-child(3),
.DonationWidget03 #give-donation_widget_hsi.my-donate.donation_box .donate-form.step2 #give_cc_fields > div:nth-child(3) {
  padding-right: 10px;
}

.DonationWidget02 #give-donation_widget_hsi.my-donate.donation_box .donate-form.step2 #give_cc_fields > div:nth-child(6),
.DonationWidget03 #give-donation_widget_hsi.my-donate.donation_box .donate-form.step2 #give_cc_fields > div:nth-child(6) {
  padding-right: 10px;
}

.DonationWidget02 #give-donation_widget_hsi.my-donate.donation_box .donate-form.step2 #give_cc_fields > div:nth-child(5),
.DonationWidget03 #give-donation_widget_hsi.my-donate.donation_box .donate-form.step2 #give_cc_fields > div:nth-child(5) {
  margin-bottom: 20px;
}

.DonationWidget02 #give-donation_widget_hsi.my-donate.donation_box form.give-form legend,
.DonationWidget03 #give-donation_widget_hsi.my-donate.donation_box form.give-form legend {
  color: #333333;
}

.DonationWidget02 #give-donation_widget_hsi.my-donate.donation_box .give-form ul#give-donation-level-radio-list li:last-child,
.DonationWidget03 #give-donation_widget_hsi.my-donate.donation_box .give-form ul#give-donation-level-radio-list li:last-child {
  display: inline-block;
}

.DonationWidget02 #give-donation_widget_hsi.my-donate.donation_box .give_widget_title,
.DonationWidget03 #give-donation_widget_hsi.my-donate.donation_box .give_widget_title {
  text-align: center;
  font-size: 30px;
  line-height: 34px;
  font-weight: bold;
  font-family: "Oxfam TSTAR PRO Headline";
  padding: 15px 0;
}

.DonationWidget02 #give-donation_widget_hsi.my-donate.donation_box .give_widget_custom_content,
.DonationWidget03 #give-donation_widget_hsi.my-donate.donation_box .give_widget_custom_content {
  display: block !important;
  font-size: 15px;
  line-height: 24px;
  color: #333333;
}

.DonationWidget02 #give-donation_widget_hsi.my-donate.donation_box .give_widget_custom_content.Duplicate,
.DonationWidget03 #give-donation_widget_hsi.my-donate.donation_box .give_widget_custom_content.Duplicate {
  display: none !important;
}

.DonationWidget02 #give-donation_widget_hsi.my-donate.donation_box .give_widget_custom_content li,
.DonationWidget03 #give-donation_widget_hsi.my-donate.donation_box .give_widget_custom_content li {
  display: none;
}

.DonationWidget02 #give-donation_widget_hsi.my-donate.donation_box .give_widget_custom_content li:not(:last-child).active_custom_amount:not(:empty),
.DonationWidget03 #give-donation_widget_hsi.my-donate.donation_box .give_widget_custom_content li:not(:last-child).active_custom_amount:not(:empty) {
  border-top: solid 1px #707070;
  padding: 25px 0;
  display: flex;
  margin-top: 25px;
}

.DonationWidget02 #give-donation_widget_hsi.my-donate.donation_box .give_widget_custom_content li:not(:last-child).active_custom_amount:empty,
.DonationWidget03 #give-donation_widget_hsi.my-donate.donation_box .give_widget_custom_content li:not(:last-child).active_custom_amount:empty {
  height: 25px;
  background: white;
  display: block;
  z-index: 9;
  position: relative;
  margin-top: -12px;
}

.DonationWidget02 #give-donation_widget_hsi.my-donate.donation_box .give_widget_custom_content li img,
.DonationWidget03 #give-donation_widget_hsi.my-donate.donation_box .give_widget_custom_content li img {
  max-width: 85px;
  margin-right: 20px;
}

.DonationWidget02 #give-donation_widget_hsi.my-donate.donation_box .give_widget_custom_content li strong,
.DonationWidget02 #give-donation_widget_hsi.my-donate.donation_box .give_widget_custom_content li b,
.DonationWidget03 #give-donation_widget_hsi.my-donate.donation_box .give_widget_custom_content li strong,
.DonationWidget03 #give-donation_widget_hsi.my-donate.donation_box .give_widget_custom_content li b {
  font-weight: bold;
  color: #44841a;
}

.DonationWidget02 #give-donation_widget_hsi.my-donate.donation_box #pills-tab,
.DonationWidget03 #give-donation_widget_hsi.my-donate.donation_box #pills-tab {
  display: flex;
  margin-top: 0 !important;
}

.DonationWidget02 #give-donation_widget_hsi.my-donate.donation_box #pills-tab li,
.DonationWidget03 #give-donation_widget_hsi.my-donate.donation_box #pills-tab li {
  color: #333333;
  font-size: 20px;
  line-height: 20px;
  padding: 11px;
  width: 50%;
  text-align: center;
  display: inline-block;
  border: solid 1px #159a4c;
  font-family: "Oxfam TSTAR PRO Headline";
  cursor: pointer;
}

.DonationWidget02 #give-donation_widget_hsi.my-donate.donation_box #pills-tab li.Active01,
.DonationWidget03 #give-donation_widget_hsi.my-donate.donation_box #pills-tab li.Active01 {
  color: #fff;
  background-color: #159a4c;
}

.DonationWidget02 #give-donation_widget_hsi.my-donate.donation_box .donation-tab,
.DonationWidget03 #give-donation_widget_hsi.my-donate.donation_box .donation-tab {
  padding: 35px 35px 20px;
}

.DonationWidget02 #give-donation_widget_hsi.my-donate.donation_box button.give-donation-level-btn.give-btn.give-btn-level-custom,
.DonationWidget03 #give-donation_widget_hsi.my-donate.donation_box button.give-donation-level-btn.give-btn.give-btn-level-custom {
  display: none;
}

.DonationWidget02 #give-donation_widget_hsi.my-donate.donation_box .give-form #give-donation-level-button-wrap,
.DonationWidget02 #give-donation_widget_hsi.my-donate.donation_box .give-form #give-donation-level-radio-list,
.DonationWidget03 #give-donation_widget_hsi.my-donate.donation_box .give-form #give-donation-level-button-wrap,
.DonationWidget03 #give-donation_widget_hsi.my-donate.donation_box .give-form #give-donation-level-radio-list {
  border: solid 1px #159a4c !important;
}

.DonationWidget02 #give-donation_widget_hsi.my-donate.donation_box .give-form #give-donation-level-button-wrap li,
.DonationWidget02 #give-donation_widget_hsi.my-donate.donation_box .give-form #give-donation-level-radio-list li,
.DonationWidget03 #give-donation_widget_hsi.my-donate.donation_box .give-form #give-donation-level-button-wrap li,
.DonationWidget03 #give-donation_widget_hsi.my-donate.donation_box .give-form #give-donation-level-radio-list li {
  float: none;
  display: inline-block;
  width: calc(100% / 3) !important;
  margin: 0 !important;
  border-left: solid 1px #159a4c;
  background-color: transparent;
}

.DonationWidget02 #give-donation_widget_hsi.my-donate.donation_box .give-form #give-donation-level-button-wrap li:first-child,
.DonationWidget02 #give-donation_widget_hsi.my-donate.donation_box .give-form #give-donation-level-radio-list li:first-child,
.DonationWidget03 #give-donation_widget_hsi.my-donate.donation_box .give-form #give-donation-level-button-wrap li:first-child,
.DonationWidget03 #give-donation_widget_hsi.my-donate.donation_box .give-form #give-donation-level-radio-list li:first-child {
  border: none;
}

.DonationWidget02 #give-donation_widget_hsi.my-donate.donation_box .give-form #give-donation-level-button-wrap li:last-child,
.DonationWidget02 #give-donation_widget_hsi.my-donate.donation_box .give-form #give-donation-level-radio-list li:last-child,
.DonationWidget03 #give-donation_widget_hsi.my-donate.donation_box .give-form #give-donation-level-button-wrap li:last-child,
.DonationWidget03 #give-donation_widget_hsi.my-donate.donation_box .give-form #give-donation-level-radio-list li:last-child {
  display: none !important;
}

.DonationWidget02 #give-donation_widget_hsi.my-donate.donation_box .give-form #give-donation-level-button-wrap li button,
.DonationWidget02 #give-donation_widget_hsi.my-donate.donation_box .give-form #give-donation-level-button-wrap li label,
.DonationWidget02 #give-donation_widget_hsi.my-donate.donation_box .give-form #give-donation-level-radio-list li button,
.DonationWidget02 #give-donation_widget_hsi.my-donate.donation_box .give-form #give-donation-level-radio-list li label,
.DonationWidget03 #give-donation_widget_hsi.my-donate.donation_box .give-form #give-donation-level-button-wrap li button,
.DonationWidget03 #give-donation_widget_hsi.my-donate.donation_box .give-form #give-donation-level-button-wrap li label,
.DonationWidget03 #give-donation_widget_hsi.my-donate.donation_box .give-form #give-donation-level-radio-list li button,
.DonationWidget03 #give-donation_widget_hsi.my-donate.donation_box .give-form #give-donation-level-radio-list li label {
  display: block;
  width: 100%;
  background-color: transparent;
  font-size: 20px;
  line-height: 20px;
  font-family: "Oxfam TSTAR PRO Headline";
  color: #333333;
  padding: 11px;
  height: auto;
  border: none;
}

.DonationWidget02 #give-donation_widget_hsi.my-donate.donation_box .give-form #give-donation-level-button-wrap li button.give-default-level,
.DonationWidget02 #give-donation_widget_hsi.my-donate.donation_box .give-form #give-donation-level-button-wrap li label.give-default-level,
.DonationWidget02 #give-donation_widget_hsi.my-donate.donation_box .give-form #give-donation-level-radio-list li button.give-default-level,
.DonationWidget02 #give-donation_widget_hsi.my-donate.donation_box .give-form #give-donation-level-radio-list li label.give-default-level,
.DonationWidget03 #give-donation_widget_hsi.my-donate.donation_box .give-form #give-donation-level-button-wrap li button.give-default-level,
.DonationWidget03 #give-donation_widget_hsi.my-donate.donation_box .give-form #give-donation-level-button-wrap li label.give-default-level,
.DonationWidget03 #give-donation_widget_hsi.my-donate.donation_box .give-form #give-donation-level-radio-list li button.give-default-level,
.DonationWidget03 #give-donation_widget_hsi.my-donate.donation_box .give-form #give-donation-level-radio-list li label.give-default-level {
  background-color: #159a4c;
  color: #fff;
}

.DonationWidget02 #give-donation_widget_hsi.my-donate.donation_box .give-form #give-donation-level-button-wrap li input[type="radio"].give-default-level + label,
.DonationWidget02 #give-donation_widget_hsi.my-donate.donation_box .give-form #give-donation-level-radio-list li input[type="radio"].give-default-level + label,
.DonationWidget03 #give-donation_widget_hsi.my-donate.donation_box .give-form #give-donation-level-button-wrap li input[type="radio"].give-default-level + label,
.DonationWidget03 #give-donation_widget_hsi.my-donate.donation_box .give-form #give-donation-level-radio-list li input[type="radio"].give-default-level + label {
  background-color: #159a4c !important;
  color: #fff !important;
}

.DonationWidget02 #give-donation_widget_hsi.my-donate.donation_box .give-form #give-donation-level-button-wrap li.Active01,
.DonationWidget02 #give-donation_widget_hsi.my-donate.donation_box .give-form #give-donation-level-radio-list li.Active01,
.DonationWidget03 #give-donation_widget_hsi.my-donate.donation_box .give-form #give-donation-level-button-wrap li.Active01,
.DonationWidget03 #give-donation_widget_hsi.my-donate.donation_box .give-form #give-donation-level-radio-list li.Active01 {
  position: relative !important;
}

.DonationWidget02 #give-donation_widget_hsi.my-donate.donation_box .give-form #give-donation-level-button-wrap li.Active01:after, .DonationWidget02 #give-donation_widget_hsi.my-donate.donation_box .give-form #give-donation-level-button-wrap li.Active01:before,
.DonationWidget02 #give-donation_widget_hsi.my-donate.donation_box .give-form #give-donation-level-radio-list li.Active01:after,
.DonationWidget02 #give-donation_widget_hsi.my-donate.donation_box .give-form #give-donation-level-radio-list li.Active01:before,
.DonationWidget03 #give-donation_widget_hsi.my-donate.donation_box .give-form #give-donation-level-button-wrap li.Active01:after,
.DonationWidget03 #give-donation_widget_hsi.my-donate.donation_box .give-form #give-donation-level-button-wrap li.Active01:before,
.DonationWidget03 #give-donation_widget_hsi.my-donate.donation_box .give-form #give-donation-level-radio-list li.Active01:after,
.DonationWidget03 #give-donation_widget_hsi.my-donate.donation_box .give-form #give-donation-level-radio-list li.Active01:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -27px;
  border-top: none;
  transform: translateX(-50%);
  border-right: solid 15px transparent;
  border-left: solid 15px transparent;
  border-bottom: solid 15px #707070;
  display: block;
}

.DonationWidget02 #give-donation_widget_hsi.my-donate.donation_box .give-form #give-donation-level-button-wrap li.Active01:after,
.DonationWidget02 #give-donation_widget_hsi.my-donate.donation_box .give-form #give-donation-level-radio-list li.Active01:after,
.DonationWidget03 #give-donation_widget_hsi.my-donate.donation_box .give-form #give-donation-level-button-wrap li.Active01:after,
.DonationWidget03 #give-donation_widget_hsi.my-donate.donation_box .give-form #give-donation-level-radio-list li.Active01:after {
  border-bottom-color: #fff;
  bottom: -28px;
  z-index: 1;
}

.DonationWidget02 #give-donation_widget_hsi.my-donate.donation_box button.give-btn-reveal,
.DonationWidget03 #give-donation_widget_hsi.my-donate.donation_box button.give-btn-reveal {
  background-color: #ff1d34 !important;
  color: #fff;
  text-align: center;
  font-size: 25px;
  line-height: 25px;
  padding: 10px 20px;
  font-family: "Oxfam TSTAR PRO Headline";
  width: 100%;
  height: auto;
}

.DonationWidget02 #give-donation_widget_hsi.my-donate.donation_box .give-total-wrap .give-donation-amount,
.DonationWidget03 #give-donation_widget_hsi.my-donate.donation_box .give-total-wrap .give-donation-amount {
  border: solid 1px #333333;
  width: 100%;
}

.DonationWidget02 #give-donation_widget_hsi.my-donate.donation_box .give-total-wrap .give-donation-amount > label,
.DonationWidget03 #give-donation_widget_hsi.my-donate.donation_box .give-total-wrap .give-donation-amount > label {
  display: none;
}

.DonationWidget02 #give-donation_widget_hsi.my-donate.donation_box .give-total-wrap .give-donation-amount #give-amount.give-text-input,
.DonationWidget03 #give-donation_widget_hsi.my-donate.donation_box .give-total-wrap .give-donation-amount #give-amount.give-text-input {
  width: 100%;
  border: none;
}

.DonationWidget02 #give-donation_widget_hsi.my-donate.donation_box .give-total-wrap .give-donation-amount .give-currency-symbol,
.DonationWidget03 #give-donation_widget_hsi.my-donate.donation_box .give-total-wrap .give-donation-amount .give-currency-symbol {
  border: none;
  background-color: #fff;
}

.DonationWidget02 #give-donation_widget_hsi.my-donate.donation_box p.give-recurring-multi-level-message,
.DonationWidget03 #give-donation_widget_hsi.my-donate.donation_box p.give-recurring-multi-level-message {
  font-size: 15px;
  color: #333333;
}

.DonationWidget02 #give_purchase_form_wrap #give_cc_fields legend,
.DonationWidget03 #give_purchase_form_wrap #give_cc_fields legend {
  width: 100%;
  display: block;
  float: none;
}

.DonationWidget03 {
  padding-right: 0;
}

.DonationWidget03 #give-payment-mode-select,
.DonationWidget03 #give_purchase_form_wrap {
  position: relative;
  /*&:after {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: $whitebg;
            opacity: 0.5;
        }*/
}

.DonationWidget03 #give-payment-mode-select.Active01:after,
.DonationWidget03 #give_purchase_form_wrap.Active01:after {
  display: none;
}

.DonationWidget03 .give-payment-mode-label,
.DonationWidget03 .give_widget_title,
.DonationWidget03 #give-ffm-section .form-row h3 {
  font-family: "Oxfam TSTAR PRO" !important;
  font-weight: bold;
  position: relative;
}

.DonationWidget03 .give-payment-mode-label::before,
.DonationWidget03 .give_widget_title::before,
.DonationWidget03 #give-ffm-section .form-row h3::before {
  content: "";
  position: absolute;
  width: 100%;
  background-color: #44841a;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.DonationWidget03 .give-payment-mode-label span,
.DonationWidget03 .give_widget_title span,
.DonationWidget03 #give-ffm-section .form-row h3 span {
  display: inline-block;
  background-color: #fff;
  z-index: 1;
  position: relative;
  padding-right: 20px;
}

.DonationWidget03 #give-donation_widget_hsi.my-donate.donation_box .LevelContentOuter {
  display: flex;
}

.DonationWidget03 #give-donation_widget_hsi.my-donate.donation_box .LevelContentOuter > img {
  margin-right: 20px;
}

.DonationWidget03 #give-donation_widget_hsi.my-donate.donation_box .LevelContentOuter .LevelContent {
  font-size: 15px;
  line-height: 24px;
  color: #333333;
}

.DonationWidget03 #give-donation_widget_hsi.my-donate.donation_box .LevelContentOuter .LevelContent h3 {
  font-size: 30px;
  line-height: 35px;
  color: #333333;
  font-family: "Oxfam TSTAR PRO Headline";
  font-weight: bold;
  margin: 0;
}

.DonationWidget03 #give-donation_widget_hsi.my-donate.donation_box .LevelContentOuter .LevelContent strong {
  color: #44841a;
}

.DonationWidget03 #give-donation_widget_hsi.my-donate.donation_box .donation-tab {
  padding: 40px 0;
}

.DonationWidget03 #give-donation_widget_hsi.my-donate.donation_box .give_widget_title {
  background-color: transparent !important;
  color: #44841a;
  padding: 0;
  text-align: left;
  font-size: 40px;
  line-height: 45px;
}

.DonationWidget03 #give-donation_widget_hsi.my-donate.donation_box #pills-tab {
  display: flex;
  margin-bottom: 45px !important;
}

.DonationWidget03 #give-donation_widget_hsi.my-donate.donation_box #pills-tab li {
  font-size: 25px;
  line-height: 26px;
  padding: 22px;
  border-width: 2px;
}

.DonationWidget03 #give-donation_widget_hsi.my-donate.donation_box .give-form #give-donation-level-button-wrap li.Active01,
.DonationWidget03 #give-donation_widget_hsi.my-donate.donation_box .give-form #give-donation-level-radio-list li.Active01 {
  position: relative !important;
}

.DonationWidget03 #give-donation_widget_hsi.my-donate.donation_box .give-form #give-donation-level-button-wrap li.Active01:after, .DonationWidget03 #give-donation_widget_hsi.my-donate.donation_box .give-form #give-donation-level-button-wrap li.Active01:before,
.DonationWidget03 #give-donation_widget_hsi.my-donate.donation_box .give-form #give-donation-level-radio-list li.Active01:after,
.DonationWidget03 #give-donation_widget_hsi.my-donate.donation_box .give-form #give-donation-level-radio-list li.Active01:before {
  bottom: -47px;
}

.DonationWidget03 #give-donation_widget_hsi.my-donate.donation_box .give-form #give-donation-level-button-wrap li.Active01:after,
.DonationWidget03 #give-donation_widget_hsi.my-donate.donation_box .give-form #give-donation-level-radio-list li.Active01:after {
  border-bottom-color: #fff;
  bottom: -48px;
  z-index: 1;
}

.DonationWidget03 #give-donation_widget_hsi.my-donate.donation_box .give-form #give-donation-level-button-wrap li label,
.DonationWidget03 #give-donation_widget_hsi.my-donate.donation_box .give-form #give-donation-level-radio-list li label {
  font-size: 25px;
  line-height: 26px;
  padding: 22px;
  border-width: 2px;
}

.DonationWidget03 #give-donation_widget_hsi.my-donate.donation_box .give_widget_custom_content li img {
  width: auto;
  max-width: none;
}

.DonationWidget03 #give-donation_widget_hsi.my-donate.donation_box .give-total-wrap .give-donation-amount #give-amount.give-text-input {
  height: 52px;
  padding: 10px 20px !important;
}

.DonationWidget03 #give-donation_widget_hsi.my-donate.donation_box .give-donation-amount .give-currency-symbol {
  line-height: 52px;
}

.DonationWidget03 #give-donation_widget_hsi.my-donate.donation_box form[id*="give-form"] .give-payment-mode-label {
  color: #44841a;
  font-size: 40px;
  line-height: 45px;
  margin: 0 0 40px;
}

.DonationWidget03 #give-donation_widget_hsi.my-donate.donation_box form[id*="give-form"] .give-total-wrap {
  margin: 35px 0 80px;
}

.DonationWidget03 #give-donation_widget_hsi.my-donate.donation_box form[id*="give-form"] #give_checkout_user_info {
  margin: 0 -15px 40px;
}

.DonationWidget03 #give-donation_widget_hsi.my-donate.donation_box form[id*="give-form"] #give_checkout_user_info > legend {
  padding: 0 15px;
}

.DonationWidget03 #give-donation_widget_hsi.my-donate.donation_box form[id*="give-form"] fieldset#give-ffm-section {
  margin: 0 -15px 80px !important;
}

.DonationWidget03 #give-donation_widget_hsi.my-donate.donation_box form[id*="give-form"] fieldset#give-ffm-section h3 {
  margin: 0;
  font-size: 40px;
  line-height: 45px;
}

.DonationWidget03 #give-donation_widget_hsi.my-donate.donation_box form[id*="give-form"] .form-row {
  padding: 20px 15px;
  margin: 0 !important;
}

.DonationWidget03 #give-donation_widget_hsi.my-donate.donation_box form[id*="give-form"] #give-donation-level-radio-list {
  margin-bottom: 45px !important;
}

.DonationWidget03 #give-donation_widget_hsi.my-donate.donation_box form[id*="give-form"] #give-payment-mode-select ul#give-gateway-radio-list {
  border: solid 2px #159a4c;
  display: flex;
  margin: 0 0 45px;
}

.DonationWidget03 #give-donation_widget_hsi.my-donate.donation_box form[id*="give-form"] #give-payment-mode-select ul#give-gateway-radio-list li {
  border-left: solid 2px #159a4c;
  font-size: 22px;
  line-height: 26px;
  color: #333333;
  font-weight: bold;
  padding: 0 !important;
  margin: 0 !important;
  border-bottom: none;
  width: 100%;
  display: flex;
}

.DonationWidget03 #give-donation_widget_hsi.my-donate.donation_box form[id*="give-form"] #give-payment-mode-select ul#give-gateway-radio-list li label {
  width: 100%;
  height: 100%;
  padding: 16px;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.DonationWidget03 #give-donation_widget_hsi.my-donate.donation_box form[id*="give-form"] #give-payment-mode-select ul#give-gateway-radio-list li:first-child {
  border-left: none;
}

.DonationWidget03 #give-donation_widget_hsi.my-donate.donation_box form[id*="give-form"] #give-payment-mode-select ul#give-gateway-radio-list li.give-gateway-option-selected label {
  background-color: #159a4c;
  color: #fff;
}

.DonationWidget03 #give-donation_widget_hsi.my-donate.donation_box .form-row .give-label {
  display: none;
}

.DonationWidget03 #give-donation_widget_hsi.my-donate.donation_box .form-row.ffm-field-container label.give-label {
  display: block;
}

.DonationWidget03 #give-donation_widget_hsi.my-donate.donation_box .form-row input {
  height: 52px;
  padding: 10px 20px !important;
  font-size: 20px !important;
  color: #333333;
  border: solid 1px #333333 !important;
  background-color: transparent;
}

.DonationWidget03 #give-donation_widget_hsi.my-donate.donation_box #give_cc_fields {
  margin: 0 -15px 50px;
}

.DonationWidget03 #give-donation_widget_hsi.my-donate.donation_box #give_cc_fields legend {
  padding: 0 15px;
}

.DonationWidget03 #give-donation_widget_hsi.my-donate.donation_box #give_cc_fields #give_secure_site_wrapper {
  padding: 5px 15px;
}

.DonationWidget03 #give-donation_widget_hsi.my-donate.donation_box .give-stripe-card-number-field,
.DonationWidget03 #give-donation_widget_hsi.my-donate.donation_box .give-stripe-card-cvc-field,
.DonationWidget03 #give-donation_widget_hsi.my-donate.donation_box .give-stripe-card-expiration-field {
  height: 52px;
  border-color: #333333 !important;
  padding: 16px !important;
}

.DonationWidget03 #give-donation_widget_hsi.my-donate.donation_box #give-purchase-button {
  width: 100%;
  border: none;
  background-color: #ff1d34;
  color: #fff;
  font-size: 30px;
  line-height: 29px;
  border-radius: 0;
  font-family: "Oxfam TSTAR PRO Headline";
  font-weight: bold;
  padding: 17px !important;
}

#give-donation_widget_hsi.my-donate.donation_box #give-recurring-form .form-row-two-thirds #give_cc_fields,
#give-donation_widget_hsi.my-donate.donation_box form.give-form .form-row-two-thirds #give_cc_fields,
#give-donation_widget_hsi.my-donate.donation_box form[id*="give-form"] #give_cc_fields {
  display: flex;
  flex-wrap: wrap;
}

#give-donation_widget_hsi.my-donate.donation_box #give-recurring-form .form-row-two-thirds #give_cc_fields > div:nth-child(1),
#give-donation_widget_hsi.my-donate.donation_box form.give-form .form-row-two-thirds #give_cc_fields > div:nth-child(1),
#give-donation_widget_hsi.my-donate.donation_box form[id*="give-form"] #give_cc_fields > div:nth-child(1) {
  order: 1;
}

#give-donation_widget_hsi.my-donate.donation_box #give-recurring-form .form-row-two-thirds #give_cc_fields > div:nth-child(5),
#give-donation_widget_hsi.my-donate.donation_box form.give-form .form-row-two-thirds #give_cc_fields > div:nth-child(5),
#give-donation_widget_hsi.my-donate.donation_box form[id*="give-form"] #give_cc_fields > div:nth-child(5) {
  order: 2;
  width: 100% !important;
}

#give-donation_widget_hsi.my-donate.donation_box #give-recurring-form .form-row-two-thirds #give_cc_fields > div:nth-child(3),
#give-donation_widget_hsi.my-donate.donation_box form.give-form .form-row-two-thirds #give_cc_fields > div:nth-child(3),
#give-donation_widget_hsi.my-donate.donation_box form[id*="give-form"] #give_cc_fields > div:nth-child(3) {
  order: 3;
  width: 60% !important;
}

#give-donation_widget_hsi.my-donate.donation_box #give-recurring-form .form-row-two-thirds #give_cc_fields > div:nth-child(6),
#give-donation_widget_hsi.my-donate.donation_box form.give-form .form-row-two-thirds #give_cc_fields > div:nth-child(6),
#give-donation_widget_hsi.my-donate.donation_box form[id*="give-form"] #give_cc_fields > div:nth-child(6) {
  order: 4;
  width: 20% !important;
}

#give-donation_widget_hsi.my-donate.donation_box #give-recurring-form .form-row-two-thirds #give_cc_fields > div:nth-child(4),
#give-donation_widget_hsi.my-donate.donation_box form.give-form .form-row-two-thirds #give_cc_fields > div:nth-child(4),
#give-donation_widget_hsi.my-donate.donation_box form[id*="give-form"] #give_cc_fields > div:nth-child(4) {
  order: 5;
  width: 20% !important;
}

#give-recurring-form .form-row-first,
#give-recurring-form .form-row-last,
form.give-form .form-row-first,
form.give-form .form-row-last,
form[id*="give-form"] .form-row-first,
form[id*="give-form"] .form-row-last {
  width: 50%;
}

.LandingTopSec {
  width: 100%;
  background-color: #333333 !important;
  color: #fff;
  background-size: cover;
  margin-bottom: 85px;
}

.LandingTopSec .LandingHeader {
  padding: 40px 0;
}

.LandingTopSec .LandingHeader .LandingLogo img {
  width: 184px;
  filter: brightness(0) invert(1);
}

.LandingTopSec .LandingTopContent {
  font-size: 25px;
  line-height: 30px;
  font-weight: normal;
  color: #fff;
  padding: 0px 0 65px;
}

.LandingTopSec .LandingTopContent h1 {
  font-size: 65px;
  line-height: 70px;
  color: #fff;
  position: relative;
  font-family: "Oxfam TSTAR PRO Headline";
  font-weight: bold;
  padding: 20px 0;
}

.LandingTopSec .LandingTopContent h1:before {
  content: "";
  width: 10px;
  height: 100%;
  background-color: #44841a;
  left: -35px;
  top: 0;
  position: absolute;
}

.LandingTopSec .LandingTopContent .LandingLeft {
  padding-left: 45px;
  padding-right: 130px;
}

.Content_7 {
  margin-bottom: 90px;
}

.Content_7 h2 {
  font-size: 50px;
  line-height: 50px;
  font-family: "Oxfam TSTAR PRO Headline";
  font-weight: bold;
  color: #333333;
  letter-spacing: 1.6px;
}

.PetitionForm {
  background-color: #fff;
  padding: 0;
  color: #333333;
  font-size: 16px;
  line-height: 20px;
}

.PetitionForm.FixedPetition {
  position: fixed;
  top: 0;
  width: 456px;
  max-width: 25%;
  -webkit-box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.2);
  padding: 0;
}

.PetitionForm .dk-speakout-privacypolicy-wrap label {
  font-size: 13px;
  line-height: 19px;
  color: #333333;
  letter-spacing: 0.33px;
  text-transform: unset;
  font-weight: normal;
}

.PetitionForm .dk-speakout-privacypolicy-wrap label a {
  color: #159a4c;
}

.PetitionForm .dk-speakout-signature-count {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.64px;
}

.PetitionForm .PetitionMessage {
  text-align: center;
  padding: 20px 40px;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.72px;
  color: #333333;
}

.PetitionForm .dk-speakout-share {
  background-color: transparent;
  padding: 20px 40px;
}

.PetitionForm .dk-speakout-share > div {
  display: flex;
  align-items: center;
  padding: 0;
  justify-content: center;
}

.PetitionForm .dk-speakout-share > div > p {
  padding: 5px;
}

.PetitionForm .dk-speakout-share > div a {
  width: 33px;
  height: 33px;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background: none;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  background-color: #44841a;
  margin-left: 9px;
  margin-top: 5px;
}

.PetitionForm .dk-speakout-share > div a span {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
}

.PetitionForm .dk-speakout-share > div a.dk-speakout-facebook span {
  background-image: url("../images/Facebook.svg");
}

.PetitionForm .dk-speakout-share > div a.dk-speakout-twitter span {
  background-image: url("../images/Twitter.svg");
}

.PetitionForm .dk-speakout-share > div a:hover {
  background-color: #333333 !important;
}

.PetitionForm .dk-speakout-progress-wrap {
  border: none;
  margin-top: 0;
  padding: 0 40px;
}

.PetitionForm .dk-speakout-progress-wrap .dk-speakout-progress {
  background: none;
  background-color: #f8f7f5;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border: none;
  height: 17px;
  margin: 0;
}

.PetitionForm .dk-speakout-progress-wrap .dk-speakout-progress .dk-speakout-progressbar {
  border: none;
  box-shadow: none;
  height: 17px;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  background: none;
}

.PetitionForm .dk-speakout-progress-wrap .dk-speakout-progress .dk-speakout-progressbar.dk-speakout-progressbar-high {
  background-color: #159a4c;
}

.PetitionForm .dk-speakout-progress-wrap .dk-speakout-progress .dk-speakout-progressbar.dk-speakout-progressbar-medium {
  background-color: #f16e22;
}

.PetitionForm .dk-speakout-progress-wrap .dk-speakout-progress .dk-speakout-progressbar.dk-speakout-progressbar-low {
  background-color: #ff1d34;
}

.PetitionForm .dk-speakout-petition-wrap {
  width: 100%;
  border-radius: 0;
  border: none;
  background-color: #fff;
}

.PetitionForm h3 {
  background: none;
  border: none;
  background-color: #44841a;
  font-size: 31px;
  line-height: 44px;
  font-weight: bold;
  font-family: "Oxfam TSTAR PRO Headline";
  text-align: center;
  padding: 10px 30px;
  color: #fff;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.PetitionForm form.dk-speakout-petition {
  margin: 0 -8px;
  padding: 40px 40px 0;
  display: flex;
  flex-wrap: wrap;
}

.PetitionForm form.dk-speakout-petition .dk-speakout-response {
  text-align: center;
}

.PetitionForm form.dk-speakout-petition h4 {
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 0.5px;
  padding: 0 8px;
  width: 100%;
}

.PetitionForm form.dk-speakout-petition .dk-speakout-full, .PetitionForm form.dk-speakout-petition > div {
  width: 50%;
  float: left;
  padding: 18px 8px;
  margin: 0;
}

.PetitionForm form.dk-speakout-petition .dk-speakout-full:empty, .PetitionForm form.dk-speakout-petition > div:empty {
  display: none;
}

.PetitionForm form.dk-speakout-petition .dk-speakout-full.dk-speakout-privacypolicy-wrap, .PetitionForm form.dk-speakout-petition > div.dk-speakout-privacypolicy-wrap {
  display: flex;
  align-items: center;
}

.PetitionForm form.dk-speakout-petition .dk-speakout-full input[type="text"],
.PetitionForm form.dk-speakout-petition .dk-speakout-full input[type="number"],
.PetitionForm form.dk-speakout-petition .dk-speakout-full input[type="email"], .PetitionForm form.dk-speakout-petition > div input[type="text"],
.PetitionForm form.dk-speakout-petition > div input[type="number"],
.PetitionForm form.dk-speakout-petition > div input[type="email"] {
  border: solid 1px #333333;
  padding: 10px 20px;
  height: 52px;
  width: 100%;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.PetitionForm form.dk-speakout-petition .dk-speakout-full.dk-speakout-submit-wrap, .PetitionForm form.dk-speakout-petition > div.dk-speakout-submit-wrap {
  display: flex;
  position: relative;
}

.PetitionForm form.dk-speakout-petition .dk-speakout-full.dk-speakout-submit-wrap .dk-speakout-ajaxloader, .PetitionForm form.dk-speakout-petition > div.dk-speakout-submit-wrap .dk-speakout-ajaxloader {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.PetitionForm form.dk-speakout-petition .dk-speakout-full.dk-speakout-submit-wrap a, .PetitionForm form.dk-speakout-petition > div.dk-speakout-submit-wrap a {
  width: 100%;
  display: block;
  text-align: center;
  background: none;
  background-color: #f16e22;
  color: #fff;
  font-size: 25px;
  line-height: 31px;
  font-weight: bold;
  font-family: "Oxfam TSTAR PRO Headline";
  padding: 12px 30px;
  width: 100%;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

.PetitionForm form.dk-speakout-petition .dk-speakout-full.dk-speakout-submit-wrap a:hover, .PetitionForm form.dk-speakout-petition > div.dk-speakout-submit-wrap a:hover {
  background-color: #333333 !important;
}

.Listing01 > ul,
.Content_2 .LandingLeft > ul {
  margin: 15px 0;
}

.Listing01 > ul li,
.Content_2 .LandingLeft > ul li {
  position: relative;
  padding: 10px 0 10px 36px;
}

.Listing01 > ul li:before,
.Content_2 .LandingLeft > ul li:before {
  content: "";
  min-width: 22px;
  height: 4px;
  background-color: #44841a;
  margin-right: 14px;
  position: absolute;
  left: 0;
  top: 22px;
}

.LandingV2 .LandingTopContent {
  flex-direction: row-reverse;
}

.LandingV2 .LandingTopContent .LandingLeft {
  padding-left: 135px;
}

.LandingV2 .LandingTopContent .LandingRight {
  padding-left: 50px;
  padding-right: 30px;
}

.LandingV3 .LandingTopSec .LandingHeader {
  padding-bottom: 100px;
}

.LandingV3 .DonationFormOuter {
  padding-right: 80px;
}

.LandingV4 .LandingTopSec {
  margin-bottom: 0;
}

.LandingV4 .DonationWidget02 {
  padding-left: 45px;
  padding-top: 95px;
}

.LandingV4 .SideBar01 {
  border: none;
  background: #f2f1ee;
  background: linear-gradient(180deg, #f2f1ee 83%, rgba(255, 255, 255, 0) 100%);
  padding: 95px 50px;
}

.LandingV4 .SideBar01 .Heading04 {
  position: relative;
}

.LandingV4 .SideBar01 .Heading04 span {
  background-color: #f2f1ee;
  padding-right: 15px;
  display: inline-block;
  z-index: 1;
  position: relative;
}

.LandingV4 .SideBar01 .Heading04:after {
  position: absolute;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #707070;
  top: 12px;
  left: 0;
}

.LandingV4 .Content_6 h2 {
  margin-bottom: 50px;
}

.LandingV4 .DonationFormOuter {
  padding-top: 90px;
  padding-right: 80px;
}

.LandingV5 {
  /*&.LandingHeaderFixed {
        .LandingHeadInn, .LandingHeadLogo, .LandingHeadMenu  {
            display:inline-block;
        }
    }*/
}

.LandingV5 .container-fluid {
  padding: 0;
}

.LandingV5 .container-fluid .col-4, .LandingV5 .container-fluid .col-8 {
  padding: 0;
}

.LandingV5 .LandingLogo {
  padding-left: 85px;
}

.LandingV5 .LandingTopContent {
  padding-left: 100px;
}

.LandingV5 header.LandingV5 .container {
  padding: 0 55px 0 128px;
}

.LandingV5 .LandingHeaderFixed {
  width: 67%;
}

.LandingV5 .Landing-contentRight .container {
  padding: 0;
}

.LandingV5 .SimpleContent {
  text-align: left;
}

.LandingV5 .LandingFlexibleContent .container,
.LandingV5 .LandingFlexibleContent .container2,
.LandingV5 .LandingFlexibleContent .container3 {
  padding: 0;
}

.LandingV5 .LandingFlexibleContent > .row > .col-8 {
  padding-left: 45px;
}

.LandingV5 .Content_3 {
  background-color: #fff;
  padding: 0;
}

.LandingV5 .ImageBox a .ImageContent {
  font-size: 18px;
  line-height: 26px;
}

.LandingV5 .ImageBox a .Image03 {
  padding: 11px;
}

.LandingV5 .ImageBox a .Image03 img {
  height: 260px;
}

.LandingV5 .ImageBox a .Image03 .Price01 {
  font-size: 20px;
  line-height: 17px;
  right: 11px;
}

.LandingV5 .ImageBox a .Image03 .Price01 strong {
  font-size: 34px;
}

.LandingV5 .ImageBox a .Image03 .Heading03 {
  font-size: 19px;
  line-height: 19px;
  left: 11px;
  bottom: 11px;
}

.LandingV5 .DonationWidget02.FixedDonationWidget {
  width: 33.3%;
  max-width: 100%;
  height: 100%;
}

.LandingV5 .DonationWidget02.FixedDonationWidget #give-donation_widget_hsi.my-donate.donation_box {
  display: block;
}

.LandingV5 .DonationWidget02.FixedDonationWidget #give-donation_widget_hsi.my-donate.donation_box .donate-form.step2 .give-submit-button-wrap.give-clearfix {
  bottom: 0;
}

.LandingV5.LandingFooter {
  position: relative;
  z-index: 10;
}

.DonationWidget02.FixedDonationWidget {
  position: fixed;
  top: 0;
  width: 456px;
  max-width: 25%;
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.2);
  padding: 0;
  z-index: 9;
}

.DonationWidget02.FixedDonationWidget #give-donation_widget_hsi.my-donate.donation_box {
  display: block;
}

.DonationWidget02.FixedDonationWidget #give-donation_widget_hsi.my-donate.donation_box .give-submit-button-wrap.give-clearfix {
  bottom: 0;
  position: relative;
}

.Content_1 {
  margin: 0 0 40px;
}

.Content_1 .LandingLeft {
  padding-right: 40px;
}

.Content_1 .LandingLeft h2 {
  position: relative;
  padding-bottom: 20px;
}

.Content_1 .LandingLeft h2::after {
  content: "";
  position: absolute;
  width: 60%;
  height: 10px;
  background-color: #333333 !important;
  bottom: -10px;
  left: 0;
}

.Content_1_2 {
  margin: 0 0 50px;
}

.Content_2 {
  margin: 0 0 90px;
}

.Content_2 .container {
  padding: 0 0;
}

.Content_2 .LandingLeft {
  padding: 100px 40px 100px 135px;
  margin: 120px -105px 0 0;
  background-color: #f8f7f5;
  font-size: 19px;
  line-height: 27px;
  width: calc(50% + 105px);
  z-index: 1;
}

.Content_2 .LandingRight {
  margin: 0 0 0 -105px;
  width: calc(50% + 105px);
}

.Content_2 .LandingRight img {
  width: 100%;
}

.Content_2_2 {
  margin: 0 0 90px;
}

.Content_2_2 .container {
  padding: 0;
}

.Content_2_2 .LandingLeft {
  padding: 80px;
  background-color: #f8f7f5;
  font-size: 19px;
  line-height: 27px;
  z-index: 1;
}

.Content_2_2 .LandingRight img {
  width: 100%;
}

.mar-0 {
  margin: 0 !important;
}

.pad-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.Heading01 {
  font-family: "Oxfam TSTAR PRO";
  font-size: 40px;
  line-height: 50px;
  font-weight: bold;
  margin: 0 0 30px;
}

.Heading02 {
  font-family: "Oxfam TSTAR PRO";
  font-size: 40px;
  line-height: 50px;
  font-weight: bold;
  margin: 0 0 40px;
  text-transform: uppercase;
}

.Content_3 {
  background-color: #f8f7f5;
  padding: 85px 0 90px;
  margin-bottom: 120px;
}

.Content_3 .Heading01,
.Content_3 h2 {
  margin-bottom: 50px;
}

.IconBoxOuter {
  margin: 0 -35px 50px;
}

.IconBox {
  line-height: 28px;
  padding: 0 35px;
}

.IconBox .Icon02 {
  height: 115px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin: 0 0 25px;
}

.IconBox .Icon02 img {
  max-width: 100%;
  max-height: 100%;
}

.Text01 {
  font-size: 75px;
  line-height: 75px;
  font-weight: bold;
  color: #333333;
}

.Content_4 {
  margin-bottom: 85px;
}

.Content_4 .Heading01,
.Content_4 h2 {
  margin-bottom: 50px;
}

.ImageBoxOuter {
  margin: 0 -20px;
}

.ImageBox {
  padding: 0 20px;
}

.ImageBox a {
  text-decoration: none;
}

.ImageBox a .Image03 {
  padding: 16px;
  background-color: #f8f7f5;
  position: relative;
}

.ImageBox a .Image03 img {
  width: 100%;
  height: 373px;
  object-fit: cover;
}

.ImageBox a .Image03 .Price01 {
  position: absolute;
  top: 5px;
  right: 16px;
  font-size: 30px;
  line-height: 25px;
  font-family: "Oxfam TSTAR PRO Headline";
  color: #44841a;
  padding: 0 0 0 15px;
  background-color: #f8f7f5;
}

.ImageBox a .Image03 .Price01 strong {
  font-size: 50px;
}

.ImageBox a .Image03 .Heading03 {
  position: absolute;
  left: 16px;
  bottom: 16px;
  font-size: 28px;
  line-height: 28px;
  margin: 0;
  font-family: "Oxfam TSTAR PRO Headline";
  color: #333333;
  padding: 20px 15px 10px;
  background-color: #f8f7f5;
  width: calc(100% - 60px);
}

.ImageBox a:hover .Image03,
.ImageBox a:hover .Heading03,
.ImageBox a:hover .Price01 {
  background-color: #44841a;
  color: #fff;
}

.ImageBox a .ImageContent {
  padding: 16px;
  color: #333333;
  font-size: 22px;
  line-height: 30px;
  text-decoration: none;
}

.ImageBox a .ImageContent strong {
  color: #44841a;
}

.Content_5 {
  margin-bottom: 120px;
}

.Content_5 .LandingLeft {
  border-right: solid 1px #707070;
  padding: 0 55px 0 15px;
}

.Content_5 .LandingRight {
  padding: 0 15px 0 55px;
  font-size: 19px;
}

.Content_5 .LandingRight a {
  color: #159a4c;
  font-weight: bold;
  text-decoration: none;
}

.Content_5 .LandingRight a:hover {
  text-decoration: underline;
}

.PieChart01 {
  width: 100%;
}

.LandingFooter {
  background-color: #f8f7f5;
  padding: 70px 0;
  border-bottom: solid 10px #44841a;
  font-size: 20px;
  line-height: 30px;
  color: #333333;
}

.LandingFooter a {
  color: #44841a;
  text-decoration: none;
  font-size: 22px;
  font-weight: bold;
}

.LandingFooter a:hover {
  text-decoration: underline;
}

.LandingFooter h5 {
  font-size: 22px;
  color: #333333;
  font-weight: bold;
}

.LandingFooter .LFCol-2 {
  border-right: solid 1px #707070;
  padding-right: 100px;
  padding-left: 50px;
}

.LandingFooter .LFCol-3 {
  padding-left: 100px;
}

.Content_6 {
  margin-bottom: 115px;
}

.Content_6 h2 {
  margin-bottom: 90px;
  font-size: 50px;
  line-height: 50px;
}

.SideBar01 {
  padding-left: 50px;
  border-left: solid 1px #707070;
}

.SideBar01 .SidebarDivider {
  width: 100%;
  display: flex;
  border: solid 1px #707070;
  margin-bottom: 70px;
}

.SideBar01 .Heading04 {
  font-size: 20px;
  line-height: 26px;
  font-family: "Oxfam TSTAR PRO Headline";
  color: #333333;
  margin: 0 0 25px;
}

.SideBar01 .SidebarShortcode {
  margin-bottom: 70px;
}

.SideBar01 .SidebarImage {
  margin-bottom: 70px;
}

.SideBar01 .SideBarContent {
  margin-bottom: 70px;
}

.SideBar01 .SideBarContent img {
  margin-bottom: 30px;
}

.SideBar01 .SideBarContent h5 {
  font-size: 20px;
  line-height: 26px;
  color: #333333;
  font-family: "Oxfam TSTAR PRO";
  font-weight: bold;
  text-transform: uppercase;
}

.SideBar01 .SideBarContent a {
  font-weight: bold;
  color: #159a4c;
  text-decoration: none;
}

.SideBar01 .SideBarContent a:hover {
  text-decoration: underline;
}

.ThankYouHead {
  width: 100%;
  background-size: cover;
  background-color: #333333 !important;
  color: #fff;
  font-size: 40px;
  line-height: 22px;
}

.ThankYouHead .ThankHeadInn {
  height: 520px;
  padding: 50px 0 80px;
  text-align: center;
  align-content: space-between;
}

.ThankYouHead .ThankHeadInn .ThankYouLogo {
  -webkit-filter: brightness(0) invert(1);
  -moz-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.ThankYouHead .ThankHeadInn h1 {
  font-size: 50px;
  font-family: "Oxfam TSTAR PRO Headline";
  line-height: 22px;
}

.ThankYouHead .ThankHeadInn h1 span {
  color: #44841a;
}

.DonationSummary {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  margin: 0 -25px 90px;
}

.DonationSummary li {
  width: calc(50% - 50px);
  width: -webkit-calc(50% - 50px);
  width: -moz-calc(50% - 50px);
  padding: 0 0 7px;
  margin: 0 25px;
  border-bottom: solid 1px #707070;
  margin-bottom: 20px;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  color: #333333;
  display: flex;
  align-content: flex-end;
  align-items: flex-end;
}

.DonationSummary li span {
  margin: auto;
}

.DonationSummary li span.color {
  color: #44841a;
}

.DonationSummary li small {
  font-size: 14px;
  line-height: 30px;
  opacity: 0.5;
}

.ThankYouContent {
  margin: 65px 0 0;
}

.ThankYouContent .ThankYouInn {
  margin-bottom: 40px;
}

.ThankYouContent .ThankYouInn .thankyou-orderwrap {
  display: none;
}

.ThankYouContent .ShareDonation {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
  flex-wrap: wrap;
}

.ThankYouContent .ShareDonation p {
  width: 100%;
}

.ThankYouContent .ShareDonation h3 {
  font-size: 50px;
  line-height: 50px;
  font-weight: bold;
  color: #333333;
  font-family: "Oxfam TSTAR PRO Headline";
}

.ThankYouContent .thankyou-orderwrap {
  display: none;
}

.ApprofondimentoTopSec {
  width: 100%;
  display: flex;
  background-color: #333333 !important;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  min-height: 442px;
  margin-bottom: 90px;
}

.ApprofondimentoTopSec:after {
  width: 100%;
  height: 11px;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  background-image: url(../images/BorderImage.jpg);
  background-repeat: repeat-x;
  background-size: auto 11px;
  z-index: 1;
}

.ApproContent_1 {
  margin: 0 0 55px;
}

.ApproContent_1 .FloatingImg {
  position: relative;
}

.ApproContent_1 .FloatingImg img {
  width: 315px;
  height: 320px;
  transform: matrix(1, 0.05, -0.05, 1, 0, 0);
  object-fit: cover;
  position: absolute;
  top: -130px;
  z-index: 1;
}

.ApproContent_Content {
  margin: 0 0 45px;
}

.ApproContent_Content h4 {
  font-size: 32px;
  line-height: 37px;
  font-weight: bold;
  font-family: "Oxfam TSTAR PRO Headline";
  color: #44841a;
  letter-spacing: 0.8px;
  margin: 0 0 30px;
}

.ApproContent_Content h2,
.ApproContent_Content h3 {
  margin-bottom: 30px;
}

.ApproContent_Content ul {
  list-style: disc;
  margin: 0 0 30px 20px;
}

.ApproContent_Content ul li {
  padding: 5px 0;
}

.ApproContent_Content ol {
  list-style: decimal;
  margin: 0 0 30px 20px;
}

.ApproContent_Content ol li {
  padding: 5px 0;
}

.ApproContent_Image {
  margin: 0 0 65px;
}

.ml-auto {
  margin-left: auto !important;
}

.ApproBlock1 {
  margin: 0 0 155px;
}

.ApproBlock1 .row {
  margin: 0;
}

.ApproBlock1 .ApproBlockInn1 {
  margin-bottom: 18px;
  padding: 30px 38px;
  background-color: #f8f7f5;
  display: flex;
  align-items: center;
}

.ApproBlock1 .ApproBlockInn1 .Text1 {
  font-size: 52px;
  line-height: 22px;
  font-weight: bold;
  letter-spacing: 0;
  padding-right: 25px;
  white-space: nowrap;
}

.ApproBlock1 .ApproBlockInn1 .Text2 {
  font-size: 18px;
  line-height: 23px;
  font-weight: bold;
}

a.BlankAnchor {
  display: block;
  position: relative;
  top: -90px;
  visibility: hidden;
  z-index: -1;
}

.ApproSingleCat {
  margin: 40px -1px 10px;
}

.ApproSingleCat span {
  font-size: 18px;
  line-height: 22px;
  font-family: "Oxfam TSTAR PRO Headline";
  padding: 14px 20px;
  display: inline-block;
  margin: 1px;
  color: #159a4c;
  background-color: #f8f7f5;
}

.woocommerce ul.products {
  display: flex;
  flex-wrap: wrap;
}

.woocommerce ul.products.columns-2 li.product {
  width: calc((100% / 2) - (40px / 2));
}

.woocommerce ul.products.columns-3 li.product {
  width: calc((100% / 3) - (80px / 3));
}

.woocommerce ul.products.columns-4 li.product {
  width: calc((100% / 4) - (120px / 4));
}

.woocommerce ul.products.columns-5 li.product {
  width: calc((100% / 5) - (160px / 5));
}

.woocommerce ul.products li.product {
  text-align: center;
  margin: 0 40px 40px 0;
}

.woocommerce ul.products li.product a {
  text-decoration: none;
}

.woocommerce ul.products li.product.last {
  margin-right: 0;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 23px;
  line-height: 26px;
  letter-spacing: 0;
  font-weight: bold;
  color: #44841a;
  font-family: "Oxfam TSTAR PRO";
  padding: 0;
  margin: 0;
}

.woocommerce ul.products li.product .ProductImageWrap {
  width: 100%;
  height: 280px;
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f8f7f5;
  margin-bottom: 25px;
  position: relative;
}

.woocommerce ul.products li.product .ProductImageWrap img {
  margin: 0;
}

.woocommerce ul.products li.product .ProductImageWrap .SecondaryImage {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
  left: 0;
  top: 0;
}

.woocommerce ul.products li.product .ProductImageWrap:hover .SecondaryImage {
  display: block;
}

.woocommerce ul.products li.product .price {
  font-size: 19px;
  font-weight: bold;
  color: #221d1d;
  font-family: "Oxfam TSTAR PRO";
  margin-top: 10px;
}

.woocommerce ul.products li.product p.TagsName {
  font-size: 17px;
  line-height: 26px;
  color: #333333;
  margin: 0;
}

.woocommerce ul.products li.product:hover .woocommerce-loop-product__title {
  color: #000;
}

section.related.products {
  text-align: center;
  font-size: 23px;
  line-height: 30px;
  letter-spacing: 0.92px;
}

section.related.products h2 {
  font-size: 40px;
}

section.related.products > .products {
  margin-top: 30px;
}

.InAction {
  width: 100%;
  background-color: #eaf5e4;
  padding: 70px 0;
  display: flex;
  margin-bottom: 95px;
  position: relative;
  overflow: hidden;
}

.InAction:before {
  content: "";
  width: 122px;
  height: 448px;
  background-image: url("../images/Art03.svg");
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 40px;
}

.InAction:after {
  content: "";
  width: 107px;
  height: 271px;
  background-image: url("../images/Art03_2.svg");
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: 30px;
}

.InAction h2 {
  font-size: 40px;
  margin-bottom: 30px;
}

.InAction .InActionContent {
  padding-left: 55px;
}

.InAction .Testimonial01 {
  background-color: #fff;
  border-radius: 21px;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  padding: 30px;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.8px;
  font-weight: bold;
  margin-bottom: 30px;
  position: relative;
}

.InAction .Testimonial01:before {
  content: "";
  width: 47px;
  height: 37px;
  background-image: url("../images/invertedcomma.svg");
  background-repeat: no-repeat;
  right: 18px;
  top: -18px;
  position: absolute;
}

.InAction .Testimonial01 p {
  margin: 0;
}

.InAction .Testimonial01 small {
  font-size: 18px;
  font-weight: normal;
  position: relative;
  display: inline-flex;
  position: relative;
  align-items: center;
}

.InAction .Testimonial01 small:before {
  content: "— ";
}

.donate-form .TabContent {
  display: none;
}

.VariationTabs {
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0 0;
  width: 100%;
}

.VariationTabs #ProductCustomize {
  margin-bottom: 40px;
}

.VariationTabs .WrapTitlePrice {
  display: none;
}

.VariationTabs .ECardFormWrapper,
.VariationTabs .EcardRepeater {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -19px;
}

.VariationTabs .ECardFormWrapper .AggiungiButton,
.VariationTabs .EcardRepeater .AggiungiButton {
  /*display: none;*/
}

.VariationTabs .ECardFormWrapper a,
.VariationTabs .EcardRepeater a {
  color: #159a4c;
  font-weight: bold;
  text-decoration: none;
}

.VariationTabs .ECardFormWrapper a:hover,
.VariationTabs .EcardRepeater a:hover {
  text-decoration: underline;
}

.VariationTabs .ECardFormWrapper .SubEcardField,
.VariationTabs .EcardRepeater .SubEcardField {
  margin-top: 53px;
}

.VariationTabs .ECardFormWrapper .ecard_error_msg p,
.VariationTabs .EcardRepeater .ecard_error_msg p {
  color: red;
  font-size: 80%;
  padding-top: 8px;
}

.VariationTabs .ECardFormWrapper > div,
.VariationTabs .EcardRepeater > div {
  width: 50%;
  padding: 26px 19px;
}

.VariationTabs .ECardFormWrapper > div.FullWidth, .VariationTabs .ECardFormWrapper > div.EcardRepeater,
.VariationTabs .EcardRepeater > div.FullWidth,
.VariationTabs .EcardRepeater > div.EcardRepeater {
  width: 100%;
}

.VariationTabs .ECardFormWrapper > div input,
.VariationTabs .EcardRepeater > div input {
  width: 100%;
  height: 52px;
  line-height: 52px;
  border: solid 1px #000000;
  font-size: 20px;
  letter-spacing: 0.5px;
  color: #000;
  padding: 10px;
}

.VariationTabs .ECardFormWrapper > div input.invalid-field,
.VariationTabs .EcardRepeater > div input.invalid-field {
  border-color: red;
  background-color: #f8ebeb;
}

.VariationTabs .ECardFormWrapper > div textarea,
.VariationTabs .EcardRepeater > div textarea {
  width: 100%;
  height: 127px;
  border: solid 1px #000000;
  font-size: 20px;
  letter-spacing: 0.5px;
  color: #000;
  padding: 10px;
}

.VariationTabs .ECardFormWrapper > div textarea.invalid-field,
.VariationTabs .EcardRepeater > div textarea.invalid-field {
  border-color: red;
  background-color: #f8ebeb;
}

.VariationTabs .ECardFormWrapper > div .CharacterInfo,
.VariationTabs .EcardRepeater > div .CharacterInfo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.VariationTabs .ECardFormWrapper > div .CharacterInfo .remaining-char,
.VariationTabs .EcardRepeater > div .CharacterInfo .remaining-char {
  padding-right: 20px;
}

.VariationTabs .ECardFormWrapper > div .CharacterInfo a,
.VariationTabs .EcardRepeater > div .CharacterInfo a {
  color: #44841a;
  text-decoration: underline;
}

.VariationTabs .ECardFormWrapper > div .CharacterInfo a:hover,
.VariationTabs .EcardRepeater > div .CharacterInfo a:hover {
  text-decoration: none;
}

.VariationTabs .ECardWrapper > tbody > tr {
  display: table !important;
  width: 100%;
}

.VariationTabs .ECardWrapper > tbody > tr td {
  padding-bottom: 53px;
  width: 50%;
}

.VariationTabs .ECardWrapper > tbody > tr td > div {
  width: 100%;
}

.VariationTabs .ECardWrapper > tbody > tr td:first-child {
  padding-right: 38px;
}

.VariationTabs .ECardWrapper > tbody > tr td input {
  width: 100%;
  height: 52px;
  line-height: 52px;
  border: solid 1px #000000;
  font-size: 20px;
  letter-spacing: 0.5px;
  color: #000;
  padding: 10px;
}

.VariationTabs .ECardWrapper > tbody > tr td textarea {
  width: 100%;
  height: 127px;
  border: solid 1px #000000;
  font-size: 20px;
  letter-spacing: 0.5px;
  color: #000;
  padding: 10px;
}

.VariationTabs .ECardWrapper .CharacterInfo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.VariationTabs .ECardWrapper .CharacterInfo .remaining-char {
  padding-right: 20px;
}

.VariationTabs .ECardWrapper .CharacterInfo a {
  color: #44841a;
  text-decoration: underline;
}

.VariationTabs .ECardWrapper .CharacterInfo a:hover {
  text-decoration: none;
}

.VariationTabs .MultipleAddressController {
  width: 100%;
  display: flex;
  margin-bottom: 100px;
}

.FullWidth {
  width: 100%;
}

#ProductCustomize {
  display: none;
}

.VariationTabsHead {
  background-color: #159a4c;
  background-image: url("../images/HeadBg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  color: #fff;
  letter-spacing: 0.8px;
  width: 100%;
  padding: 25px 0;
  cursor: pointer;
  margin: 50px 0 0;
}

.VariationTabsHead h2 {
  font-size: 40px;
  color: #fff;
}

.VariationTabsHead .TabsHeadInn {
  display: flex;
  align-items: center;
}

.VariationTabsHead .MailIcon {
  margin-right: 40px;
}

.VariationTabsHead .Arrow03 {
  width: 26px;
  height: 13px;
  background-image: url("../images/ArrowDown02.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  cursor: pointer;
}

.VariationTabsHead.Active01 {
  margin-bottom: 65px;
}

.VariationTabsHead.Active01 .Arrow03 {
  transform: rotate(180deg);
}

.preview_btn,
.btn-preview-ecard {
  float: right;
  font-size: 16px;
  line-height: 26px;
  color: #333333;
  padding: 10px 30px 10px 30px;
  text-decoration: none;
  border-radius: 5px;
  font-family: "Oxfam TSTAR PRO Headline";
  letter-spacing: 0.45px;
  font-weight: bold;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: solid 1px #333333;
  margin-right: 20px;
}

.preview_btn:after,
.btn-preview-ecard:after {
  content: "";
  background-image: url("../images/Arrow01.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 9px;
  height: 8px;
  margin-left: 10px;
  filter: brightness(0);
  opacity: 0.7;
  display: inline-block !important;
}

.preview_btn:after:hover, .preview_btn:after:focus, .preview_btn:after:active,
.btn-preview-ecard:after:hover,
.btn-preview-ecard:after:focus,
.btn-preview-ecard:after:active {
  color: #333333;
}

.page-content,
.entry-content,
.entry-summary {
  margin-top: 0;
}

.woocommerce-product-details__short-description {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.4px;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
  width: 42%;
}

.woocommerce #content div.product div.images .flex-viewport,
.woocommerce div.product div.images .flex-viewport,
.woocommerce-page #content div.product div.images .flex-viewport,
.woocommerce-page div.product div.images .flex-viewport {
  margin-bottom: 8px;
  position: relative;
  cursor: pointer;
}

.woocommerce #content div.product div.images .flex-viewport:after,
.woocommerce div.product div.images .flex-viewport:after,
.woocommerce-page #content div.product div.images .flex-viewport:after,
.woocommerce-page div.product div.images .flex-viewport:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  border: solid 40px #f8f7f5;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.woocommerce #content div.product div.images .flex-viewport img,
.woocommerce div.product div.images .flex-viewport img,
.woocommerce-page #content div.product div.images .flex-viewport img,
.woocommerce-page div.product div.images .flex-viewport img {
  padding: 40px;
}

.woocommerce #content div.product div.images .woocommerce-product-gallery__trigger,
.woocommerce div.product div.images .woocommerce-product-gallery__trigger,
.woocommerce-page #content div.product div.images .woocommerce-product-gallery__trigger,
.woocommerce-page div.product div.images .woocommerce-product-gallery__trigger {
  visibility: hidden;
}

.woocommerce #content div.product div.images .flex-control-nav.flex-control-thumbs,
.woocommerce div.product div.images .flex-control-nav.flex-control-thumbs,
.woocommerce-page #content div.product div.images .flex-control-nav.flex-control-thumbs,
.woocommerce-page div.product div.images .flex-control-nav.flex-control-thumbs {
  margin: 0 -12px;
}

.woocommerce #content div.product div.images .flex-control-nav.flex-control-thumbs li,
.woocommerce div.product div.images .flex-control-nav.flex-control-thumbs li,
.woocommerce-page #content div.product div.images .flex-control-nav.flex-control-thumbs li,
.woocommerce-page div.product div.images .flex-control-nav.flex-control-thumbs li {
  width: 33%;
  padding: 12px;
}

.woocommerce #content div.product div.images .flex-control-nav.flex-control-thumbs img,
.woocommerce div.product div.images .flex-control-nav.flex-control-thumbs img,
.woocommerce-page #content div.product div.images .flex-control-nav.flex-control-thumbs img,
.woocommerce-page div.product div.images .flex-control-nav.flex-control-thumbs img {
  opacity: 1;
}

.woocommerce #content div.product div.images .flex-control-nav.flex-control-thumbs .Active01,
.woocommerce div.product div.images .flex-control-nav.flex-control-thumbs .Active01,
.woocommerce-page #content div.product div.images .flex-control-nav.flex-control-thumbs .Active01,
.woocommerce-page div.product div.images .flex-control-nav.flex-control-thumbs .Active01 {
  position: relative;
}

.woocommerce #content div.product div.images .flex-control-nav.flex-control-thumbs .Active01:after,
.woocommerce div.product div.images .flex-control-nav.flex-control-thumbs .Active01:after,
.woocommerce-page #content div.product div.images .flex-control-nav.flex-control-thumbs .Active01:after,
.woocommerce-page div.product div.images .flex-control-nav.flex-control-thumbs .Active01:after {
  content: "";
  width: calc(100% - 24px);
  width: -webkit-calc(100% - 24px);
  height: calc(100% - 24px);
  height: -webkit-calc(100% - 24px);
  position: absolute;
  left: 12px;
  top: 12px;
  background-color: rgba(0, 0, 0, 0.38);
  border: solid 7px #44841a;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
  width: 50%;
}

.WrapProductSummaryImage {
  margin-top: 40px;
}

.WrapTitlePrice {
  display: flex;
  align-items: center;
  margin: 0px 0 40px;
  flex-wrap: wrap;
  position: relative;
}

.WrapTitlePrice .product_title {
  font-size: 40px;
  font-weight: bold;
  font-family: "Oxfam TSTAR PRO";
  color: #44841a;
  letter-spacing: 0;
  margin: 0 0 15px;
  line-height: 26px;
}

.WrapTitlePrice .TagsName {
  font-size: 17px;
  line-height: 26px;
  font-weight: normal;
  margin: 0;
}

.WrapTitlePrice .WrapTitleTag {
  margin-bottom: 20px;
  min-height: 65px;
}

.WrapTitlePrice p.price {
  margin: 0 0 0 auto;
  padding-left: 30px;
  position: absolute;
  top: -30px;
  right: 0;
}

.WrapTitlePrice p.price .woocommerce-Price-amount.amount {
  width: 103px;
  height: 108px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  background-image: url("../images/Shape01.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.6px;
  font-weight: bold;
  color: #fff;
  font-family: "Oxfam TSTAR PRO";
}

.woocommerce-product-details__short-description {
  margin-bottom: 30px;
}

body .ButtonColor01 {
  background-color: #159a4c;
}

.woocommerce .woocommerce-breadcrumb {
  margin: 0 0 30px;
  font-size: 16px;
  letter-spacing: 0.4px;
  font-weight: 500;
  color: #000;
}

.woocommerce .woocommerce-breadcrumb span {
  color: #44841a;
}

.woocommerce .woocommerce-breadcrumb a {
  color: #44841a;
  text-decoration: none;
}

.woocommerce .woocommerce-breadcrumb a:first-child {
  font-weight: bold;
}

.GlobalHelpSec {
  background-color: #f5f5ef;
  padding: 19px 0;
}

.GlobalHelpSec .HelpSecInn {
  display: flex;
  align-items: center;
}

.GlobalHelpSec .HelpSecInn .HelpHeading {
  padding-right: 36px;
  white-space: nowrap;
}

.GlobalHelpSec .HelpSecInn .HelpHeading h4 {
  font-size: 24px;
  line-height: 30px;
  color: #333333;
  font-family: "Oxfam TSTAR PRO Headline";
  font-weight: bold;
  letter-spacing: 0.6px;
}

.GlobalHelpSec .HelpSecInn .HelpContent {
  border-left: solid 1px #333333;
  padding: 7px 0 7px 32px;
  font-size: 22px;
  line-height: 29px;
  letter-spacing: 0.55px;
}

.GlobalHelpSec .HelpSecInn .HelpContent small {
  font-size: 20px;
}

.GlobalHelpSec .HelpSecInn .HelpContent p {
  margin-bottom: 0;
}

.GlobalHelpSec .HelpSecInn .HelpContent a {
  color: #333333;
  text-decoration: none;
  font-weight: bold;
}

.GlobalHelpSec .HelpSecInn .HelpContent a:hover {
  color: #44841a;
}

.SelectToTab {
  width: 100%;
  display: flex;
  border: solid 1px #159a4c;
}

.SelectToTab > div {
  width: 100%;
  border-left: solid 1px #159a4c;
  font-size: 17px;
  line-height: 17px;
  color: #333333;
  font-weight: bold;
  font-family: "Oxfam TSTAR PRO Headline";
  letter-spacing: 0.42px;
  text-align: center;
  padding: 16px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.SelectToTab > div:first-child {
  border: none;
}

.SelectToTab > div.Active01 {
  background-color: #159a4c;
  color: #fff;
}

.woocommerce button.button.alt.single_add_to_cart_button {
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
  font-family: "Oxfam TSTAR PRO Headline";
  background-color: #159a4c;
  color: #fff;
  padding: 10px 50px 10px 25px;
  background-image: url("../images/Arrow01.svg");
  background-size: 8px auto;
  background-position: calc(100% - 25px) center;
  background-repeat: no-repeat;
  float: right !important;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.woocommerce button.button.alt.single_add_to_cart_button:hover {
  background-color: #333333 !important;
}

.woocommerce div.product form.cart div.quantity {
  display: none !important;
}

#ecard_delivery_date {
  background-image: url("../images/Calender.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 35px) center;
}

.woocommerce nav.woocommerce-pagination ul {
  border: none;
  margin: 0px;
}

.woocommerce nav.woocommerce-pagination ul li {
  border: none;
  background-color: transparent;
  font-weight: bold;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
  color: #44841a;
  background-color: transparent;
}

.woocommerce nav.woocommerce-pagination ul li a {
  color: #333333;
}

.woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li a:focus {
  background-color: transparent;
  color: #44841a;
}

.ShopOuter {
  display: flex;
  margin-bottom: 130px;
}

.ShopOuter .sidebar {
  min-width: 195px;
  padding-right: 45px;
  border-right: solid 1px #9a9a9a;
}

.ShopOuter .ShopLoopOuter {
  padding-left: 100px;
}

.ShopHead {
  margin-top: 50px;
  margin-bottom: 70px;
  font-size: 23px;
  line-height: 31px;
  letter-spacing: 0.92px;
}

.ShopHead h2 {
  font-size: 40px;
}

#sidebar {
  width: 100%;
}

#sidebar .widget-title {
  font-size: 25px;
  line-height: 42px;
  color: #333333;
  letter-spacing: 0.55px;
  margin: 0 0 30px;
}

#sidebar .woof_list li {
  padding: 0 !important;
  margin: 0 !important;
}

#sidebar .woof_list input {
  display: none;
}

#sidebar .woof_list > span {
  display: none;
}

#sidebar h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  font-family: "Oxfam TSTAR PRO";
  color: #333333;
  letter-spacing: 0.44px;
  border-bottom: solid 1px #9a9a9a;
  padding: 0 0 12px;
  margin: 0 0 5px;
}

#sidebar .woof_list label {
  margin: 0;
  font-size: 17px;
  line-height: 25px;
  font-weight: normal;
  letter-spacing: 0.42px;
  font-family: "Oxfam TSTAR PRO";
  color: #221d1d;
  padding: 0;
}

#sidebar .woof_list label.woof_checkbox_label_selected {
  color: #159a4c;
  font-weight: bold;
}

#sidebar .woof_container_inner {
  margin: 0 0 20px;
}

#sidebar .woof_container_inner li.woof_open_hidden_li {
  text-align: left;
}

#sidebar .woof_container_inner li.woof_open_hidden_li a {
  color: #159a4c;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
}

#sidebar .woof_childs_list_opener {
  display: none !important;
}

.cart-collaterals {
  display: flex;
  width: auto !important;
  margin: 0 0 90px;
  align-items: flex-start;
}

.cart-collaterals > div {
  padding: 0 0 0 25px;
}

.cart-collaterals .CartWidgetOuter {
  width: calc(50% - 10px);
  width: -webkit-calc(50% - 10px);
}

.cart-collaterals .cart_totals {
  width: calc(50% + 10px) !important;
  width: -webkit-calc(50% + 10px) !important;
}

#CartWidgetOuter {
  padding: 20px;
  border: solid 1px #44841a;
  margin-right: 60px;
}

#CartWidgetOuter table {
  margin: 0;
  border: none;
}

#CartWidgetOuter table td {
  background-color: transparent;
  border: none;
  padding: 0;
}

#CartWidgetOuter table td .give-wc-donation-inside {
  background-color: transparent;
  padding: 0;
}

#CartWidgetOuter table td .give-wc-donation-inside.give-wc-hidden {
  display: block !important;
}

#CartWidgetOuter table td .give-wc-give-form-head {
  padding: 0;
}

#CartWidgetOuter table td .give-wc-give-form-head .give-wc-form-title {
  font-size: 27px;
  line-height: 42px;
  font-weight: bold;
  color: #44841a;
  font-family: "Oxfam TSTAR PRO Headline";
  font-weight: bold;
}

#CartWidgetOuter table td .give-wc-donation-amount-wrapper {
  position: relative;
}

#CartWidgetOuter table td .give-wc-donation-amount-wrapper .give-wc-inside-left-panel {
  width: 100%;
  max-width: 100%;
}

#CartWidgetOuter table td .give-wc-donation-amount-wrapper .give-wc-inside-left-panel ul {
  display: flex;
  margin: 0 -7px;
}

#CartWidgetOuter table td .give-wc-donation-amount-wrapper .give-wc-inside-left-panel ul li {
  width: 100%;
  margin: 0 7px;
  text-align: center;
}

#CartWidgetOuter table td .give-wc-donation-amount-wrapper .give-wc-inside-left-panel ul li label {
  position: absolute;
  visibility: hidden;
  z-index: -1;
}

#CartWidgetOuter table td .give-wc-donation-amount-wrapper .give-wc-inside-left-panel ul li .AppendedAmount {
  padding: 7px 10px;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: solid 1px #159a4c;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.55px;
  font-weight: bold;
  color: #221d1d;
  cursor: pointer;
}

#CartWidgetOuter table td .give-wc-donation-amount-wrapper .give-wc-inside-left-panel ul li.Active01 .AppendedAmount {
  background-color: #159a4c;
  color: #fff;
}

#CartWidgetOuter table td .give-wc-donation-amount-wrapper .give-wc-inside-left-panel ul li.CartGiveCustomAmount .AppendedAmount {
  border: none;
  color: #159a4c !important;
  background-color: transparent !important;
}

#CartWidgetOuter table td .give-wc-donation-amount-wrapper .give-wc-donation-amount-wrap {
  visibility: hidden;
  position: absolute;
  z-index: -1;
}

#CartWidgetOuter table td .give-wc-donation-amount-wrapper .give-wc-donation-amount-wrap.Active01 {
  visibility: visible;
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  margin: 20px 0;
  padding: 0;
  align-items: center;
  max-width: 100%;
}

#CartWidgetOuter table td .give-wc-donation-amount-wrapper .give-wc-donation-amount-wrap.Active01 .give-wc-donation-amount-text {
  margin-right: 15px;
}

#CartWidgetOuter table td .give-wc-donation-amount-wrapper .CustomTextWrapper {
  color: #000;
  font-size: 14px;
  line-height: 22px;
  font-weight: normal;
  display: flex;
  margin: 0 0 10px;
}

#CartWidgetOuter #UpdateCartGiveButton {
  margin-top: 20px;
}

.WooTemplateInn {
  padding: 35px 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.WooTemplateInn .woocommerce {
  width: 100%;
}

.WooTemplateInn .WooHead {
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
}

.WooTemplateInn .WooHead h1 {
  font-size: 40px;
  line-height: 45px;
  color: #44841a;
  margin: 0 0 50px;
  padding: 0;
  font-family: "Oxfam TSTAR PRO Headline";
  letter-spacing: 1.6px;
}

.WooTemplateInn .woocommerce form.woocommerce-cart-form {
  width: 100%;
}

.WooTemplateInn .woocommerce table.cart {
  border: none;
}

.WooTemplateInn .woocommerce table.cart th,
.WooTemplateInn .woocommerce table.cart td {
  border: none;
}

.WooTemplateInn .woocommerce table.cart th {
  background-color: #f8f7f5;
  font-size: 16px;
  line-height: 29px;
  letter-spacing: 0.4px;
  font-weight: bold;
  text-transform: uppercase;
  color: #221d1d;
  padding: 24px 15px;
  vertical-align: top;
}

.WooTemplateInn .woocommerce table.cart th:first-child {
  padding-left: 30px;
}

.WooTemplateInn .woocommerce table.cart td {
  border-bottom: solid 1px #ebebea;
  padding: 30px 15px 40px;
  vertical-align: top;
}

.WooTemplateInn .woocommerce table.cart td:first-child {
  padding-left: 0;
}

.WooTemplateInn .woocommerce table.cart td.product-thumbnail {
  width: 200px;
}

.WooTemplateInn .woocommerce table.cart td.product-thumbnail .ProductImageWrap2 {
  width: 200px;
  height: 253px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px;
  background-color: #f8f7f5;
}

.WooTemplateInn .woocommerce table.cart td.product-thumbnail .ProductImageWrap2 img {
  object-fit: contain;
  width: auto;
  height: auto;
}

.WooTemplateInn .woocommerce table.cart td.product-name {
  font-size: 16px;
  line-height: 22px;
  color: #000;
  letter-spacing: 0.4px;
}

.WooTemplateInn .woocommerce table.cart td.product-name a {
  font-size: 23px;
  font-weight: bold;
  color: #44841a;
  text-decoration: none;
  letter-spacing: 0;
}

.WooTemplateInn .woocommerce table.cart td.product-subtotal {
  font-size: 20px;
  font-weight: bold;
  color: #221d1d;
  letter-spacing: 0.5px;
}

.WooTemplateInn .woocommerce table.cart td.product-quantity input,
.WooTemplateInn .woocommerce table.cart td.product-quantity span {
  width: 45px;
  height: 44px;
  border: solid 1px #000;
  font-size: 20px;
  font-weight: bold;
  color: #221d1d;
  text-align: center;
  line-height: 44px;
  overflow: hidden;
  display: inline-block;
}

.WooTemplateInn .woocommerce .cart_totals table {
  border: none;
  background-color: #f8f7f5;
  margin: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.WooTemplateInn .woocommerce .cart_totals table tr:first-child th,
.WooTemplateInn .woocommerce .cart_totals table tr:first-child td {
  padding-top: 20px;
}

.WooTemplateInn .woocommerce .cart_totals table tr:last-child th,
.WooTemplateInn .woocommerce .cart_totals table tr:last-child td {
  padding-bottom: 20px;
}

.WooTemplateInn .woocommerce .cart_totals table tr th,
.WooTemplateInn .woocommerce .cart_totals table tr td {
  border: none;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  color: #221d1d;
  padding: 10px 20px;
}

.WooTemplateInn .woocommerce .cart_totals table tr td {
  text-align: right;
}

.WooTemplateInn .woocommerce .cart_totals .wc-proceed-to-checkout {
  padding-top: 0;
}

.WooTemplateInn .woocommerce .cart_totals .wc-proceed-to-checkout a {
  background-color: #159a4c;
  font-size: 18px;
  line-height: 31px;
  padding: 10px 30px;
  color: #fff;
  letter-spacing: 0.45px;
  background-image: url("../images/Arrow01.svg");
  background-repeat: no-repeat;
  background-position: 71% center;
  background-size: 9px;
  border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
}

.WooTemplateInn .woocommerce .cart_totals .wc-proceed-to-checkout a:hover {
  background-color: #333333 !important;
}

.CartCouponOuter {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 35px 0 60px;
}

.CartCouponOuter .coupon {
  width: 100%;
}

.CartCouponOuter .coupon .CouponController {
  width: 100%;
  display: flex;
  border-left: solid 12px #44841a;
  background-color: #f8f7f5;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 0.43px;
  color: #000;
  padding: 15px 15px 15px 27px;
}

.CartCouponOuter .coupon .CouponCode {
  padding: 25px 0 0;
  display: none;
  flex-wrap: wrap;
}

.CartCouponOuter .coupon .CouponCode.Active01 {
  display: flex;
}

.CartCouponOuter .coupon .CouponCode > label {
  width: 100%;
  display: block;
  font-weight: normal;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 0.43px;
  margin: 0 0 10px;
}

.CartCouponOuter .coupon .CouponCode #coupon_code {
  width: 314px;
  height: 52px;
  border: solid 1px #000;
  padding: 10px 20px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  margin-right: 50px;
}

.CartCouponOuter .coupon .CouponCode .CouponButton {
  font-size: 16px;
  line-height: 27px;
  font-weight: bold;
  color: #159a4c;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  height: 52px;
  padding: 10px 50px 10px 30px;
  border: solid 1px #159a4c;
  color: #159a4c;
  background-color: transparent;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background-image: url("../images/Arrow_hover.svg");
  background-repeat: no-repeat;
  background-position: 92% center;
  background-size: 9px;
}

.CartCouponOuter .coupon .CouponCode .CouponButton:hover {
  background-color: #333333 !important;
  color: #fff;
  text-decoration: none;
  background-image: url("../images/Arrow01.svg");
  border-color: #333333;
}

.DonationWidget04 {
  padding: 20px;
  border: solid 1px #44841a;
}

.DonationWidget04 #give-recurring-form .form-row-first,
.DonationWidget04 #give-recurring-form .form-row-last,
.DonationWidget04 form.give-form .form-row-first,
.DonationWidget04 form.give-form .form-row-last,
.DonationWidget04 form[id*="give-form"] .form-row-first,
.DonationWidget04 form[id*="give-form"] .form-row-last {
  width: 48%;
}

.DonationWidget04 > h4 {
  font-size: 27px;
  line-height: 42px;
  font-weight: bold;
  color: #44841a;
  font-family: "Oxfam TSTAR PRO Headline";
  font-weight: bold;
}

.DonationWidget04 .ActiveLabel {
  color: #000;
  font-size: 14px;
  line-height: 22px;
  font-weight: normal;
  display: flex;
  margin: 0 0 10px;
}

.DonationWidget04 .give-btn {
  font-size: 18px;
  line-height: 30px;
  padding: 10px 30px;
  font-weight: bold;
  font-family: "Oxfam TSTAR PRO Headline";
  color: #fff;
  background-color: #159a4c;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  width: 232px;
  background-image: url("../images/Arrow01.svg");
  background-repeat: no-repeat;
  background-position: 75% center;
  background-size: 9px;
  border: none;
}

.DonationWidget04 .give-btn:hover {
  background-color: #333333 !important;
}

.DonationWidget04 .give_warning {
  font-size: 16px;
  font-weight: normal;
  line-height: 25px;
  margin-bottom: 10px;
}

.DonationWidget04 .give-form-title {
  display: none;
}

.DonationWidget04 form[id*="give-form"] .give-donation-amount {
  display: none;
}

.DonationWidget04 form[id*="give-form"] .give-donation-amount label:not(.CustomLabel) {
  display: none;
}

.DonationWidget04 form[id*="give-form"] .give-donation-levels-wrap,
.DonationWidget04 form[id*="give-form"] #give-donation-level-radio-list {
  display: flex;
  position: relative;
  margin: 0 -7px 20px;
}

.DonationWidget04 form[id*="give-form"] .give-donation-levels-wrap li,
.DonationWidget04 form[id*="give-form"] #give-donation-level-radio-list li {
  width: 100%;
  border: solid 1px #159a4c;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.55px;
  font-weight: bold;
  margin: 0 7px;
  padding: 7px 10px;
  text-align: center;
  color: #221d1d;
  cursor: pointer;
}

.DonationWidget04 form[id*="give-form"] .give-donation-levels-wrap li input,
.DonationWidget04 form[id*="give-form"] #give-donation-level-radio-list li input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.DonationWidget04 form[id*="give-form"] .give-donation-levels-wrap li label:not(.CustomLabel),
.DonationWidget04 form[id*="give-form"] #give-donation-level-radio-list li label:not(.CustomLabel) {
  position: absolute;
  display: none;
  left: 7px;
  top: -30px;
}

.DonationWidget04 form[id*="give-form"] .give-donation-levels-wrap li.CustomAmount,
.DonationWidget04 form[id*="give-form"] #give-donation-level-radio-list li.CustomAmount {
  width: auto;
  border: none;
}

.DonationWidget04 form[id*="give-form"] .give-donation-levels-wrap li.CustomAmount label,
.DonationWidget04 form[id*="give-form"] #give-donation-level-radio-list li.CustomAmount label {
  position: relative;
  opacity: 1;
  z-index: 1;
  display: block;
  left: 0;
  top: 0;
  color: #159a4c;
  font-size: 16px;
  line-height: 22px;
  text-decoration: underline;
  font-weight: bold;
}

.DonationWidget04 form[id*="give-form"] .give-donation-levels-wrap li.CustomAmount.Active01,
.DonationWidget04 form[id*="give-form"] #give-donation-level-radio-list li.CustomAmount.Active01 {
  background-color: transparent;
}

.DonationWidget04 form[id*="give-form"] .give-donation-levels-wrap li.Active01,
.DonationWidget04 form[id*="give-form"] #give-donation-level-radio-list li.Active01 {
  background-color: #159a4c;
  color: #fff;
}

.woocommerce .DonationWidget04 form .form-row .required {
  border: solid 1px #ccc !important;
}

.woocommerce-address-fields .form-row {
  width: 100% !important;
}

.woocommerce-address-fields > p {
  width: 100%;
  display: block;
  margin-top: 40px;
}

.woocommerce-address-fields .input-text,
.woocommerce-address-fields .select2-container--default .select2-selection--single {
  border: solid 1px #000;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  font-size: 20px;
  line-height: 52px;
  height: 52px;
  padding: 10px 20px;
}

.woocommerce-address-fields .input-text .select2-selection__arrow,
.woocommerce-address-fields .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 13px;
  right: 7px;
}

.woocommerce-address-fields.woocommerce-invalid .input-text,
.woocommerce-address-fields.woocommerce-invalid .select2-container--default .select2-selection--single {
  border-color: red;
}

.woocommerce .CheckoutOuter {
  display: flex;
  margin-bottom: -35px;
  counter-reset: headingcount;
}

.woocommerce .CheckoutOuter .CheckoutRight {
  min-width: 450px;
  max-width: 450px;
  background-color: #f8f7f5;
  padding: 30px;
  margin-right: -80px;
}

.woocommerce .CheckoutOuter .col2-set .col-2,
.woocommerce .CheckoutOuter .col2-set .col-1 {
  width: 100%;
}

.woocommerce .CheckoutOuter #order_review_heading {
  font-size: 27px;
  line-height: 42px;
  letter-spacing: 0.68px;
  color: #44841a;
  font-family: "Oxfam TSTAR PRO Headline";
  margin: 0 0 10px;
}

.woocommerce .CheckoutOuter div#order_review table {
  border: none;
  border-spacing: 0;
  margin-bottom: 60px;
}

.woocommerce .CheckoutOuter div#order_review table thead {
  display: none;
}

.woocommerce .CheckoutOuter div#order_review table .product-content {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.4px;
  color: #000;
  font-family: "Oxfam TSTAR PRO";
}

.woocommerce .CheckoutOuter div#order_review table .product-content p,
.woocommerce .CheckoutOuter div#order_review table .product-content dd {
  margin: 0;
  padding: 0;
}

.woocommerce .CheckoutOuter div#order_review table td,
.woocommerce .CheckoutOuter div#order_review table th {
  vertical-align: top;
  border-top: none;
  border-bottom: solid 1px #d9d9d5;
  padding: 30px 17px;
}

.woocommerce .CheckoutOuter div#order_review table td:first-child,
.woocommerce .CheckoutOuter div#order_review table th:first-child {
  padding-left: 0;
}

.woocommerce .CheckoutOuter div#order_review table td:last-child,
.woocommerce .CheckoutOuter div#order_review table th:last-child {
  padding-right: 0;
}

.woocommerce .CheckoutOuter div#order_review table td dt,
.woocommerce .CheckoutOuter div#order_review table th dt {
  float: left;
  clear: both;
  margin-right: 0.25em;
  display: inline-block;
  list-style: none outside;
}

.woocommerce .CheckoutOuter div#order_review table .cart-subtotal th,
.woocommerce .CheckoutOuter div#order_review table .cart-subtotal td {
  border-bottom: none;
  padding-bottom: 0;
}

.woocommerce .CheckoutOuter div#order_review table .woocommerce-shipping-totals th,
.woocommerce .CheckoutOuter div#order_review table .woocommerce-shipping-totals td {
  padding-top: 10px;
}

.woocommerce .CheckoutOuter div#order_review table .order-total th,
.woocommerce .CheckoutOuter div#order_review table .order-total td {
  border-bottom: none;
  padding-top: 20px;
}

.woocommerce .CheckoutOuter div#order_review table tfoot td {
  text-align: right;
}

.woocommerce .CheckoutOuter div#order_review table td.product-thumb {
  width: 85px;
}

.woocommerce .CheckoutOuter div#order_review table .ProductImageWrap2 {
  width: 85px;
  height: 85px;
}

.woocommerce .CheckoutOuter div#order_review table .ProductHead {
  display: flex;
  border-bottom: solid 1px #d9d9d5;
  padding-bottom: 7px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 17px;
}

.woocommerce .CheckoutOuter div#order_review table .ProductHead.NoVariation {
  border: none;
}

.woocommerce .CheckoutOuter div#order_review table .ProductHead .ItemNameQty {
  padding-right: 10px;
  padding-bottom: 0;
  margin-bottom: 0;
}

.woocommerce .CheckoutOuter div#order_review .extra-charge {
  margin-bottom: 60px;
}

.woocommerce .CheckoutOuter div#order_review .checkout-additional-content-wrap {
  margin-bottom: 70px;
}

.woocommerce .CheckoutOuter div#order_review .checkout-additional-content-wrap .detrazioni_wrapper a {
  color: #44841a;
  font-size: 20px;
  line-height: 25px;
  font-weight: bold;
  padding: 0;
  border: none;
  text-align: left;
  display: inline;
}

.woocommerce .CheckoutOuter div#order_review .ContactInforMation {
  font-size: 18px;
  line-height: 26px;
  color: #000;
  letter-spacing: 0.4px;
}

.woocommerce .CheckoutOuter div#order_review .ContactInforMation .ContactInn {
  display: flex;
  margin-bottom: 10px;
}

.woocommerce .CheckoutOuter div#order_review .ContactInforMation .ContactInn .ContactImage {
  min-width: 134px;
  height: 134px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.woocommerce .CheckoutOuter div#order_review .ContactInforMation .ContactInn .ContactImage img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.woocommerce .CheckoutOuter div#order_review .ContactInforMation .ContactInn .ContactContent {
  padding-left: 25px;
  font-size: 20px;
  line-height: 24px;
  color: #000;
  letter-spacing: 0.4px;
}

.woocommerce .CheckoutOuter div#order_review .ContactInforMation .ContactInn .ContactContent p {
  margin: 0 0 5px;
}

.woocommerce .CheckoutOuter div#order_review .ContactInforMation .ContactInn .ContactContent a {
  font-weight: bold;
  text-decoration: none;
  color: #44841a;
}

.woocommerce .CheckoutOuter div#order_review .ContactInforMation .ContactInn .ContactContent a:hover {
  text-decoration: underline;
}

.woocommerce .CheckoutOuter .CheckoutLeft {
  padding-right: 75px;
  width: calc(100% - 450px);
  margin-bottom: 100px;
}

.woocommerce .CheckoutOuter .CheckoutLeft h3 {
  counter-increment: headingcount;
  color: #44841a;
  font-size: 27px;
  line-height: 42px;
  font-family: "Oxfam TSTAR PRO Headline";
  letter-spacing: 0.68px;
  border-bottom: solid 1px #44841a;
  margin: 0 0 25px;
  padding: 0 0 15px;
  width: 100%;
}

.woocommerce .CheckoutOuter .CheckoutLeft h3:before {
  content: counter(headingcount) ". ";
}

.woocommerce .CheckoutOuter .CheckoutLeft #customer_details div.col-1 {
  margin-bottom: 40px;
}

.woocommerce .CheckoutOuter .CheckoutLeft .ShippingAddress .AddressRadio {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 30px;
}

.woocommerce .CheckoutOuter .CheckoutLeft .ShippingAddress .AddressRadio li {
  width: 100%;
  padding: 5px 0;
}

.woocommerce .CheckoutOuter .CheckoutLeft .ShippingAddress .AddressRadio li label {
  display: flex;
}

.woocommerce .CheckoutOuter .CheckoutLeft .ShippingAddress .ywcmas_manage_addresses_cb_container {
  margin: 0 !important;
}

.woocommerce .CheckoutOuter .CheckoutLeft .woocommerce-account-fields {
  margin: 20px 0 0px;
}

.woocommerce .CheckoutOuter .CheckoutLeft .woocommerce-account-fields div.create-account {
  margin: 0 -16px;
}

.woocommerce .CheckoutOuter .CheckoutLeft .woocommerce-account-fields div.create-account p.form-row {
  width: 50%;
  padding: 20px 16px;
}

.woocommerce .CheckoutOuter .CheckoutLeft .woocommerce-terms-and-conditions-wrapper .form-row:not(.create-account) > label {
  display: block;
}

.woocommerce .CheckoutOuter .CheckoutLeft .woocommerce-terms-and-conditions-wrapper .form-row:not(.create-account) > label span.woocommerce-terms-and-conditions-checkbox-text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 16px;
  height: 16px;
  border: solid 1px #000;
  padding: 4px;
}

.woocommerce .CheckoutOuter .CheckoutLeft .woocommerce-terms-and-conditions-wrapper .form-row:not(.create-account) > label span.woocommerce-terms-and-conditions-checkbox-text:after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #44841a;
  left: 4px;
  top: 16px;
  visibility: hidden;
}

.woocommerce .CheckoutOuter .CheckoutLeft .woocommerce-terms-and-conditions-wrapper .form-row:not(.create-account) > label input {
  margin: 0 2px 0 0;
}

.woocommerce .CheckoutOuter .CheckoutLeft .woocommerce-terms-and-conditions-wrapper .form-row:not(.create-account) > label input:checked ~ span.woocommerce-terms-and-conditions-checkbox-text:after {
  visibility: visible;
}

.woocommerce .CheckoutOuter .CheckoutLeft .form-row:not(.create-account) > label {
  display: none;
}

.woocommerce .CheckoutOuter .CheckoutLeft .form-row.validate-required {
  border: none !important;
}

.woocommerce .CheckoutOuter .CheckoutLeft .form-row .select2-selection__rendered {
  padding-left: 0;
}

.woocommerce .CheckoutOuter .CheckoutLeft .form-row > fieldset {
  display: flex;
  flex-wrap: wrap;
}

.woocommerce .CheckoutOuter .CheckoutLeft .form-row > fieldset > legend {
  display: none;
}

.woocommerce .CheckoutOuter .CheckoutLeft .form-row > fieldset > label {
  width: 50%;
  font-size: 17px;
  line-height: 30px;
  font-weight: bold;
}

.woocommerce .CheckoutOuter .CheckoutLeft .form-row > fieldset > label > input {
  margin-right: 10px;
}

.woocommerce .CheckoutOuter .CheckoutLeft .form-row label {
  font-weight: bold;
  color: #000;
}

.woocommerce .CheckoutOuter .CheckoutLeft .form-row .input-text,
.woocommerce .CheckoutOuter .CheckoutLeft .form-row .select2-container--default .select2-selection--single {
  border: solid 1px #000;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  font-size: 20px;
  line-height: 52px;
  height: 52px;
  padding: 10px 20px;
  font-family: "Oxfam TSTAR PRO";
}

.woocommerce .CheckoutOuter .CheckoutLeft .form-row .input-text .select2-selection__arrow,
.woocommerce .CheckoutOuter .CheckoutLeft .form-row .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 13px;
  right: 7px;
}

.woocommerce .CheckoutOuter .CheckoutLeft .form-row.woocommerce-invalid .input-text,
.woocommerce .CheckoutOuter .CheckoutLeft .form-row.woocommerce-invalid .select2-container--default .select2-selection--single {
  border-color: red;
}

.woocommerce .CheckoutOuter .CheckoutLeft .woocommerce-billing-fields__field-wrapper,
.woocommerce .CheckoutOuter .CheckoutLeft .woocommerce-shipping-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -16px;
}

.woocommerce .CheckoutOuter .CheckoutLeft .woocommerce-billing-fields__field-wrapper > p, .woocommerce .CheckoutOuter .CheckoutLeft .woocommerce-billing-fields__field-wrapper > div,
.woocommerce .CheckoutOuter .CheckoutLeft .woocommerce-shipping-fields__field-wrapper > p,
.woocommerce .CheckoutOuter .CheckoutLeft .woocommerce-shipping-fields__field-wrapper > div {
  width: 50%;
  padding: 20px 16px;
  margin: 0;
}

.woocommerce .CheckoutOuter .CheckoutLeft .woocommerce-billing-fields__field-wrapper p:nth-child(2n),
.woocommerce .CheckoutOuter .CheckoutLeft .woocommerce-shipping-fields__field-wrapper p:nth-child(2n) {
  margin-left: auto;
}

.woocommerce .CheckoutOuter .CheckoutLeft .woocommerce-shipping-fields {
  margin-bottom: 50px;
}

.woocommerce .CheckoutOuter .CheckoutLeft #payment {
  background-color: transparent;
}

.woocommerce .CheckoutOuter .CheckoutLeft #payment > ul {
  padding: 0;
  margin: 0 0 30px;
}

.woocommerce .CheckoutOuter .CheckoutLeft #payment > ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}

.woocommerce .CheckoutOuter .CheckoutLeft #payment .form-row.place-order {
  padding: 0;
}

.woocommerce .CheckoutOuter .CheckoutLeft #payment .woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 90px;
}

.woocommerce .CheckoutOuter .CheckoutLeft button#place_order,
.woocommerce .CheckoutOuter .CheckoutLeft .ywcmas_shipping_address_button_new,
.woocommerce .CheckoutOuter .CheckoutLeft .woocommerce-button,
.woocommerce .CheckoutOuter .CheckoutLeft form.checkout_coupon .button {
  width: 100%;
  background-color: #159a4c;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  height: 46px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-family: "Oxfam TSTAR PRO Headline";
  letter-spacing: 0.4px;
  color: #fff;
  text-decoration: none;
}

.woocommerce .CheckoutOuter .CheckoutLeft button#place_order:after,
.woocommerce .CheckoutOuter .CheckoutLeft .ywcmas_shipping_address_button_new:after,
.woocommerce .CheckoutOuter .CheckoutLeft .woocommerce-button:after,
.woocommerce .CheckoutOuter .CheckoutLeft form.checkout_coupon .button:after {
  content: "";
  width: 8px;
  height: 8px;
  background-image: url("../images/Arrow01.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: block;
  margin-left: 20px;
}

.woocommerce .CheckoutOuter .CheckoutLeft button#place_order:hover,
.woocommerce .CheckoutOuter .CheckoutLeft .ywcmas_shipping_address_button_new:hover,
.woocommerce .CheckoutOuter .CheckoutLeft .woocommerce-button:hover,
.woocommerce .CheckoutOuter .CheckoutLeft form.checkout_coupon .button:hover {
  background-color: #333333 !important;
  text-decoration: none;
}

.woocommerce .CheckoutOuter .CheckoutLeft a {
  color: #159a4c;
  font-weight: bold;
  text-decoration: none;
}

.woocommerce .CheckoutOuter .CheckoutLeft a:hover {
  text-decoration: underline;
}

.woocommerce .CheckoutOuter .CheckoutLeft .ShippingOptions {
  margin: 0 0 20px;
}

.woocommerce .CheckoutOuter .CheckoutLeft .woocommerce-info {
  border: none;
  border-left: solid 12px #44841a;
  background-color: #f8f7f5;
  font-size: 17px;
  line-height: 23px;
  padding: 15px 15px 15px 55px;
  font-weight: normal;
  color: #000;
  letter-spacing: 0.43px;
}

.woocommerce .CheckoutOuter .CheckoutLeft .woocommerce-info a {
  color: #000;
  font-weight: bold;
  text-decoration: underline;
}

.woocommerce .CheckoutOuter .CheckoutLeft .woocommerce-info a:hover {
  text-decoration: none;
}

.woocommerce .CheckoutOuter .CheckoutLeft .woocommerce-info:before {
  color: transparent;
  width: 18px;
  height: 18px;
  overflow: hidden;
  background-image: url("../images/Icon_01.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.woocommerce .CheckoutOuter .CheckoutLeft form.woocommerce-form,
.woocommerce .CheckoutOuter .CheckoutLeft .woocommerce-form-coupon {
  border: none;
  padding: 0;
  font-size: 17px;
  line-height: 22px;
  color: #000;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -16px 30px;
}

.woocommerce .CheckoutOuter .CheckoutLeft form.woocommerce-form .form-row,
.woocommerce .CheckoutOuter .CheckoutLeft .woocommerce-form-coupon .form-row {
  width: 50%;
  padding: 21px 16px;
}

.woocommerce .CheckoutOuter .CheckoutLeft form.woocommerce-form .form-row-last,
.woocommerce .CheckoutOuter .CheckoutLeft .woocommerce-form-coupon .form-row-last {
  margin-left: auto;
}

.woocommerce .CheckoutOuter .CheckoutLeft form.woocommerce-form p,
.woocommerce .CheckoutOuter .CheckoutLeft .woocommerce-form-coupon p {
  width: 50%;
  padding: 20px 16px;
  margin: 0;
}

.woocommerce .CheckoutOuter .CheckoutLeft form.woocommerce-form p:first-child, .woocommerce .CheckoutOuter .CheckoutLeft form.woocommerce-form p.lost_password,
.woocommerce .CheckoutOuter .CheckoutLeft .woocommerce-form-coupon p:first-child,
.woocommerce .CheckoutOuter .CheckoutLeft .woocommerce-form-coupon p.lost_password {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.woocommerce .CheckoutOuter .CheckoutLeft div#billing_gender_field label {
  color: #000;
}

.woocommerce .CheckoutOuter .CheckoutLeft form.woocommerce-form p:nth-last-child(3) {
  padding-top: 0 !important;
}

.woocommerce .CheckoutOuter .CheckoutLeft .woocommerce-form-coupon .form-row.form-row-last {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.woocommerce .CheckoutOuter .CheckoutLeft .woocommerce-form-coupon .form-row.form-row-last .button {
  width: calc(50% - 16px);
  width: -webkit-calc(50% - 16px);
}

.woocommerce .CheckoutOuter .CheckoutLeft .ywcmas_manage_addresses_tables_container th {
  padding-bottom: 10px;
}

.woocommerce .CheckoutOuter .CheckoutLeft .ywcmas_manage_addresses_tables_container td {
  padding: 20px 0 0;
}

.woocommerce .CheckoutOuter .CheckoutLeft .ywcmas_manage_addresses_tables_container .ywcmas_addresses_manager_table_product_name_td {
  display: flex;
  width: 300px;
  padding-right: 15px;
}

.woocommerce .CheckoutOuter .CheckoutLeft .ywcmas_manage_addresses_tables_container .ywcmas_addresses_manager_table_product_name_td span.ywcmas_addresses_manager_table_img {
  min-width: 60px;
  margin-right: 20px;
}

.woocommerce .CheckoutOuter .CheckoutLeft .ywcmas_manage_addresses_tables_container .ywcmas_addresses_manager_table_product_name_td > div {
  display: none;
}

.wc_payment_methods li input {
  visibility: hidden;
  position: absolute;
}

.wc_payment_methods li label {
  width: 100%;
  position: relative;
  padding-left: 35px !important;
}

.wc_payment_methods li label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 20px;
  height: 20px;
  border: solid 1px #000;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  padding: 4px;
}

.wc_payment_methods li label:after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background-color: #44841a;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  left: 4px;
  top: 14px;
  visibility: hidden;
}

.wc_payment_methods li input:checked ~ label:after {
  visibility: visible;
}

#mailpoet_woocommerce_checkout_optin_field input {
  visibility: hidden;
  position: absolute;
}

#mailpoet_woocommerce_checkout_optin_field label {
  position: relative;
  padding: 0 0 0 30px;
}

#mailpoet_woocommerce_checkout_optin_field span.optional:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 16px;
  height: 16px;
  border: solid 1px #000;
  padding: 4px;
}

#mailpoet_woocommerce_checkout_optin_field span.optional:after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #44841a;
  left: 4px;
  top: 9px;
  visibility: hidden;
}

#mailpoet_woocommerce_checkout_optin_field input:checked ~ span.optional:after {
  visibility: visible;
}

.CustomRadio,
#billing_gender_field label,
.ywcmas_manage_addresses_cb_container label {
  position: relative;
  padding-left: 35px !important;
}

.CustomRadio input,
#billing_gender_field label input,
.ywcmas_manage_addresses_cb_container label input {
  visibility: hidden;
  position: absolute;
}

.CustomRadio .RadioMark,
#billing_gender_field label .RadioMark,
.ywcmas_manage_addresses_cb_container label .RadioMark {
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  border: solid 1px #000;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  padding: 4px;
}

.CustomRadio .RadioMark:after,
#billing_gender_field label .RadioMark:after,
.ywcmas_manage_addresses_cb_container label .RadioMark:after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background-color: #44841a;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  left: 3px;
  top: 3px;
  visibility: hidden;
}

.CustomRadio input:checked ~ .RadioMark:after,
#billing_gender_field label input:checked ~ .RadioMark:after,
.ywcmas_manage_addresses_cb_container label input:checked ~ .RadioMark:after {
  visibility: visible;
}

.Heading05 {
  font-size: 20px;
  line-height: 26px;
  font-family: "Oxfam TSTAR PRO Headline";
  color: #000;
  letter-spacing: 0.5px;
}

.ywcmas_addresses_manager_address_select,
.ywcmas_addresses_manager_table_shipping_address_select,
.ywcmas_addresses_manager_table_qty {
  border: solid 1px #000 !important;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  font-size: 20px;
  line-height: 52px;
  height: 52px;
  padding: 10px 20px;
  max-width: 100%;
  width: 100%;
}

.ywcmas_single_address {
  padding-top: 0 !important;
  border: none !important;
  padding: 0 !important;
}

.page-template-regali_solidali .RegaliHero {
  background-color: #f8f7f5;
  margin-bottom: 205px;
}

.page-template-regali_solidali .RegaliHero.Animation01 .RegaliHeroInn .RegaliImage img {
  left: -135px;
  opacity: 1;
  transition-delay: 0s;
}

.page-template-regali_solidali .RegaliHero.Animation01 .RegaliHeroInn .RegaliContent {
  opacity: 1;
  transition-delay: 0s;
}

.page-template-regali_solidali .RegaliHero.Animation01 .RegaliHeroInn .RegaliContent h2 span:after {
  opacity: 1;
  left: 0;
  transition-delay: 1s;
}

.page-template-regali_solidali .RegaliHero.Animation01 .RegaliHeroInn .RegaliContent .RegaliButtonOuter img.RegaglliButtonArrow {
  opacity: 1;
  margin: 0;
  transition-delay: 1.3s;
}

.page-template-regali_solidali .RegaliHero .RegaliHeroInn {
  min-height: 520px;
  padding: 50px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}

.page-template-regali_solidali .RegaliHero .RegaliHeroInn .RegaliImage img {
  position: absolute;
  width: calc(100% - 410px);
  width: -webkit-calc(100% - 410px);
  left: -235px;
  top: 0;
  opacity: 0;
  transition: all ease 0.5s;
}

.page-template-regali_solidali .RegaliHero .RegaliHeroInn .RegaliContent {
  margin-left: auto;
  min-width: 410px;
  width: 410px;
  font-size: 17px;
  line-height: 24px;
  transition: all ease 0.3s;
  opacity: 0;
}

.page-template-regali_solidali .RegaliHero .RegaliHeroInn .RegaliContent .RegaliButtonOuter {
  display: flex;
  align-items: flex-end;
}

.page-template-regali_solidali .RegaliHero .RegaliHeroInn .RegaliContent .RegaliButtonOuter a {
  margin-right: 40px;
}

.page-template-regali_solidali .RegaliHero .RegaliHeroInn .RegaliContent .RegaliButtonOuter img.RegaglliButtonArrow {
  max-height: 70px;
  margin: 0 0 0 40px;
  opacity: 0;
  transition: all ease 0.5s;
}

.page-template-regali_solidali .RegaliHero .RegaliHeroInn .RegaliContent p {
  margin: 0 0 30px;
}

.page-template-regali_solidali .RegaliHero .RegaliHeroInn .RegaliContent h2 {
  font-size: 60px;
  line-height: 73px;
}

.page-template-regali_solidali .RegaliHero .RegaliHeroInn .RegaliContent h2 span {
  color: #44841a;
  position: relative;
  display: inline-block;
}

.page-template-regali_solidali .RegaliHero .RegaliHeroInn .RegaliContent h2 span:after {
  content: "";
  width: 100%;
  height: 11px;
  position: absolute;
  bottom: 0;
  left: -60px;
  background-image: url("../images/Shape03.svg");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 11px;
  opacity: 0;
  transition: all ease 1s;
}

.page-template-regali_solidali .RegaliHero .RegaliHeroInn .RegaliContent h2 span:nth-child(2):after {
  background-image: url("../images/Shape04.svg");
  background-size: 100% 9px;
}

.page-template-regali_solidali .come_funziona {
  margin-bottom: 85px;
}

.page-template-regali_solidali .come_funziona h2 {
  font-size: 42px;
}

.page-template-regali_solidali .Head02 {
  margin-bottom: 30px;
}

.page-template-regali_solidali .promotion_block {
  background-color: #ff1d34;
  background-size: 50% auto;
  background-position: right center;
  background-repeat: no-repeat;
  margin-bottom: 80px;
}

.page-template-regali_solidali .promotion_block .PromoInn {
  position: relative;
  color: #fff;
  font-size: 19px;
  letter-spacing: 0.76px;
  background-color: #ff1d34;
  padding-top: 35px;
  padding-bottom: 35px;
}

.page-template-regali_solidali .promotion_block .PromoInn p {
  margin: 0 0 30px;
}

.page-template-regali_solidali .promotion_block .PromoInn h5 {
  font-size: 29px;
  font-weight: bold;
  letter-spacing: 1.16px;
  font-family: "Oxfam TSTAR PRO";
  margin: 0;
  color: #fff;
  font-weight: bold;
}

.page-template-regali_solidali .promotion_block .PromoInn .Arrow {
  position: absolute;
  border-top: solid 0px transparent;
  border-bottom: solid 0px transparent;
  border-left: solid 30px #ff1d34;
  right: -30px;
  top: 0;
}

.page-template-regali_solidali .occasioni_speciali {
  font-size: 23px;
  letter-spacing: 0.92px;
  margin-bottom: 110px;
}

.page-template-regali_solidali .occasioni_speciali h2 {
  font-size: 42px;
}

.page-template-regali_solidali .e_cards_grid {
  margin-bottom: 100px;
}

.page-template-regali_solidali .InAction {
  background-color: #89d7f0;
  color: #221d1d;
}

.page-template-regali_solidali .InAction h2 {
  font-size: 46px;
  color: #5a2c8a;
}

.page-template-regali_solidali .content_block {
  margin-bottom: 0;
  background-color: #44841a;
}

.page-template-regali_solidali .content_block h2 {
  font-size: 42px;
  color: #fff;
}

.page-template-regali_solidali .content_block .PromoInn {
  background-color: #44841a;
  padding-top: 45px;
  padding-bottom: 45px;
}

.page-template-regali_solidali .content_block .PromoInn .Arrow {
  border-left-color: #44841a !important;
}

.page-template-regali_solidali .cartoline_piu_vendute {
  margin-bottom: 90px;
}

.page-template-regali_solidali .cartoline_piu_vendute .Head02 {
  margin-bottom: 50px;
}

.BlocksRepeater {
  margin: -15px;
}

.BlocksRepeater .RepeaterInn {
  display: flex;
  align-items: center;
  padding: 15px;
}

.BlocksRepeater .RepeaterInn img {
  margin-right: 15px;
  width: 140px;
}

.BlocksRepeater02 .RepeaterInn02 {
  text-align: center;
}

.BlocksRepeater02 .RepeaterInn02 img {
  margin-bottom: 10px;
}

.BlocksRepeater02 .RepeaterInn02 h4 {
  font-size: 23px;
  line-height: 25px;
  font-family: "Oxfam TSTAR PRO";
  font-weight: bold;
  text-transform: uppercase;
}

.BlocksRepeater03 {
  margin: -8px;
}

.BlocksRepeater03 .RepeaterInn03 {
  padding: 8px;
}

.BlocksRepeater03 .RepeaterInn03 > div {
  background-color: #333333 !important;
  position: relative;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  overflow: hidden;
}

.BlocksRepeater03 .RepeaterInn03 > div a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.BlocksRepeater03 .RepeaterInn03 > div a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background: transparent linear-gradient(180deg, #33333300 0%, #000000 100%) 0% 0% no-repeat padding-box;
  mix-blend-mode: darken;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
}

.BlocksRepeater03 .RepeaterInn03 > div a h4 {
  font-size: 40px;
  font-weight: bold;
  line-height: 45px;
  color: #fff;
  position: relative;
  z-index: 2;
  text-decoration: none;
}

.BlocksRepeater03 .RepeaterInn03 > div a h4:after {
  position: absolute;
  content: "";
  width: 88px;
  height: 3px;
  background-color: #44841a;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}

.BlocksRepeater03 .RepeaterInn03 > div img {
  width: 100%;
  height: 230px;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  object-fit: cover;
  transition: ease all 0.4s;
  -webkit-transition: ease all 0.4s;
  -moz-transition: ease all 0.4s;
}

.BlocksRepeater03 .RepeaterInn03 > div:hover > img {
  transform: scale(1.2);
}

.MapOuter {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.MapOuter h3 {
  margin-bottom: 50px;
}

.error-404 {
  padding: 100px 0;
  text-align: center;
}

.error-404 .Text404 {
  font-size: 200px;
  font-weight: bold;
  line-height: 200px;
  font-family: "Oxfam TSTAR PRO Headline";
}

.SearchResultPage {
  margin: 30px 0 100px;
}

.SearchResultPage .SearchLoop {
  border-bottom: solid 1px #9a9a9a;
  padding: 30px 0;
}

.SearchResultPage .SearchLoop:last-child {
  border: none;
}

.SearchResultPage .SearchLoop a {
  text-decoration: none;
}

.SearchResultPage .SearchLoop a h3 {
  font-size: 25px;
  line-height: 30px;
  text-decoration: none;
  color: #44841a;
}

.SearchResultPage .SearchLoop a:hover {
  color: #333333;
}

.Count {
  display: inline !important;
  width: auto !important;
}

.page-template-home .List01 li .ListContet {
  font-size: 17px;
  line-height: 18px;
}

.page-template-home .List01 li .ListContet strong,
.page-template-home .List01 li .ListContet b {
  font-size: 61px;
  margin: 0px 0 -6px;
  display: block;
}

.DesktopSliderController {
  display: inkin;
}

.MobileSliderController {
  display: none;
}

.Gradient02 {
  position: relative;
  width: 100%;
  height: 100%;
}

.Gradient02 > div {
  z-index: 1;
  position: relative;
}

.Gradient02:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(0deg, #000000cc 0%, #000000cc 0%, #0000003e 73%, #00000000 100%) 0% 0% no-repeat padding-box;
  opacity: 0.55;
}

.Horizontal_Gradient01 {
  position: relative;
  width: 100%;
  height: 100%;
}

.Horizontal_Gradient01 > div {
  z-index: 1;
  position: relative;
}

.Horizontal_Gradient01:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(87deg, #0c0f0cf4 0%, #54545400 100%) 0% 0% no-repeat padding-box;
  opacity: 0.96;
}

.Horizontal_Gradient02 {
  position: relative;
  width: 100%;
  height: 100%;
}

.Horizontal_Gradient02 > div {
  z-index: 1;
  position: relative;
}

.Horizontal_Gradient02:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(87deg, #0c0f0cf4 0%, #54545400 100%) 0% 0% no-repeat padding-box;
  opacity: 0.57;
}

.PostsPageHero {
  margin-bottom: 75px;
}

.FilterForm {
  position: absolute;
  bottom: 10px;
  left: 0;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  z-index: 3 !important;
}

.FilterForm .FilterContainer {
  margin: 0 -25px;
}

.FilterForm .FilterContainer .FilterInn {
  display: flex;
  align-items: center;
  border-right: solid 1px #fff;
  padding: 13px 25px;
}

.FilterForm .FilterContainer .FilterInn:last-child {
  border: none;
}

.FilterForm .FilterContainer .FilterInn label {
  font-size: 18px;
  line-height: 20px;
  font-family: "Oxfam TSTAR PRO Headline";
  font-weight: bold;
  color: #fff;
  margin-right: 20px;
  min-width: 140px;
}

.FilterForm .FilterContainer .FilterInn input[type="text"] {
  width: 100%;
  border: none;
  background-color: #fff;
  font-size: 17px;
  font-family: "Oxfam TSTAR PRO";
  color: #333333;
  letter-spacing: 0.42px;
  height: 42px;
  padding: 15px 20px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  background-image: url(../images/SearchHover.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
}

.PostsContainer h2 {
  position: relative;
  font-size: 42px;
}

.PostsContainer h2 span {
  background-color: #fff;
  position: relative;
  z-index: 1;
  color: #63a43c;
  padding-right: 50px;
}

.PostsContainer h2:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #63a43c;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.PostsResults.LoadingResult {
  opacity: 0.3;
}

.PostsResults.ListView {
  margin-bottom: 60px;
}

.PostsResults.ListView .PostsWrap {
  padding: 50px 0;
}

.PostsResults.ListView .PostsWrap h3 {
  font-size: 35px;
  font-weight: bold;
  font-family: "Oxfam TSTAR PRO";
  margin: 0 0 15px;
}

.PostsResults.ListView .PostsWrap h3 a {
  color: #333333;
  text-decoration: none;
}

.PostsResults.ListView .PostsWrap h3 a:hover {
  color: #44841a;
}

.PostsResults.ListView .PostsWrap .PostDate {
  font-size: 17px;
  font-weight: bold;
  display: block;
  margin: 0 0 20px;
  color: #333333;
}

.PostsResults.ListView .PostsWrap .PostCTA a {
  color: #44841a;
  text-decoration: underline;
  font-size: 19px;
  margin-right: 28px;
  text-decoration: none;
  font-weight: bold;
  text-decoration: underline;
}

.PostsResults.ListView .PostsWrap .PostCTA a:hover {
  color: #333333;
}

.PostsResults.ListView .PostsWrap .PostsImageWrap {
  width: 100%;
  height: 253px;
  background-color: #333333 !important;
  position: relative;
}

.PostsResults.ListView .PostsWrap .PostsImageWrap .catsBadge {
  display: none;
}

.PostsResults.ListView .PostsWrap .PostsImageWrap:before {
  content: "Image not available";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  opacity: 0.4;
  font-size: 18px;
  font-weight: bold;
}

.PostsResults.ListView .PostsWrap .PostsImageWrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}

.PostsResults.GridView {
  width: calc(100% + 50px);
  width: -webkit-calc(100% + 50px);
  display: flex;
  flex-wrap: wrap;
  margin: 0 -25px 60px;
  align-items: flex-start;
}

.PostsResults.GridView .PostsWrap {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  flex-direction: column-reverse;
  padding: 25px;
}

.PostsResults.GridView .PostsWrap .PostImage {
  width: 100%;
  height: 297px;
  background-color: #333333 !important;
  position: relative;
  padding: 0;
  margin-bottom: 35px;
}

.PostsResults.GridView .PostsWrap .PostImage:before {
  content: "Image not available";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  opacity: 0.4;
  font-size: 18px;
  font-weight: bold;
}

.PostsResults.GridView .PostsWrap .PostImage a,
.PostsResults.GridView .PostsWrap .PostImage .PostsImageWrap {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.PostsResults.GridView .PostsWrap .PostImage a .catsBadge,
.PostsResults.GridView .PostsWrap .PostImage .PostsImageWrap .catsBadge {
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  background-color: #f8f7f5;
  color: #44841a;
  font-family: "Oxfam TSTAR PRO Headline";
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  padding: 9px 15px;
}

.PostsResults.GridView .PostsWrap .PostImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}

.PostsResults.GridView .PostsWrap .PostContent {
  padding: 0;
  width: 100%;
}

.PostsResults.GridView .PostsWrap .PostContent .PostDate {
  font-size: 17px;
  line-height: 21px;
  letter-spacing: 0;
  font-weight: bold;
  color: #333333;
  display: block;
  margin-bottom: 30px;
}

.PostsResults.GridView .PostsWrap .PostContent h3 {
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 1.2px;
}

.PostsResults.GridView .PostsWrap .PostContent h3 a {
  color: #333333;
  text-decoration: none;
}

.PostsResults.GridView .PostsWrap .PostContent h3 a:hover {
  color: #44841a;
}

.PostsResults.GridView .PostsWrap .PostContent a {
  color: #44841a;
  font-weight: bold;
  margin-right: 20px;
}

.PostsResults.GridView .PostsWrap .PostContent a:hover {
  color: #333333;
}

.AjaxLoadingImage {
  display: none;
  position: absolute;
  left: 50%;
  bottom: -40px;
  width: 30px;
  transform: translateX(-50%);
}

.LoadMoreOuter {
  text-align: center;
  margin: 0 0 190px;
  position: relative;
}

.CustomSelect {
  width: 100%;
  position: relative;
}

.CustomSelect .CustomSelectlabel {
  width: 100%;
  background-color: #fff;
  height: 42px;
  padding: 0 10px 0 20px;
  display: flex;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  justify-content: space-between;
}

.CustomSelect .CustomSelectlabel .LabelText {
  font-size: 17px;
  font-family: "Oxfam TSTAR PRO";
  color: #333333;
  opacity: 0.7;
  letter-spacing: 0.42px;
}

.CustomSelect .CustomSelectlabel.Opened path.Line02 {
  display: none;
}

.CustomSelect .CustomSelectList {
  display: none;
  position: absolute;
  top: 44px;
  width: 100%;
  background-color: #fff;
  padding: 15px;
  box-shadow: 2px 2px 6px #00000029;
  -webkit-box-shadow: 2px 2px 6px #00000029;
  -moz-box-shadow: 2px 2px 6px #00000029;
}

.CustomSelect .CustomSelectList .CustomSelectListInn {
  width: 100%;
  height: 258px;
  overflow: auto;
  /* button */
  /* Handle */
  /* Handle on hover */
  /* Track */
  /* The track NOT covered by the handle.
            ::-webkit-scrollbar-track-piece {
                background: #000; 
            }
            
            /* Corner */
}

.CustomSelect .CustomSelectList .CustomSelectListInn::-webkit-scrollbar {
  width: 10px;
}

.CustomSelect .CustomSelectList .CustomSelectListInn::-webkit-scrollbar-button {
  display: none;
}

.CustomSelect .CustomSelectList .CustomSelectListInn::-webkit-scrollbar-thumb {
  background: #44841a;
  width: 4px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}

.CustomSelect .CustomSelectList .CustomSelectListInn::-webkit-scrollbar-thumb:hover {
  background: #159a4c;
}

.CustomSelect .CustomSelectList .CustomSelectListInn::-webkit-scrollbar-track {
  background: #f8f7f5;
  width: 4px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}

.CustomSelect .CustomSelectList .CustomSelectListInn::-webkit-scrollbar-corner {
  display: none;
}

.CustomSelect .CustomSelectList .CustomSelectListInn label {
  width: 100%;
  display: flex;
  padding: 10px 0 10px 30px;
  font-size: 16px;
  line-height: 20px;
  font-family: "Oxfam TSTAR PRO Headline";
  color: #333333;
  font-weight: bold;
  position: relative;
}

.CustomSelect .CustomSelectList .CustomSelectListInn label input {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}

.CustomSelect .CustomSelectList .CustomSelectListInn label i {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: solid 1px #707070;
  padding: 4px;
  position: absolute;
  left: 0;
  top: 10px;
}

.CustomSelect .CustomSelectList .CustomSelectListInn label i:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-color: transparent;
  position: absolute;
  left: 3px;
  top: 3px;
}

.CustomSelect .CustomSelectList .CustomSelectListInn label input:checked ~ i:before {
  background-color: #44841a;
}

.PlaceHolderImage {
  width: 100%;
  background-color: #333333 !important;
  position: relative;
}

.PlaceHolderImage > div {
  z-index: 2;
}

.PlaceHolderImage > img {
  position: relative;
  z-index: 1;
}

.PlaceHolderImage:before {
  content: "Image not available";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  opacity: 0.4;
  font-size: 18px;
  font-weight: bold;
}

.PressSlider {
  background: transparent linear-gradient(180deg, #f8f7f5 0%, #f8f7f500 100%) 0% 0% no-repeat padding-box;
  padding: 60px 0;
}

.PressSlider .Art01 {
  display: none;
}

.Gradient04 {
  background: transparent linear-gradient(180deg, #f8f7f5 0%, #f8f7f500 100%) 0% 0% no-repeat padding-box;
  padding-top: 60px;
}

.SocialShare {
  width: 100%;
  background-color: #333333 !important;
  color: #fff;
  background-size: cover;
  padding: 65px 0 60px;
  position: relative;
}

.SocialShare:after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: transparent linear-gradient(90deg, #222222f2 0%, #54545400 100%) 0% 0% no-repeat padding-box;
  opacity: 0.57;
}

.SocialShare > div {
  position: relative;
  z-index: 1;
}

.SocialShare h4 {
  font-size: 30px;
  line-height: 45px;
  letter-spacing: 0.75px;
  color: #fff;
  font-weight: bold;
  font-family: "Oxfam TSTAR PRO Headline";
}

.SocialShare a {
  text-decoration: none;
}

.ContactInfo02 {
  margin: 0 0 180px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.ContactInfo02 .ContactInfo02Inn {
  margin: 0 -40px;
  font-size: 20px;
  line-height: 20px;
}

.ContactInfo02 .ContactInfo02Inn .ContactBlocks {
  padding: 40px;
  border-right: solid 1px #707070;
  display: flex;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.4px;
  font-weight: bold;
}

.ContactInfo02 .ContactInfo02Inn .ContactBlocks h5 {
  font-family: "Oxfam TSTAR PRO Headline";
  font-size: 20px;
  margin: 0;
  color: #333333;
}

.ContactInfo02 .ContactInfo02Inn .ContactBlocks small {
  font-size: 16px;
  margin-bottom: 20px;
  display: block;
  width: 100%;
}

.ContactInfo02 .ContactInfo02Inn .ContactBlocks p {
  margin: 0;
}

.ContactInfo02 .ContactInfo02Inn .ContactBlocks a {
  font-weight: bold;
  color: #44841a;
  text-decoration: underline;
}

.ContactInfo02 .ContactInfo02Inn .ContactBlocks a:hover {
  color: #333333;
}

.ContactInfo02 .ContactInfo02Inn .ContactBlocks:nth-child(even) {
  border: none;
}

.ContactInfo02 .ContactInfo02Inn .ContactBlocks .Image01 {
  margin-right: 30px;
}

.SinglePage {
  position: relative;
  padding: 45px 0 100px;
}

.SinglePage:before {
  width: 100%;
  height: 11px;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background-image: url(../images/BorderImage.jpg);
  background-repeat: repeat-x;
  background-size: auto 11px;
  z-index: 1;
}

.SinglePage .SingleInn {
  display: flex;
  flex-wrap: wrap;
}

.SinglePage .SingleInn .SingleLeft,
.SinglePage .SingleInn .SingleHead {
  width: calc(100% - 220px);
  width: -webkit-calc(100% - 220px);
  padding-right: 60px;
}

.SinglePage .SingleInn .SingleLeft h1,
.SinglePage .SingleInn .SingleHead h1 {
  font-size: 40px;
  line-height: 45px;
  color: #333333;
  letter-spacing: 1.6px;
  font-family: "Oxfam TSTAR PRO";
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 40px;
}

.SinglePage .SingleInn .SingleLeft h2,
.SinglePage .SingleInn .SingleHead h2 {
  font-size: 32px;
  line-height: 37px;
  letter-spacing: 0.8px;
  color: #44841a;
  margin: 0 0 30px;
}

.SinglePage .SingleInn .SingleLeft h3,
.SinglePage .SingleInn .SingleHead h3 {
  font-size: 32px;
  line-height: 37px;
  letter-spacing: 0.8px;
  color: #44841a;
  margin: 0 0 30px;
  font-family: "Oxfam TSTAR PRO";
  text-transform: uppercase;
}

.SinglePage .SingleInn .SingleLeft h5,
.SinglePage .SingleInn .SingleHead h5 {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.45px;
  font-family: "Oxfam TSTAR PRO Headline";
  color: #333333;
  margin: 0;
}

.SinglePage .SingleInn .SingleLeft hr,
.SinglePage .SingleInn .SingleHead hr {
  background-color: #707070;
  max-width: 299px;
  margin: 60px 0;
  display: flex;
  clear: both;
}

.SinglePage .SingleInn .SingleLeft p,
.SinglePage .SingleInn .SingleHead p {
  padding: 0;
  margin: 0 0 30px;
}

.SinglePage .SingleInn .SingleLeft a,
.SinglePage .SingleInn .SingleHead a {
  font-weight: bold;
  text-decoration: none;
  color: #44841a;
}

.SinglePage .SingleInn .SingleLeft a:hover,
.SinglePage .SingleInn .SingleHead a:hover {
  color: #333333;
}

.SinglePage .SingleInn .SingleLeft ul,
.SinglePage .SingleInn .SingleHead ul {
  margin: -10px 0 20px;
}

.SinglePage .SingleInn .SingleLeft ul li,
.SinglePage .SingleInn .SingleHead ul li {
  font-weight: bold;
  padding: 10px 0 10px 30px;
  background-image: url("../images/ListDot.svg");
  background-repeat: no-repeat;
  background-position: left 15px;
}

.SinglePage .SingleInn .SingleLeft blockquote,
.SinglePage .SingleInn .SingleHead blockquote {
  padding: 0 0 0 90px;
  background-image: url("../images/Quote.svg");
  background-repeat: no-repeat;
  background-position: left top;
}

.SinglePage .SingleInn .SingleLeft blockquote > cite,
.SinglePage .SingleInn .SingleHead blockquote > cite {
  padding-top: 10px;
}

.SinglePage .SingleInn .SingleLeft .SingleDate,
.SinglePage .SingleInn .SingleHead .SingleDate {
  font-size: 18px;
  line-height: 23px;
  font-family: "Oxfam TSTAR PRO";
  font-weight: normal;
  letter-spacing: 0.36px;
  display: block;
  margin: 0 0 30px;
  color: #333333;
}

.SinglePage .SingleInn .SingleLeft .SingleTags,
.SinglePage .SingleInn .SingleHead .SingleTags {
  margin: 0 -10px 60px;
  display: block;
}

.SinglePage .SingleInn .SingleLeft .SingleTags a,
.SinglePage .SingleInn .SingleLeft .SingleTags span,
.SinglePage .SingleInn .SingleHead .SingleTags a,
.SinglePage .SingleInn .SingleHead .SingleTags span {
  background-color: #f8f7f5;
  font-size: 18px;
  line-height: 22px;
  padding: 14px 20px;
  display: inline-block;
  margin: 10px;
  color: #63a43c;
  text-decoration: none;
  font-family: "Oxfam TSTAR PRO Headline";
}

.SinglePage .SingleInn .SingleRight {
  min-width: 220px;
  margin-left: auto;
  width: 220px;
  text-align: center;
}

.SinglePage .SingleInn .SingleRight a {
  text-decoration: none;
}

.SinglePage .SingleInn .SingleRight h5 {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.45px;
  font-family: "Oxfam TSTAR PRO Headline";
  color: #333333;
  margin: 0 0 15px;
}

.LftImgCntnt {
  margin-bottom: 100px;
}

.LftImgCntnt .LftImgCntnt_Content {
  padding-left: 35px;
}

.LftImgCntnt .LftImgCntnt_Img img {
  margin-top: -60px;
}

.ShortcodeOuter {
  margin: 0 0 100px;
}

.ImageBlockRepeater {
  width: 100%;
  display: flex;
  margin: 0 0 100px;
  padding: 60px 0;
  flex-wrap: wrap;
}

.ImageBlockRepeater .ImageBlocInn {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
  justify-content: center;
}

.ImageBlockRepeater .ImageBlocInn.Col5 .ImageRepeater {
  width: 20%;
}

.ImageBlockRepeater .ImageBlocInn.Col5 .ImageRepeater > img {
  height: 157px;
  margin: 0 0 20px;
}

.ImageBlockRepeater .ImageBlocInn.Col5 .ImageRepeater h3 {
  font-size: 21px;
  line-height: 21px;
  margin: 7px 0;
}

.ImageBlockRepeater .ImageBlocInn.Col5 .ImageRepeater span {
  letter-spacing: 0;
  font-weight: bold;
  display: block;
}

.ImageBlockRepeater .ImageBlocInn.Col5 .ImageRepeater span.Text_1 {
  font-size: 14px;
}

.ImageBlockRepeater .ImageBlocInn.Col5 .ImageRepeater span.Text_3 {
  font-size: 13px;
}

.ImageBlockRepeater .ImageBlocInn .ImageRepeater {
  padding: 15px;
  width: 25%;
  text-align: center;
}

.ImageBlockRepeater .ImageBlocInn .ImageRepeater > img {
  margin-bottom: 25px;
  height: 198px;
}

.ImageBlockRepeater .ImageBlocInn .ImageRepeater .SocialLinks {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 15px 0 0;
}

.ImageBlockRepeater .ImageBlocInn .ImageRepeater span {
  letter-spacing: 0;
  font-weight: bold;
  display: block;
}

.ImageBlockRepeater .ImageBlocInn .ImageRepeater span.Text_1 {
  font-size: 18px;
  line-height: 20px;
  font-family: "Oxfam TSTAR PRO Headline";
  color: #63a43c;
}

.ImageBlockRepeater .ImageBlocInn .ImageRepeater span.Text_3 {
  font-size: 17px;
  line-height: 18px;
  font-family: "Oxfam TSTAR PRO";
  color: #159a4c;
}

.ImageBlockRepeater .ImageBlocInn .ImageRepeater h3 {
  font-size: 27px;
  line-height: 27px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Oxfam TSTAR PRO";
  letter-spacing: 1.08px;
  margin: 10px 0;
}

.ImageBlockRepeater h2 {
  margin: 0 0 20px;
}

.HighligtedText.HighligtedText02 {
  margin-top: -30px;
  padding: 50px;
}

.HighligtedText.HighligtedText02 p {
  margin: 0;
}

.TestimonialBlock {
  background-color: #333333 !important;
  padding: 100px 0;
  background-size: cover;
  color: #fff;
  margin: 0 0 100px;
}

.TestimonialBlock .Quote {
  position: relative;
}

.TestimonialBlock .Quote:after {
  position: absolute;
  width: 112px;
  height: 82px;
  background-image: url("../images/Quote.svg");
  background-repeat: no-repeat;
  background-position: left top;
  content: "";
  left: 50px;
  top: -120px;
  background-size: 100% auto;
}

.TestimonialBlock h6 {
  font-size: 18px;
  line-height: 18px;
  font-family: "Oxfam TSTAR PRO";
  color: #fff;
  font-weight: bold;
}

.TestimonialBlock .Text_1 {
  font-size: 17px;
  line-height: 18px;
  font-weight: bold;
  color: #44841a;
}

.TestimonialContainer {
  padding: 0;
  position: relative;
}

.TestimonialSliderOuter {
  margin-bottom: 100px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.TestimonialSliderOuter .Head01 {
  margin: 0 0 50px;
}

.TestimonialSliderOuter .ArrowsOuter {
  position: absolute;
  left: calc(80% - 205px);
  margin-top: -40px;
  background-color: #fff;
  height: 65px;
  width: 200px;
}

.TestimonialSliderOuter .ArrowsOuter .Prev03.slick-arrow {
  left: 0;
  right: auto;
}

.TestimonialSliderOuter .ArrowsOuter .SlideCount {
  width: 50px;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  font-weight: bold;
  color: #333333;
  border-right: solid 1px #707070;
  margin: 7px auto;
  display: flex;
  align-items: center;
}

.TestimonialSliderOuter .TestimonialSlider .TestimonialSlide {
  padding: 9px;
  font-size: 17px;
  line-height: 21px;
  font-weight: bold;
  color: #333333;
  font-family: "Oxfam TSTAR PRO Headline";
}

.TestimonialSliderOuter .TestimonialSlider .TestimonialSlide .SlideImg {
  width: 100%;
  display: flex;
}

.TestimonialSliderOuter .TestimonialSlider .TestimonialSlide .SlideImg img {
  width: 100%;
  object-fit: cover;
  background-color: #333333 !important;
  margin-bottom: 30px;
}

.TestimonialSliderOuter .TestimonialSlider .TestimonialSlide .SlideText {
  padding-right: 230px;
  display: block;
  width: 100%;
  visibility: hidden;
}

.TestimonialSliderOuter .TestimonialSlider .TestimonialSlide.slick-current .SlideText {
  visibility: visible;
}

.VideoSec {
  margin: 0 0 100px;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  text-align: center;
}

.VideoSec .VideoContent {
  text-align: center;
}

.VideoSec .VideoContent > div {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  text-align: center;
  justify-content: center;
  font-size: 23px;
  font-family: "Oxfam TSTAR PRO Headline";
  font-weight: bold;
}

.VideoCon {
  width: 100%;
  height: 582px;
  position: relative;
  background-color: #000;
  margin-bottom: 50px;
}

.VideoCon iframe {
  width: 100%;
  height: 100%;
}

.VideoCon .VideoThumb {
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  cursor: pointer;
}

.VideoCon .VideoThumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.VideoCon .VideoThumb:after {
  content: "";
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
  background-image: url("../images/PlayButton.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.VideoCon2 {
  width: 100%;
  height: 374px;
  position: relative;
  background-color: #000;
  margin-bottom: 50px;
}

.VideoCon2 iframe {
  width: 100%;
  height: 100%;
}

.VideoCon2 .VideoThumb {
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  cursor: pointer;
}

.VideoCon2 .VideoThumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.VideoCon2 .VideoThumb:after {
  content: "";
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
  background-image: url("../images/PlayButton.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.Block03Outer {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px;
}

.Block03Outer .Head01 {
  text-align: center;
  margin-bottom: 0;
}

.Block03Outer .Block03Inn {
  margin: 0 -22px;
}

.Block03Outer .Block03Inn > div {
  padding: 22px;
}

.Block03Outer .Block03Inn > div .Block03_img {
  position: relative;
  background-color: #333333 !important;
  margin-bottom: 30px;
}

.Block03Outer .Block03Inn > div .Block03_img img {
  width: 100%;
  object-fit: cover;
}

.Block03Outer .Block03Inn > div .Block03_img .Text_1 {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #f8f7f5;
  font-size: 16px;
  line-height: 21px;
  font-family: "Oxfam TSTAR PRO Headline";
  color: #333333;
  font-weight: bold;
  padding: 8px 20px;
}

.Block03Outer .Block03Inn > div .Block03_img .Text_1 span {
  color: #44841a;
}

.Block03Outer .Block03Inn > div .Block03_img .Text_2 {
  position: absolute;
  bottom: 0;
  left: -10px;
  font-size: 30px;
  line-height: 25px;
  font-weight: bold;
  letter-spacing: 0;
  color: #fff;
  background-color: #44841a;
  padding: 20px 25px 10px;
  text-transform: uppercase;
  font-family: "Oxfam TSTAR PRO Headline";
}

.Block03Outer .Block03Inn > div .Block03_img .Text_2 b {
  font-size: 50px;
}

.Block03Outer .Block03Inn > div .Block03_img .Text_2 small {
  display: block;
  font-size: 18px;
  line-height: 25px;
  font-weight: bold;
  letter-spacing: 0;
  font-family: "Oxfam TSTAR PRO";
}

.Block03Outer .Block03Inn > div .Block03_content {
  font-size: 17px;
  line-height: 21px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0;
  padding-left: 15px;
}

.HighligtedText {
  padding: 25px 20px 20px;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  position: relative;
  text-align: center;
  justify-content: center;
  margin: 30px 0 20px;
}

.HighligtedText > div, .HighligtedText > p {
  position: relative;
  z-index: 1;
  width: 100%;
  font-size: 17px;
  line-height: 21px;
  font-weight: bold;
  font-family: "Oxfam TSTAR PRO Headline";
  color: #333333;
  letter-spacing: 0;
}

.HighligtedText:after {
  position: absolute;
  width: calc(100% + 90px);
  width: -webkit-calc(100% + 90px);
  height: 100%;
  content: "";
  background-color: #f8f7f5;
  transform: rotate(-1deg);
  -webkit-transform: rotate(-1deg);
  -moz-transform: rotate(-1deg);
  top: 0;
  left: -45px;
}

.Content21 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 100px;
}

.Content21 h2 {
  margin: 0 0 30px;
}

.FAQ {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 100px;
}

.Tabs02 {
  margin-bottom: 135px;
}

.Tabs02 h2 {
  margin-bottom: 45px;
}

.Tabs02 .TabContent {
  display: none;
  margin: 0;
}

.Tabs02 ul.Tabs {
  display: flex;
  justify-content: center;
  margin: 0 -2px 37px;
}

.Tabs02 ul.Tabs li {
  width: calc(100% - 4px);
  width: -webkit-calc(100% - 4px);
  text-align: center;
  cursor: pointer;
  margin: 2px;
}

.Tabs02 ul.Tabs li a,
.Tabs02 ul.Tabs li span {
  color: #333333;
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  font-family: "Oxfam TSTAR PRO Headline";
  letter-spacing: 0;
  padding: 25px;
  text-decoration: none;
  display: block;
  background-color: #f8f7f5;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  position: relative;
}

.Tabs02 ul.Tabs li a:after,
.Tabs02 ul.Tabs li span:after {
  content: "";
  position: absolute;
  bottom: -45px;
  left: 50%;
  transform: translateX(-50%);
  border-left: solid 44px transparent;
  border-right: solid 44px transparent;
  border-bottom: solid 28px #f8f7f5;
  display: none;
}

.Tabs02 ul.Tabs li.Active01 a,
.Tabs02 ul.Tabs li.Active01 span {
  background-color: #44841a;
  color: #fff;
}

.Tabs02 ul.Tabs li.Active01 a:after,
.Tabs02 ul.Tabs li.Active01 span:after {
  display: block;
}

.Tabs02 .TabContentInn {
  background-color: #f8f7f5;
  padding: 50px;
}

.Tabs02 .TabContentInn strong,
.Tabs02 .TabContentInn b {
  color: #333333;
}

.Form_v1,
.Form_v2 {
  position: relative;
  margin-bottom: 90px;
}

.Form_v1 p b,
.Form_v1 p strong,
.Form_v2 p b,
.Form_v2 p strong {
  color: #333333;
}

.Form_v1 a,
.Form_v2 a {
  color: #159a4c;
  text-decoration: underline;
}

.Form_v1 a:hover,
.Form_v2 a:hover {
  color: #333333;
}

.Form_v1 .TextFieldOuter,
.Form_v2 .TextFieldOuter {
  padding: 0 10px 30px;
  display: flex;
  align-items: center;
}

.Form_v1 .TextFieldOuter label,
.Form_v2 .TextFieldOuter label {
  margin-right: 15px;
  font-weight: bold;
}

.Form_v1 .TextFieldOuter span,
.Form_v2 .TextFieldOuter span {
  width: 100%;
}

.Form_v1 .TextFieldOuter input,
.Form_v2 .TextFieldOuter input {
  width: 100%;
  border: solid 1px #333333;
  background-color: transparent;
  height: 52px;
  line-height: 52px;
  padding: 10px 19px;
  font-size: 17px;
  letter-spacing: 0.42px;
  color: #333333;
  margin: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.Form_v1 .TextAreaOuter,
.Form_v2 .TextAreaOuter {
  padding: 0 10px 30px;
  display: flex;
  align-items: center;
}

.Form_v1 .TextAreaOuter label,
.Form_v2 .TextAreaOuter label {
  margin-right: 15px;
  font-weight: bold;
}

.Form_v1 .TextAreaOuter span,
.Form_v2 .TextAreaOuter span {
  width: 100%;
}

.Form_v1 .TextAreaOuter textarea,
.Form_v2 .TextAreaOuter textarea {
  width: 100%;
  border: solid 1px #333333;
  background-color: transparent;
  height: 160px;
  padding: 10px 19px;
  font-size: 17px;
  letter-spacing: 0.42px;
  color: #333333;
  margin: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.Form_v1 .SelectFieldOuter,
.Form_v2 .SelectFieldOuter {
  padding: 0 10px 30px;
}

.Form_v1 .SelectFieldOuter select,
.Form_v2 .SelectFieldOuter select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  border: solid 1px #333333;
  background-color: transparent;
  padding: 0 19px;
  height: 52px;
  line-height: 52px;
  font-size: 17px;
  letter-spacing: 0.42px;
  color: #333333;
  margin: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  background-image: url("../images/SelectArrow01.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
}

.Form_v1 .TextOuter,
.Form_v2 .TextOuter {
  padding: 0 10px 30px;
}

.Form_v1 p,
.Form_v2 p {
  margin: 0 0 10px;
}

.Form_v1 h4,
.Form_v2 h4 {
  margin: 0 0 30px;
}

.Form_v1 .CheckboxOuter,
.Form_v2 .CheckboxOuter {
  padding: 0 10px 30px;
  text-align: left;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.4px;
  font-weight: normal;
}

.Form_v1 .CheckboxOuter span,
.Form_v2 .CheckboxOuter span {
  margin: 0;
}

.Form_v1 .CheckboxOuter label,
.Form_v2 .CheckboxOuter label {
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  letter-spacing: 0.4px;
  padding-left: 20px;
}

.Form_v1 .CheckboxOuter input,
.Form_v2 .CheckboxOuter input {
  visibility: hidden;
}

.Form_v1 .CheckboxOuter .wpcf7-list-item-label:before,
.Form_v2 .CheckboxOuter .wpcf7-list-item-label:before {
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: solid 1px #000;
  left: 0;
  top: 0px;
}

.Form_v1 .CheckboxOuter input:checked ~ .wpcf7-list-item-label:before,
.Form_v2 .CheckboxOuter input:checked ~ .wpcf7-list-item-label:before {
  background-color: #44841a;
}

.Form_v1 .SubmitOuter,
.Form_v2 .SubmitOuter {
  text-align: center;
  margin: 50px 0 -75px;
}

.Form_v1 .SubmitOuter input,
.Form_v2 .SubmitOuter input {
  font-size: 18px;
  line-height: 50px;
  height: 50px;
  border: none;
  background-color: #44841a;
  font-family: "Oxfam TSTAR PRO Headline";
  color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  width: 255px;
  max-width: 100%;
  text-align: #fff;
  background-image: url("../images/Arrow01.svg");
  background-repeat: no-repeat;
  background-size: 9px 8px;
  background-position: 67% center;
  padding: 0;
}

.Form_v1 .SubmitOuter input:hover,
.Form_v2 .SubmitOuter input:hover {
  background-color: #333333 !important;
}

.Form_v1 .invalid .wpcf7-validates-as-required,
.Form_v2 .invalid .wpcf7-validates-as-required {
  border-color: red !important;
}

.Form_v1 .invalid .wpcf7-validates-as-required label .wpcf7-list-item-label:before,
.Form_v2 .invalid .wpcf7-validates-as-required label .wpcf7-list-item-label:before {
  border-color: red !important;
}

.Form_v1 .wpcf7-response-output,
.Form_v2 .wpcf7-response-output {
  position: absolute;
  width: 100%;
  left: -10px;
  bottom: -100px;
  padding: 0 !important;
  border: none !important;
  font-weight: bold;
  text-align: center;
}

.Form_v1 .wpcf7-response-output.wpcf7-validation-errors,
.Form_v2 .wpcf7-response-output.wpcf7-validation-errors {
  color: red;
}

.Form_v1 .wpcf7-response-output.wpcf7-validation-success,
.Form_v2 .wpcf7-response-output.wpcf7-validation-success {
  color: #159a4c;
}

.RingBlockOuter {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 100px;
}

.RingBlockOuter h2 {
  margin-bottom: 50px;
}

.RingBlockOuter .RingBlockInn {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}

.RingBlockOuter .RingBlockInn .RingBlock {
  padding: 30px 3px 20px;
  width: 242px;
  min-width: 242px;
  height: 306px;
}

.RingBlockOuter .RingBlockInn .RingBlock > div {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  background-image: url("../images/RingShapeBg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  padding: 15px;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  letter-spacing: 0;
  font-family: "Oxfam TSTAR PRO";
}

.RingBlockOuter .RingBlockInn .RingBlock > div .RingIcon {
  position: absolute;
  top: -30px;
}

.Form_v2 {
  position: relative;
  padding: 60px;
}

.Form_v2 h3 {
  margin: 0 0 10px;
}

.Form_v2 .wpcf7 {
  margin-top: 35px;
}

.Form_v2 .SubmitOuter {
  margin-bottom: 0;
}

.Form_v2:before {
  content: "";
  position: absolute;
  left: -75px;
  top: 0;
  width: calc(100% + 150px);
  height: 100%;
  background-color: #f8f7f5;
  transform: rotate(-2deg);
  z-index: -1;
}

.Form_v2 .TextFieldOuter,
.Form_v2 .TextAreaOuter,
.Form_v2 .CheckboxOuter {
  padding-bottom: 20px;
}

.FormBottomText {
  font-size: 22px;
  line-height: 27px;
  color: #333333;
  font-family: "Oxfam TSTAR PRO Headline";
  letter-spacing: 0;
  text-align: center;
}

.FormBottomText b,
.FormBottomText strong {
  color: #44841a;
}

.FormBottomText a {
  text-decoration: none;
  color: #44841a;
}

.FormBottomText a:hover {
  color: #333333;
}

.testimonial2 {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin: 0 0 100px;
}

.testimonial2 .Quote2 {
  background-image: url("../images/Quote2.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto 100%;
  padding-top: 70px;
}

.testimonial2 .Testimonial2Inn {
  display: flex;
}

.testimonial2 .Testimonial2Inn .Content {
  padding-left: 100px;
  padding-right: 50px;
  padding-top: 25px;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  line-height: 23px;
  letter-spacing: 0.36px;
}

.testimonial2 .Testimonial2Inn .Content:before {
  content: "";
  position: absolute;
  left: -30px;
  top: 0;
  width: 75px;
  height: 55px;
  background-image: url("../images/Quote.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.testimonial2 .Testimonial2Inn .Content:after {
  content: "";
  position: absolute;
  right: -50px;
  bottom: 0;
  width: 75px;
  height: 55px;
  background-image: url("../images/Quote.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  transform: rotate(180deg);
}

.testimonial2 .Testimonial2Inn .Image {
  min-width: 280px;
}

.FormOuter {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin: 0 0 100px;
}

.give-wrap {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
}

.SingleDonationOuter .SideBar01 {
  border: none;
}

.SingleDonationOuter .SideBar01 .SideBarContent {
  font-size: 16px;
  line-height: 23px;
}

.SingleDonationOuter .SideBar01 .SideBarContent a {
  color: #44841a;
}

.SingleDonationOuter .SideBar01 .SideBarContent h5 {
  margin: 0;
  font-family: "Oxfam TSTAR PRO Headline";
}

.SingleDonationOuter .SideBar01 .SideBarContent h6 {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  color: #333333;
  font-family: "Oxfam TSTAR PRO";
  letter-spacing: 0;
  margin: 0 0 15px;
}

ul.Duplicate {
  display: none;
}

.SingleDonation {
  padding-right: 85px;
}

.SingleDonation .FundWrap {
  margin: 0 0 40px;
  width: 100%;
}

.SingleDonation .FundWrap .form-row.form-row-wide {
  padding: 0;
}

.SingleDonation .FundWrap .form-row.form-row-wide .give-funds-select.give-select {
  border: solid 1px #333333;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../images/SelectArrow01.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
}

.SingleDonation .give-tributes-dedicate-donation {
  margin-bottom: 60px !important;
}

.SingleDonation .give-tributes-dedicate-donation .give_tributes_info_wrap {
  margin: 0 -15px;
  width: calc(100% + 30px);
}

.SingleDonation .give-tributes-dedicate-donation .give_tributes_info_wrap h3 {
  padding: 0 15px;
  margin-bottom: 15px !important;
}

.SingleDonation .give-tributes-dedicate-donation ul.give-tributes-show-wrap,
.SingleDonation .give-tributes-dedicate-donation ul.give-tributes-type-button-list {
  display: flex;
  margin: 0 -7px 0 !important;
}

.SingleDonation .give-tributes-dedicate-donation ul.give-tributes-show-wrap li,
.SingleDonation .give-tributes-dedicate-donation ul.give-tributes-type-button-list li {
  width: 50%;
  text-align: center;
  padding: 0 7px !important;
  margin: 0;
  display: flex;
  position: relative;
}

.SingleDonation .give-tributes-dedicate-donation ul.give-tributes-show-wrap li input,
.SingleDonation .give-tributes-dedicate-donation ul.give-tributes-type-button-list li input {
  position: absolute;
  z-index: 1;
  visibility: hidden;
}

.SingleDonation .give-tributes-dedicate-donation ul.give-tributes-show-wrap li label,
.SingleDonation .give-tributes-dedicate-donation ul.give-tributes-show-wrap li button,
.SingleDonation .give-tributes-dedicate-donation ul.give-tributes-type-button-list li label,
.SingleDonation .give-tributes-dedicate-donation ul.give-tributes-type-button-list li button {
  width: 100%;
  font-size: 20px;
  font-family: "Oxfam TSTAR PRO Headline";
  letter-spacing: 0;
  line-height: 20px;
  padding: 25px;
  font-weight: normal;
  display: block;
  background-color: #f8f7f5;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  cursor: pointer;
  -moz-border-radius: 5px;
  text-align: center;
  position: relative;
  border: none;
}

.SingleDonation .give-tributes-dedicate-donation ul.give-tributes-show-wrap li input:checked ~ label, .SingleDonation .give-tributes-dedicate-donation ul.give-tributes-show-wrap li.Active01 button,
.SingleDonation .give-tributes-dedicate-donation ul.give-tributes-type-button-list li input:checked ~ label,
.SingleDonation .give-tributes-dedicate-donation ul.give-tributes-type-button-list li.Active01 button {
  background-color: #44841a;
  color: #fff;
}

.SingleDonation .give-submit-button-wrap {
  margin-top: 20px;
}

.SingleDonation form.give-form .form-row-two-thirds,
.SingleDonation form[id*="give-form"] .form-row-two-thirds {
  width: 66%;
}

.SingleDonation form.give-form .form-row-one-third,
.SingleDonation form[id*="give-form"] .form-row-one-third {
  width: 34%;
}

.SingleDonation h1.give-form-title,
.SingleDonation legend,
.SingleDonation h3.give-tributes-legend,
.SingleDonation h3.SingleGiveHeading,
.SingleDonation .checkout-additional-content-wrap h3,
.SingleDonation .give_tributes_type_wrap label {
  font-size: 35px !important;
  line-height: 45px !important;
  font-weight: bold !important;
  font-family: "Oxfam TSTAR PRO Headline" !important;
  color: #44841a !important;
  letter-spacing: 0.88px !important;
  border: 0 !important;
  margin: 60px 0 30px !important;
  position: relative;
}

.SingleDonation h1.give-form-title:before,
.SingleDonation legend:before,
.SingleDonation h3.give-tributes-legend:before,
.SingleDonation h3.SingleGiveHeading:before,
.SingleDonation .checkout-additional-content-wrap h3:before,
.SingleDonation .give_tributes_type_wrap label:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 84px;
  height: 82px;
  left: -40px;
  top: -20px;
  background-image: url("../images/Art02.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.SingleDonation .RecurringTab h3.SingleGiveHeading {
  margin-top: 0 !important;
}

.SingleDonation .give_forms,
.SingleDonation h1.give-form-title {
  margin-top: 0 !important;
}

.SingleDonation form[id*="give-form"] #give-final-total-wrap {
  display: none;
}

.SingleDonation form[id*="give-form"] #give-final-total-wrap .give-donation-total-label {
  background-color: transparent;
  border-right: none;
  border-color: #000;
}

.SingleDonation form[id*="give-form"] #give-final-total-wrap .give-final-total-amount {
  border-color: #000;
}

.SingleDonation form[id*="give-form"] .give-form-content-wrap {
  margin: 0 0 40px;
}

.SingleDonation form[id*="give-form"] ul.give-donation-levels-wrap,
.SingleDonation form[id*="give-form"] #give-donation-level-radio-list {
  display: flex;
  margin: 0 -7px 30px;
}

.SingleDonation form[id*="give-form"] ul.give-donation-levels-wrap li,
.SingleDonation form[id*="give-form"] #give-donation-level-radio-list li {
  padding: 0 7px;
  width: 100%;
}

.SingleDonation form[id*="give-form"] ul.give-donation-levels-wrap li label,
.SingleDonation form[id*="give-form"] #give-donation-level-radio-list li label {
  width: 100%;
  font-size: 23px;
  line-height: 20px;
  padding: 25px;
  font-weight: normal;
  display: block;
  background-color: #f8f7f5;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  cursor: pointer;
  -moz-border-radius: 5px;
  text-align: center;
  position: relative;
}

.SingleDonation form[id*="give-form"] ul.give-donation-levels-wrap li label input,
.SingleDonation form[id*="give-form"] #give-donation-level-radio-list li label input {
  position: absolute;
  visibility: hidden;
}

.SingleDonation form[id*="give-form"] ul.give-donation-levels-wrap li.Active01,
.SingleDonation form[id*="give-form"] #give-donation-level-radio-list li.Active01 {
  position: relative;
}

.SingleDonation form[id*="give-form"] ul.give-donation-levels-wrap li.Active01 label,
.SingleDonation form[id*="give-form"] #give-donation-level-radio-list li.Active01 label {
  background-color: #44841a;
  color: #fff;
}

.SingleDonation form[id*="give-form"] ul.give-donation-levels-wrap li.Active01:after,
.SingleDonation form[id*="give-form"] #give-donation-level-radio-list li.Active01:after {
  content: "";
  border-right: 25px solid transparent;
  border-left: 25px solid transparent;
  border-bottom: solid 25px #f6faf4;
  position: absolute;
  left: 50%;
  bottom: -35px;
}

.SingleDonation form[id*="give-form"] ul.give-donation-levels-wrap li.Active01.Empty01:after,
.SingleDonation form[id*="give-form"] #give-donation-level-radio-list li.Active01.Empty01:after {
  display: none;
}

.SingleDonation form[id*="give-form"] .extra-charge.extra_donation {
  display: none !important;
}

.SingleDonation form[id*="give-form"] ul.Duplicate {
  display: block;
  margin: 0 0 70px;
}

.SingleDonation form[id*="give-form"] ul.Duplicate li {
  display: none;
  background-color: #f6faf4;
  padding: 30px 40px;
}

.SingleDonation form[id*="give-form"] ul.Duplicate li.Active01 {
  display: flex;
}

.SingleDonation form[id*="give-form"] ul.Duplicate li.Active01.Empty01 {
  display: none;
}

.SingleDonation form[id*="give-form"] ul.Duplicate li .LevelContentOuter {
  display: flex;
  flex-direction: row-reverse;
}

.SingleDonation form[id*="give-form"] ul.Duplicate li .LevelContentOuter h3 {
  font-size: 24px !important;
  line-height: 31px;
  font-family: "Oxfam TSTAR PRO Headline";
  color: #333333;
  border-left: solid 9px #44841a;
  padding: 5px 0 5px 15px;
}

.SingleDonation form[id*="give-form"] ul.Duplicate li .LevelContentOuter h3 span {
  color: #44841a;
}

.SingleDonation form[id*="give-form"] ul.Duplicate li .LevelContentOuter img {
  width: 125px;
  min-width: 125px;
  margin-left: 25px;
  object-fit: contain;
}

.SingleDonation form[id*="give-form"] .CustomLabel01 {
  font-size: 17px;
  letter-spacing: 0;
  line-height: 21px;
  font-family: "Oxfam TSTAR PRO Headline";
  color: #333333;
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

.SingleDonation form[id*="give-form"] .form-row {
  padding: 20px 15px;
  margin: 0 !important;
}

.SingleDonation form[id*="give-form"] .give-donation-amount {
  width: 100%;
  position: relative;
}

.SingleDonation form[id*="give-form"] .give-donation-amount .give-text-input {
  width: 100%;
  height: 52px !important;
  padding: 10px 40px 10px 20px !important;
  border: solid 1px #000 !important;
}

.SingleDonation form[id*="give-form"] .give-donation-amount .give-currency-symbol {
  position: absolute;
  right: 0px;
  top: 10px;
  background: none;
  border: none;
}

.SingleDonation form[id*="give-form"] #give-payment-mode-select ul#give-gateway-radio-list {
  display: flex;
  margin: 0 -7px 0;
}

.SingleDonation form[id*="give-form"] #give-payment-mode-select ul#give-gateway-radio-list li {
  padding: 0 7px !important;
  margin: 0 !important;
  width: 100%;
}

.SingleDonation form[id*="give-form"] #give-payment-mode-select ul#give-gateway-radio-list li input {
  position: absolute;
  visibility: hidden;
}

.SingleDonation form[id*="give-form"] #give-payment-mode-select ul#give-gateway-radio-list li label {
  width: 100%;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0;
  font-family: "Oxfam TSTAR PRO Headline";
  padding: 25px;
  font-weight: normal;
  display: block;
  background-color: #f8f7f5;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  cursor: pointer;
  -moz-border-radius: 5px;
  text-align: center;
  position: relative;
}

.SingleDonation form[id*="give-form"] #give-payment-mode-select ul#give-gateway-radio-list li.give-gateway-option-selected label {
  background-color: #44841a;
  color: #fff;
}

.SingleDonation form[id*="give-form"] .give-payment-mode-label {
  color: #44841a;
  font-size: 40px;
  line-height: 45px;
  margin: 0 0 40px;
}

.SingleDonation form[id*="give-form"] .give-total-wrap {
  margin: 35px 0 0px;
}

.SingleDonation form[id*="give-form"] #give_checkout_user_info {
  margin: 0 -15px 0;
}

.SingleDonation form[id*="give-form"] #give_checkout_user_info > legend {
  padding: 0 15px;
  margin-bottom: 15px !important;
}

.SingleDonation form[id*="give-form"] .ffm-checkbox-field label {
  display: flex;
  align-items: flex-start;
}

.SingleDonation form[id*="give-form"] .ffm-checkbox-field label input {
  height: auto;
  margin: 10px 15px 0 0;
}

.SingleDonation form[id*="give-form"] fieldset#give-ffm-section {
  margin: 0 -15px 80px !important;
}

.SingleDonation form[id*="give-form"] fieldset#give-ffm-section h3 {
  margin: 0;
  font-size: 40px;
  line-height: 45px;
}

.SingleDonation .checkout-additional-content-wrap a {
  color: #44841a;
  font-weight: bold;
}

.SingleDonation .checkout-additional-content-wrap a:hover {
  color: #333333;
}

.SingleDonation .form-row .give-label {
  display: none;
}

.SingleDonation .form-row.ffm-field-container .give-label {
  display: block;
}

.SingleDonation .form-row input {
  height: 52px;
  padding: 10px 20px !important;
  font-size: 20px !important;
  color: #333333;
  border: solid 1px #333333 !important;
  background-color: transparent;
}

.SingleDonation #give_cc_fields {
  margin: 0 -15px 0;
}

.SingleDonation #give_cc_fields legend {
  padding: 0 15px;
}

.SingleDonation #give_cc_fields #give_secure_site_wrapper {
  padding: 5px 15px;
}

.SingleDonation .give-stripe-card-number-field,
.SingleDonation .give-stripe-card-cvc-field,
.SingleDonation .give-stripe-card-expiration-field {
  height: 52px;
  border-color: #333333 !important;
  padding: 16px !important;
}

.SingleDonation #give-purchase-button {
  width: 100%;
  border: none;
  background-color: #ff1d34;
  color: #fff;
  font-size: 30px;
  line-height: 29px;
  border-radius: 0;
  font-family: "Oxfam TSTAR PRO Headline";
  font-weight: bold;
  padding: 17px !important;
  background-image: url("../images/Arrow01.svg");
  background-repeat: no-repeat;
  background-size: 9px auto;
  background-position: 62% center;
}

table.variations td.label,
table.variations .reset_variations {
  display: none !important;
}

.PetizioneThank .SmIcons {
  justify-content: center;
}

.PetizioneThank .ButtonOuter03 {
  margin-top: 30px;
}

.PetizioneThank.ThankYouContent .ShareDonation h3 {
  font-size: 40px;
}

.ReciptHeading {
  font-family: "Oxfam TSTAR PRO";
  font-size: 40px;
  line-height: 50px;
  font-weight: bold;
  margin: 0 0 40px;
  text-transform: uppercase;
  color: #44841a;
}

.PrintButton {
  display: none;
}

.DonatiReceiptTable thead {
  display: none;
}

.TimeLine01.wpex.horizontal-timeline.wpex-horizontal-left .ex_s_lick-arrow {
  transform: translateX(0) !important;
  -webkit-transform: translateX(0) !important;
  opacity: 1 !important;
  left: auto;
  right: 30px;
  bottom: 62px;
  top: auto;
  width: 59px;
  height: 59px;
  overflow: hidden;
  color: transparent;
  background-color: transparent;
  border: transparent;
  background-image: url("../images/ArrowRight.svg");
}

.TimeLine01.wpex.horizontal-timeline.wpex-horizontal-left .ex_s_lick-arrow:hover:not(.ex_s_lick-disabled) {
  background-image: url("../images/ArrowRight_HoverBlack.svg");
}

.TimeLine01.wpex.horizontal-timeline.wpex-horizontal-left .ex_s_lick-arrow.ex_s_lick-prev {
  transform: translateX(0) rotate(180deg) !important;
  -webkit-transform: translateX(0) rotate(180deg) !important;
  bottom: -8px;
}

.TimeLine01.wpex.horizontal-timeline.wpex-horizontal-left .ex_s_lick-arrow.ex_s_lick-disabled {
  opacity: 0.5 !important;
}

.TimeLine01.wpex.horizontal-timeline.wpex-horizontal-left .wpex-timeline-label {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  height: 348px;
  padding: 40px 110px 0px 20px;
  justify-content: flex-end;
}

.TimeLine01.wpex.horizontal-timeline.wpex-horizontal-left .wpex-timeline-label .timeline-media {
  width: 100%;
  margin: 0;
  padding: 0;
}

.TimeLine01.wpex.horizontal-timeline.wpex-horizontal-left .wpex-timeline-label .timeline-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.TimeLine01.wpex.horizontal-timeline.wpex-horizontal-left .wpex-timeline-label .timeline-details {
  border: none;
  position: relative;
  width: 413px;
  min-width: 413px;
  margin-right: -70px;
  margin-top: -10px;
  margin-bottom: 10px;
  padding: 50px;
  z-index: 1;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}

.TimeLine01.wpex.horizontal-timeline.wpex-horizontal-left .wpex-timeline-label .timeline-details h2 a,
.TimeLine01.wpex.horizontal-timeline.wpex-horizontal-left .wpex-timeline-label .timeline-details h2 {
  font-family: "Oxfam TSTAR PRO Headline";
  color: #44841a;
  font-size: 23px;
  line-height: 27px;
  letter-spacing: 0;
  font-weight: bold;
}

.TimeLine01.wpex.horizontal-timeline.wpex-horizontal-left .wpex-timeline-label .timeline-details .wptl-excerpt {
  border: none;
  font-family: "Oxfam TSTAR PRO";
  font-size: 20px;
  line-height: 20px;
  color: #333333;
  padding: 0;
}

.TimeLine01.wpex.horizontal-timeline.wpex-horizontal-left .wpex-timeline-label .timeline-details .wptl-readmore {
  display: none;
}

.TimeLine01.wpex.horizontal-timeline.wpex-horizontal-left .wpex-timeline-label .timeline-details:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transform: rotate(-4deg);
  background-color: #f8f7f5;
  z-index: -1;
}

.TimeLine01 .hor-container {
  margin: 40px 0 0;
}

.TimeLine01 .hor-container .timeline-hr {
  border: 1px solid #63a43c;
}

.TimeLine01 .hor-container .timeline-hr::before {
  display: none;
}

.TimeLine01 .hor-container .timeline-pos-select {
  border: none;
}

.TimeLine01 .hor-container .timeline-pos-select:after {
  display: none;
}

.TimeLine01 .hor-container ul .ex_s_lick-track li.ex_s_lick-slide {
  margin-top: 0 !important;
  padding-top: 61px;
  padding-bottom: 60px;
  position: relative;
}

.TimeLine01 .hor-container ul .ex_s_lick-track li.ex_s_lick-slide span.tl-point {
  font-size: 22px;
  line-height: 45px;
  font-family: "Oxfam TSTAR PRO";
  color: #333333;
  letter-spacing: 0.44px;
  font-weight: bold;
  opacity: 0.54;
  margin-top: 37px;
  transition: ease all 0 !important;
  -webkit-transition: ease all 0 !important;
  -moz-transition: ease all 0 !important;
}

.TimeLine01 .hor-container ul .ex_s_lick-track li.ex_s_lick-slide span.tl-point::before {
  opacity: 0;
}

.TimeLine01 .hor-container ul .ex_s_lick-track li.ex_s_lick-slide.ex_s_lick-current {
  overflow: visible;
}

.TimeLine01 .hor-container ul .ex_s_lick-track li.ex_s_lick-slide.ex_s_lick-current span.tl-point {
  opacity: 1;
  font-size: 45px;
  line-height: 45px;
  font-family: "Oxfam TSTAR PRO Headline";
  color: #44841a;
  letter-spacing: 1.13px;
}

.TimeLine01 .hor-container ul .ex_s_lick-track li.ex_s_lick-slide.ex_s_lick-current span.tl-point:before {
  opacity: 1;
  width: 29px;
  height: 29px;
  background-color: transparent;
  border: none;
  background-image: url("../images/Shape002.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  top: 37px !important;
}

.LandingHeaderFixed {
  position: fixed;
  width: 100%;
  background-color: rgba(51, 51, 51, 0.7);
  z-index: 99;
  padding: 20px 0;
  top: -100px;
  left: 0;
  z-index: 9;
  opacity: 0;
  transition: ease all 0.4s;
  -webkit-transition: ease all 0.4s;
  -moz-transition: ease all 0.4s;
}

.LandingHeaderFixed.Active01 {
  opacity: 1;
  top: 0;
  display: block !important;
}

.LandingHeaderFixed .LandingHeadInn {
  display: flex;
  align-items: center;
}

.LandingHeaderFixed .LandingHeadInn .LandingHeadLogo img {
  min-width: 134px;
  width: 134px;
}

.LandingHeaderFixed .LandingHeadInn .LandingHeadMenu {
  margin: auto;
}

.LandingHeaderFixed .LandingHeadInn .LandingHeadMenu li {
  display: inline-block;
  padding: 0 18px;
}

.LandingHeaderFixed .LandingHeadInn .LandingHeadMenu li a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  line-height: 30px;
  font-family: "Oxfam TSTAR PRO";
  letter-spacing: 0;
}

.LandingHeaderFixed.LandingV5 .LandingHeadButton {
  opacity: 0;
  position: relative;
  z-index: -9;
  width: 300px;
}

.SuperFlexible .ContentSecGrey .ContentInn.Layout04 {
  margin-top: 105px;
}

.SuperFlexible .Layout04 .List01 li,
.SuperFlexible .Layout03 .List01 li {
  justify-content: center;
}

.SuperFlexible .Layout_2 .Layout_2_left {
  margin-top: 110px;
}

.SuperFlexible .FlexibleButton {
  margin-top: 0;
}

.SuperFlexible .Grid01.Grid01_Layout02 .GridInn {
  width: 50%;
}

.SuperFlexible .Grid01.Grid01_Layout02 .GridInn a .GridContent {
  margin-top: -40px;
}

.SuperFlexible .Grid01.Grid01_Layout02 .GridInn a .GridContent span.GridContent02 {
  width: 100%;
  max-width: 100%;
  font-size: 20px;
  line-height: 27px;
  color: #333333;
  font-family: "Oxfam TSTAR PRO";
  letter-spacing: 0.4px;
  padding: 20px 15px 0;
  font-weight: normal;
}

.SuperFlexible .FlexibleRepeater {
  margin-bottom: 100px;
}

.SuperFlexible .FlexibleRepeater .nomargin {
  margin-bottom: -100px;
}

.SuperFlexible .ContentSecGrey.Layout_3,
.SuperFlexible .ContentSecGrey.Layout_4,
.SuperFlexible .Layout_3,
.SuperFlexible .Layout_2,
.SuperFlexible .Tabs01,
.SuperFlexible .Tabs02,
.SuperFlexible .RingBlockOuter,
.SuperFlexible .SimpleContent,
.SuperFlexible .ContentSec01,
.SuperFlexible .Blocks2Con,
.SuperFlexible .SliderSec,
.SuperFlexible .ShortcodeOuter,
.SuperFlexible .LftImgCntnt,
.SuperFlexible .ImageBlockRepeater,
.SuperFlexible .TestimonialBlock,
.SuperFlexible .TestimonialSliderOuter,
.SuperFlexible .VideoSec,
.SuperFlexible .Content21,
.SuperFlexible .Content_3,
.SuperFlexible .Content_4,
.SuperFlexible .FAQ,
.SuperFlexible .Content_5,
.SuperFlexible .Content_7,
.SuperFlexible .ApproContent_1,
.SuperFlexible .ApproContent_Content,
.SuperFlexible .ApproContent_Image,
.SuperFlexible .ApproBlock1 {
  margin-bottom: 0;
}

.SuperFlexible .ContentSec01 {
  padding-bottom: 0;
}

.LayoutLabel {
  display: none;
}

.page-id-136259 .LayoutLabel {
  display: block;
  width: 100%;
  padding: 5px;
  background-color: #333333 !important;
  color: #fff;
  font-size: 13px;
  margin: 0 0 50px;
  position: relative;
  z-index: 9;
}

.Repeater01 {
  display: flex;
}

.Repeater01:nth-child(even) {
  flex-direction: row-reverse;
}

.Repeater01:nth-child(even) .Content04 {
  padding-left: 0;
}

.Repeater01:nth-child(odd) .Content04 {
  padding-right: 0;
}

.Repeater01 .Image04 {
  width: 50%;
  background-color: #333333 !important;
  color: #fff;
  font-size: 15px;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.Repeater01 .Image04 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.Repeater01 .Content04 {
  padding: 75px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 50%;
}

.Repeater01 .Content04 h1,
.Repeater01 .Content04 h2,
.Repeater01 .Content04 h3,
.Repeater01 .Content04 h4,
.Repeater01 .Content04 h5,
.Repeater01 .Content04 h6,
.Repeater01 .Content04 p {
  width: 100%;
}

.Listing02 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px;
}

.Listing02 .Listing02_inn {
  display: flex;
  width: calc(100% / 3);
  width: -webkit-calc(100% / 3);
  font-size: 17px;
  letter-spacing: 0px;
  line-height: 18px;
  font-weight: bold;
  color: #159a4c;
  padding: 0 30px;
}

.Listing02 .Listing02_inn h3 {
  color: #333333;
  margin: 0;
  font-size: 50px;
  line-height: 55px;
}

.Listing02 .Listing02_inn .Listing02Icon {
  width: 100px;
  min-width: 100px;
  padding-right: 20px;
  margin-right: 20px;
  border-right: solid 1px #707070;
  display: flex;
}

.RotateBlock {
  padding: 80px 110px;
  margin: 155px 0;
  background-color: transparent;
  position: relative;
}

.RotateBlock h2 {
  margin-bottom: 20px;
}

.RotateBlock:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #f8f7f5;
  z-index: -9;
  transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
}

.RotateBlock .RotateInnButton {
  position: absolute;
  bottom: -28px;
}

.RotateBlock2 {
  padding: 80px 110px;
  margin: 120px 0;
  background-color: transparent;
  position: relative;
  text-align: center;
  font-size: 17px;
  line-height: 21px;
  font-weight: bold;
  font-family: "Oxfam TSTAR PRO Headline";
}

.RotateBlock2:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #f8f7f5;
  z-index: -9;
  transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
}

.RemoveItemFromCart {
  color: #ff1d34;
  text-decoration: none;
  font-size: 30px !important;
}

.RemoveItemFromCart:hover {
  color: #ff1d34;
  text-decoration: none;
}

.UpdateButtonWrap {
  width: 100%;
  display: flex;
  margin-bottom: 60px;
  justify-content: flex-end;
}

.HeadInn02 {
  display: flex;
}

.CartIcon {
  margin-right: 15px;
  margin-top: 3px;
  position: relative;
}

.CartIcon.MobileShow {
  display: none;
}

.CartIcon img {
  width: 22px;
}

.CartIcon.CartNotEmpty:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ff1d34;
  top: 0;
  right: -3px;
}

.single-product .modal-dialog {
  max-width: 100%;
  margin: 0 !important;
}

.single-product .modal-dialog .modal-header {
  flex-direction: row-reverse;
}

.single-product .modal-dialog .modal-header .close {
  width: 30px;
  height: 30px;
  padding: 0;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  border: none;
}

.single-product .modal-dialog iframe {
  width: 100%;
  float: left;
}

.single-product .modal-dialog .modal-body {
  padding: 0;
}

.DefaultPageTemplate {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding-top: 50px;
}

.DefaultPageTemplate::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 11px;
  top: 0;
  left: 0;
  background-image: url("../images/BorderImage.jpg");
  background-repeat: repeat;
}

body.woocommerce-account div.woocommerce {
  margin-bottom: 50px;
}

body.woocommerce-account .entry-header {
  display: none;
}

body.woocommerce-account:not(.logged-in) .entry-header {
  display: none;
}

body.woocommerce-account:not(.logged-in) #customer_login {
  margin-top: 30px;
}

body.woocommerce-account:not(.logged-in) #customer_login h2 {
  font-size: 30px;
  line-height: 45px;
  color: #333333;
  font-family: "Oxfam TSTAR PRO Headline";
  letter-spacing: 0.75px;
}

body.woocommerce-account:not(.logged-in) #customer_login form.login, body.woocommerce-account:not(.logged-in) #customer_login form.register {
  border: none;
  padding: 0;
  margin: 0;
}

body.woocommerce-account:not(.logged-in) #customer_login form.register {
  display: flex;
  flex-wrap: wrap;
}

body.woocommerce-account:not(.logged-in) #customer_login form.register p {
  width: 100%;
  order: 4;
}

body.woocommerce-account:not(.logged-in) #customer_login form.register p:nth-child(5), body.woocommerce-account:not(.logged-in) #customer_login form.register p:nth-child(6) {
  order: 2;
}

body.woocommerce-account:not(.logged-in) #customer_login form.register p.CustomRFields {
  order: 1;
}

body.woocommerce-account:not(.logged-in) #customer_login form.register p.CustomRFields.RPhone {
  order: 3;
}

body.woocommerce-account:not(.logged-in) #customer_login form .form-row-first,
body.woocommerce-account:not(.logged-in) #customer_login form .form-row-last {
  width: 100%;
}

body.woocommerce-account:not(.logged-in) #customer_login form #privacy_policy_reg_field {
  font-size: 14px;
  color: #333333;
}

body.woocommerce-account:not(.logged-in) #customer_login form #privacy_policy_reg_field a {
  color: #159a4c;
}

body.woocommerce-account:not(.logged-in) #customer_login form .lost_password a {
  color: #333333;
  text-decoration: underline;
}

body.woocommerce-account:not(.logged-in) #customer_login form .lost_password a:hover {
  color: #159a4c;
}

body.woocommerce-account:not(.logged-in) #customer_login form button.button {
  width: 100%;
  background-color: #159a4c;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  padding: 10px 38px 10px 53px;
  text-decoration: none;
  border-radius: 5px;
  font-family: "Oxfam TSTAR PRO Headline";
  letter-spacing: 0.45px;
  font-weight: bold;
  margin-top: 20px;
}

body.woocommerce-account:not(.logged-in) #customer_login form button.button.woocommerce-form-register__submit {
  background-color: #44841a;
}

body.woocommerce-account:not(.logged-in) #customer_login form button.button:after {
  content: "";
  background-image: url("../images/Arrow01.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 9px;
  height: 8px;
  margin-left: 10px;
}

body.woocommerce-account:not(.logged-in) #customer_login form button.button:hover {
  background-color: #333333 !important;
}

body.woocommerce-account:not(.logged-in) #customer_login .woocommerce-privacy-policy-text {
  display: none;
}

body.woocommerce-account:not(.logged-in) #customer_login .input-text {
  border: solid 1px #333333 !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  padding: 15px 20px !important;
  font-size: 17px;
  line-height: 30px;
  height: 52px;
}

body.woocommerce-account:not(.logged-in) #customer_login .u-column1.col-1 {
  position: relative;
  padding: 35px;
  width: 44%;
}

body.woocommerce-account:not(.logged-in) #customer_login .u-column1.col-1:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #f8f7f5;
  z-index: -9;
  transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
}

body.woocommerce-account:not(.logged-in) #customer_login .u-column2.col-2 {
  padding: 35px;
  width: 53%;
}

.checkout-additional-content-wrap input {
  margin: 0;
  visibility: visible;
  opacity: 0;
}

label.checkbox,
label.checkbox__2 {
  position: relative;
  padding-left: 10px;
}

label.checkbox input:not(#mailpoet_woocommerce_checkout_optin),
label.checkbox__2 input:not(#mailpoet_woocommerce_checkout_optin) {
  visibility: hidden;
}

label.checkbox input:checked ~ i.CheckBoxMark:before,
label.checkbox__2 input:checked ~ i.CheckBoxMark:before {
  background-color: #159a4c;
}

label.checkbox i.CheckBoxMark,
label.checkbox__2 i.CheckBoxMark {
  width: 16px;
  height: 16px;
  border: solid 1px #000;
  padding: 3px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 4px;
}

label.checkbox i.CheckBoxMark:before,
label.checkbox__2 i.CheckBoxMark:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background-color: transparent;
}

.woocommerce ul.order_details {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -18px 100px;
}

.woocommerce ul.order_details li {
  width: calc(50% - 36px);
  margin: 0 18px 20px;
  border: none;
  border-bottom: solid 1px #707070 !important;
  display: flex;
  padding: 0 0 5px;
  align-items: flex-end;
}

.woocommerce ul.order_details li strong {
  width: 100%;
  text-align: center;
  font-size: 25px;
  line-height: 26px;
  letter-spacing: 0.63px;
  font-weight: bold;
}

.woocommerce ul.order_details li > small {
  min-width: 100px;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.35px;
  opacity: 0.5;
  color: #333333;
  font-family: "Oxfam TSTAR PRO";
  text-transform: none;
}

.woocommerce table.order_details {
  border: none;
  border-spacing: 0;
  margin-bottom: 100px !important;
}

.woocommerce table.order_details td,
.woocommerce table.order_details th {
  border: none;
}

.woocommerce table.order_details thead th {
  background-color: #f8f7f5;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.45px;
  font-family: "Oxfam TSTAR PRO Headline";
  padding: 21px 30px;
}

.woocommerce table.order_details tbody td {
  padding: 40px 30px;
}

.woocommerce table.order_details tbody td.woocommerce-table__product-name {
  display: flex;
}

.woocommerce table.order_details tbody td.woocommerce-table__product-name .ProductImageWrap2 {
  width: 200px;
  height: 253px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px;
  background-color: #f8f7f5;
}

.woocommerce table.order_details tbody td.woocommerce-table__product-name .ProductTextWrap2 {
  padding-left: 35px;
}

.woocommerce table.order_details tbody td.woocommerce-table__product-name .ProductTextWrap2 > a, .woocommerce table.order_details tbody td.woocommerce-table__product-name .ProductTextWrap2 > strong {
  font-size: 23px;
  line-height: 26px;
  font-weight: bold;
  color: #44841a;
  letter-spacing: 0;
  text-decoration: none;
}

.woocommerce table.order_details tbody td.woocommerce-table__product-name .ProductTextWrap2 .wc-item-meta {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.4px;
  color: #000;
}

.woocommerce table.order_details tbody td.woocommerce-table__product-name .ProductTextWrap2 .wc-item-meta a {
  color: #000;
  text-decoration: none;
}

.woocommerce table.order_details tfoot th,
.woocommerce table.order_details tfoot td {
  background-color: #f8f7f5;
  padding: 21px 30px;
  line-height: 21px;
}

.woocommerce table.order_details tfoot th {
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.45px;
  font-family: "Oxfam TSTAR PRO Headline";
  padding: 21px 30px;
}

.woocommerce table.order_details tfoot td {
  font-size: 18px;
  font-weight: normal;
  font-family: "Oxfam TSTAR PRO";
  letter-spacing: 0.45px;
}

.woocommerce table.order_details tfoot td .woocommerce-Price-amount {
  font-weight: bold;
}

.woocommerce .woocommerce-order-details__title {
  position: relative;
  font-size: 35px;
  margin-bottom: 50px;
}

.woocommerce .woocommerce-order-details__title:before {
  content: "";
  position: absolute;
  width: 85px;
  height: 85px;
  background-image: url("../images/Art02.svg");
  background-size: 100% 100%;
  left: -35px;
  top: -25px;
  z-index: -1;
}

.woocommerce-checkout.woocommerce-page .shipping_address {
  display: none;
}

.woocommerce-order-received .WooTemplateInn .WooHead {
  justify-content: flex-start;
}

.woocommerce-order-received .WooTemplateInn .WooHead h1 {
  position: relative;
  font-size: 35px;
}

.woocommerce-order-received .WooTemplateInn .WooHead h1:before {
  content: "";
  position: absolute;
  width: 85px;
  height: 85px;
  background-image: url("../images/Art02.svg");
  background-size: 100% 100%;
  left: -35px;
  top: -25px;
  z-index: -1;
}

.woocommerce-MyAccount-navigation {
  padding: 20px 30px;
  background-color: #f8f7f5;
}

.woocommerce-MyAccount-navigation li {
  padding: 5px 0;
}

.woocommerce-MyAccount-navigation li a {
  color: #333333;
  text-decoration: none;
}

.woocommerce-MyAccount-navigation li a:hover {
  color: #44841a;
}

.woocommerce-MyAccount-navigation li.is-active a {
  font-weight: bold;
  color: #44841a;
}

.woocommerce-MyAccount-content a {
  color: #333333;
  text-decoration: underline;
}

.woocommerce-MyAccount-content a:hover {
  color: #44841a;
}

.woocommerce-MyAccount-content table.give-table tbody tr td {
  padding: 0 18px;
}

.woocommerce-MyAccount-content form .form-row {
  width: 100%;
}

.woocommerce-MyAccount-content .woocommerce-Input,
.woocommerce-MyAccount-content .input-text {
  border: solid 1px #333333 !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  padding: 15px 20px !important;
  font-size: 17px !important;
  line-height: 30px !important;
  height: 52px !important;
}

.woocommerce-MyAccount-content h3 {
  font-size: 25px;
  line-height: 25px;
}

.woocommerce-MyAccount-content #ywcmas_default_address_viewer {
  margin: 40px 0 0;
}

.woocommerce-MyAccount-content #ywcmas_default_address_field {
  border: none;
  padding: 0;
}

.woocommerce-MyAccount-content a#ywcmas_default_address_change_button {
  color: #333333;
  font-weight: bold;
  text-decoration: underline;
}

.woocommerce-MyAccount-content a#ywcmas_default_address_change_button:hover {
  color: #44841a;
}

.content_42 .row {
  flex-direction: row-reverse;
}

.content_42 .row .LftImgCntnt_Content {
  padding-right: 35px;
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}

.content_44 .Art01 {
  position: relative;
}

.content_44 .Art01:before {
  content: "";
  width: 535px;
  height: 535px;
  background-image: url("../images/Art02.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: -60px;
  top: -100px;
  z-index: -1;
}

.content_44 .Head01 {
  margin-bottom: 30px;
}

.content_44 .Form_v1 .SubmitOuter {
  margin: 0px 0 0;
}

.Red {
  color: #ff1d34;
}

.WooThankYouBanner:after {
  display: none;
}

.WooThankYouBanner.HeroSec .HeroSecContent {
  min-height: 400px;
  background-image: url("../images/BackgroundArt.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: auto 100%;
}

.WooThankYouBanner h2 {
  font-size: 60px;
  line-height: 70px;
  letter-spacing: 1.5px;
  font-family: "Oxfam TSTAR PRO Headline";
}

.WooThankYouBanner h2 span {
  color: #44841a;
  position: relative;
  display: inline-block;
  background-image: url(../images/Shape03.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 11px;
}

.Repeater04 {
  width: 100%;
  display: flex;
  background-color: #f8f7f5;
  padding: 20px 30px 20px 20px;
  margin: 0 0 30px;
}

.Repeater04 .Image {
  min-width: 141px;
  width: 141px;
  height: 136px;
  background-image: url("../images/Art04.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Repeater04 .Image img {
  max-width: 85%;
  max-height: 85%;
}

.Repeater04 .Content {
  padding-left: 58px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.Repeater04 .Content h2 {
  font-size: 30px;
  line-height: 45px;
  letter-spacing: 0.75px;
  margin: 0;
}

.Repeater04 .Content .ContentBottom {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.Repeater04 .Content .ContentBottom ul {
  display: flex;
}

.Repeater04 .Content .ContentBottom ul li {
  width: 26px;
  height: 26px;
  max-width: 100%;
  margin-right: 10px;
}

.Repeater04 .Content .ContentBottom .OtherLink {
  font-size: 18px;
  color: #44841a;
  font-weight: bold;
  line-height: 26px;
  letter-spacing: 0;
  text-decoration: underline;
}

.Repeater04 .Content .ContentBottom .OtherLink:hover {
  color: #333333;
}

.content_45 .Head01 {
  margin-bottom: 30px;
}

.content_45 .VideoConInn {
  padding-left: 60px;
}

.content_45 .VideoLeftContent {
  font-size: 18px;
  line-height: 26px;
  font-family: "Oxfam TSTAR PRO";
  letter-spacing: 0;
  font-weight: bold;
}

.content_45 .VideoLeftContent a {
  color: #44841a;
}

.content_45 .VideoLeftContent a:hover {
  color: #333333;
}

.content_45 .VideoLeftContent ol {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
  counter-reset: listcount1;
}

.content_45 .VideoLeftContent ol li {
  counter-increment: listcount1;
  font-size: 17px;
  line-height: 21px;
  font-family: "Oxfam TSTAR PRO Headline";
  font-weight: bold;
  letter-spacing: 0;
  color: #333333;
  padding: 0 0 25px;
  word-break: break-word;
}

.content_45 .VideoLeftContent ol li:before {
  content: counter(listcount1) ".";
  width: 29px;
  height: 28px;
  background-image: url("../images/Art05.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: inline-flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  margin-right: 7px;
}

.content_45 .VideoLeftContent ol li:last-child {
  padding: 0;
}

.content_51 .ContentInn {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 75px;
  color: #fff;
}

.content_51 .ContentInn h2 {
  color: #fff;
}

.CustomProgressOuter {
  margin: 0 0 30px;
}

.CustomProgressOuter .CustomProgressBar {
  width: 100%;
  height: 18px;
  border: solid 2px #fff;
  padding: 2px 4px 3px;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  margin: 0 0 10px;
}

.CustomProgressOuter .CustomProgressBar .CustomProgressInn {
  height: 100%;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  background-color: #f16e22;
}

.content_52 .ContentInn {
  padding-right: 20px;
}

.content_52 .LeftSpace {
  padding-left: 60px;
}

.GlobalContent h4 {
  font-size: 32px;
  line-height: 37px;
  letter-spacing: 0.8px;
  color: #44841a;
  font-family: "Oxfam TSTAR PRO Headline";
}

.List03 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.List03 li {
  width: 100%;
  display: block;
  padding: 15px;
  display: flex;
}

.List03 li .Icon01 {
  width: 80px;
  min-width: 80px;
  border-right: solid 1px #707070;
  padding-right: 20px;
  display: flex;
  align-items: center;
}

.List03 li .Content {
  padding-left: 20px;
}

.List03 li .Content > div {
  width: 100%;
}

.List03 li .Content > div.Text1 {
  font-size: 44px;
  line-height: 44px;
  letter-spacing: 0.75px;
  color: #333333;
  font-weight: bold;
}

.List03 li .Content > div.Text2 {
  font-size: 15px;
  line-height: 16px;
  color: #159a4c;
  letter-spacing: 0;
  font-weight: bold;
}

.SingleGiveContent {
  margin-bottom: 100px;
}

.SingleGiveContent .SingleGiveContentInn {
  position: relative;
  padding: 0 50px 100px;
  text-align: center;
  font-size: 18px;
  line-height: 23px;
  font-style: italic;
  letter-spacing: 0.36px;
}

.SingleGiveContent .SingleGiveContentInn:before {
  width: 285px;
  height: 207px;
  position: absolute;
  content: "";
  left: 0;
  top: -30px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url("../images/Quote3.svg");
  z-index: -1;
}

.SingleGiveContent .SingleGiveContentInn .FirstLetter {
  font-size: 30px;
  color: #63a43c;
}

.SingleGiveContent .SingleGiveContentInn:after {
  content: "";
  position: absolute;
  width: 70%;
  height: 1px;
  left: 15%;
  bottom: 0;
  background-color: #707070;
}

.SingleGiveContent .SingleGiveContentInn .text_2 {
  font-size: 23px;
  font-style: normal;
  line-height: 27px;
  font-weight: bold;
  font-family: "Oxfam TSTAR PRO Headline";
  color: #44841a;
  margin-top: 60px;
  letter-spacing: 0;
}

.SingleGiveContent .SingleGiveContentInn .text_2 span.JobTitle {
  color: #333333;
}

.single-give_forms .SideBar01 .Heading04 {
  color: #44841a;
}

.OverLay {
  width: 100% !important;
  height: 100%;
  position: fixed;
  z-index: 9;
  background-color: rgba(51, 51, 51, 0.5);
  left: 0;
  top: 0;
  display: none;
}

.OverLay#GivePopup1 .Popup {
  font-size: 15px;
  line-height: 23px;
}

.OverLay .Popup {
  width: 90%;
  max-width: 766px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  background-color: #f8f7f5;
  padding: 55px;
  font-size: 15px;
  line-height: 23px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.OverLay .Popup h4 {
  font-size: 25px;
  line-height: 45px;
  font-family: "Oxfam TSTAR PRO Headline";
  color: #333333;
  letter-spacing: 0;
  display: block !important;
}

.OverLay .Popup h5 {
  font-size: 18px;
  line-height: 22px;
  color: #333333;
  font-family: "Oxfam TSTAR PRO";
  font-weight: bold;
}

.OverLay .Popup h6 {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #333333;
  font-family: "Oxfam TSTAR PRO";
  text-transform: uppercase;
}

.OverLay .Popup a {
  color: #159a4c;
  font-weight: bold;
}

.OverLay .Popup a:hover {
  color: #333333;
}

.OverLay .Popup .Close01 {
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
  font-weight: bold;
  font-size: 15px;
  line-height: 23px;
  padding-right: 16px;
}

.OverLay .Popup .Close01:after {
  content: "";
  width: 9px;
  height: 9px;
  background-image: url("../images/Close02.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  top: 7px;
}

.OverLay .Popup .PopupInn {
  display: flex;
}

.OverLay .Popup .PopupInn .PopupImage {
  margin-right: 65px;
}

.product-content.Checkout .VariationCtrl {
  width: 100%;
}

.product-content.Checkout .VariationCtrl a {
  display: inline-block;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  padding-right: 15px;
  text-decoration: underline;
  position: relative;
}

.product-content.Checkout .VariationCtrl a:after {
  content: "";
  width: 10px;
  height: 6px;
  background-image: url("../images/ArrowDown03.svg");
  background-size: 10px auto;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 10px;
}

.product-content.Checkout .VariationCtrl a.Active01:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.product-content.Checkout .VariatioWrap {
  display: none;
}

.ForceDivider {
  width: 100%;
  display: flex;
}

.ToolTip {
  position: absolute;
}

.ToolTip:before {
  content: attr(data-title);
  position: absolute;
  padding: 10px;
  border-radius: 10px;
  background-color: #333333 !important;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  min-width: 250px;
  text-align: center;
  bottom: -8px;
  left: calc(50% - 20px);
  transform: translateX(-50%);
  display: none;
}

.ToolTip:hover:before {
  display: block;
}

.ToolTip i {
  position: absolute;
  width: 18px;
  height: 18px;
  background-image: url(../images/Help01.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  top: 17px;
  right: 10px;
}

.CouponCTRL {
  cursor: pointer;
}

.CouponCTRL.Active01, .CouponCTRL:hover {
  color: #159a4c;
}

.RecurringTab {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.RecurringTab ul {
  display: flex;
  margin: 0 -7px;
  width: calc(100% + 14px);
  width: -webkit-calc(100% + 14px);
}

.RecurringTab ul li {
  width: 100%;
  margin: 0 7px;
  background-color: #f8f7f5;
  font-size: 20px;
  line-height: 20px;
  font-family: "Oxfam TSTAR PRO Headline";
  padding: 25px;
  color: #333333;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  text-align: center;
}

.RecurringTab ul li.Active01 {
  color: #fff;
  background-color: #44841a;
}

.Form_v1 .newsLetterInn {
  display: flex;
}

.Form_v1 .newsLetterInn .TextFieldOuter {
  padding: 0 5px;
  width: 25%;
}

.Form_v1 .newsLetterInn .TextFieldOuter.EmailField01 {
  width: 35%;
}

.Form_v1 .newsLetterInn .SubmitButton01 {
  width: 40%;
  padding: 0 5px;
}

.Form_v1 .newsLetterInn2 {
  display: flex;
  color: #fff;
  padding: 15px 5px 0;
}

.Form_v1 .newsLetterInn2 a {
  color: #fff;
  text-decoration: underline;
}

.Form_v1 .newsLetterInn2 a:hover {
  text-decoration: none;
}

.Form_v1 .newsLetterInn2 br {
  display: none;
}

.Form_v1 .newsLetterInn2 span,
.Form_v1 .newsLetterInn2 label {
  width: auto;
  margin: 0;
  padding: 0;
}

.Form_v1 .newsLetterInn2 span.privacy-policy {
  margin-right: 10px;
}

.Form_v1 .newsLetterInn2 span.wpcf7-list-item-label {
  position: absolute;
  left: 0;
  top: 2px;
}

.screen-reader-text {
  left: 0;
}

.single-product .container2 {
  display: flex;
}

.single-product .EmailPreviewButton {
  text-decoration: none !important;
  margin: 0;
}

.single-product .tooltip-option {
  display: none;
}

.single-product a.preview_btn.preview_btn_ecard_pdf {
  margin: 0;
}

.give-donation-levels-wrap .Active01.Empty01:after, .give-donation-levels-wrap .Active01.Empty01:before,
#give-donation-level-radio-list .Active01.Empty01:after,
#give-donation-level-radio-list .Active01.Empty01:before {
  display: none !important;
}

.give_forms-template-default.single.single-give_forms .form-row.ffm-field-container input {
  color: #333;
}

.give_forms-template-default.single.single-give_forms .form-row.ffm-field-container .give-label {
  display: none;
}

.give_forms-template-default.single.single-give_forms .form-row.ffm-field-container legend {
  padding: 0 15px;
  margin-bottom: 15px !important;
}

.give_forms-template-default.single.single-give_forms #give-payment-mode-select {
  clear: both;
}

@media (max-width: 1700px) {
  .LandingV5 .Landing-contentLeft {
    width: 60%;
  }
  .LandingV5 .Landing-contentRight {
    width: 40%;
    position: relative;
  }
  .LandingV5 .Landing-contentRight .DonationWidget02.FixedDonationWidget {
    width: 40%;
    max-width: 40%;
  }
  .LandingV5 .LandingTopSec .LandingTopContent .LandingLeft {
    width: 1000%;
  }
}

@media (max-width: 1200px) {
  .container {
    padding: 0 20px;
  }
  .container2,
.container3 {
    padding: 0 35px;
  }
}

@media (min-width: 1200px) {
  .slider_layout_1,
.slider_layout_2,
.slider_layout_3,
.NewsSlider {
    margin-right: -165px !important;
    margin-left: -165px !important;
  }
  .slider_layout_1.ActiveFirstSlide .slick-track,
.slider_layout_2.ActiveFirstSlide .slick-track,
.slider_layout_3.ActiveFirstSlide .slick-track,
.NewsSlider.ActiveFirstSlide .slick-track {
    transform: translate3d(165px, 0px, 0px) !important;
  }
}

@media (max-width: 767px) {
  .LandingTopSec {
    background-position: center;
  }
  .Form_v1.mobileMargin {
    margin-top: 20px;
  }
  .Form_v1 .newsLetterInn {
    flex-wrap: wrap;
  }
  .Form_v1 .newsLetterInn .TextFieldOuter {
    padding: 5px 0;
    width: 100%;
  }
  .Form_v1 .newsLetterInn .TextFieldOuter.EmailField01 {
    width: 100%;
  }
  .Form_v1 .newsLetterInn .SubmitButton01 {
    width: 100%;
    padding: 5px 0;
  }
  .Form_v1 .newsLetterInn2 {
    flex-wrap: wrap;
    display: block;
    padding: 15px 5px 0;
  }
  .CartIcon.MobileShow {
    display: block;
    margin: 0 0 0 10px;
  }
  .LandingHeaderFixed {
    display: none;
  }
  .Repeater01 {
    flex-wrap: wrap;
    flex-direction: unset;
  }
  .Repeater01 .Image04 {
    width: 100%;
    height: 200px;
  }
  .Repeater01 .Content04 {
    padding: 15px 0;
    width: 100%;
  }
  .BurgerMenu01 {
    display: block;
    width: 22px;
    height: 22px;
    background-image: url("../images/BurgerMenu.svg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    margin-left: 18px;
    background-position: center;
    cursor: pointer;
  }
  .BurgerMenu01.Active01 {
    background-image: url("../images/CloseMenu.svg");
  }
  .MobileMenu {
    display: none;
    position: absolute;
    z-index: 91;
    background: #fff;
    left: 0;
    width: 100%;
    height: auto;
    border-top: solid 1px rgba(112, 112, 112, 0.2);
    padding: 30px;
  }
  .MobileMenu.Active01 {
    display: block;
  }
  .MobileMenu ul li {
    display: block !important;
  }
  .MobileMenu .HeadButton {
    margin: 0 0 30px;
  }
  .MobileMenu .HeadButton a.Button04 {
    width: 100%;
    text-align: center;
    justify-content: center;
    padding: 6px 22px 6px 30px;
  }
  .mega-menu-item > .mega-sub-menu {
    padding: 0 0 25px !important;
    position: relative !important;
    box-shadow: unset !important;
    display: none !important;
  }
  .mega-menu-item > .mega-sub-menu > li.mega-menu-row {
    padding: 0 !important;
  }
  .mega-menu-item > .mega-sub-menu > li.mega-menu-row > .mega-sub-menu > .mega-menu-column {
    width: 100% !important;
  }
  .mega-menu-item > .mega-sub-menu > li.mega-menu-row > .mega-sub-menu > .mega-menu-column.mega-BorderRight, .mega-menu-item > .mega-sub-menu > li.mega-menu-row > .mega-sub-menu > .mega-menu-column.mega-MenuImag01 {
    display: none !important;
  }
  .mega-menu-item > .mega-sub-menu > li.mega-menu-row > .mega-sub-menu > .mega-menu-column.mega-Menu03 {
    padding-left: 50px !important;
  }
  .mega-menu-item > .mega-sub-menu > li.mega-menu-row > .mega-sub-menu > .mega-menu-column.mega-Menu03 li a {
    color: #000 !important;
    font-size: 20px;
    line-height: 38px;
    text-decoration: none;
    font-weight: bold;
  }
  .mega-menu-item > a .mega-indicator:after {
    background-image: url("../images/PlusIcon.svg") !important;
    background-size: 100% auto !important;
    width: 45px !important;
    height: 45px !important;
    color: transparent !important;
    float: right;
  }
  .mega-menu-item.mega-toggle-on > a .mega-indicator:after {
    background-image: url("../images/MinusIcon.svg") !important;
  }
  .mega-menu-item.mega-toggle-on > .mega-sub-menu {
    display: block !important;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 {
    padding: 0;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {
    display: flex !important;
    flex-wrap: wrap;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    padding: 7px 0 0;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    font-size: 24px;
    line-height: 34px;
    display: block;
    width: 100%;
    margin: 0;
    padding: 7px 0;
    height: auto;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:before {
    display: none !important;
  }
  .MainMenu {
    border-bottom: solid 1px rgba(112, 112, 112, 0.4);
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .SmIcons a {
    margin: 0 10px 0 0;
  }
  .TopMenu {
    margin: 0 0 30px;
  }
  .TopMenu li {
    padding: 8px 0;
  }
  .TopMenu li a {
    font-size: 18px;
    line-height: 21px;
  }
  .MobileHide {
    display: none;
  }
  .DesktopMenu .HeadInn {
    margin: 0;
  }
  .DesktopMenu .HeadInn .LogoCon {
    min-width: 100px;
  }
  .DesktopMenu .HeadInn .HeadNavOuter,
.DesktopMenu .HeadInn .TopMenu {
    display: none;
  }
  .DesktopMenu .HeadInn .HeadRight {
    position: relative;
    z-index: 99;
  }
  .DesktopMenu .HeadInn .HeadRight .HeadTopNav {
    border: none;
  }
  .DesktopMenu .HeadInn .HeadRight .HeadTopNav .SearchOuter .HeadButton {
    margin-left: 20px;
  }
  .DesktopMenu .HeadInn .HeadRight .HeadTopNav .SearchOuter .HeadButton a i {
    margin-right: 0;
    width: 20px;
    height: 20px;
  }
  .FloatingBanner {
    display: none;
  }
  .HeroBanner {
    font-size: 21px;
    line-height: 24px;
  }
  .HeroBanner.SingleImage {
    align-items: flex-end;
    min-height: 550px;
    background-position: center;
  }
  .HeroBanner.SingleImage .BannerContent {
    margin: auto;
  }
  .HeroBanner.SingleImage:before {
    background-size: auto 6px;
    -webkit-transform: skew(0deg, 20deg);
    transform: skew(0deg, 20deg);
  }
  .HeroBanner.SingleImage:after {
    background-size: auto 6px;
    -webkit-transform: skew(0deg, -20deg);
    transform: skew(0deg, -20deg);
  }
  .HeroBanner h2 {
    font-size: 44px;
    line-height: 37px;
  }
  h2 {
    font-size: 40px;
    line-height: 40px;
  }
  h3 {
    font-size: 30px;
    line-height: 30px;
  }
  .ContentSec01 {
    padding: 0 0 70px;
  }
  .ContentSecGrey {
    margin-bottom: 150px;
    padding: 30px 0 30px;
  }
  .ContentSecGrey.single_img {
    padding-top: 10px;
  }
  .ContentSecGrey .ContentInn .LeftContent {
    width: 100%;
  }
  .ContentSecGrey .ContentInn .RightContent {
    width: 100%;
    padding: 0;
  }
  .Head01.MB40 {
    margin-bottom: 0px !important;
    display: flex;
    flex-wrap: wrap;
  }
  .List01 li {
    width: 100%;
    padding: 10px 0;
  }
  .List01 li .Icon01 {
    border: none;
    margin-right: 0;
  }
  .List01 li .Icon01 img {
    min-width: 85px;
    width: 85px;
  }
  .List01 li strong,
.List01 li b {
    font-weight: bold;
    font-size: 50px;
    line-height: 22px;
  }
  .Grid01 {
    margin: 0;
  }
  .Grid01 .GridInn {
    width: 100%;
    padding: 15px 0px 30px;
  }
  .Grid01 .GridInn a .GridImg {
    height: 370px;
  }
  .Grid01 .GridInn a .GridContent span.GridHeading {
    padding: 5px 20px;
  }
  .Grid01 .GridInn a .GridContent span.GridContent02 {
    max-width: 100%;
    width: 100%;
    background-position: 100% 80%;
    padding: 23px 80px 0 0;
  }
  .HelpSec .Helpcontent {
    padding: 50px 0 20px;
    text-align: center;
  }
  .HelpSec .HelpBottom {
    display: none;
  }
  .DonationWidget #give-donation_widget_hsi.my-donate.donation_box {
    width: 100%;
  }
  .DonationWidget #give-donation_widget_hsi.my-donate.donation_box .give_widget_custom_content li {
    display: none !important;
  }
  .DonationWidget #give-donation_widget_hsi.my-donate.donation_box #pills-tab {
    display: flex;
  }
  .DonationWidget #give-donation_widget_hsi.my-donate.donation_box #pills-tab li {
    width: 50%;
    font-size: 16px;
    line-height: 17px;
    letter-spacing: 0;
  }
  .DonationWidget #give-donation_widget_hsi.my-donate.donation_box #pills-tab li:after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    right: 20px;
    top: 0;
    background-color: #fff;
  }
  .DonationWidget #give-donation_widget_hsi.my-donate.donation_box #pills-tab li:last-child:after {
    display: none;
  }
  .DonationWidget #give-donation_widget_hsi.my-donate.donation_box #pills-tab li::before {
    top: 6px;
  }
  .DonationWidget #give-donation_widget_hsi.my-donate.donation_box button.give-btn {
    max-width: 100% !important;
  }
  .DonationWidget #give-donation_widget_hsi.my-donate.donation_box .give-form ul#give-donation-level-radio-list {
    display: flex;
    margin: 0 -5px 20px !important;
    width: auto;
  }
  .DonationWidget #give-donation_widget_hsi.my-donate.donation_box .give-form ul#give-donation-level-radio-list li {
    margin: 0 5px;
    width: 100%;
    min-width: auto;
  }
  .HelpSec {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 80px;
  }
  .NewsSec {
    padding: 75px 0 60px;
  }
  .NewsSec h2 {
    text-align: center;
  }
  .FundChart {
    margin-bottom: 80px;
    overflow: hidden;
    padding: 20px 0;
  }
  .FundChart .ChartInn02 {
    padding: 40px 20px 0px;
  }
  .FundChart .ChartInn02:before {
    width: calc(100% + 80px);
    left: -40px;
    top: 0;
    transform: rotate(-4deg);
    -webkit-transform: rotate(-4deg);
    -moz-transform: rotate(-4deg);
  }
  .FundChart .ChartInn02 .FundChartInn {
    flex-wrap: wrap;
    margin: 0px 0 0;
  }
  .FundChart .ChartInn02 .FundChartInn .LeftContent,
.FundChart .ChartInn02 .FundChartInn .Chart {
    width: 100%;
    min-width: unset;
  }
  .FixHeader.Active01 {
    display: none !important;
  }
  .NewsLetter .container {
    padding: 0 35px;
  }
  .NewsLetter .NewsLetterInn {
    padding: 15px 0px 20px;
  }
  .NewsLetter .NewsLetterInn .mailpoet_form .mailpoet-heading {
    font-size: 27px !important;
    line-height: 45px !important;
  }
  .NewsLetter .NewsLetterInn #mailpoet_form_1 .mailpoet_form_column:not(:first-child) {
    margin-left: 0px !important;
  }
  .NewsLetter .NewsLetterInn .SubmitButton01 input {
    width: 100%;
  }
  .NewsLetter .NewsLetterInn .NameFieldOuter {
    display: none;
  }
  .NewsLetter .NewsLetterInn .EmailFieldOuter {
    margin: 0 0 8px;
  }
  .FootNumber {
    border: none;
    padding: 0;
    margin: 0 0 30px;
  }
  .FooterCon .CopyrightOuter {
    padding: 0;
  }
  .FooterCon .CopyrightOuter .FootInn3 {
    padding: 0;
    flex-direction: column-reverse;
  }
  .FooterCon .CopyrightOuter .FootInn3 .CopyRight {
    width: 100%;
    text-align: center;
    margin: 20px 0 20px;
  }
  .FooterCon .CopyrightOuter .FootInn3 .FootMenu {
    width: 100%;
    margin: 0;
  }
  .FooterCon .CopyrightOuter .FootInn3 .FootMenu li {
    border: none;
    padding: 5px 0;
  }
  .FooterCon .CopyrightOuter .FootInn3 .FootMenu li a {
    padding: 0 45px 0 0;
  }
  .FooterCon .container {
    padding: 0 35px;
  }
  .FooterCon .SmIcons {
    display: none;
  }
  .FooterCon .FootInn02 {
    padding: 0;
    flex-wrap: wrap;
  }
  .FooterCon .FootInn02 .FootContent {
    margin: 65px 0 30px;
  }
  .FooterCon .FootInn02 .FootLogo {
    display: none;
  }
  .FooterCon .FooterInn {
    padding: 55px 0 0;
    margin: 0;
    flex-wrap: wrap;
    border: none;
  }
  .FooterCon .FooterInn .FootCol {
    border-bottom: solid 1px rgba(112, 112, 112, 0.4);
  }
  .FooterCon .FooterInn .FootCol.FCol4 {
    border: none;
  }
  .FooterCon .FooterInn .FootCol.FCol4 .FootCol:last-child {
    border: none;
  }
  .FooterCon .FooterInn .FootCol,
.FooterCon .FooterInn .FootCol.FCol4 {
    padding: 0;
    width: 100%;
  }
  .FooterCon .FooterInn .FootCol .Button02,
.FooterCon .FooterInn .FootCol.FCol4 .Button02 {
    width: 100%;
    text-align: center;
    margin: 30px 0 0;
    justify-content: center;
  }
  .FooterCon .FooterInn .FootCol .FootCol,
.FooterCon .FooterInn .FootCol.FCol4 .FootCol {
    width: 100%;
  }
  .FooterCon .MobileOnly {
    display: block !important;
  }
  .FooterCon .DesktopOnly {
    display: none !important;
  }
  .MenuControll {
    position: relative;
    padding: 20px 60px 20px 0;
    margin: 0;
  }
  .MenuControll:after {
    background-image: url("../images/PlusIcon.svg");
    width: 51px;
    height: 51px;
    background-size: 100% auto;
    content: "";
    position: absolute;
    right: 0;
    top: 5px;
  }
  .MenuControll.Active01:after {
    background-image: url("../images/MinusIcon.svg");
  }
  .FootMenus {
    display: none;
  }
  .Gradient01 {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .SingleImage > .Gradient01 {
    align-items: flex-end;
    display: flex;
    height: 100%;
  }
  .SingleImage > .Gradient01:before {
    bottom: -150px;
    height: calc(100% + 150px);
  }
  .HeroSlider01 > .Gradient01 {
    align-items: center;
    display: flex;
    height: 100%;
  }
  .HeroSlider01 > .Gradient01:before {
    bottom: 0;
  }
  .HeroWidget > .Gradient01 {
    height: 100%;
  }
  .HeroWidget > .Gradient01:before {
    bottom: -100px;
    height: calc(100% + 100px);
  }
  .HeroWidget > .Gradient01 .GoDownOuter {
    display: flex;
    bottom: -120px;
    position: relative;
    z-index: 2;
  }
  .Gradient01 > div {
    z-index: 1;
    position: relative;
  }
  .Gradient01:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(0deg, #000000cc 0%, #000000cc 0%, #0000003e 73%, #00000000 100%) 0% 0% no-repeat padding-box;
  }
  .ContentSecGrey.widget {
    padding-top: 40px;
  }
  .DesktopSliderController {
    display: none !important;
  }
  .MobileSliderController {
    display: block;
    position: relative;
    margin: 25px 0 0;
  }
  .NewsSlider ul.slick-dots,
.slider_layout_1 ul.slick-dots,
.slider_layout_2 ul.slick-dots,
.slider_layout_3 ul.slick-dots {
    position: relative;
    z-index: 2;
    width: 118px;
    margin: 0 0 0 auto;
    text-align: center;
  }
  .NewsSlider ul.slick-dots li,
.slider_layout_1 ul.slick-dots li,
.slider_layout_2 ul.slick-dots li,
.slider_layout_3 ul.slick-dots li {
    display: none;
  }
  .NewsSlider ul.slick-dots li.slick-active,
.slider_layout_1 ul.slick-dots li.slick-active,
.slider_layout_2 ul.slick-dots li.slick-active,
.slider_layout_3 ul.slick-dots li.slick-active {
    width: auto;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    letter-spacing: 0;
    font-family: "Oxfam TSTAR PRO Headline";
    font-weight: bold;
    color: #333333;
  }
  .HeadSearch div#SearchBar {
    right: -50px;
  }
  .Next02.Style2.slick-arrow,
.Prev02.Style2.slick-arrow {
    left: 35px;
    bottom: 20px;
  }
  .Next02.Style2.slick-arrow {
    left: 95px;
  }
  .HeroSlider ul.slick-dots {
    width: 118px;
    margin: 0px 0 0 35px;
    text-align: center;
    padding: 0;
    bottom: 50px;
  }
  .HeroSlider ul.slick-dots li.slick-active {
    border: none;
    height: auto;
    position: unset;
    left: unset;
  }
  .Layout02 .List01 li {
    width: 100%;
    display: flex;
    padding: 10px 0;
    flex-wrap: nowrap;
  }
  .Layout02 .List01 li .Icon01 {
    width: auto;
    padding-right: 10px;
  }
  .Layout02 .List01 li .Icon01 img {
    min-width: 85px;
    width: 85px;
  }
  .Layout02 .List01 li .ListContet {
    text-align: left;
  }
  .Layout02 .List01 li .ListContet strong {
    padding: 0;
    margin: 0;
  }
  .Layout02 .List01 li .ListContet strong::after {
    display: none;
  }
  .ContentSecGrey .ContentInn.Layout02 .LeftContent {
    text-align: left;
  }
  .ContentSecGrey .ContentInn.Layout02 .LeftContent h3 {
    text-align: center;
  }
  .ContentSecGrey .__Layout1 {
    margin-bottom: 80px;
  }
  .HeroSec .HeroSecContent {
    min-height: 551px;
    margin: 0;
    font-size: 21px;
    line-height: 24px;
    align-items: flex-end !important;
    align-content: flex-end !important;
    padding-bottom: 170px;
  }
  .HeroSec .HeroSecContent > div {
    padding: 0;
  }
  .HeroSec .HeroSecContent > div h1 {
    font-size: 44px;
    line-height: 44px;
  }
  .Map01 {
    margin-bottom: 0;
  }
  .Layout_2 .Layout_2_left {
    display: none;
  }
  .Layout_2 .List02 {
    width: 100%;
  }
  .Layout_2 .List02 li {
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    position: relative;
    padding: 15px 0 30px;
  }
  .Layout_2 .List02 li h4 {
    font-size: 30px;
    line-height: 27px;
  }
  .Layout_2 .List02 li .Icon {
    margin-right: 0;
  }
  .Layout_2 .List02 li > div {
    z-index: 1;
    position: relative;
  }
  .Layout_2 .List02 li:before {
    content: "";
    position: absolute;
    width: calc(100% + 70px);
    height: calc(100% + 70px);
    background-image: url(../images/Art02.svg);
    background-repeat: no-repeat;
    background-size: calc(100% + 70px) calc(100% + 55px);
    left: -50%;
    top: 0;
  }
  .Layout_2 .List02 li:nth-child(even):before {
    left: auto;
    right: -30%;
  }
  .MapOuter h3 {
    font-size: 40px;
    line-height: 40px;
    color: #44841a;
    font-weight: bold;
    letter-spacing: 1.6px;
    font-family: "Oxfam TSTAR PRO Headline";
  }
  .Layout_3 {
    padding: 55px 0;
    text-align: center;
  }
  .Layout_3 h3 {
    font-size: 40px;
    line-height: 40px;
  }
  .Layout_3 .ButtonOuter02 {
    margin: 30px 0 0;
  }
  .Layout_3 .ButtonOuter02 .Button01 {
    display: block;
    margin: 0 0 30px;
  }
  .HeroSec.DonationWidgetEnable {
    margin-bottom: 20px;
  }
  .HeroSec.DonationWidgetEnable .DonationWidget {
    margin: 0 0 10px;
  }
  section.ContentSec01.gradient {
    background: none !important;
  }
  .Block_1_Head {
    margin: 0 0 0px;
  }
  .Grid01 .GridInn a .GridContent span.GridHeading {
    font-size: 27px;
  }
  .Grid01 .GridInn a .GridContent span.GridContent02 {
    font-size: 20px;
    line-height: 21px;
  }
  .Grid01 .GridInn a .GridContent span.GridContent02 svg {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
  }
  body.woocommerce-order-received section.HeroSec.FlexibleContent.WooThankYouBanner {
    height: 300px !important;
  }
  body.woocommerce-order-received section.HeroSec.FlexibleContent.WooThankYouBanner.HeroSec .HeroSecContent {
    min-height: 300px !important;
  }
  body.woocommerce-order-received .woocommerce ul.order_details li {
    width: 100%;
  }
  body.woocommerce-order-received .woocommerce table.order_details {
    margin-bottom: 0px !important;
  }
  body.woocommerce-order-received .woocommerce table.order_details thead {
    display: flex;
    width: 100%;
  }
  body.woocommerce-order-received .woocommerce table.order_details thead tr {
    display: flex;
    width: 100%;
  }
  body.woocommerce-order-received .woocommerce table.order_details thead tr th {
    width: 100%;
    padding: 21px 20px;
  }
  body.woocommerce-order-received .woocommerce table.order_details thead tr th.woocommerce-table__product-table.product-total {
    display: none;
  }
  body.woocommerce-order-received .woocommerce table.order_details tbody td {
    padding: 40px 20px 0;
  }
  body.woocommerce-order-received .woocommerce table.order_details tbody td.woocommerce-table__product-name {
    flex-wrap: wrap;
  }
  body.woocommerce-order-received .woocommerce table.order_details tbody td.woocommerce-table__product-name .ProductImageWrap2 {
    margin-bottom: 30px;
    width: 100%;
  }
  body.woocommerce-order-received .woocommerce table.order_details tbody td.woocommerce-table__product-name .ProductImageWrap2 img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }
  body.woocommerce-order-received .woocommerce table.order_details tbody td.woocommerce-table__product-name .ProductTextWrap2 {
    padding-left: 0;
  }
  body.woocommerce-order-received .woocommerce table.order_details tbody td.woocommerce-table__product-total.product-total {
    padding-bottom: 40px;
    display: flex;
    width: 100%;
  }
  body.woocommerce-order-received .woocommerce table.order_details tbody td.woocommerce-table__product-total.product-total:before {
    content: "Totalle";
    width: 50%;
    font-weight: bold;
  }
  body.woocommerce-order-received .woocommerce table.order_details tbody td.woocommerce-table__product-total.product-total > span {
    width: 50%;
  }
  body.woocommerce-order-received .woocommerce table.order_details tr.woocommerce-table__line-item.order_item {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (max-width: 480px) {
  .NewsSec .NewsGridInn {
    padding-right: 0;
  }
}
