@font-face {
  font-family: 'OxfamTStar';
  src: url('../fonts/OxfamTSTARHeavyWebEOT.eot?#iefix') format('embedded-opentype'), 
       url('../fonts/OxfamTSTARHeavyWebWOFF.woff') format('woff'); 
  font-weight:900;
}
@font-face {
  font-family: 'OxfamTStar';
  src: url('../fonts/OxfamTSTARRegularWebEOT.eot');
  src: url('../fonts/OxfamTSTARRegularWebEOT.eot?#iefix') format('embedded-opentype'),
       url('../fonts/OxfamTSTARRegularWebWOFF.woff') format('woff');
}
@font-face {
  font-family: 'OxfamTStar';
  src: url('../fonts/OxfamTSTARBoldWebEOT.eot');
  src: url('../fonts/OxfamTSTARBoldWebEOT.eot?#iefix') format('embedded-opentype'),
       url('../fonts/OxfamTSTARBoldWebWOFF.woff') format('woff'); 
  font-weight:bold;
}

p a {
  color: #000000;
  -webkit-transition: all 200ms; /* Safari */
  transition: all 200ms;
  text-decoration: underline;
}

p a:hover {
  color: inherit;
  text-decoration-thickness: 2px;
}

.full-width {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: initial;
}

.squeeze {
  max-width:1200px; 
  margin: 0 auto;
}
.squeeze-1600 {
  max-width: 1600px;
  margin: 0 auto;
}
.squeeze-flex {
  padding: 0 8.3333333333vw;
}

.row { 
  padding: 40px 0; 
}

.button {
  border-radius: 5px; 
  background-color: #61a534;
}
.button:hover {
  background-color: #006543;
}

.logo-image {
  background: url('../img/oxfam-logo.svg') 50%/100% no-repeat;
  width: 140px;
  height: 53px;
  margin-right: 20px;
}

.header-wrapper {
  padding: 0 8.3333333333vw;
}

@media screen and (max-width: 1249px) {
  .logo-image {
    width: 109px;
    height: 48px;
  }
}
.navbar-brand {
  font-family: 'OxfamTStar',Helvetica Neue,arial,helvetica,sans-serif;
  display: flex;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
  justify-content: space-between;
}

@media screen and (max-width: 1249px) {
  .navbar-brand {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.navbar-brand a {
  color: #333;
  text-decoration: underline;
}
.navbar-brand a:hover {
  text-decoration-thickness: 2px;
}
@media screen and (max-width: 640px){
  .navbar-brand {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.navbar-brand div {
  align-self: center;
}
.navbar-brand a.button.oxfam-button {
  margin-bottom: 0;
}
.navbar-brand a.button.oxfam-button:hover {
  background-color: #336114;
}
.navbar-brand a.header-link {
  padding: 15px 20px 11px;
  font-size: 22px;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}
.navbar-brand a.header-link:hover {
  color: #44841a;
}
@media screen and (max-width: 480px){
  .navbar-brand a.header-link {
    font-size: 15px;
  }
  .navbar-brand a.button.oxfam-button {
    font-size: 15px;
    padding: 10px 16px 8px; 
  }
}

.navbar-brand a.header-link.header-link_emergency {
  color: #ff0000;
}

.row-header { padding-top: 0 !important; }
.no-padding-top { padding-top: 0 !important; }
.no-padding-bottom { padding-bottom: 0 !important; }

button.oxfam-button,
a.button.oxfam-button {
  background-color: #44841a;
  padding: 13px 20px 9px;
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
button.oxfam-button:hover,
.oxfam-feature a:hover button.oxfam-button {
  cursor: pointer;
  background-color: #e60052;
}
@media screen and (max-width: 1249px){
  .navbar-brand a.button.oxfam-button {
    padding: 10px 20px 7px;
  }
}

button.oxfam-button.oxfam-button_emergency,
a.button.oxfam-button.oxfam-button_emergency {
  background-color: rgb(255,29,52);
}
button.oxfam-button.oxfam-button_emergency:hover,
.oxfam-feature a:hover button.oxfam-button.oxfam-button_emergency,
a.button.oxfam-button.oxfam-button_emergency:hover {
  background-color: rgb(244,0,0); 
}


/* FOOTER */

footer {
  margin-top: 100px;
}
.footer h2 {
  font-family: 'OxfamTStar', arial, sans-serif!important;
}
nav.footer__primary-nav ul,
nav.footer__secondary-nav ul {
    list-style-type: none;
    margin: 0;
}
nav.footer__primary-nav ul li ,
nav.footer__secondary-nav ul li  {
    float: left;
}
nav.footer__primary-nav ul li a,
nav.footer__secondary-nav ul li a,
nav.footer__secondary-nav li button#ot-sdk-btn {
    display: inline-block;
    color: #333;
    text-decoration: underline;
}
nav.footer__secondary-nav li button#ot-sdk-btn {
  position: relative;
  top: 2px;
}
.footer__secondary-nav ul {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media only screen and (min-width: 1023px) {
  .footer__secondary-nav ul {
      flex-direction: row;
      justify-content: space-between;
  }
}
p.footer__meta-item {
    display: block;
    clear: both;
    font-size: 16px;
    font-family: Roboto,Helvetica Neue,arial,helvetica,sans-serif;
}
section.footer__social svg {
  width: 24px;
  height: 24px;
  fill: #000;
  margin-right: 7px;
}
section.footer__social svg:hover {
  fill: #44841a;
}
p.footer__meta-item {
  margin-bottom: 0;
}

@media screen and (max-width: 959px){
  nav.footer__primary-nav ul li a,
  nav.footer__secondary-nav ul li a {
    padding: 0;
  }
}

.footer {
  display: block;
  background-color: #f3f3f1;
  border-top: 1px solid #767676;
  margin-top: 50px;
  padding: 60px 8.3333333333vw 45px;
  position: relative;
}
.footer__top-section, .footer__wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.footer__top-section, .footer__wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media only screen and (min-width: 1023px) {
  .footer__top-section {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
  }
}

.footer__primary-nav {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media only screen and (min-width: 1023px) {
  .footer__primary-nav {
      flex-direction: row;
      justify-content: 15px;
  }
}
.hidden {
  display: none;
}
@media (min-width: 1023px) {
  .lg\:block {
      display: block;
  }
}
.footer__primary-nav div {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 15px;
  padding: 0;
}
.footer__primary-nav h2 {
  font-family: Oxfam, Helvetica Neue, arial, helvetica, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin-top: 0;
  margin-bottom: 0;
}
.nav {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
@media only screen and (min-width: 1250px) {
  .nav {
      flex-direction: row;
  }
}
.nav--footer-column {
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
}
.nav__item {
  font-family: Oxfam, Helvetica Neue, arial, helvetica, sans-serif;
  font-weight: 900;
  width: 100%;
}
@media only screen and (min-width: 1023px) {
  .nav__item {
      font-size: 1.29rem;
  }
}
@media only screen and (min-width: 1250px) {
  .nav__item {
      width: auto;
  }
}
.nav--footer-column .nav__link {
  color: #333;
  font-family: Roboto, Helvetica Neue, arial, helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.donate__strapline a, .error__detail a, .footer__secondary-nav li>a, .link--underlined, .nav--footer-column .nav__link {
  color: inherit;
  font-weight: 400;
  text-decoration: underline;
  transition: text-decoration-thickness .25s ease-out;
}
.nav--footer-column .nav__link:hover,
nav.footer__secondary-nav ul li a:hover {
  text-decoration-thickness: 2px;
}
.footer__bottom-section {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media only screen and (min-width: 1023px) {
  .footer__bottom-section {
      gap: 30px;
  }
}

.footer__social-container {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 0;
}
@media only screen and (min-width: 1023px) {
  .footer__social-container {
      align-items: center;
      flex-direction: row;
      gap: 30px;
  }
}
.footer__social-prompt {
  color: #333;
  font-family: Oxfam, Helvetica Neue, arial, helvetica, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin: 0;
}


.footer__social {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media only screen and (min-width: 1023px) {
  .footer__social {
      gap: 30px;
      width: auto;
  }
}

.footer__meta {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media only screen and (min-width: 1023px) {
  .footer__meta {
      gap: 20px;
  }
}
.footer__meta-item {
  color: #333;
  font-family: Roboto, Helvetica Neue, arial, helvetica, sans-serif;
  margin: 10px 0;
}

.footer__links-section {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media only screen and (min-width: 1023px) {
  .footer__links-section {
      flex-direction: row;
      justify-content: space-between;
  }
}

.footer__logo-fr {
  margin: 15px 30px 15px 0;
  width: 150px;
}
@media only screen and (min-width: 1023px) {
  .footer__logo-fr {
      margin: 0;
  }
}