@charset "UTF-8";
.ie8 .big-social-media__btn,
.ie8 .big-social-media__list {
  overflow: hidden; }

.big-social-media {
  margin: .75em 0;
  font-size: 16px;
  line-height: 1.5;
  max-width: 15em; }

.big-social-media * {
  margin: 0;
  padding: 0;
  font-size: 1em;
  line-height: inherit; }

.big-social-media__btn,
.big-social-media__item,
.big-social-media__list {
  display: block; }

.big-social-media__title {
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
  clip: rect(0 0 0 0);
  position: absolute !important; }

.big-social-media__list {
  list-style: none; }

.big-social-media__btn {
  padding: .75em;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none; }

.big-social-media__item--email a {
  background-color: #0a88ff; }

.big-social-media__item--email a:hover {
  background-color: #006ed6; }

.big-social-media__item--email a:active,
.big-social-media__item--email a:focus {
  background-color: #0061bd; }

.big-social-media__item--facebook a {
  background-color: #306199; }

.big-social-media__item--facebook a:hover {
  background-color: #244872; }

.big-social-media__item--facebook a:active,
.big-social-media__item--facebook a:focus {
  background-color: #1e3c5f; }

.big-social-media__item--linkedin a {
  background-color: #007bb6; }

.big-social-media__item--linkedin a:hover {
  background-color: #005983; }

.big-social-media__item--linkedin a:active,
.big-social-media__item--linkedin a:focus {
  background-color: #00476a; }

.big-social-media__item--twitter a {
  background-color: #55acee; }

.big-social-media__item--twitter a:hover {
  background-color: #2795e9; }

.big-social-media__item--twitter a:active,
.big-social-media__item--twitter a:focus {
  background-color: #1689e0; }

.big-social-media__item--googleplus a {
  background-color: #e93f2e; }

.big-social-media__item--googleplus a:hover {
  background-color: #ce2616; }

.big-social-media__item--googleplus a:active,
.big-social-media__item--googleplus a:focus {
  background-color: #b72213; }

.big-social-media__item--youtube a {
  background-color: #df1c31; }

.big-social-media__item--youtube a:hover {
  background-color: #b21627; }

.big-social-media__item--youtube a:active,
.big-social-media__item--youtube a:focus {
  background-color: #9b1322; }

.big-social-media__item--pinterest a {
  background-color: #b81621; }

.big-social-media__item--pinterest a:hover {
  background-color: #8a1119; }

.big-social-media__item--pinterest a:active,
.big-social-media__item--pinterest a:focus {
  background-color: #740e15; }

.big-social-media__item--instagram a {
  background-color: #517fa4; }

.big-social-media__item--instagram a:hover {
  background-color: #406582; }

.big-social-media__item--instagram a:active,
.big-social-media__item--instagram a:focus {
  background-color: #385771; }

.big-social-media__item--print a {
  background-color: #4d71a9; }

.big-social-media__item--print a:hover {
  background-color: #3d5a86; }

.big-social-media__item--print a:active,
.big-social-media__item--print a:focus {
  background-color: #354e74; }

.big-social-media__icon svg path,
.big-social-media__icon svg polygon,
.big-social-media__icon svg rect {
  fill: #fff; }

.big-social-media__icon,
.big-social-media__icon svg {
  display: none; }

.bm-social-no-svg .big-social-media__icon,
.bm-social-no-svg .big-social-media__icon svg {
  display: none !important; }

.big-social-media__label {
  color: #fff; }

.js-big-social-media__dismiss {
  display: none; }

@media screen and (min-width: 20em) {
  .big-social-media {
    max-width: none; }
  .big-social-media * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; }
  .big-social-media__item {
    width: 44px;
    height: 44px;
    position: relative;
    float: left; }
  .big-social-media__btn,
  .big-social-media__icon,
  .big-social-media__item {
    min-height: 44px;
    min-width: 44px; }
  .big-social-media__btn,
  .big-social-media__icon {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1; }
  .big-social-media__btn {
    overflow: hidden;
    transition: background-color .3s ease-in-out; }
  .big-social-media__btn:after {
    display: block;
    content: '';
    width: 22px;
    height: 22px;
    margin: -.6875em 0 0 -.6875em;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    background-image: url(//www.shelterbox.org/sites/all/modules/custom/big_social/icons/bm-sm-sprite.min.png);
    background-repeat: no-repeat; }
  .big-social-media__item--email a:after {
    background-position: -79px -7px; }
  .big-social-media__item--facebook a:after {
    background-position: -115px -7px; }
  .big-social-media__item--linkedin a:after {
    background-position: -151px -7px; }
  .big-social-media__item--twitter a:after {
    background-position: -187px -7px; }
  .big-social-media__item--googleplus a:after {
    background-position: -223px -7px; }
  .big-social-media__item--youtube a:after {
    background-position: -331px -7px; }
  .big-social-media__item--pinterest a:after {
    background-position: -259px -7px; }
  .big-social-media__item--instagram a:after {
    background-position: -295px -7px; }
  .big-social-media__item--print a:after {
    background-position: -367px -7px; }
  .big-social-media__label {
    display: block;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden; }
  .big-social-media__list {
    overflow: hidden; }
  .big-social-media--uniform .big-social-media__item a {
    background-color: #666; }
  .big-social-media--uniform .big-social-media__item a .big-social-media__icon,
  .big-social-media--uniform .big-social-media__item a:after {
    opacity: .75;
    transition: opacity .3s ease-in-out; }
  .big-social-media--uniform .big-social-media__item a:active .big-social-media__icon,
  .big-social-media--uniform .big-social-media__item a:active:after,
  .big-social-media--uniform .big-social-media__item a:focus .big-social-media__icon,
  .big-social-media--uniform .big-social-media__item a:focus:after,
  .big-social-media--uniform .big-social-media__item a:hover .big-social-media__icon,
  .big-social-media--uniform .big-social-media__item a:hover:after {
    opacity: 1; }
  .big-social-media--round .big-social-media__item,
  .big-social-media--space .big-social-media__item {
    margin: .375em 0 0 .375em; }
  .big-social-media--round .big-social-media__item:first-child,
  .big-social-media--space .big-social-media__item:first-child {
    margin-left: 0; }
  .big-social-media--round .big-social-media__btn {
    border-radius: 2.75em; }
  .bm-social-svg .big-social-media__btn:after {
    display: none !important;
    content: none; }
  .bm-social-svg .big-social-media__item {
    width: 2.75em;
    height: 2.75em; }
  .bm-social-svg .big-social-media__icon,
  .bm-social-svg .big-social-media__icon svg {
    display: block; }
  .bm-social-svg .big-social-media__icon svg {
    width: 1.375em;
    height: 1.375em;
    margin: -.6875em 0 0 -.6875em;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1; } }

@media screen and (min-width: 20em) and (max-width: 35.4375em) {
  .big-social-media--share .big-social-media__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap; }
  .big-social-media--share .big-social-media__item {
    -ms-flex: 1 44px;
        flex: 1 44px; } }

@media screen and (min-width: 48em) and (min-height: 40em) {
  @keyframes slideIn {
    0% {
      transform: translateX(-100%); }
    100% {
      transform: translateX(0); } }
  @keyframes slideOut {
    0% {
      transform: translateX(0); }
    100% {
      transform: translateX(-100%); } }
  .js-big-social-media__dismiss {
    display: block;
    padding: 0;
    width: 2.75em;
    height: 2.75em;
    border: 0;
    background: 0 0;
    position: absolute;
    top: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    opacity: .8; }
  .js-big-social-media__dismiss:active,
  .js-big-social-media__dismiss:focus,
  .js-big-social-media__dismiss:hover {
    outline: 0;
    opacity: 1; }
  .js-big-social-media__dismiss:after {
    display: block;
    content: '';
    width: 22px;
    height: 22px;
    margin: -11px 0 0 -11px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    background: url(//www.shelterbox.org/sites/all/modules/custom/big_social/icons/bm-sm-sprite.min.png)-7px-7px no-repeat; }
  .js-big-social-media__dismiss.is-closed:after {
    background-position: -43px -7px; }
  .js-big-social-media__list {
    display: block;
    animation: slideIn 1s cubic-bezier(0.55, 0, 0.1, 1);
    -webkit-animation: slideIn 1s cubic-bezier(0.55, 0, 0.1, 1);
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards; }
  .js-big-social-media__list.is-closed {
    display: none; }
  .big-social-media--fixed {
    margin: 0;
    padding-top: 2.75em;
    position: fixed;
    top: 20%;
    left: 0;
    z-index: 490;
    animation: slideIn 1s cubic-bezier(0.55, 0, 0.1, 1);
    -webkit-animation: slideIn 1s cubic-bezier(0.55, 0, 0.1, 1);
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards; }
  .big-social-media--fixed .big-social-media__item {
    float: none; }
  .bm-social-svg .js-big-social-media__dismiss:after {
    background: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20version%3D%221.1%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2222px%22%20height%3D%2222px%22%20viewBox%3D%220%200%2022%2022%22%20enable-background%3D%22new%200%200%2022%2022%22%20xml%3Aspace%3D%22preserve%22%3E%3Crect%20x%3D%221%22%20y%3D%221%22%20fill%3D%22none%22%20width%3D%2230%22%20height%3D%2230%22/%3E%3Cg%20display%3D%22none%22%3E%3Crect%20x%3D%228%22%20y%3D%228%22%20display%3D%22inline%22%20fill%3D%22none%22%20width%3D%2216%22%20height%3D%2216%22/%3E%3C/g%3E%3Cg%20display%3D%22none%22%3E%3Cpath%20display%3D%22inline%22%20fill%3D%22%23FFFFFF%22%20d%3D%22M6.6%2028H0.8V10.3h5.8V28zM3.5%208.1L3.5%208.1C1.4%208.1%200%206.8%200%205.1%200%203.3%201.4%202%203.6%202c2.2%200%203.5%201.3%203.5%203.1C7.1%206.8%205.7%208.1%203.5%208.1zM30%2028h-6.6v-9.1c0-2.4-1-4-3.301-4C18.4%2014.9%2017.4%2016%2016.9%2017.1%2016.7%2017.5%2016.8%2018%2016.8%2018.5V28h-6.6c0%200%200.1-16.2%200-17.7h6.6v2.8c0.4-1.2%202.5-2.9%205.8-2.9%204.2%200%207.4%202.5%207.4%208V28z%22/%3E%3C/g%3E%3Cg%20display%3D%22none%22%3E%3Cpath%20display%3D%22inline%22%20fill%3D%22%23FFFFFF%22%20d%3D%22M30%208c-0.1%202.9-2.2%206.9-6.1%2012%20-4.101%205.3-7.601%208-10.4%208%20-1.7%200-3.2-1.6-4.4-4.9%20-0.8-3-1.6-5.899-2.4-8.899C5.8%2011%204.8%209.3%203.8%209.3c-0.2%200-1%200.5-2.4%201.4L0%209c1.5-1.3%202.9-2.6%204.4-3.9%202-1.7%203.4-2.6%204.4-2.7%202.3-0.2%203.8%201.4%204.3%204.8%200.6%203.7%201%206%201.2%206.9%200.7%203.1%201.4%204.6%202.2%204.6%200.6%200%201.6-1%202.8-3%201.3-2%201.9-3.5%202-4.5%200.2-1.7-0.5-2.6-2-2.6%20-0.7%200-1.5%200.2-2.2%200.5%201.5-4.8%204.301-7.2%208.5-7C28.7%202.1%2030.2%204.1%2030%208z%22/%3E%3C/g%3E%3Cg%20display%3D%22none%22%3E%3Cpath%20display%3D%22inline%22%20fill%3D%22%23FFFFFF%22%20d%3D%22M30%205.1c-1.1%200.5-2.3%200.9-3.5%201%201.3-0.8%202.2-2.1%202.7-3.6%20-1.2%200.8-2.5%201.3-3.9%201.6C24.1%202.8%2022.5%202%2020.8%202c-3.399%200-6.2%202.9-6.2%206.6%200%200.5%200.1%201%200.2%201.5C9.7%209.8%205.1%207.2%202.1%203.2c-0.5%201-0.8%202.1-0.8%203.3%200%202.3%201.1%204.3%202.7%205.5%20-1%200-2-0.3-2.8-0.8v0.1c0%203.2%202.1%205.8%204.9%206.4%20-0.5%200.2-1.1%200.2-1.6%200.2%20-0.4%200-0.8%200-1.2-0.101C4.1%2020.4%206.4%2022.3%209%2022.4c-2.1%201.8-4.8%202.8-7.6%202.8%20-0.5%200-1%200-1.5-0.101C2.7%2026.9%206%2028%209.4%2028c11.3%200%2017.5-10%2017.5-18.7%200-0.3%200-0.6%200-0.8C28.1%207.5%2029.2%206.4%2030%205.1%22/%3E%3C/g%3E%3Cg%20display%3D%22none%22%3E%3Cpath%20display%3D%22inline%22%20fill%3D%22%23FFFFFF%22%20d%3D%22M18%2011V9.3c0-1.2%200.1-1.8%201.8-1.8H22V3h-3.5C14.2%203%2013%205.2%2013%209.8V11h-3v5h3v13h5V16h3l1-5H18z%22/%3E%3C/g%3E%3Cg%20display%3D%22none%22%3E%3Cpath%20display%3D%22inline%22%20fill%3D%22%23FFFFFF%22%20d%3D%22M20.8%2015L11%2021V9L20.8%2015zM30%2020.6V9.4c0%200%200-5.4-5.2-5.4H5.2C5.2%204%200%204%200%209.4v11.2c0%200%200%205.4%205.2%205.4h19.7C24.8%2026%2030%2026%2030%2020.6%22/%3E%3C/g%3E%3Cg%20display%3D%22none%22%3E%3Crect%20x%3D%225%22%20y%3D%226%22%20display%3D%22inline%22%20fill%3D%22%237C7C7C%22%20width%3D%2222%22%20height%3D%224%22/%3E%3Crect%20x%3D%225%22%20y%3D%2214%22%20display%3D%22inline%22%20fill%3D%22%237C7C7C%22%20width%3D%2222%22%20height%3D%224%22/%3E%3Crect%20x%3D%225%22%20y%3D%2222%22%20display%3D%22inline%22%20fill%3D%22%237C7C7C%22%20width%3D%2222%22%20height%3D%224%22/%3E%3C/g%3E%3Cg%20display%3D%22none%22%3E%3Cg%20display%3D%22inline%22%3E%3Cpath%20fill%3D%22%23E0304B%22%20d%3D%22M9.2%205.6c-3.5%202.6-4.3%207.5-1.8%2011.1%202.6%203.5%207.5%204.3%2011.1%201.8%203.5-2.6%204.3-7.5%201.8-11.1C17.6%203.8%2012.7%203%209.2%205.6zM16.4%2015.6c-2%201.4-4.8%201-6.2-1%20-1.4-2-1-4.8%201-6.2s4.8-1%206.2%201C18.9%2011.3%2018.4%2014.1%2016.4%2015.6z%22/%3E%3Crect%20x%3D%2219.715%22%20y%3D%2218.719%22%20transform%3D%22matrix%28-0.8092%200.5875%20-0.5875%20-0.8092%2052.9304%2029.2489%29%22%20fill%3D%22%23E0304B%22%20width%3D%224.001%22%20height%3D%229%22/%3E%3C/g%3E%3C/g%3E%3Cg%20display%3D%22none%22%3E%3Cpolygon%20display%3D%22inline%22%20fill%3D%22%23E0304B%22%20points%3D%2225%2016%2021.5%2012.5%2013%204%209.5%207.5%2017.9%2016%209.5%2024.5%2013%2028%2021.5%2019.5%20%22/%3E%3C/g%3E%3Cg%20display%3D%22none%22%3E%3Cpolygon%20display%3D%22inline%22%20fill%3D%22%23FFFFFF%22%20points%3D%2224%2016%2021.9%2013.9%2012%204%209.9%206.1%2019.8%2016%209.9%2025.9%2012%2028%2021.9%2018.1%20%22/%3E%3C/g%3E%3Cg%20display%3D%22none%22%3E%3Cpolygon%20display%3D%22inline%22%20fill%3D%22%23FFFFFF%22%20points%3D%227%2016%209.1%2013.9%2019%204%2021.1%206.1%2011.2%2016%2021.1%2025.9%2019%2028%209.1%2018.1%20%22/%3E%3C/g%3E%3Cg%20display%3D%22none%22%3E%3Cpolygon%20display%3D%22inline%22%20fill%3D%22%23E0304B%22%20points%3D%227%2016%2010.5%2012.5%2019%204%2022.5%207.5%2014.1%2016%2022.5%2024.5%2019%2028%2010.5%2019.5%20%22/%3E%3C/g%3E%3Cpolygon%20fill%3D%22%236F6E6E%22%20points%3D%2219.1%205.8%2016.2%202.9%2011%208.201%205.8%202.9%202.9%205.8%208.2%2011%202.9%2016.201%205.8%2019.1%2011%2013.8%2016.2%2019.1%2019.1%2016.201%2013.8%2011%20%22/%3E%3Cg%20display%3D%22none%22%3E%3Cg%20display%3D%22inline%22%3E%3Cpath%20fill%3D%22%23E74E12%22%20d%3D%22M1%2028c0-1%200-2.5-0.1-4.5%200-2-0.1-3.4-0.1-4.4%200-1.8%200.1-3.399%200.2-4.8%200.1-1.3%200.4-2.7%200.7-4.1%200.4-1.3%200.9-2.4%201.6-3.3C4%206.1%204.8%205.4%206%204.8%207.1%204.3%208.4%204%2010%204l3%206c-2.2%200-3.7%200.5-4.6%201.4S7%2013.9%207%2016h6v12H1zM19%2028c0-1%200-2.5-0.1-4.5%200-2-0.101-3.4-0.101-4.4%200-1.8%200.101-3.399%200.2-4.8%200.1-1.3%200.4-2.7%200.7-4.1C20.1%208.8%2020.6%207.7%2021.2%206.8c0.7-0.9%201.5-1.6%202.7-2.1C25.1%204.3%2026.4%204%2028%204l3%206c-2.2%200-3.7%200.5-4.6%201.4C25.5%2012.3%2025%2013.9%2025%2016h6v12H19z%22/%3E%3C/g%3E%3C/g%3E%3Cg%20display%3D%22none%22%3E%3Cg%20display%3D%22inline%22%3E%3Cpath%20fill%3D%22%23E74E12%22%20d%3D%22M31%204c0%201%200%202.5%200.1%204.5%200%202%200.101%203.4%200.101%204.4%200%201.8-0.101%203.4-0.2%204.8%20-0.1%201.3-0.4%202.7-0.7%204.1%20-0.399%201.4-0.899%202.5-1.5%203.4%20-0.7%200.899-1.5%201.6-2.7%202.1C24.9%2027.7%2023.6%2028%2022%2028l-3-6c2.2%200%203.7-0.5%204.6-1.4C24.5%2019.7%2025%2018.1%2025%2016h-6V4H31zM13%204c0%201%200%202.5%200.1%204.5%200%202%200.1%203.4%200.1%204.4%200%201.8-0.1%203.4-0.2%204.8%20-0.1%201.3-0.4%202.7-0.7%204.1%20-0.4%201.4-0.9%202.5-1.5%203.4%20-0.7%200.899-1.5%201.6-2.7%202.1C6.9%2027.7%205.6%2028%204%2028l-3-6c2.2%200%203.7-0.5%204.6-1.4C6.5%2019.7%207%2018.1%207%2016H1V4H13z%22/%3E%3C/g%3E%3C/g%3E%3Cg%20display%3D%22none%22%3E%3Crect%20x%3D%229%22%20y%3D%2214%22%20display%3D%22inline%22%20fill%3D%22%23FFFFFF%22%20width%3D%2214%22%20height%3D%224%22/%3E%3Crect%20x%3D%2214%22%20y%3D%229%22%20display%3D%22inline%22%20fill%3D%22%23FFFFFF%22%20width%3D%224%22%20height%3D%2214%22/%3E%3C/g%3E%3Cg%20display%3D%22none%22%3E%3Crect%20x%3D%229%22%20y%3D%2214%22%20display%3D%22inline%22%20fill%3D%22%23FFFFFF%22%20width%3D%2214%22%20height%3D%224%22/%3E%3C/g%3E%3Cg%20display%3D%22none%22%3E%3Cpolygon%20display%3D%22inline%22%20fill%3D%22%23E0304B%22%20points%3D%2216%206.5%201%2021.5%204.5%2025%2016%2013.5%2027.5%2025%2031%2021.5%20%22/%3E%3C/g%3E%3Cg%20display%3D%22none%22%3E%3Cpolygon%20display%3D%22inline%22%20fill%3D%22%23E0304B%22%20points%3D%2216%2025%2031%2010%2027.5%206.5%2016%2017.9%204.5%206.5%201%2010%20%22/%3E%3C/g%3E%3C/svg%3E") center center no-repeat;
    background-size: 22px 22px; }
  .bm-social-svg .js-big-social-media__dismiss.is-closed:after {
    background: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2015.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2222px%22%20height%3D%2222px%22%20viewBox%3D%220%200%2022%2022%22%20enable-background%3D%22new%200%200%2022%2022%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill%3D%22%236F6E6E%22%20d%3D%22M12.924%2C4.953c0%2C0.261%2C0.035%2C0.514%2C0.102%2C0.755L7.879%2C8.651c-0.511-0.378-1.148-0.602-1.84-0.602%0D%0A%09C4.36%2C8.049%2C3%2C9.372%2C3%2C11.001c0%2C1.629%2C1.36%2C2.952%2C3.038%2C2.952c0.691%2C0%2C1.331-0.223%2C1.84-0.602l5.147%2C2.94%0D%0A%09c-0.065%2C0.242-0.103%2C0.495-0.103%2C0.756c0%2C1.631%2C1.36%2C2.952%2C3.039%2C2.952C17.642%2C20%2C19%2C18.679%2C19%2C17.048c0-1.63-1.358-2.95-3.038-2.95%0D%0A%09c-0.562%2C0-1.095%2C0.149-1.547%2C0.41l-5.368-3.1C9.065%2C11.274%2C9.075%2C11.137%2C9.075%2C11c0-0.139-0.009-0.275-0.028-0.408l5.368-3.1%0D%0A%09c0.452%2C0.261%2C0.981%2C0.412%2C1.547%2C0.412c1.68%2C0%2C3.038-1.321%2C3.038-2.952S17.642%2C2%2C15.962%2C2C14.285%2C2.001%2C12.924%2C3.323%2C12.924%2C4.953z%22%0D%0A%09/%3E%0D%0A%3C/svg%3E%0D%0A") center center no-repeat;
    background-size: 22px 22px; } }

.ie8 .big-social-media {
  max-width: none; }

.ie8 .big-social-media * {
  box-sizing: border-box; }

.ie8 .big-social-media__item {
  width: 2.75em;
  height: 2.75em;
  position: relative;
  float: left; }

.ie8 .big-social-media__btn,
.ie8 .big-social-media__icon,
.ie8 .big-social-media__item {
  min-height: 44px;
  min-width: 44px; }

.ie8 .big-social-media__btn,
.ie8 .big-social-media__icon {
  padding: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1; }

.ie8 .big-social-media__btn:after {
  display: block;
  content: '';
  width: 22px;
  height: 22px;
  margin: -.6875em 0 0 -.6875em;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  background-image: url(//www.shelterbox.org/sites/all/modules/custom/big_social/icons/bm-sm-sprite.min.png);
  background-repeat: no-repeat; }

.ie8 .big-social-media__item--email a:after {
  background-position: -79px -7px; }

.ie8 .big-social-media__item--facebook a:after {
  background-position: -115px -7px; }

.ie8 .big-social-media__item--linkedin a:after {
  background-position: -151px -7px; }

.ie8 .big-social-media__item--twitter a:after {
  background-position: -187px -7px; }

.ie8 .big-social-media__item--googleplus a:after {
  background-position: -223px -7px; }

.ie8 .big-social-media__item--youtube a:after {
  background-position: -331px -7px; }

.ie8 .big-social-media__item--pinterest a:after {
  background-position: -259px -7px; }

.ie8 .big-social-media__item--instagram a:after {
  background-position: -295px -7px; }

.ie8 .big-social-media__item--print a:after {
  background-position: -367px -7px; }

.ie8 .big-social-media__label {
  display: block;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden; }

.ie8 .big-social-media--uniform .big-social-media__item a,
.ie8 .big-social-media--uniform .big-social-media__item a:active,
.ie8 .big-social-media--uniform .big-social-media__item a:focus,
.ie8 .big-social-media--uniform .big-social-media__item a:hover {
  background-color: #666; }

.ie8 .big-social-media--round .big-social-media__item,
.ie8 .big-social-media--space .big-social-media__item {
  margin: .375em 0 0 .375em; }

.ie8 .big-social-media--round .big-social-media__item:first-child,
.ie8 .big-social-media--space .big-social-media__item:first-child {
  margin-left: 0; }

.ie8 .big-social-media--fixed {
  margin: 0;
  position: fixed;
  top: 20%;
  left: 0;
  z-index: 490; }

.ie8 .big-social-media--fixed .big-social-media__item {
  float: none; }

* {
  margin: 0;
  padding: 0;
  border: 0; }

* + * {
  margin-top: 1.5em; }

body {
  font-family: sans-serif;
  font-size: 1em;
  line-height: 1.5;
  color: #333; }

button,
input,
.gform_button,
select,
textarea {
  padding: .5em;
  border: 2px solid #666;
  font-size: 1em;
  line-height: inherit;
  cursor: pointer; }

ul ul,
ol ol,
ol ul,
ul ol {
  margin-left: 1em; }

img {
  width: 100%;
  max-width: 100%;
  height: auto; }

.navigation img {
  display: none; }

.logo__img,
.img--svg {
  width: auto; }

.toolbar ul {
  max-width: initial; }

.element-invisible,
#toolbar .visuallyhidden,
#toolbar .visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.clearfix {
  display: inline-block; }

* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

#content {
  clear: both; }

ul.tabs {
  margin: 0 0 0 .75em; }

.messages {
  clear: both; }

.flex-direction-nav {
  clear: both; }

.thumbnails {
  clear: both; }

.thumbnails li {
  margin-top: 0; }

.tabs li {
  float: left;
  display: block;
  margin: 0 .75em .75em 0; }

.tabs li a {
  display: block;
  padding: .5em;
  border-width: 1px;
  border-color: silver;
  border-style: solid;
  color: gray;
  text-align: center;
  text-decoration: none; }

.tabs li a:hover,
.tabs li a:active,
.tabs li a:focus {
  border-color: #019875; }

.tabs li a.active {
  color: #fff;
  background: #019875;
  border-color: #fff; }

noscript {
  display: inline-block;
  background: #f39c12;
  text-align: center; }

.messages {
  background-repeat: no-repeat;
  margin: .75em 0;
  border: 0;
  padding: 12px; }

.messages a {
  color: #333;
  text-decoration: underline; }

.messages a:hover,
.messages a:active,
.messages a:focus {
  color: #fff; }

.lt-ie8 .messages {
  zoom: 1; }

.status,
.ok {
  color: #fff; }

.status,
table tr.ok {
  background-color: #019875; }

.warning {
  color: #fff; }

.warning,
table tr.warning {
  background-color: #ef4836; }

.error {
  color: #fff; }

.error,
table tr.error {
  background-color: #ef4836; }

.error p.error {
  color: #fff; }

.messages ul {
  margin: 0 0 0 1em;
  padding: 0; }

.messages ul li {
  margin-bottom: .5em;
  list-style-type: disc;
  list-style-image: none; }

input.error, .error.gform_button,
textarea.error,
elect.error {
  background: #fff;
  color: #ef4836;
  border-color: #ef4836 !important; }

input.error:active, .error.gform_button:active,
textarea.error:active,
elect.error:active,
input.error:focus,
.error.gform_button:focus,
textarea.error:focus,
elect.error:focus {
  color: #333; }

.messages .krumo-root {
  color: #333; }

.krumo-root img {
  display: inline;
  margin: 0;
  width: auto; }

html,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
main,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-weight: normal;
  vertical-align: baseline; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

q:before,
q:after {
  content: ''; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none; }

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

img {
  -ms-interpolation-mode: bicubic; }

svg:not(:root) {
  overflow: hidden; }

hr {
  box-sizing: content-box;
  height: 0; }

*,
*:before,
*:after {
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

.ajax-progress-throbber,
.views-throbbing,
span.views-throbbing {
  display: none; }

html {
  background: #fff;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar; }

body {
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  background-color: #fff;
  font-family: sans-serif;
  font-size: 100%;
  font-weight: normal;
  line-height: 1.5;
  vertical-align: baseline;
  color: #6c6c6c; }

.wf-active body {
  font-family: 'Open Sans', sans-serif; }

.giga {
  font-size: 4.5em;
  line-height: 1.33333333; }

.mega {
  font-size: 3.25em;
  line-height: 1.25; }

.kilo {
  font-size: 3em;
  line-height: 1.125; }

h1 {
  margin-top: .66666667em;
  font-size: 2.25em;
  line-height: 1.33333333; }

h2 {
  margin-top: .64285714em;
  font-size: 1.75em;
  line-height: 1.28571429; }

h3 {
  margin-top: .76190476em;
  font-size: 1.3125em;
  line-height: 1.52380952; }

h4 {
  margin-top: 1.33333333em;
  font-size: 1.125em;
  line-height: 1.33333333; }

h5 {
  margin-top: .75em;
  font-size: 1em;
  line-height: 1.5; }

h6 {
  margin-top: 1em;
  font-size: .875em;
  line-height: 1.57142857; }

small {
  font-size: 13px;
  font-size: .8125rem;
  line-height: 1.84615385; }

p,
ol,
ul,
dl,
address {
  font-size: 1em;
  line-height: 1.5; }

p {
  margin-top: 1.5em; }

ul,
ol {
  margin-top: 1.5em;
  padding: 0 0 0 1.5em;
  list-style-position: inside; }

ul {
  list-style-type: square; }

ol {
  list-style-type: decimal; }

ul li,
ol li {
  margin-top: .75em; }

li li {
  margin-top: .375em; }

.items {
  padding: 0;
  list-style-type: none; }

dt {
  margin-bottom: .75em;
  padding-bottom: .6875em;
  border-bottom: 1px dashed #777;
  font-weight: bold; }

dt + dd {
  margin-top: .75em; }

abbr[title] {
  border-bottom: 1px dotted #777;
  cursor: help; }

b,
strong {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700; }

i,
em {
  font-style: italic;
  font-family: Georgia, serif; }

dfn {
  font-style: italic; }

ins {
  background-color: #fff;
  color: #6c6c6c;
  text-decoration: none; }

mark {
  background-color: #fff;
  color: #6c6c6c;
  font-style: italic;
  font-weight: bold; }

pre,
code,
kbd,
samp {
  padding: 0 .25em;
  font-family: Monaco, Courier New, monospace;
  font-size: 1em;
  line-height: 1.5em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: auto; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

time {
  font-weight: 700;
  color: #008857; }

.the-measure {
  margin: 0 auto;
  max-width: 30em; }

.the-measure p,
.the-measure ol,
.the-measure ul {
  margin: 0 0 1em;
  font-size: .875em;
  line-height: 1.57142857; }

.s-the-measure h3 {
  margin-top: 1.33333333em;
  font-size: 1.125em;
  line-height: 1.33333333;
  margin-bottom: .66666667em;
  font-family: Georgia, serif;
  font-style: italic; }

.s-the-measure h4 {
  margin: 0;
  font-size: .875em;
  line-height: 1.57142857;
  font-weight: 700;
  text-transform: uppercase; }

.hgroup + div .s-the-measure > p:first-child {
  font-weight: 700; }

a {
  color: #008857; }

a:visited {
  color: #009761; }

a:hover,
a:active {
  text-decoration: underline;
  color: #006f47; }

a:focus {
  outline: thin dotted;
  color: #008857; }

::-moz-selection {
  background-color: #9cf;
  color: #333;
  text-shadow: none; }

::selection {
  background-color: #9cf;
  color: #333;
  text-shadow: none; }

a[href="#coming soon"] {
  cursor: default; }

.wrapper--inverted a {
  color: #e6e6e6;
  color: rgba(255, 255, 255, 0.85); }

.wrapper--inverted a:hover,
.wrapper--inverted a:active {
  color: #fff; }

hr {
  display: block;
  margin: 1em auto;
  width: 38.2%;
  height: 1px;
  max-width: 42em;
  padding: 0;
  border: 0;
  border-bottom: 1px solid #777; }

img {
  display: block;
  margin: 1.5em 0 0;
  border: 0; }

iframe {
  display: block; }

figure {
  background: transparent; }

figure img {
  margin-top: 0;
  width: 100%;
  max-width: 100%;
  height: auto; }

q {
  font-family: Georgia, serif;
  font-style: italic;
  letter-spacing: inherit;
  color: #008857; }

blockquote {
  margin: .71428571em 0;
  font-family: Georgia, serif;
  font-size: 1.75em;
  line-height: 1.28571429;
  font-style: italic;
  color: #008857;
  clear: both; }

blockquote:before {
  display: block;
  height: .57142857em;
  line-height: 1;
  font-weight: 700; }

blockquote:before {
  content: "\201C"; }

blockquote *:first-child {
  margin-top: 0; }

figcaption {
  display: block;
  padding: .57142857em .57142857em 0;
  font-family: Georgia, serif;
  font-style: italic;
  font-size: .875em;
  line-height: 1.57142857;
  color: #777; }

cite {
  font-style: normal;
  font-weight: 700;
  color: #575757; }

.quote {
  max-width: 54em; }

.quote blockquote p {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit; }

.quote__attribution {
  margin: 0 auto;
  max-width: 15em; }

.quote__attribution p {
  margin: 0; }

.quote__attribution em {
  text-transform: uppercase; }

.quote--collage {
  padding: 6em 3em; }

.quote--collage blockquote {
  margin: 0;
  font-family: inherit;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  font-size: 1em;
  line-height: 1.5;
  text-transform: uppercase;
  color: inherit; }

.quote--collage blockquote:before,
.quote--collage blockquote:after {
  display: none; }

.quote--collage blockquote p {
  margin: 0 auto;
  max-width: 18em; }

.map-embed {
  margin: 0 auto;
  padding: 0 1.5em;
  max-width: 42em; }

.video-embed__wrapper {
  height: 0;
  position: relative; }

.video-embed iframe,
.video-embed object,
.video-embed embed {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.video-embed figcaption {
  text-align: center;
  text-transform: lowercase; }

.video-embed--16-9 .video-embed__wrapper {
  padding-bottom: 56.25%; }

.video-embed__wrapper p {
  display: none; }

.video-embed a {
  display: none; }

button,
input,
.gform_button,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
html [type="button"].gform_button,
input[type="reset"],
[type="reset"].gform_button,
input[type="submit"],
[type="submit"].gform_button {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled],
html [disabled].gform_button {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner,
.gform_button::-moz-focus-inner {
  border: 0;
  padding: 0; }

input, .gform_button {
  line-height: normal; }

input[type="checkbox"], [type="checkbox"].gform_button,
input[type="radio"],
[type="radio"].gform_button {
  box-sizing: border-box; }

input[type="number"]::-webkit-inner-spin-button, [type="number"].gform_button::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button,
[type="number"].gform_button::-webkit-outer-spin-button {
  height: auto; }

input[type="search"], [type="search"].gform_button {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, [type="search"].gform_button::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
[type="search"].gform_button::-webkit-search-decoration {
  -webkit-appearance: none; }

optgroup {
  font-weight: bold; }

::-webkit-input-placeholder {
  color: #777; }

::-moz-placeholder {
  color: #777; }

:-ms-input-placeholder {
  color: #777; }

:-moz-placeholder {
  color: #777; }

form {
  margin-top: 1.5em; }

main form,
article form {
  padding: 2em 2.25em .75em; }

main form:before,
article form:before,
main form:after,
article form:after {
  content: " ";
  display: table; }

main form:after,
article form:after {
  clear: both; }

.lt-ie8 main form,
.lt-ie8 article form {
  zoom: 1; }

main form:before,
article form:before,
main form:after,
article form:after {
  content: " ";
  display: table; }

main form:after,
article form:after {
  clear: both; }

.lt-ie8 main form,
.lt-ie8 article form {
  zoom: 1; }

fieldset {
  margin: 0 0 1.5em; }

legend {
  display: block;
  *margin-left: -7px;
  width: 100%;
  white-space: normal; }

legend span {
  padding-left: .25em; }

label {
  max-width: 100%;
  font-weight: normal;
  cursor: pointer;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

input, .gform_button,
textarea,
select {
  display: block;
  margin: 0;
  padding: .6875em .25em;
  min-height: 2.25em;
  width: 100%;
  background: #fff;
  border: 1px solid #e8e3d9;
  line-height: 1.5;
  color: #6c6c6c;
  border-radius: 0;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

input:hover, .gform_button:hover,
textarea:hover,
select:hover {
  border-color: #e6e1d5;
  background: #fff; }

input:active, .gform_button:active,
textarea:active,
select:active,
input:focus,
.gform_button:focus,
textarea:focus,
select:focus {
  border-color: #f5ac39;
  background-color: #fff;
  color: #6c6c6c; }

.lt-ie9 input, .lt-ie9 .gform_button,
.lt-ie9 textarea,
.lt-ie9 select {
  min-height: 0; }

.lt-ie8 input, .lt-ie8 .gform_button,
.lt-ie8 textarea,
.lt-ie8 select {
  display: block;
  filter: chroma(color=#000); }

input, .gform_button,
textarea {
  -webkit-appearance: none; }

input[type="image"], [type="image"].gform_button,
input[type="checkbox"],
[type="checkbox"].gform_button,
input[type="radio"],
[type="radio"].gform_button {
  display: inline-block;
  padding: 0;
  width: auto;
  min-height: 0;
  border: 1px solid #878787;
  background: transparent;
  cursor: pointer; }

input[type="checkbox"], [type="checkbox"].gform_button {
  width: 1em;
  height: 1em;
  *overflow: hidden;
  -webkit-appearance: checkbox; }

input[type="image"], [type="image"].gform_button {
  border: 0;
  box-shadow: none; }

input[type="file"], [type="file"].gform_button {
  width: auto;
  padding: initial;
  line-height: initial;
  border: initial;
  background-color: transparent;
  background-color: initial;
  box-shadow: none; }

input[type="button"], [type="button"].gform_button,
input[type="reset"],
[type="reset"].gform_button,
input[type="submit"],
[type="submit"].gform_button {
  *overflow: visible; }

select {
  height: 2.25em;
  background-color: #fff; }

select[multiple],
select[size] {
  height: auto; }

select * {
  margin: 0; }

textarea {
  resize: vertical;
  overflow: auto;
  vertical-align: top; }

input[type="hidden"], [type="hidden"].gform_button {
  display: none; }

input[disabled], [disabled].gform_button,
select[disabled],
textarea[disabled],
input[readonly],
[readonly].gform_button,
select[readonly],
textarea[readonly] {
  opacity: .5;
  cursor: not-allowed; }

input:focus, .gform_button:focus,
textarea:focus,
select:focus,
button:focus {
  outline: 0; }

input[type="file"]:focus, [type="file"].gform_button:focus,
input[type="radio"]:focus,
[type="radio"].gform_button:focus,
input[type="checkbox"]:focus,
[type="checkbox"].gform_button:focus,
select:focus {
  box-shadow: none; }

.form-submit, .gform_button {
  margin: .85714286em 0;
  padding: .71428571em .85714286em;
  background-color: #434343;
  border-color: #434343;
  font-size: .875em;
  line-height: 1.71428571;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: .15em;
  color: #fff;
  white-space: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: .2s background-color linear; }

.form-submit:hover, .gform_button:hover,
.form-submit:active,
.gform_button:active,
.form-submit:focus,
.gform_button:focus {
  background-color: #363636;
  border-color: #363636;
  color: #fff; }

.form-submit:active, .gform_button:active,
.form-submit:focus,
.gform_button:focus {
  background-color: #008857;
  border-color: #008857;
  margin: .92857143em 0 .78571429em; }

.lt-ie8 .form-submit, .lt-ie8 .gform_button {
  *zoom: 1; }

form em,
form abbr {
  text-align: right;
  color: #ef4836; }

form em {
  display: block; }

form strong {
  text-transform: uppercase; }

form small {
  font-size: 12px;
  font-size: .75rem; }

form ul {
  list-style-type: none !important; }

form br {
  display: none; }

.fieldset-description {
  padding-left: .25em; }

.form-item {
  margin-bottom: .375em; }

.form-item label {
  padding-left: .25em; }

.form-item .description {
  padding-left: .30769231em;
  font-size: 13px;
  font-size: .8125rem;
  line-height: 1.84615385;
  color: #019875; }

.form-required {
  color: #ef4836; }

.form-textarea-wrapper {
  margin-top: 0; }

.grippie {
  display: none !important; }

.form-checkboxes > label {
  display: none; }

.form-checkboxes {
  margin: .75em .375em 0; }

table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.5em;
  border-spacing: 0;
  background-color: transparent; }

caption {
  padding: 1.5em;
  font-weight: 300; }

th,
td {
  padding: .5em .5625em .5625em;
  vertical-align: middle;
  border-top: 1px solid #878787;
  line-height: 1.5em;
  text-align: left; }

th {
  font-weight: 700; }

thead th {
  vertical-align: bottom; }

colgroup + thead tr:first-child th,
colgroup + thead tr:first-child td,
thead:first-child tr:first-child th,
thead:first-child tr:first-child td {
  border-top: 0; }

tbody + tbody {
  border-top: 2px solid #878787; }

.table--striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #acadb2; }

.hide-text,
.u-hide-text {
  display: block;
  text-indent: -999em;
  white-space: nowrap;
  overflow: hidden; }

.hidden,
.u-hidden {
  display: none !important;
  visibility: hidden; }

.mobile-hidden,
.u-mobile-hidden {
  display: none; }

.visually-hidden,
.u-visually-hidden {
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
  clip: rect(0 0 0 0);
  position: absolute !important; }

.invisible,
.u-invisible {
  visibility: hidden; }

.clearfix:before,
.u-clearfix:before,
.clearfix:after,
.u-clearfix:after {
  content: " ";
  display: table; }

.clearfix:after,
.u-clearfix:after {
  clear: both; }

.lt-ie8 .clearfix,
.lt-ie8 .u-clearfix {
  zoom: 1; }

.clear,
.u-clear {
  clear: both; }

.clear--left,
.u-clear--left {
  clear: left; }

.clear--right,
.u-clear--right {
  clear: right; }

.wrapper {
  margin: 0 auto; }

.banner__wrapper {
  overflow: hidden;
  padding: 1em .75em; }

.main__wrapper {
  padding: 0 .75em; }

.section__wrapper {
  padding: 3em 0; }

.wrapper--page {
  overflow: hidden;
  max-width: 40em;
  position: relative;
  background-color: #fff; }

.lt-ie7 .wrapper--page {
  width: 40em; }

@media screen and (min-width: 40em) {
  .banner__wrapper {
    padding-left: 0;
    padding-right: 0;
    width: 87.5%; } }

@media screen and (min-width: 48em) {
  .banner__wrapper {
    padding: 0; } }

@media screen and (min-width: 37.5em) {
  .main__wrapper {
    padding-top: 4.5em; } }

@media screen and (min-width: 40em) {
  .main__wrapper {
    padding-left: 0;
    padding-right: 0; } }

@media screen and (min-width: 48em) {
  .main__wrapper {
    padding-top: 6.75em; } }

@media screen and (min-width: 64em) {
  .main__wrapper {
    padding-top: 6em; } }

@media screen and (min-width: 37.5em) {
  .has-banner .main__wrapper {
    padding-top: 0 !important; } }

@media screen and (min-width: 40em) {
  .header__wrapper,
  .admin__wrapper {
    width: 87.5%; } }

@media screen and (min-width: 0.0625em) {
  .wrapper--page {
    max-width: none; } }

@media screen and (min-width: 120em) {
  .wrapper--page {
    font-size: 1.25em; } }

@media screen and (min-width: 40em) {
  .layout--everything-else .section__wrapper {
    width: 87.5%; } }

@media screen and (min-width: 54em) {
  .layout--everything-else .section__wrapper {
    width: 80%; } }

@media screen and (min-width: 64em) {
  .layout--everything-else .section__wrapper {
    width: 75%; } }

@media screen and (min-width: 72em) {
  .layout--everything-else .section__wrapper {
    width: 66.666%;
    max-width: 60em; } }

.banner {
  background: #1a1a1a; }

@media screen and (min-width: 37.5em) and (max-width: 47.9375em) {
  .mustardo .banner {
    background: rgba(26, 26, 26, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 425; } }

@media screen and (min-width: 1px) {
  .banner__name-and-slogan {
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    border: 0;
    clip: rect(0 0 0 0);
    position: absolute !important; } }

.menu,
.menu li,
.menu a {
  margin: 0;
  padding: 0;
  list-style: none; }

.menu a {
  display: block;
  padding: .75em;
  font-family: inherit;
  font-weight: 700;
  letter-spacing: .0625em;
  text-decoration: none; }

.menu a:active,
.menu a:focus {
  outline: 0; }

.menu a:hover {
  text-decoration: none; }

.menu .menu a {
  padding: .42857143em .85714286em;
  font-size: .875em;
  line-height: 1.57142857;
  font-weight: 400; }

.navigation {
  background: #1d1d1d; }

.navigation__wrapper {
  padding: .75em; }

.navigation a {
  color: #f2f2f2;
  text-transform: uppercase; }

.navigation a:hover,
.navigation a:acitve,
.navigation a:focus {
  color: #fff; }

.navigation__global-nav > ul > li > ul > li > a:after {
  display: block;
  content: '';
  height: 1px;
  width: 87.5%;
  background: #b1b2b7; }

.navigation__global-nav a:hover {
  background: #101010; }

.navigation__global-nav a:active,
.navigation__global-nav a:focus {
  background: #1f1f1f; }

.navigation__global-nav a.active,
.navigation__global-nav a.is-active {
  background: #1a1a1a; }

.global-nav ul ul a {
  text-transform: capitalize; }

.global-nav ul ul ul a {
  color: #b1b2b7; }

.navigation .utility-nav {
  margin-top: 1.5em; }

.utility-nav__donate a {
  transition: .2s background-color linear;
  background: #008857;
  color: #1a1a1a; }

.utility-nav__donate a:hover,
.utility-nav__donate a:active,
.utility-nav__donate a:focus {
  background: #1a1a1a;
  color: #fff; }

.contentinfo__utility-nav > ul {
  margin-bottom: 2.25em; }

.contentinfo__utility-nav > ul > li {
  border-bottom: 1px solid #96989f; }

.contentinfo__utility-nav ul a {
  text-align: center;
  color: #434343; }

.contentinfo__utility-nav ul a:hover {
  background: #bebfc3; }

.contentinfo__utility-nav ul a:active,
.contentinfo__utility-nav ul a:focus,
.contentinfo__utility-nav ul a.active {
  background: #c6c7cb; }

@media screen and (min-width: 48em) {
  .navigation {
    width: 100%;
    background: rgba(26, 26, 26, 0.8);
    position: absolute;
    top: 0;
    z-index: 450; }
  .navigation__wrapper {
    padding: 3.75em 0 0;
    width: 87.5%; }
  .navigation .menu {
    display: table; }
  .navigation .menu li {
    display: table-cell; }
  .navigation__global-nav {
    margin-left: -.75em; }
  .panel > .menu {
    display: none;
    padding: 3em 6.25%;
    width: 100%;
    background: #1a1a1a;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0; }
  .panel .menu .menu,
  .panel .menu .menu li {
    display: block; }
  .panel .menu li {
    width: 25%; }
  .navigation__utility-nav {
    position: absolute;
    bottom: 0;
    right: 6.25%; }
  .navigation__global-nav > ul > li > a {
    padding: .38095238em .57142857em;
    font-size: 1.3125em;
    line-height: 1.52380952; } }

@media screen and (min-width: 64em) {
  .navigation__wrapper {
    padding-top: 2.75em; }
  .navigation__global-nav {
    margin-left: 14.625em; }
  .navigation__global-nav > ul > li > a {
    padding: .47619048em .57142857em; } }

@media screen and (min-width: 20em) {
  .utility-nav__donate a {
    padding: .38095238em 1.71428571em .38095238em 2.28571429em;
    font-size: 1.3125em;
    line-height: 1.52380952;
    position: relative; }
  .utility-nav__donate a:before,
  .utility-nav__donate a:after {
    display: block;
    content: '';
    margin-top: -.75em;
    font-size: 16px;
    font-size: 1rem;
    height: 1.5em;
    width: 1.5em;
    position: absolute;
    top: 50%;
    overflow: hidden; }
  .utility-nav__donate a:before {
    left: .75em;
    background: url(//www.shelterbox.org/sites/all/themes/shelterbox/img/skin/bigmallet-ui-icons-sprite.png) -12px -204px no-repeat; }
  .utility-nav__donate a:after {
    right: .375em;
    background: url(//www.shelterbox.org/sites/all/themes/shelterbox/img/skin/bigmallet-ui-icons-sprite.png) -60px -397px no-repeat; }
  .utility-nav__donate a:hover:before,
  .utility-nav__donate a:active:before,
  .utility-nav__donate a:focus:before {
    background-position: -60px -204px; } }

@media screen and (min-width: 48em) {
  .svg .utility-nav__donate a:before,
  .svg .utility-nav__donate a:after {
    background-position: center center; }
  .svg .utility-nav__donate a:before {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%20%5B%0D%0A%09%3C%21ENTITY%20ns_flows%20%22http%3A//ns.adobe.com/Flows/1.0/%22%3E%0D%0A%5D%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22144%22%20height%3D%22144%22%20viewBox%3D%22-36%20-45%20144%20144%22%20overflow%3D%22visible%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FFF%22%20d%3D%22M58.3%2020l-.3%203.6c0%20.1-.1.2-.3.2H50c-.1%200-.3-.1-.3-.3L50%2020H22l.3%203.5c0%20.1-.1.3-.3.3l-7.8.1c-.1%200-.3-.1-.3-.2l-.2-3.7H3s.2%201%20.2%201.3c.3%202.2.7%204.4%201%206.6v.2l2.1%206.1c.1.8.1%201.1.2%201.6.2%201.7.5%203.4.7%205.1l1.4%2010.2c.1.4.1%201%20.2%201.4.2.6.8%201.5%201.3%201.5h4.3c.5%200%20.7-.6.9-1%20.1-.2.3-.5.6-.5h40.2c.2%200%20.5.3.6.5.2.4.4%201%20.9%201h4.3c.5%200%201.1-.9%201.2-1.5%200-.4.1-.9.2-1.4L64.6%2041c.2-1.7.5-3.4.7-5.1.1-.6.1-.9.2-1.6l2.1-6.1V28c.3-2.2.7-4.4%201-6.6.2-.4.4-1.4.4-1.4H58.3zm13.6-4.7c-1.5-3.9-2.9-7.6-4.4-11.5-.2-.4-.4-.7-.8-.9-.5-.2-.8-.6-1-1.1C65.2.7%2064.2.1%2062.9.1h-4.1l.5%207.9-2%20.4-.5-7.4h-7.3c-.1%200-.4-.1-.4-.2-.4-.5-.9-.8-1.4-.8H24.3c-.5%200-1%20.2-1.3.7-.1.1-.3.2-.4.2h-7.3l-.5%207.3-2-.4.5-7.9H9.2c-1.3%200-2.4.6-2.8%201.8-.3.6-.6%201-1.1%201.3-.5.2-.7.6-.8%201C3%207.9%201.5%2011.4.1%2015.3c-.5%201%202.3.6%202.3.6h67.3c-.1%200%202.7.4%202.2-.6z%22/%3E%3C/svg%3E");
    background-size: 3em 3em; }
  .svg .utility-nav__donate a:hover:before,
  .svg .utility-nav__donate a:active:before,
  .svg .utility-nav__donate a:focus:before {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%20%5B%0D%0A%09%3C%21ENTITY%20ns_flows%20%22http%3A//ns.adobe.com/Flows/1.0/%22%3E%0D%0A%5D%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22144%22%20height%3D%22144%22%20viewBox%3D%22-36%20-45%20144%20144%22%20overflow%3D%22visible%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%2303A57A%22%20d%3D%22M58.3%2020l-.3%203.6c0%20.1-.1.2-.3.2H50c-.1%200-.3-.1-.3-.3L50%2020H22l.3%203.5c0%20.1-.1.3-.3.3l-7.8.1c-.1%200-.3-.1-.3-.2l-.2-3.7H3s.2%201%20.2%201.3c.3%202.2.7%204.4%201%206.6v.2l2.1%206.1c.1.8.1%201.1.2%201.6.2%201.7.5%203.4.7%205.1l1.4%2010.2c.1.4.1%201%20.2%201.4.2.6.8%201.5%201.3%201.5h4.3c.5%200%20.7-.6.9-1%20.1-.2.3-.5.6-.5h40.2c.2%200%20.5.3.6.5.2.4.4%201%20.9%201h4.3c.5%200%201.1-.9%201.2-1.5%200-.4.1-.9.2-1.4L64.6%2041c.2-1.7.5-3.4.7-5.1.1-.6.1-.9.2-1.6l2.1-6.1V28c.3-2.2.7-4.4%201-6.6.2-.4.4-1.4.4-1.4H58.3zm13.6-4.7c-1.5-3.9-2.9-7.6-4.4-11.5-.2-.4-.4-.7-.8-.9-.5-.2-.8-.6-1-1.1C65.2.7%2064.2.1%2062.9.1h-4.1l.5%207.9-2%20.4-.5-7.4h-7.3c-.1%200-.4-.1-.4-.2-.4-.5-.9-.8-1.4-.8H24.3c-.5%200-1%20.2-1.3.7-.1.1-.3.2-.4.2h-7.3l-.5%207.3-2-.4.5-7.9H9.2c-1.3%200-2.4.6-2.8%201.8-.3.6-.6%201-1.1%201.3-.5.2-.7.6-.8%201C3%207.9%201.5%2011.4.1%2015.3c-.5%201%202.3.6%202.3.6h67.3c-.1%200%202.7.4%202.2-.6z%22/%3E%3C/svg%3E"); }
  .svg .utility-nav__donate a:after {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%20%5B%0D%0A%09%3C%21ENTITY%20ns_flows%20%22http%3A//ns.adobe.com/Flows/1.0/%22%3E%0D%0A%5D%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%20-1%2032%2032%22%20overflow%3D%22visible%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M1%200h30v30H1z%22/%3E%3Cpath%20fill%3D%22%23B1B2B8%22%20d%3D%22M23.707%2015l-14-14L9%201.707%2022.293%2015%209%2028.293l.707.707%22/%3E%3C/svg%3E");
    background-size: 2em 2em; } }

@media screen and (min-width: 40em) {
  .contentinfo__utility-nav > .menu {
    width: 100%; }
  .contentinfo__utility-nav > .menu:before,
  .contentinfo__utility-nav > .menu:after {
    content: " ";
    display: table; }
  .contentinfo__utility-nav > .menu:after {
    clear: both; }
  .lt-ie8 .contentinfo__utility-nav > .menu {
    zoom: 1; } }

@media screen and (min-width: 60em) {
  .contentinfo__utility-nav > .menu {
    display: table; } }

@media screen and (min-width: 40em) {
  .contentinfo__utility-nav > .menu > li {
    display: table-cell;
    float: none;
    width: 33.333%;
    border: 0;
    position: relative; }
  .contentinfo__utility-nav > .menu > li:after {
    display: block;
    content: "";
    width: 1px;
    height: 75%;
    background: #96989f;
    position: absolute;
    top: 0;
    right: 0; }
  .contentinfo__utility-nav > .menu > li:last-child:after {
    display: none; } }

.contentinfo {
  background: #b1b2b7;
  color: #434343; }

.contentinfo__wrapper {
  padding: 3em 1.5em 3.75em; }

.contentinfo__section-title {
  font-size: 1.3125em;
  line-height: 1.52380952;
  color: #434343;
  text-transform: uppercase; }

.contentinfo__section-title a {
  color: inherit; }

.contentinfo p {
  margin-top: 1.84615385em;
  font-size: 13px;
  font-size: .8125rem;
  line-height: 1.84615385; }

.contentinfo p a {
  color: #434343;
  font-weight: 700;
  text-decoration: underline; }

.contentinfo p a:hover,
.contentinfo p a:focus,
.contentinfo p a:active {
  color: #363636; }

.contentinfo .big-social-media__item a {
  background: transparent; }

@media screen and (min-width: 30em) {
  .contentinfo__wrapper {
    padding-top: 3em;
    position: relative; } }

@media screen and (min-width: 40em) {
  .contentinfo__wrapper {
    padding-left: 3em;
    padding-right: 3em;
    min-height: 18.5em; } }

@media screen and (min-width: 48em) {
  .contentinfo__wrapper {
    width: 87.5%;
    max-width: 84em; } }

@media screen and (min-width: 40em) {
  .contentinfo__small-print {
    margin-top: 2.25em; } }

.search__wrapper {
  padding: .375em; }

.search__title {
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
  clip: rect(0 0 0 0);
  position: absolute !important; }

.search-form {
  margin: 0;
  padding: 0;
  position: relative;
  border-radius: 0;
  border: 0;
  background: none;
  color: #434343; }

.search-form__fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

legend.u-visually-hidden {
  width: 1px; }

.search-form .form-type-textfield {
  margin: 0; }

.search-form label {
  display: block;
  margin: 0;
  padding-left: 4px;
  padding-left: .25rem; }

.search-form .form-text {
  padding: .625em .25em;
  border-color: #fff; }

.search-form .form-submit, .search-form .gform_button {
  padding: 0 .75em;
  height: 44px;
  height: 2.75rem;
  border: 0;
  outline: 0; }

.search--navigation {
  margin-top: 1.5em; }

.search--page {
  background: #ece8df; }

.search--page .search__wrapper {
  padding: 1em; }

.search-results,
.search-results ul {
  padding: 0;
  list-style-type: none; }

.search-results__title {
  margin-top: .76190476em;
  font-size: 1.3125em;
  line-height: 1.52380952;
  font-weight: 700;
  text-transform: uppercase; }

.search-results li {
  padding-bottom: .75em;
  border-bottom: 1px solid #f2f2f2; }

.search-results li:last-child {
  border-bottom: 0; }

.search-performance {
  display: none; }

.spelling-suggestions {
  margin: 0 0 .75em; }

.did-you-mean {
  padding-right: .375em; }

.placeholder,
.search-snippet strong {
  color: #f39c12; }

.search-result__title {
  margin-top: 1.33333333em;
  font-size: 1.125em;
  line-height: 1.33333333;
  font-family: Georgia, serif;
  font-style: italic; }

.search-result__body p {
  margin-top: 1em;
  font-size: .875em;
  line-height: 1.57142857; }

.search-results--no-result ul li {
  margin: .5em 0; }

.search-results--no-result li em {
  max-width: 15.5em;
  padding: 0 .25em;
  color: #008857;
  white-space: nowrap; }

@media screen and (min-width: 20em) {
  .search-form .form-type-textfield {
    min-height: 2.75em;
    margin-right: 3.5em; }
  .search-form input, .search-form .gform_button {
    padding: 11px 4px;
    padding: .6875rem .25rem; }
  .search-form .form-text {
    border-width: 0;
    border-bottom: 1px solid #434343;
    background: none;
    font-size: 1em;
    line-height: 1.375em;
    color: #434343;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .search-form .form-text:active,
  .search-form .form-text:focus {
    outline: 0;
    border-bottom-color: #008857; }
  .lt-ie8 .search-form .form-text {
    border: 1px solid #434343; }
  .search-form .form-submit, .search-form .gform_button {
    display: block;
    text-indent: -999em;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    border: 2px solid #434343;
    width: 2.75em;
    height: 2.75em;
    font-size: 1em;
    line-height: 1em;
    overflow: hidden;
    background: transparent url(//www.shelterbox.org/sites/all/themes/shelterbox/img/skin/bigmallet-ui-icons-sprite.png) -4px -52px no-repeat;
    position: absolute;
    right: 0;
    bottom: 0; }
  .search-form .form-submit:hover, .search-form .gform_button:hover,
  .search-form .form-submit:active,
  .search-form .gform_button:active,
  .search-form .form-submit:focus,
  .search-form .gform_button:focus {
    background-position: -52px -52px; }
  .search-form .form-submit:hover, .search-form .gform_button:hover {
    background-color: #434343; }
  .search-form .form-submit:active, .search-form .gform_button:active,
  .search-form .form-submit:focus,
  .search-form .gform_button:focus {
    margin-bottom: -1px;
    border-color: #008857;
    background-color: #008857; }
  .search--page {
    margin: 1.5em 0; }
  .search--page .search__wrapper {
    margin: 0; }
  .search--page .search-form {
    padding: 1em; }
  .search--page .form-submit, .search--page .gform_button {
    right: 1em;
    bottom: 1em; } }

@media screen and (min-width: 48em) {
  .search__wrapper {
    padding-left: 0;
    padding-right: 0; } }

@media screen and (min-width: 48em) {
  .svg .search-form .form-submit, .svg .search-form .gform_button {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%22-18%20-17.88%20144%20144%22%20overflow%3D%22visible%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23434343%22%20d%3D%22M108%20100.27L64.217%2056.485c4.3-5.875%206.84-13.12%206.84-20.958C71.057%2015.907%2055.15%200%2035.527%200%2015.907%200%200%2015.906%200%2035.528s15.907%2035.528%2035.528%2035.528c7.715%200%2014.855-2.46%2020.68-6.637l43.82%2043.82%207.972-7.97zM5.726%2035.527c0-16.46%2013.344-29.802%2029.803-29.802s29.8%2013.345%2029.8%2029.803c0%2016.46-13.346%2029.803-29.805%2029.803s-29.8-13.34-29.8-29.8z%22/%3E%3C/svg%3E");
    background-position: center center;
    background-size: 2.25em 2.25em; }
  .svg .search-form .form-submit:hover, .svg .search-form .gform_button:hover,
  .svg .search-form .form-submit:active,
  .svg .search-form .gform_button:active,
  .svg .search-form .form-submit:focus,
  .svg .search-form .gform_button:focus {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%22-18%20-17.88%20144%20144%22%20overflow%3D%22visible%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FFF%22%20d%3D%22M108%20100.27L64.217%2056.485c4.3-5.875%206.84-13.12%206.84-20.958C71.057%2015.907%2055.15%200%2035.527%200%2015.907%200%200%2015.906%200%2035.528s15.907%2035.528%2035.528%2035.528c7.715%200%2014.855-2.46%2020.68-6.637l43.82%2043.82%207.972-7.97zM5.726%2035.527c0-16.46%2013.344-29.802%2029.803-29.802s29.8%2013.345%2029.8%2029.803c0%2016.46-13.346%2029.803-29.805%2029.803s-29.8-13.34-29.8-29.8z%22/%3E%3C/svg%3E"); } }

@media screen and (min-width: 30em) {
  .search--contentinfo .form-type-textfield {
    margin-left: 3.75em; } }

@media screen and (min-width: 30em) {
  .search--contentinfo label {
    width: 3.375em;
    position: absolute;
    left: 0;
    bottom: .5625em; } }

@media screen and (min-width: 30em) {
  .search--contentinfo .form-text {
    padding-bottom: 0; } }

@media screen and (min-width: 40em) {
  .contentinfo .search {
    float: right;
    width: 50%;
    max-width: 24em; } }

.o-media {
  display: block; }

.o-media__item {
  margin-bottom: 1.5em; }

.o-media__item img {
  display: block;
  margin: 0; }

.o-media__body {
  overflow: hidden; }

@media screen and (min-width: 48em) {
  .o-media:before,
  .o-media:after {
    content: " ";
    display: table; }
  .o-media:after {
    clear: both; }
  .lt-ie8 .o-media {
    zoom: 1; }
  .o-media__item {
    margin-right: 1.5em;
    float: left; }
  .media--object img {
    width: auto;
    max-width: none; }
  .media--rev .o-media__item,
  .d-section--alignment-right .o-media__item {
    margin-right: 0;
    margin-left: 1.5em;
    float: right; }
  .d-section--alignment-right .o-media__body .the-measure {
    float: none; }
  .d-section--alignment-center .o-media__item {
    margin-left: auto;
    margin-right: auto;
    float: none; } }

@media screen and (min-width: 78em) {
  .d-section--style-media[class*="--alignment-right"] .o-media__item {
    margin-left: 2.25em; }
  .d-section--style-media[class*="--alignment-left"] .o-media__item {
    margin-right: 2.25em; } }

.o-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden; }

.o-grid:before,
.o-grid:after {
  content: " ";
  display: table; }

.o-grid:after {
  clear: both; }

.lt-ie8 .o-grid {
  zoom: 1; }

[class*='grid-item'] {
  vertical-align: top;
  overflow: hidden; }

.ie7 [class*='grid-item'] {
  *zoom: 1; }

@media screen and (min-width: 20em) {
  [class*='grid__item'] {
    display: block;
    width: 100%; } }

@media screen and (min-width: 20em) {
  .grid-item--faked {
    display: none; } }

@media screen and (min-width: 20em) {
  .grid--inline-center {
    text-align: center; } }

@media screen and (min-width: 20em) {
  .grid--inline-center [class*='grid__item'] {
    display: -moz-inline-stack;
    display: inline-block;
    float: none;
    vertical-align: top; } }

@media screen and (min-width: 40em) {
  .grid--gutter {
    margin-left: -6%; } }

@media screen and (min-width: 40em) {
  .grid--gutter [class*='grid__item'] {
    margin: 6% 0 0;
    padding: 0 0 0 6%; } }

@media screen and (min-width: 40em) {
  [class*='grid--'] > [class*='grid__item'] {
    float: left; } }

@media screen and (min-width: 40em) {
  [class*='grid--rev'] > [class*='grid__item'] {
    float: right; } }

@media screen and (min-width: 40em) {
  [class*='grid--golden'] > [class*='grid__item'] {
    width: 100%; } }

@media screen and (min-width: 40em) {
  .grid--2up > [class*='grid__item'] {
    width: 50%; }
  .grid--2up > [class*='grid__item']:nth-of-type(odd) {
    clear: left; } }

@media screen and (min-width: 40em) {
  .grid--2up[class*='--rev'] > [class*='grid__item']:nth-of-type(odd) {
    clear: right; } }

@media screen and (min-width: 40em) {
  .grid--3up > [class*='grid__item'] {
    width: 100%; } }

@media screen and (min-width: 40em) {
  .grid--4up > [class*='grid__item'] {
    width: 50%; }
  .grid--4up > [class*='grid__item']:nth-of-type(2n+1) {
    clear: both; } }

@media screen and (min-width: 48em) {
  .grid--gutter [class*='grid__item'] {
    margin-top: 3%; } }

@media screen and (min-width: 48em) {
  .grid--3up > [class*='grid__item'] {
    width: 33.333%; }
  .grid--3up > [class*='grid__item']:nth-of-type(2n+1) {
    clear: none; }
  .grid--3up > [class*='grid__item']:nth-of-type(3n+1) {
    clear: left; } }

@media screen and (min-width: 58em) {
  .grid--5up > [class*='grid__item'] {
    width: 20%; }
  .grid--5up > [class*='grid__item']:nth-of-type(5n+1) {
    clear: left; } }

.grid--1up [class*='grid__item'] {
  width: 100%; }

@media screen and (min-width: 64em) {
  .grid--golden > [class*='grid__item'] {
    width: 38.2%; }
  .grid--golden > [class*='grid__item']:first-child,
  .grid--golden > [class*='grid__item']:nth-of-type(odd) {
    width: 61.8%; }
  .grid--golden > [class*='grid__item']:nth-of-type(odd) {
    clear: left; } }

@media screen and (min-width: 64em) {
  .grid--4up > [class*='grid__item'] {
    width: 25%; }
  .grid--4up > [class*='grid__item']:nth-of-type(2n+1) {
    clear: none; }
  .grid--4up > [class*='grid__item']:nth-of-type(4n+1) {
    clear: left; } }

.o-tile {
  padding-bottom: 5.25em;
  text-align: center; }

.o-tile__item {
  overflow: hidden; }

.o-tile img {
  margin-top: 0; }

.o-tile__icon {
  margin: 0 auto;
  width: 3em;
  height: 3em; }

.o-tile__body {
  padding: 1.25em 9.375% 1.5em;
  overflow: hidden; }

.o-tile__title {
  margin-top: .76190476em;
  font-size: 1.3125em;
  line-height: 1.52380952;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .15em; }

.o-tile__subtitle {
  margin-top: 1em;
  font-size: .875em;
  line-height: 1.57142857;
  font-family: Georgia, serif;
  font-style: italic;
  font-weight: 400;
  text-transform: none; }

.o-tile__text {
  margin: 0 auto;
  max-width: 24em; }

.o-tile__text p {
  margin-top: 1em;
  font-size: .875em;
  line-height: 1.57142857;
  max-height: 6.28571429em;
  overflow: hidden; }

.tile--navigation {
  padding-bottom: 1.5em;
  border-bottom: 1px solid #fff;
  background: #008857;
  color: #fff;
  overflow: hidden; }

.tile--navigation .o-tile__item {
  overflow: visible; }

.tile--navigation a span {
  display: block;
  margin: .75em auto 0;
  max-width: 12em;
  padding: .75em 1.5em;
  border: 1px solid #fff;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: .15em;
  color: #fff; }

.tile--navigation a {
  text-decoration: none; }

.tile--navigation a:hover span {
  background-color: #008857; }

.tile--navigation a:active span,
.tile--navigation a:focus span {
  background-color: #00925e; }

.d-feed--style-2 .o-tile {
  padding-bottom: 1.5em; }

@media screen and (min-width: 40em) {
  .o-tile__title {
    min-height: 3.04761905em; } }

@media screen and (min-width: 20em) {
  .tile--navigation {
    display: block !important;
    min-height: 0 !important;
    padding: 0;
    border: 0;
    position: relative;
    background: #1a1a1a; }
  .tile--navigation .o-tile__body,
  .tile--navigation .o-tile__link a {
    padding: 0;
    position: absolute;
    top: 2.75em;
    left: 2.75em;
    right: 2.75em;
    bottom: 2.75em;
    z-index: 10; }
  .tile--navigation .o-tile__item {
    opacity: .7;
    will-change: opacity;
    transition: opacity .2s ease-in-out; }
  .tile--navigation .o-tile__body {
    will-change: background;
    transition: transform .2s ease-in-out; }
  .tile--navigation:hover .o-tile__body {
    transform: scale(1.05); }
  .tile--navigation:hover .o-tile__item {
    opacity: 1; }
  .tile--navigation .table-display-parent {
    display: table;
    width: 100%;
    height: 100%; }
  .tile--navigation .table-display-child {
    display: table-cell;
    vertical-align: middle;
    text-align: center; }
  .tile--navigation .link__text {
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    border: 0;
    clip: rect(0 0 0 0);
    position: absolute !important; } }

@media screen and (min-width: 60em) {
  .tile--navigation .o-tile__body,
  .tile--navigation .o-tile__link a {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; } }

@media screen and (min-width: 30em) {
  .tile--navigation .o-tile__title {
    min-height: 0;
    margin-top: .66666667em;
    font-size: 2.25em;
    line-height: 1.33333333; } }

@media screen and (min-width: 48em) and (max-width: 59.9375em) {
  .tile--navigation .o-tile__title {
    min-height: 0;
    font-size: 3em;
    line-height: 1.125; } }

@media screen and (min-width: 78em) {
  .tile--navigation .o-tile__title {
    min-height: 0;
    font-size: 3em;
    line-height: 1.125; } }

@media screen and (min-width: 84em) {
  .tile--navigation .o-tile__title {
    min-height: 0;
    font-size: 3.25em;
    line-height: 1.25; } }

@media screen and (min-width: 0.0625em) and (max-width: 39.9375em) {
  .tile--navigation:last-child {
    display: none !important; } }

@media screen and (min-width: 60em) {
  .tile--navigation:last-child {
    display: none !important; } }

@media screen and (min-width: 40em) {
  .flexbox .o-tile {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media screen and (min-width: 40em) {
  .flexbox .o-tile__body {
    -ms-flex: 1;
    flex: 1;
    overflow: visible; } }

.flexbox .tile--style-2 .o-tile__item {
  flex-order: 3;
  -ms-flex-order: 3;
      order: 3; }

.webform-client-form legend span {
  font-weight: 700; }

.webform-component-markup {
  margin-top: 1.84615385em;
  font-size: 13px;
  font-size: .8125rem;
  line-height: 1.84615385; }

.webform-component-markup p {
  margin: 0;
  color: inherit; }

.webform-component-markup p + p {
  margin-top: 1.63636364em; }

.webform-component-checkboxes input, .webform-component-checkboxes .gform_button {
  width: .875em;
  height: .875em; }

.webform-component-checkboxes .form-type-checkbox label {
  position: relative;
  top: -2px; }

.webform-component {
  position: relative; }

.js .webform-component-textfield:before,
.js .webform-component-select:before,
.js .webform-component-email:before,
.js .webform-component-textarea:before,
.js .webform-component-date:before,
.js .webform-component-checkboxes:before {
  position: absolute;
  content: '';
  display: block;
  height: 25px;
  width: 25px;
  right: -30px;
  top: 11px;
  background-repeat: no-repeat; }

.js .webform-component-date:before {
  top: 25px; }

.js .webform-component.invalidated:before {
  background-image: url(../icons/png/validation_sprite.png);
  background-color: red;
  opacity: .3;
  background-position: 0 -25px; }

.js.svg .webform-component.invalidated:before {
  background-image: url(../icons/svg/validation_sprite.svg); }

.js .webform-component.validated:before {
  background-image: url(../icons/png/validation_sprite.png);
  background-color: #01ae83;
  background-position: 0 0;
  opacity: .7; }

.js.svg .webform-component.validated:before {
  background-image: url(../icons/svg/validation_sprite.svg); }

.js .webform-component-checkboxes:before {
  top: -2px; }

.js .webform-component-select:before {
  top: 11px; }

.webform-client-form__webform-progressbar {
  margin-bottom: 2em; }

.webform-progressbar__page-number {
  padding-left: 1.5em;
  position: relative;
  font-size: .875em;
  color: #878787;
  text-decoration: none;
  text-transform: inherit; }

.webform-client-form__webform-progressbar li {
  margin-top: .25em; }

.webform-progressbar__page-number.is-active {
  font-weight: bold; }

.webform-progressbar__page-number.is-active:before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #878787; }

.private-fieldset-webform {
  display: none; }

.js .webform-client-form .hide-me {
  display: none; }

.js .webform-client-form .show-me {
  display: block; }

.js .webform-component-radios--faked input, .js .webform-component-radios--faked .gform_button {
  display: none; }

.js .webform-component-radios--faked .form-radios label {
  display: block;
  margin: 0;
  padding: .71428571em 0;
  border: solid 2px #878787;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  font-size: .875em;
  line-height: 1.57142857;
  opacity: .6; }

.js .webform-component-radios--faked .form-radios label:hover {
  opacity: 1;
  border-color: #009761;
  background-color: white;
  color: #009761; }

.js .webform-component-radios--faked .selected label,
.js .webform-component-radios--faked .form-radios label:active,
.js .webform-component-radios--faked .selected label:hover {
  opacity: 1;
  border-color: #01ae83;
  background-color: white;
  color: #01ae83; }

.js .webform-component-radios--faked .selected label,
.js .webform-component-radios--faked .form-radios label:active {
  opacity: .9; }

.pager {
  margin: .75em 0 0;
  padding: .75em 0 0;
  border-top: 1px solid #777;
  text-align: center; }

.pager:before,
.pager:after {
  content: " ";
  display: table; }

.pager:after {
  clear: both; }

.lt-ie8 .pager {
  zoom: 1; }

.pager li {
  display: inline;
  padding: .5em;
  background-image: none;
  list-style-type: none; }

.pager-current {
  color: #6c6c6c;
  font-weight: normal; }

.item-list .pager li:first-child {
  padding: 0;
  max-width: none;
  background: none; }

.pager-show-more {
  border: 0;
  padding: 0;
  max-width: none; }

.pager-show-more .pager-show-more-next {
  display: block;
  margin: 0;
  padding: 0; }

.pager-show-more-next a {
  display: block;
  margin: .75em 0;
  padding: .75em 1.5em;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: .15em;
  color: #fff;
  cursor: pointer;
  background-color: #4d4f56;
  transition: background .2s ease-in-out; }

.pager-show-more-next a:hover,
.pager-show-more-next a:active,
.pager-show-more-next a:focus {
  color: #fff;
  text-decoration: none; }

.pager-show-more-next a:hover {
  background-color: #52545b; }

.pager-show-more-next a:active,
.pager-show-more-next a:focus {
  margin-top: .8125em;
  margin-bottom: .6875em;
  background-color: #575960; }

.d-feed .pager-show-more {
  margin-left: auto;
  margin-right: auto;
  width: 33.333%;
  min-width: 12em; }

.tabs {
  width: 100%;
  margin: 0;
  overflow: hidden;
  text-align: center; }

.tabs ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.tabs li {
  display: inline-block;
  width: auto;
  margin: .75em .75em 0 0; }

.lt-ie7 .tabs li {
  zoom: 1;
  *display: inline; }

.tabs li a {
  padding: .75em;
  border: 0;
  background: #f2f2f2;
  color: #6c6c6c;
  text-decoration: underline; }

.tabs li a:hover {
  background: #008857;
  color: #fff; }

.tabs .active a {
  background: #008857;
  color: #fff; }

.js-cookie-law {
  margin: 0;
  width: 100%;
  background: #1a1a1a;
  background: rgba(26, 26, 26, 0.8);
  color: #f2f2f2;
  overflow: hidden; }

.js-cookie-law:hover {
  background: #1a1a1a; }

.js-cookie-law__title {
  font-size: 1em;
  line-height: 1.5; }

.js-cookie-law p {
  font-size: 13px;
  font-size: .8125rem;
  line-height: 1.84615385; }

.js-cookie-law a {
  color: #f39c12; }

.js-cookie-law a:hover,
.js-cookie-law a:active,
.js-cookie-law a:focus {
  color: #019875; }

.js-cookie-law__wrapper {
  margin: 1.5em 4.5em 1.5em 1.5em; }

.d-module--social-sharing .bigsocial {
  width: 87.5%; }

@media screen and (min-width: 0.0625em) {
  .webform-component-textfield[class*="post-code"] {
    max-width: 8em; } }

@media screen and (min-width: 0.0625em) {
  .webform-component-textfield[class*="international-code"] {
    max-width: 12em; } }

.webform-component-select select,
.webform-component-date select {
  height: 3em; }

@media screen and (min-width: 28.125em) {
  .webform-client-form__webform-progressbar:after {
    clear: both;
    content: "";
    display: block; }
  .webform-client-form__webform-progressbar {
    margin: 2em auto; }
  .webform-client-form__webform-progressbar li {
    float: left;
    margin-right: 1em; }
  .webform-progressbar__page-number:before {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 8px;
    border-color: transparent transparent transparent #878787; } }

@media screen and (min-width: 37.5em) {
  .webform-component-fieldset > .form-item, .gfieldset > .form-item,
  .webform-component-fieldset > .fieldset-description, .gfieldset > .fieldset-description {
    margin-left: 9em; } }

@media screen and (min-width: 37.5em) {
  .webform-client-form .form-actions {
    margin-left: 61.8%; } }

@media screen and (min-width: 20em) {
  .webform-component-date > div[class*='webform-container'] {
    margin-left: -2%; }
  .webform-component-date > div[class*='webform-container']:before,
  .webform-component-date > div[class*='webform-container']:after {
    content: " ";
    display: table; }
  .webform-component-date > div[class*='webform-container']:after {
    clear: both; }
  .lt-ie8 .webform-component-date > div[class*='webform-container'] {
    zoom: 1; }
  .webform-component-date .form-item {
    margin-left: 2%;
    width: 31.33333333%;
    float: left; } }

@media screen and (min-width: 40em) {
  .d-feed .pager-show-more {
    clear: both; } }

@media screen and (min-width: 20em) {
  .main__admin {
    padding-top: 4.5em; } }

@media screen and (min-width: 48em) {
  .main__admin {
    padding-top: 6.75em; } }

@media screen and (min-width: 20em) {
  .js-cookie-law {
    position: fixed;
    bottom: 0;
    z-index: 490;
    overflow: hidden; } }

@media screen and (min-width: 20em) {
  .js-cookie-law__title,
  .js-cookie-law p {
    max-width: none;
    margin-top: 0; } }

@media screen and (min-width: 20em) {
  .js-cookie-law__close-link {
    display: block;
    width: 48px;
    height: 48px;
    margin: 0;
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 501;
    outline: 0 !important; } }

@media screen and (min-width: 20em) {
  .js-cookie-law__close-icon {
    display: block;
    margin: 0;
    width: 47px;
    height: 47px;
    border: 1px solid #f2f2f2;
    background: transparent url(//www.shelterbox.org/sites/all/themes/shelterbox/img/skin/bigmallet-ui-icons-sprite.png) -50px -1px no-repeat;
    transition: .2s background-color linear; }
  .js-cookie-law__close-icon:hover,
  .js-cookie-law__close-icon:active,
  .js-cookie-law__close-icon:focus {
    border-color: #fff;
    background-color: #434343; } }

@media screen and (min-width: 20em) {
  .dirty-android .js-cookie-law {
    position: absolute;
    top: 0;
    bottom: auto; } }

.logo__img {
  margin: 0;
  width: 100%;
  height: auto; }

.logo__link {
  display: block;
  outline: 0;
  overflow: hidden; }

.logo__link:hover,
.logo__link:active .logo__link:focus,
.logo__link:visited {
  color: #fff;
  text-decoration: none; }

.logo__link:focus {
  outline: 0; }

@media screen and (min-width: 0.0625em) {
  .logo__img {
    display: none; } }

@media screen and (min-width: 0.0625em) {
  .logo__link {
    width: 2.5em;
    height: 2.5em;
    background: url(//www.shelterbox.org/sites/all/themes/shelterbox/img/skin/logo/no-svg_logo.png) left top no-repeat; } }

@media screen and (min-width: 30em) {
  .logo__link {
    width: 13.875em; } }

@media screen and (min-width: 0.0625em) {
  .backgroundsize .logo__link {
    background-image: url(//www.shelterbox.org/sites/all/themes/shelterbox/img/skin/logo/no-svg_logo%402x.png);
    background-size: 13.875em 2.5em; } }

@media screen and (min-width: 0.0625em) {
  .svg .logo__link {
    background-image: url(//www.shelterbox.org/sites/all/themes/shelterbox/img/skin/logo/svg_logo.svg); } }

@media screen and (min-width: 0.0625em) {
  x:-o-prefocus,
  .svg .logo__link {
    background-image: url(//www.shelterbox.org/sites/all/themes/shelterbox/img/skin/logo/no-svg_logo.png); } }

@media screen and (min-width: 48em) {
  .banner__logo {
    position: absolute;
    top: .625em;
    z-index: 460; } }

@media screen and (min-width: 64em) {
  .banner__logo {
    top: 2.875em; } }

.main__header {
  padding: 3em 0 0;
  text-align: center; }

.layout--generic-content .main__header {
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
  clip: rect(0 0 0 0);
  position: absolute !important; }

.page-title,
.title,
.subtitle {
  font-weight: 700;
  text-transform: uppercase; }

.page-title,
.title {
  margin-top: 0;
  font-size: 1.75em;
  line-height: 1.28571429;
  letter-spacing: .15em; }

.subtitle {
  margin-top: 1em;
  font-size: .875em;
  line-height: 1.57142857;
  letter-spacing: .03125em; }

.section__hgroup {
  margin-bottom: 1.625em;
  text-align: center; }

.d-section--style-feed .title {
  font-family: Georgia, serif;
  font-weight: 400;
  color: #008857; }

.d-section--style-feed .section__hgroup {
  margin-bottom: 1.5em; }

.d-section--style-feed .hgroup__separator {
  display: none; }

.d-section--style-media .section__hgroup {
  text-align: left; }

.d-section--style-media .hgroup__separator {
  margin-left: 0; }

.d-section--alignment-right .title--splash {
  margin-right: -.15em; }

.d-section--alignment-none .subtitle--splash,
.d-section--alignment-center .subtitle--splash {
  font-family: Georgia, serif;
  font-style: italic;
  font-weight: 400;
  text-transform: none; }

.d-section--modification-6 .title--splash {
  font-size: 2.25em;
  line-height: 1.33333333;
  font-family: Georgia, serif;
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: .03125em; }

@media screen and (min-width: 30em) {
  .title--splash {
    font-size: 2.25em;
    line-height: 1.33333333; } }

@media screen and (min-width: 40em) {
  .title--splash {
    font-size: 3em;
    line-height: 1.125; } }

@media screen and (min-width: 20em) {
  .hgroup__separator {
    margin: 1.5em auto;
    max-width: 12em; } }

@media screen and (min-width: 40em) {
  .hgroup__separator {
    margin: 2.25em auto; } }

@media screen and (min-width: 20em) {
  .hgroup__separator + .hgroup__subtitle {
    margin-top: 0; } }

@media screen and (min-width: 40em) {
  .d-section--style-feed .section__hgroup {
    margin: 0 auto 3em;
    width: 87.5%; } }

@media screen and (min-width: 54em) {
  .d-section--style-feed .section__hgroup {
    width: 80%; } }

@media screen and (min-width: 64em) {
  .d-section--style-feed .section__hgroup {
    width: 75%; } }

@media screen and (min-width: 72em) {
  .d-section--style-feed .section__hgroup {
    width: 66.666%;
    max-width: 60em; } }

@media screen and (min-width: 40em) {
  .d-section--alignment-none .subtitle--splash,
  .d-section--alignment-center .subtitle--splash {
    margin-top: .76190476em;
    font-size: 1.3125em;
    line-height: 1.52380952; } }

.o-btn {
  margin-top: 2.25em; }

button:focus,
.o-btn a:focus {
  outline: 0; }

.o-btn a {
  display: inline-block;
  margin: .75em 0;
  padding: .75em 1.5em;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  letter-spacing: .15em;
  color: #fff;
  cursor: pointer;
  background-color: #007e50;
  transition: .2s background-color linear; }

.o-btn a:hover,
.o-btn a:active,
.o-btn a:focus {
  color: #fff;
  text-decoration: none; }

.o-btn a:hover {
  background-color: #008857; }

.o-btn a:active,
.o-btn a:focus {
  margin-top: .8125em;
  margin-bottom: .6875em;
  background-color: #00925e; }

.o-btn a:visited {
  opacity: .8; }

.lt-ie8 .o-btn a {
  *zoom: 1; }

.lt-ie7 .o-btn a {
  display: block; }

.btn--style-1 a {
  background-color: #801917; }

.btn--style-1 a:hover {
  background-color: #841a18; }

.btn--style-1 a:active,
.btn--style-1 a:focus {
  background-color: #8d1c1a; }

.btn--style-2 a {
  border: 2px solid #6c6c6c;
  color: #6c6c6c;
  background: none; }

.btn--style-2 a:hover {
  background-color: #008857;
  border-color: #008857; }

.btn--style-2 a:active,
.btn--style-2 a:focus {
  border-color: #008d5a; }

.o-splash__btn[class*='--style-2'] a {
  border-color: #fff;
  color: #fff; }

.o-splash__btn[class*='--style-2'] a:hover {
  border-color: #008857; }

.o-splash__btn[class*='--style-2'] a:active,
.o-splash__btn[class*='--style-2'] a:focus {
  border-color: #008354; }

.d-section--style-2 .o-splash__btn[class*='--style-2'] a:hover {
  background: #841a18;
  border-color: #841a18; }

.d-section--style-2 .o-splash__btn[class*='--style-2'] a:active,
.d-section--style-2 .o-splash__btn[class*='--style-2'] a:focus {
  background: #801917;
  border-color: #801917; }

.d-section--style-text[class*='--alignment-center'] .o-btn,
.d-section--style-text[class*='--alignment-none'] .o-btn {
  text-align: center; }

.d-section--style-text[class*='--alignment-right'] .o-btn {
  text-align: right; }

.d-feed--style-3 .o-btn {
  margin-top: 0; }

.media__double-ctoa .o-btn {
  margin-top: 1.5em; }

@media screen and (min-width: 64em) {
  .o-btn a {
    padding: .75em 3em; } }

.o-tile__btn {
  margin-left: .75em;
  margin-right: .75em; }

.small-print small {
  letter-spacing: .0625em;
  text-transform: uppercase; }

.small-print__affliate-branding {
  display: block;
  margin: 1.25em auto 1.25em; }

.small-print__affliate-branding em {
  font-style: normal;
  font-weight: 700; }

.contentinfo__small-print {
  color: rgba(67, 67, 67, 0.8);
  text-align: center; }

@media screen and (min-width: 20em) {
  .small-print__affliate-branding {
    width: 15.69230769em;
    height: 6.46153846em;
    background: url(//www.shelterbox.org/sites/all/themes/shelterbox/img/skin/partnership-logos/logo_alpha_tinypng.png) center center no-repeat; } }

@media screen and (min-width: 20em) {
  .small-print__affliate-branding em {
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    border: 0;
    clip: rect(0 0 0 0);
    position: absolute !important; } }

.d-section--alignment-center .the-measure {
  text-align: center; }

.d-section + .d-section {
  padding-top: 0; }

.d-section--style-banner + .d-section--style-text,
.d-section--style-banner + .d-section--style-media {
  padding-top: 3em; }

@media screen and (min-width: 20em) {
  .d-section--embellishment {
    padding-bottom: 0; }
  .d-section--embellishment:after {
    display: block;
    content: '';
    margin: 11.25% auto 7.5%;
    height: 96px;
    width: 96px;
    background: #fff center no-repeat; }
  .d-section--embellishment-1:after {
    background-image: url(//www.shelterbox.org/sites/all/themes/shelterbox/img/skin/embellishment/embellishment-1.png); }
  .svg .d-section--embellishment-1:after {
    background-image: url(//www.shelterbox.org/sites/all/themes/shelterbox/img/skin/embellishment/embellishment-1.svg); }
  .d-section--embellishment-2:after {
    background-image: url(//www.shelterbox.org/sites/all/themes/shelterbox/img/skin/embellishment/embellishment-2.png); }
  .svg .d-section--embellishment-2:after {
    background-image: url(//www.shelterbox.org/sites/all/themes/shelterbox/img/skin/embellishment/embellishment-2.svg); }
  .d-section--embellishment-3:after {
    background-image: url(//www.shelterbox.org/sites/all/themes/shelterbox/img/skin/embellishment/embellishment-3.png); }
  .svg .d-section--embellishment-3:after {
    background-image: url(//www.shelterbox.org/sites/all/themes/shelterbox/img/skin/embellishment/embellishment-3.svg); }
  .d-section--embellishment-4:after {
    background-image: url(//www.shelterbox.org/sites/all/themes/shelterbox/img/skin/embellishment/embellishment-4.png); }
  .svg .d-section--embellishment-4:after {
    background-image: url(//www.shelterbox.org/sites/all/themes/shelterbox/img/skin/embellishment/embellishment-4.svg); }
  .d-section--embellishment-5:after {
    background-image: url(//www.shelterbox.org/sites/all/themes/shelterbox/img/skin/embellishment/embellishment-5.png); }
  .svg .d-section--embellishment-5:after {
    background-image: url(//www.shelterbox.org/sites/all/themes/shelterbox/img/skin/embellishment/embellishment-5.svg); }
  .d-section--embellishment-6:after {
    background-image: url(//www.shelterbox.org/sites/all/themes/shelterbox/img/skin/embellishment/embellishment-6.png); }
  .svg .d-section--embellishment-6:after {
    background-image: url(//www.shelterbox.org/sites/all/themes/shelterbox/img/skin/embellishment/embellishment-6.svg); } }

@media screen and (min-width: 48em) {
  .d-section--embellishment:after {
    width: auto; } }

@media screen and (min-width: 48em) {
  .csscolumns .d-section--embellishment:after {
    column-span: all; } }

@media screen and (min-width: 36em) {
  .backgroundsize .d-section--embellishment:after {
    width: auto;
    background-size: contain; } }

@media screen and (min-width: 84em) {
  .backgroundsize .d-section--embellishment:after {
    background-size: auto; } }

.d-section--style-banner {
  margin: 0 -.75em;
  padding: 0;
  overflow: hidden; }

.d-section--style-banner:before,
.d-section--style-banner:after {
  content: " ";
  display: table; }

.d-section--style-banner:after {
  clear: both; }

.lt-ie8 .d-section--style-banner {
  zoom: 1; }

.o-splash {
  color: #fff;
  background: #434343;
  text-align: center; }

.o-splash__anchor {
  position: relative; }

.o-splash img,
.o-splash video {
  display: block;
  margin: 0 auto; }

.o-splash__wrapper {
  padding: 4.5em 1.5em; }

.o-splash__text {
  margin: 0 auto;
  max-width: 30em; }

.o-splash__text p {
  margin-top: 1em;
  font-size: .875em;
  line-height: 1.57142857;
  font-weight: 700;
  letter-spacing: .03125em; }

.o-splash__icon {
  margin: 0 auto;
  width: 3em; }

.d-section--alignment-left .o-splash {
  text-align: left; }

.d-section--alignment-left .o-splash__hgroup,
.d-section--alignment-left .o-splash__text,
.d-section--alignment-left .o-splash__icon {
  margin-left: 0;
  margin-right: auto; }

.d-section--alignment-left .o-splash__hgroup,
.d-section--alignment-left .o-splash__text {
  max-width: 36em; }

.d-section--alignment-right .o-splash {
  text-align: right; }

.d-section--alignment-right .o-splash__hgroup,
.d-section--alignment-right .o-splash__text,
.d-section--alignment-right .o-splash__icon {
  margin-right: 0;
  margin-left: auto; }

.d-section--alignment-right .o-splash__hgroup,
.d-section--alignment-right .o-splash__text {
  max-width: 36em; }

.section-pattern-library .d-section--style-banner {
  margin-bottom: 1px; }

.d-section--style-1 .section__o-splash {
  background-color: #1a1a1a; }

.d-section--style-2 .section__o-splash {
  background-color: #008857; }

.d-section--modification-2 .section__o-splash {
  background-color: #008857; }

.d-section--modification-2 .o-splash__wrapper {
  background-image: url(//www.shelterbox.org/sites/all/themes/shelterbox/img/skin/patterns/pattern--emergency.gif); }

.d-section--modification-7 .section__o-splash {
  background-color: #b1b2b7;
  color: #434343; }

.d-section--modification-7 .o-splash__wrapper {
  padding-top: 3em;
  padding-bottom: 3em; }

@media screen and (min-width: 40em) {
  .d-section--style-banner {
    margin-left: 0;
    margin-right: 0;
    width: 100%; } }

@media screen and (min-width: 0.0625em) {
  .o-splash__filter {
    position: relative; }
  .o-splash__filter:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0; } }

@media screen and (min-width: 0.0625em) {
  .filter--filter-1:after {
    background: rgba(0, 0, 0, 0.2); } }

@media screen and (min-width: 20em) {
  section:first-child .o-splash__wrapper {
    padding-top: 7.5em; } }

@media screen and (min-width: 20em) {
  section:first-child .o-splash__anchor + .o-splash__wrapper {
    padding-top: 4.5em; } }

@media screen and (min-width: 40em) {
  section:first-child .o-splash__anchor + .o-splash__wrapper {
    padding-top: 7.5em; } }

@media screen and (min-width: 40em) {
  .d-section--style-banner,
  .o-splash {
    height: 40em;
    overflow: hidden; }
  .o-splash {
    display: table;
    width: 100%;
    position: relative; }
  .o-splash__anchor {
    height: 40em;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1; }
  .csstransforms .o-splash__anchor img {
    position: absolute;
    left: 0;
    top: 0; }
  .csstransforms .anchor--right img {
    left: auto;
    right: 0; }
  .csstransforms .anchor--center img {
    left: 50%;
    transform: translate(-50%, 0); }
  .o-splash__wrapper {
    display: table-cell;
    padding-left: 6.25%;
    padding-right: 6.25%;
    vertical-align: middle;
    position: relative;
    z-index: 10; }
  .o-splash__anchor img,
  .o-splash__anchor video {
    width: auto;
    max-width: none;
    height: 100%; } }

@media screen and (min-width: 0.0625em) {
  .d-section--modification-1 .o-splash__wrapper:after {
    display: block;
    content: "";
    margin: .75em auto 0;
    width: 2.25em;
    height: 2.25em;
    background: transparent url(//www.shelterbox.org/sites/all/themes/shelterbox/img/skin/bigmallet-ui-icons-sprite.png) -54px -438px no-repeat; } }

@media screen and (min-width: 48em) {
  .svg .d-section--modification-1 .o-splash__wrapper:after {
    background: transparent url("data:image/svg+xml;charset=US-ASCII,%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%20%5B%0D%0A%09%3C%21ENTITY%20ns_flows%20%22http%3A//ns.adobe.com/Flows/1.0/%22%3E%0D%0A%5D%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%20-1%2032%2032%22%20overflow%3D%22visible%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M1%200h30v30H1z%22/%3E%3Cpath%20fill%3D%22%23B1B2B8%22%20d%3D%22M16%2021.707l14-14L29.293%207%2016%2020.293%202.707%207%202%207.707%22/%3E%3C/svg%3E") center center no-repeat;
    background-size: 3em 3em; } }

@media screen and (min-width: 0.0625em) {
  .d-section--modification-2 .o-splash__wrapper {
    background-image: url(//www.shelterbox.org/sites/all/themes/shelterbox/img/skin/patterns/pattern--emergency.png);
    background-size: 100px 100px; } }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .d-section--modification-2 .o-splash__wrapper {
    background-image: url(//www.shelterbox.org/sites/all/themes/shelterbox/img/skin/patterns/pattern--emergency%402x.png); } }

@media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min--moz-device-pixel-ratio: 3), only screen and (min-device-pixel-ratio: 3) {
  .d-section--modification-2 .o-splash__wrapper {
    background-image: url(//www.shelterbox.org/sites/all/themes/shelterbox/img/skin/patterns/pattern--emergency%403x.png); } }

@media screen and (min-width: 40em) {
  .d-section--modification-7,
  .d-section--modification-7 .section__o-splash {
    height: auto; } }

@media screen and (min-width: 150em) {
  .o-splash__anchor img {
    width: 100%;
    max-width: none;
    height: auto;
    min-height: 40em; } }

.copy:before,
.copy:after {
  content: " ";
  display: table; }

.copy:after {
  clear: both; }

.lt-ie8 .copy {
  zoom: 1; }

.d-section--modification-4 p {
  margin: 0;
  font-size: 1.3125em;
  line-height: 1.52380952;
  font-family: Georgia, serif;
  color: #878787;
  text-transform: uppercase;
  letter-spacing: .15em;
  text-align: center; }

@media screen and (min-width: 40em) {
  .d-section--style-text {
    width: 87.5%; } }

@media screen and (min-width: 54em) {
  .d-section--style-text {
    width: 80%; } }

@media screen and (min-width: 64em) {
  .d-section--style-text {
    width: 75%; } }

@media screen and (min-width: 72em) {
  .d-section--style-text {
    width: 66.666%;
    max-width: 60em; } }

@media screen and (min-width: 40em) {
  .d-section--alignment-left .copy__text {
    float: left; } }

@media screen and (min-width: 40em) {
  .d-section--alignment-right .copy__text {
    float: right; } }

@media screen and (min-width: 48em) {
  .csscolumns .d-section--modification-3 .hgroup * {
    margin-left: 0;
    text-align: left; }
  .csscolumns .d-section--modification-3 {
    column-count: 2;
    column-width: 272px;
    column-gap: 3em; }
  .csscolumns .d-section--modification-3 .copy__text {
    max-width: none; }
  .csscolumns .d-section--modification-3 .copy__text p {
    margin: 0;
    padding-bottom: 1em;
    break-inside: avoid-column; } }

@media screen and (min-width: 78em) {
  .csscolumns .d-section--modification-3 {
    column-gap: 4.5em; } }

.media__double-ctoa {
  margin-bottom: 10%; }

.collage__item {
  border-top: 1px solid #fff;
  background-color: #b1b2b7;
  color: #434343; }

@media screen and (min-width: 40em) {
  .d-section--style-media {
    width: 87.5%; } }

@media screen and (min-width: 54em) {
  .d-section--style-media {
    width: 80%; } }

@media screen and (min-width: 64em) {
  .d-section--style-media {
    width: 75%; } }

@media screen and (min-width: 72em) {
  .d-section--style-media {
    width: 66.666%;
    max-width: 60em; } }

@media screen and (min-width: 48em) {
  [class*="d-section--alignment"] .o-media__item {
    width: 50%; } }

@media screen and (min-width: 48em) {
  .media__double-ctoa {
    width: 66.666%;
    min-width: 18em; } }

@media screen and (min-width: 20em) {
  .collage {
    margin: 0 auto;
    width: 87.5%;
    max-width: 57em; } }

@media screen and (min-width: 20em) {
  .collage__item {
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    position: relative; }
  .collage__item[data-bg] {
    padding-bottom: 0; }
  .collage__item:nth-child(3) {
    background: #008857;
    color: #fff; } }

@media screen and (min-width: 40em) {
  .collage__item {
    padding-bottom: 61.8%;
    border-right: 1px solid #fff; }
  .collage__item[data-bg] {
    padding-bottom: 61.8%;
    background-color: #f2f2f2; } }

@media screen and (min-width: 20em) {
  .collage__item > * {
    display: table;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; } }

@media screen and (min-width: 20em) {
  .collage__item > * > * {
    display: table-cell;
    vertical-align: middle; } }

.d-section--style-feed {
  max-width: 84em;
  padding-top: 1px; }

.d-section--style-feed:before,
.d-section--style-feed:after {
  content: " ";
  display: table; }

.d-section--style-feed:after {
  clear: both; }

.lt-ie8 .d-section--style-feed {
  zoom: 1; }

.d-feed .dk:before,
.d-feed .dk:after {
  content: " ";
  display: table; }

.d-feed .dk:after {
  clear: both; }

.lt-ie8 .d-feed .dk {
  zoom: 1; }

@media screen and (min-width: 40em) {
  .d-feed__body > * {
    min-height: 37.5em;
    width: 50%;
    float: left; } }

@media screen and (min-width: 60em) {
  .d-feed__body > * {
    width: 33.333%; } }

@media screen and (min-width: 40em) {
  .flexbox .d-feed__body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -ms-flex-wrap: wrap;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-pack: center;
    justify-content: center; } }

@media screen and (min-width: 40em) {
  .flexbox .d-feed__body > * {
    max-width: 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%; } }

@media screen and (min-width: 60em) {
  .flexbox .d-feed__body > * {
    max-width: 33.33333333%;
    -ms-flex: 1 0 33.33333333%;
    flex: 1 0 33.33333333%; } }

@media screen and (min-width: 20em) {
  .d-feed--style-2 .d-feed__body > * {
    position: relative; }
  .d-feed--style-2 .d-feed__body > *:before {
    display: block;
    content: '';
    height: 1px;
    background: #f2f2f2;
    position: absolute;
    left: 19.1%;
    right: 19.1%;
    bottom: 0; } }

@media screen and (min-width: 40em) {
  .d-feed--style-2 .d-feed__body > * {
    min-height: 24em;
    width: 16.666%;
    min-width: 24em; }
  .d-feed--style-2 .d-feed__body > *:before {
    width: 1px;
    height: auto;
    background: #b1b2b7;
    position: absolute;
    left: 0;
    right: auto;
    top: 0;
    bottom: 1.5em; }
  .flexbox .d-feed--style-2 .d-feed__body > * {
    -ms-flex: 1 0 16.666%;
    flex: 1 0 16.666%; }
  .d-feed--style-2 .d-feed__body > *:first-child:before {
    display: none; }
  .d-feed--style-2 {
    height: 24em;
    overflow: hidden;
    position: relative; }
  .d-feed--style-2:before,
  .d-feed--style-2:after {
    display: block;
    content: '';
    position: absolute; }
  .d-feed--style-2:before {
    width: 6em;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.1), #fff 40%);
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1; }
  .d-feed--style-2:after {
    margin-top: -1.5em;
    width: 3em;
    height: 3em;
    background: url(//www.shelterbox.org/sites/all/themes/shelterbox/img/skin/bigmallet-ui-icons-sprite.png) -48px -384px no-repeat;
    right: .75em;
    top: 50%;
    z-index: 10; }
  .d-feed--style-2 .dk {
    margin: 0 3em 0 0;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    cursor: move; }
  .d-feed--style-2 .d-feed__body {
    width: 144em; }
  .js-scroll-btn {
    margin-top: -2.75em;
    padding: 0;
    border: 0;
    width: 3em;
    height: 5.5em;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    right: .75em;
    top: 50%;
    z-index: 425; } }

@media screen and (min-width: 64em) {
  .svg .d-feed--style-2:after {
    margin-top: -2.75em;
    width: 3em;
    height: 5.5em;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2248%22%20height%3D%2288%22%20viewBox%3D%220%200%2048%2088%22%20overflow%3D%22visible%22%3E%3Cpath%20fill%3D%22%23B9B9B9%22%20d%3D%22M2.116%200L0%202.12%2041.77%2044%200%2085.88%202.115%2088%2046%2044%22/%3E%3C/svg%3E");
    background-position: left center;
    background-size: 3em 5.5em; } }

.infographic {
  margin-top: 3em;
  text-align: center; }

.infographic:first-child {
  margin-top: 0; }

.infographic img {
  margin: 0 auto; }

.infographic__figcaption {
  margin: 0 auto;
  max-width: 18.5em; }

.infographic__title {
  font-weight: 700; }

.infographic__text {
  min-height: 6em;
  font-size: 1em;
  line-height: 1.5;
  color: #7a8683; }

.infographic__btn {
  margin-top: 1.5em; }

.section__figure-group {
  margin: 3em auto; }

@media screen and (min-width: 40em) {
  .section__figure-group > figure {
    padding: 0 3%;
    vertical-align: center; } }

@media screen and (min-width: 40em) {
  .section__figure-group[class*='--2'] {
    display: table; } }

@media screen and (min-width: 52em) {
  .section__figure-group[class*='--3'] {
    display: table; } }

@media screen and (min-width: 60em) {
  .section__figure-group[class*='--4'] {
    display: table; } }

@media screen and (min-width: 40em) {
  .section__figure-group[class*='--2'] figure {
    display: table-cell;
    width: 50%; }
  .section__figure-group[class*='--2'] figure:first-child {
    padding-left: 0; }
  .section__figure-group[class*='--2'] figure:last-child {
    padding-right: 0; } }

@media screen and (min-width: 52em) {
  .section__figure-group[class*='--3'] figure {
    display: table-cell;
    width: 33.333%; }
  .section__figure-group[class*='--3'] figure:first-child {
    padding-left: 0; }
  .section__figure-group[class*='--3'] figure:last-child {
    padding-right: 0; } }

@media screen and (min-width: 60em) {
  .section__figure-group[class*='--4'] figure {
    display: table-cell;
    width: 25%; }
  .section__figure-group[class*='--4'] figure:first-child {
    padding-left: 0; }
  .section__figure-group[class*='--4'] figure:last-child {
    padding-right: 0; } }

.menu-toggle {
  display: block;
  background: transparent !important;
  cursor: pointer; }

.ie8 .menu-toggle {
  display: none; }

.menu-toggle a {
  margin: .75em auto;
  max-width: 13.5em; }

.toggle-control {
  display: block;
  margin: .75em auto;
  padding: .6875em;
  min-height: 3em;
  min-width: 3em;
  border: 1px solid #6c6c6c;
  background: transparent;
  text-align: center;
  overflow: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.toggle-control:hover,
.toggle-control:active,
.toggle-control:focus {
  color: #fff;
  text-decoration: none;
  background-color: #6c6c6c; }

.toggle-control:focus {
  outline: 2px solid #9cf;
  outline-offset: -2px; }

@media screen and (min-width: 20em) and (max-width: 47.9375em) {
  .toggle-control__text {
    display: block;
    font-size: 10px;
    font-size: .625rem;
    line-height: 2.4;
    font-weight: 300;
    color: #f2f2f2;
    text-transform: uppercase; }
  .toggle-control--close .toggle-control__text {
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    border: 0;
    clip: rect(0 0 0 0);
    position: absolute !important; }
  .mustardo-nav-toggle--menu .toggle-control__text {
    margin-right: .46153846em; }
  .mustardo-nav-toggle--menu .toggle-control__text,
  .mustardo-nav-toggle--menu .toggle-control__icon {
    float: left; }
  .mustardo-menu-toggle {
    position: absolute;
    top: 0;
    right: .75em;
    z-index: 450; }
  .mustardo-nav-toggle {
    border-color: #fff;
    overflow: hidden; }
  .mustardo-nav-toggle:hover,
  .mustardo-nav-toggle:active,
  .mustardo-nav-toggle:focus {
    margin-top: .8125em;
    margin-bottom: .6875em;
    background-color: transparent; }
  .mustardo-nav-toggle .toggle-control__icon {
    display: block;
    width: 1.5em;
    height: 1.5em;
    background-image: url(//www.shelterbox.org/sites/all/themes/shelterbox/img/skin/off-canvas/off-canvas-icon--menu.png);
    background-position: center center;
    background-repeat: no-repeat; }
  .mustardo-nav-toggle--close {
    display: block;
    position: absolute;
    top: 0;
    right: .75em; }
  .mustardo-nav-toggle--close .toggle-control__icon {
    background-image: url(//www.shelterbox.org/sites/all/themes/shelterbox/img/skin/off-canvas/off-canvas-icon--close.png); }
  .svg .mustardo-nav-toggle--menu .toggle-control__icon {
    background-image: url(//www.shelterbox.org/sites/all/themes/shelterbox/img/skin/off-canvas/off-canvas-svg--menu.svg);
    background-size: 3em 3em; }
  .svg .mustardo-nav-toggle--close .toggle-control__icon {
    background-image: url(//www.shelterbox.org/sites/all/themes/shelterbox/img/skin/off-canvas/off-canvas-svg--close.svg);
    background-size: 3em 3em; }
  .mustardo-navigation {
    visibility: hidden;
    margin: 0;
    width: 16.5em;
    min-height: 100%;
    border-left: 1px solid #000;
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -16.5em;
    z-index: 450;
    transition: visibility .2s ease; }
  .mustardo-navigation .navigation__wrapper {
    padding: 4.625em 0; }
  .mustardo-wrapper--page {
    transition: all .2s ease;
    position: relative;
    left: 0;
    overflow: hidden; }
  .is-open .mustardo-wrapper--page {
    left: -16.5em;
    overflow: visible; }
  .csstransitions .is-open .mustardo-wrapper--page {
    left: auto;
    transform: translate(-16.5em, 0); }
  .is-open .mustardo-navigation {
    visibility: visible; }
  .mustardo-navigation .navigation__utility-nav {
    margin: 0;
    position: absolute;
    top: 4.5em;
    left: 0;
    right: 0; }
  .mustardo-navigation .navigation__global-nav {
    margin-top: 3.75em; } }

@media screen and (min-width: 48em) {
  .mustardo-wrapper--page.is-active {
    position: static;
    left: auto;
    border: 0; }
  .menu-toggle,
  .mustardo-nav-toggle {
    display: none !important; } }

@media screen and (min-width: 48em) {
  .menu__panel > .menu {
    display: none; }
  .menu__panel:hover > .menu {
    display: table; }
  .mustardo .js-panel:hover > .js-panel__child {
    display: none; }
  .js-panel__child.is-open {
    display: table !important; } }

.js-play-btn,
.js-close-btn {
  margin: 0;
  padding: 0;
  background: transparent;
  text-align: center;
  overflow: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative; }

.js-play-btn__text,
.js-close-btn__text {
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
  clip: rect(0 0 0 0);
  position: absolute !important; }

.js-play-btn {
  margin: .75em auto;
  height: 6em;
  width: 6em;
  border: 6px double #fff;
  border-radius: 6em; }

.js-play-btn__icon {
  display: block;
  margin: -.625em 0 0 -.4375em;
  width: 0;
  height: 0;
  border-top: .625em solid transparent;
  border-bottom: .625em solid transparent;
  border-left: 1.125em solid #fff;
  position: absolute;
  top: 50%;
  left: 50%; }

.js-close-btn {
  height: 3em;
  width: 3em;
  border: 1px solid #ededed; }

.js-close-btn:hover,
.js-close-btn:active,
.js-close-btn:focus {
  border-color: #fff;
  background-color: #434343; }

.js-close-btn__icon {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background: transparent url(//www.shelterbox.org/sites/all/themes/shelterbox/img/skin/bigmallet-ui-icons-sprite.png) -49px 0 no-repeat; }

@media screen and (min-width: 0.0625em) and (max-width: 39.9375em) {
  .js-splash-video__play-btn,
  .js-splash-video__close-btn {
    display: none !important; }
  .splash--video .o-splash__anchor {
    display: none !important; } }

@media screen and (min-width: 40em) {
  .js-splash-video__play-btn {
    display: block; }
  .js-splash-video__close-btn {
    display: block;
    position: absolute;
    top: 3em;
    right: 1.5em;
    z-index: 425; }
  .d-section--modification-6,
  .js-splash-video {
    height: auto; }
  .js-splash-video {
    display: block;
    background: #1a1a1a; }
  .js-splash-video__anchor {
    background: #008857; }
  .js-splash-video__video-embed {
    margin: 0 auto;
    padding: 3em 6em;
    max-width: 81em;
    position: relative; }
  .js-splash-video__wrapper {
    display: block;
    margin-top: -9.5em;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0; }
  .csstransforms .js-splash-video__wrapper {
    margin-top: 0;
    transform: translate(0, -50%); }
  .is-playing .js-splash-video__wrapper {
    display: none; }
  .cssanimations .js-splash-video__video-embed .video-embed__wrapper {
    transform: translate(0, 120%);
    will-change: transform;
    transition: transform .4s ease-in-out; }
  .cssanimations .is-playing .js-splash-video__video-embed .video-embed__wrapper {
    transform: translate(0, 0); }
  .cssanimations .js-splash-video__wrapper {
    display: block;
    opacity: 1;
    will-change: opacity, visibility;
    transition: all .2s ease-in-out; }
  .cssanimations .is-playing .js-splash-video__wrapper {
    opacity: 0;
    visibility: hidden; } }

@media screen and (min-width: 69em) {
  .js-splash-video__anchor {
    height: 46.5em; } }

.big-pay-payment {
  padding: 1em;
  margin-top: 4em;
  background-color: transparent; }

.big-payment-iframe {
  background: url(//www.shelterbox.org/sites/all/themes/shelterbox/img/skin/throbber_large.gif) no-repeat center; }

.big-pay-payment .big-payment-iframe body {
  font-family: "Open Sans";
  color: #6c6c6c; }

.webform-donation-form {
  background-color: transparent; }

.big_payment__amount {
  max-width: none; }

.js .webform-donation-form .fieldset-legend {
  display: none; }

.webform-donation-form .legend-show .fieldset-legend {
  display: block; }

.webform-component.form-item {
  margin-bottom: .625em; }

.js .big_payment__slider-wrapper {
  z-index: 99; }

.form-item-submitted-amount-set-amount,
form-type-radios form-item-submitted-amount-monthly-set-amount {
  position: relative; }

.js .form-item-submitted-step-1-amount-set-amount-radios,
.js .form-item-submitted-step-1-amount-monthly-set-amount-radios {
  position: relative; }

.js .big_payment__set-amount input, .js .big_payment__set-amount .gform_button,
.js .form-item-submitted-step-1-amount-other-amount-radio,
.js .form-item-submitted-step-1-amount-monthly-other-amount-radio {
  display: none; }

.js .form-item-submitted-step-1-amount-set-amount-radios label,
.js .form-item-submitted-step-1-amount-monthly-set-amount-radios label {
  position: relative;
  display: none; }

.form-item-submitted-step-1-amount-set-amount-radios.selected label,
.form-item-submitted-step-1-amount-monthly-set-amount-radios.selected label {
  display: block; }

.js .big_payment__message {
  display: none; }

.js .selected .big_payment__message {
  display: block; }

.big_payment__message:hover {
  cursor: auto; }

.big_payment__title h3 {
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Open Sans'; }

.big_payment__title .title__emphasis {
  display: block;
  border-top: 1px solid;
  font-weight: bold;
  letter-spacing: .1em; }

.big_payment__body {
  color: #01ae83; }

.big_payment__text p {
  font-family: Georgia, serif;
  font-style: italic;
  margin-top: 0; }

.big_payment__article__title {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: .1em; }

.big_payment__article {
  color: #878787; }

.big_payment__article__text {
  font-size: .875em; }

.big_payment__article__text p:first-child {
  font-weight: bold; }

.big_payment__media {
  display: none; }

.webform-client-form {
  position: relative; }

.webform-client-form:after {
  clear: both; }

.js .webform-component__step {
  display: none; }

.js .webform-component__step.show-me {
  display: block; }

.js .webform-component--step-1--regular-gifts-fieldset {
  display: none; }

.js .webform-component--step-1--regular-gifts-fieldset.show-me {
  display: block; }

.js .big_payment__other-amount,
.js .big_payment__set-amount {
  display: none; }

.js .big_payment__other-amount.show-me,
.js .big_payment__set-amount.show-me {
  display: block; }

.big_payment__other-amount .form-item-submitted-step-1-amount-other-amount-text input, .big_payment__other-amount .form-item-submitted-step-1-amount-other-amount-text .gform_button,
.big_payment__other-amount .form-item-submitted-step-1-amount-monthly-other-amount-text input,
.big_payment__other-amount .form-item-submitted-step-1-amount-monthly-other-amount-text .gform_button {
  color: #878787;
  width: 7em;
  position: absolute;
  right: 0;
  height: 2.75em;
  padding-left: 0;
  border: 0; }

.big_payment__other-amount .form-item-submitted-step-1-amount-other-amount-text input:-webkit-autofill, .big_payment__other-amount .form-item-submitted-step-1-amount-other-amount-text .gform_button:-webkit-autofill,
.big_payment__other-amount .form-item-submitted-step-1-amount-monthly-other-amount-text input:-webkit-autofill,
.big_payment__other-amount .form-item-submitted-step-1-amount-monthly-other-amount-text .gform_button:-webkit-autofill {
  background-color: transparent !important; }

.big_payment__other-amount .form-item-submitted-step-1-amount-other-amount-text,
.big_payment__other-amount .form-item-submitted-step-1-amount-monthly-other-amount-text {
  border: 1px solid #e8e3d9;
  overflow: hidden; }

.form-item-submitted-step-1-amount-other-amount-text,
.form-item-submitted-step-1-amount-monthly-other-amount-text {
  position: relative;
  height: 2.75em; }

.form-item-submitted-step-1-amount-other-amount-text:before,
.form-item-submitted-step-1-amount-monthly-other-amount-text:before {
  content: 'Â£';
  display: block;
  width: 3em;
  position: absolute;
  line-height: 2.75em;
  color: #878787;
  left: 2em; }

.form-item-submitted-step-1-amount-other-amount-text,
.form-item-submitted-step-1-amount-monthly-other-amount-text,
.next-page-button,
.previous-page-button {
  width: 10em; }

.next-page-button:hover,
.previous-page-button:hover,
.manual-address__button:hover {
  opacity: .8; }

.next-page-button:active,
.previous-page-button:active,
.manual-address__button:active {
  opacity: .7; }

.webform-component--step-1--choose-how-you-would-like-to-give-to-us .form-radios {
  width: 10em; }

.next-page-button button,
.previous-page-button button {
  width: 100%;
  border: 0;
  background-color: #01ae83;
  text-align: center;
  color: white;
  text-transform: uppercase;
  font-family: 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: bold;
  letter-spacing: 3px;
  font-size: .875em;
  height: 3.14285714em;
  margin-bottom: .625em; }

.previous-page-button button {
  background-color: #a4a4a4; }

.manual-address__button {
  width: 14em;
  border: 0;
  background-color: #a4a4a4;
  text-align: center;
  color: white;
  text-transform: uppercase;
  font-family: 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: .875em;
  height: 3.14285714em;
  margin-bottom: .625em; }

.manual-address__text {
  margin-right: 1em;
  color: #6c6c6c; }

.payment-notice {
  display: none; }

.js .payment-notice {
  display: block;
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: bold; }

.js .payment-amount,
.payment-freq {
  color: #01ae83;
  font-size: 1em;
  font-weight: bold; }

.js .webform-donation-form .form-actions {
  display: none; }

.webform-component-checkboxes .form-type-checkbox label {
  font-size: .875em; }

.big_payment__gift-aid-details:before {
  content: "";
  background: url("../images/gift-aid-logo.png");
  display: block;
  width: 126px;
  height: 59px;
  margin-right: 1em; }

.big_payment__gift-aid-details .fieldset-description {
  margin-bottom: 1em;
  font-size: .875em;
  font-weight: bold; }

.webform-component__gift-aid {
  clear: both; }

.webform-component__gift-aid .description {
  color: inherit; }

.webform-component__gift-aid .form-type-checkbox label {
  font-size: .8125em; }

.js .on-behalf-fieldset.slide,
.js .on-behalf-fieldset.shrink.slide {
  height: 0;
  transition: height, .25s linear;
  overflow: hidden; }

.js .on-behalf-fieldset {
  height: 11em;
  transition: height, .25s linear;
  margin-bottom: 0; }

.js .on-behalf-fieldset.shrink {
  height: 7em;
  transition: height, .25s linear; }

.js .on-behalf-fieldset.shrink .webform-component__rotary-district {
  display: none; }

.webform-component__donation-behalf > label {
  font-weight: bold; }

.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: 0; }

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flexslider {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flexslider .slides {
  padding: 0; }

.flexslider .slides > li {
  display: block;
  margin: 0; }

.flexslider .slides img {
  display: block;
  margin: 0; }

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .flexslider .slides {
  display: block; }

* html .flexslider .slides {
  height: 1%; }

.flexslider {
  background: #fff;
  position: relative;
  zoom: 1; }

.flexslider .slides {
  zoom: 1; }

.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.slideshow {
  margin-top: 1.5em; }

.thumbnails .slides li {
  margin: 2px 2px 0 0;
  cursor: pointer; }

.thumbnails .slides li:last-child {
  margin-right: 0; }

.flex-direction-nav {
  *height: 0;
  position: relative; }

.flex-direction-nav li {
  margin: 0; }

.flex-direction-nav a {
  margin: -24px 0 0;
  width: 48px;
  height: 48px;
  display: block;
  text-indent: -999em;
  white-space: nowrap;
  background: rgba(255, 255, 255, 0.8) url(//www.shelterbox.org/sites/all/themes/shelterbox/img/global/bigmallet-ui-icons-sprite.png) 0 -384px no-repeat;
  position: absolute;
  bottom: 20px;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  opacity: .8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)"; }

.flex-direction-nav a:hover,
.flex-direction-nav a:active,
.flex-direction-nav a:focus {
  outline: 0; }

.flex-direction-nav .flex-prev {
  left: 0; }

.flex-direction-nav .flex-next {
  right: 0;
  background-position: -48px -384px; }

.flex-direction-nav .flex-prev:hover,
.flex-direction-nav .flex-next:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)"; }

.flex-direction-nav .flex-disabled {
  opacity: .23 !important;
  filter: alpha(opacity=25);
  -ms-filter: "alpha(opacity=25)";
  cursor: default; }

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center; }

.flex-control-nav li {
  margin: 0;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 33px;
  height: 11px;
  display: block;
  background: #6c6c6c;
  cursor: pointer;
  text-indent: -9999px; }

.flex-control-paging li a:hover {
  background: #00bb78; }

.flex-control-paging li a.flex-active {
  background: #008857;
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
  transition: all 1s ease; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

.flexslider figure {
  margin: 2px 0 0 0;
  position: relative; }

.flexslider figure img {
  width: 100%;
  max-width: 100%; }

.flexslider figcaption {
  margin: 1px 0 0;
  padding: 0 .84615385em;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  line-height: 2.25em;
  color: #f2f2f2; }

.newsletter__wrapper {
  padding: 1.5em 0; }

.newsletter__title {
  margin-top: 0;
  font-weight: 700;
  letter-spacing: .1875em;
  text-transform: uppercase;
  text-align: center; }

.signup-form {
  margin: 1.5em auto 0;
  padding: 0;
  max-width: 33em;
  background: transparent; }

.signup-form a {
  color: #434343;
  font-weight: 700;
  text-decoration: underline; }

.signup-form a:hover,
.signup-form a:focus,
.signup-form a:active {
  color: #363636; }

.signup-form .form-item {
  margin: .625em 0 0;
  text-align: center; }

.signup-form .webform-component--incentive-text {
  margin: 0 0 1.5em;
  color: rgba(67, 67, 67, 0.8);
  font-size: 1em;
  line-height: 1.5;
  text-align: center;
  letter-spacing: .03125em; }

.signup-form .webform-component--incentive-text p {
  font-size: inherit;
  line-height: inherit;
  margin: 0; }

.signup-form .form-text {
  padding: .625em 1em;
  border-color: #fff; }

.signup-form .form-text::-webkit-input-placeholder {
  color: #52545b; }

.signup-form .form-text::-moz-placeholder {
  color: #52545b; }

.signup-form .form-text:-ms-input-placeholder {
  color: #52545b; }

.signup-form .form-text:-moz-placeholder {
  color: #52545b; }

.signup-form .form-text:focus,
.signup-form .form-text:active {
  border-color: #019875; }

.signup-form .form-submit, .signup-form .gform_button {
  border-color: #52545b;
  background-color: #52545b;
  color: #f2f2f2;
  color: rgba(255, 255, 255, 0.9); }

.signup-form .form-submit:hover, .signup-form .gform_button:hover,
.signup-form .form-submit:active,
.signup-form .gform_button:active,
.signup-form .form-submit:focus,
.signup-form .gform_button:focus {
  border-color: #4d4f56;
  background-color: #4d4f56;
  color: #fff; }

.signup-form .form-submit:active, .signup-form .gform_button:active,
.signup-form .form-submit:focus,
.signup-form .gform_button:focus {
  border-color: #008857;
  background-color: #008857; }

.signup-form .webform-component--privacy-statement {
  margin-top: 1.84615385em;
  font-size: 13px;
  font-size: .8125rem;
  line-height: 1.84615385; }

.placeholder .signup-form label {
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
  clip: rect(0 0 0 0);
  position: absolute !important; }

.newsletter .signup-form {
  margin-top: 0; }

@media screen and (min-width: 20em) {
  .webform-donation-form {
    width: 100%;
    padding: 0;
    margin: 0 auto; }
  .webform-donation-form .step {
    width: 80%;
    margin: 0 auto; }
  .webform-donation-form .step--2 {
    background-color: ece8df; }
  .webform-component__payment-type .form-type-radio {
    margin-bottom: .625em;
    width: 100%; }
  .webform-component__payment-type .form-radios {
    margin: 0 auto;
    width: 100%; }
  .webform-component__payment-type .form-radios:after {
    content: "";
    display: block;
    clear: both; }
  .form-item-submitted-step-1-choose-how-you-would-like-to-give-to-us {
    float: left; }
  .edit-submitted-step-1-choose-how-you-would-like-to-give-to-us {
    margin: 0 auto; }
  .big_payment__title h3 {
    font-size: .75em;
    line-height: 3em; }
  .big_payment__title {
    width: 10em; }
  .big_payment__title .title__emphasis {
    padding-bottom: .125em;
    font-size: 5em;
    line-height: 1.2em; }
  .big_payment__text {
    width: 10em;
    font-size: 1em; }
  .big_payment__body {
    min-height: 13.3em; }
  .big_payment__media {
    display: none; }
  .big_payment__article {
    display: none; }
  .big_payment__other-amount {
    margin-bottom: .625em; }
  .big_payment__message {
    text-align: center; }
  .big_payment__title,
  .big_payment__text,
  .form-item-submitted-step-1-amount-other-amount-text,
  .form-item-submitted-step-1-amount-monthly-other-amount-text,
  .next-page-button {
    margin: 0 auto; }
  .big_payment__slider-wrapper {
    max-width: 21em;
    margin: 0 auto; }
  .form-actions__added .next-page-button,
  .form-action__added,
  .previous-page-button {
    width: 100%; }
  .form-item-submitted-step-1-amount-other-amount-text,
  .form-item-submitted-step-1-amount-monthly-other-amount-text {
    width: 100%; }
  .big_payment__other-amount .form-item-submitted-step-1-amount-other-amount-text input, .big_payment__other-amount .form-item-submitted-step-1-amount-other-amount-text .gform_button,
  .big_payment__other-amount .form-item-submitted-step-1-amount-monthly-other-amount-text input,
  .big_payment__other-amount .form-item-submitted-step-1-amount-monthly-other-amount-text .gform_button {
    width: 100%;
    text-align: center; }
  .form-item-submitted-step-1-amount-other-amount-text:before,
  .form-item-submitted-step-1-amount-monthly-other-amount-text:before {
    width: 1em;
    left: 34%;
    z-index: 99; }
  .payment-notice {
    text-align: center; }
  .legend-show legend {
    margin-bottom: .5em; }
  .webform-component__pay-frequency > label {
    font-size: .875em; }
  .big_payment__name-details,
  .big_payment__address-details,
  .webform-fieldset__direct-debit {
    margin-top: 2em; }
  .webform-fieldset__manual-address {
    margin-bottom: 0; }
  .webform-component__donation-behalf > label {
    display: block;
    margin: 1em 0 1em 0; }
  .webform-component__donation-behalf .form-type-radio {
    margin-bottom: .625em; }
  .donation_behalf_fieldset {
    margin-bottom: 0; }
  .big_payment__address-details {
    margin-top: 0; } }

@media screen and (min-width: 28.125em) {
  .webform-component__payment-type .form-type-radio {
    width: 10em;
    margin: 0 .5em; }
  .webform-component__payment-type .form-radios {
    margin: 0 auto;
    width: 22em; }
  .js .big_payment__other-amount {
    float: left;
    margin-right: 1em;
    margin-left: .875em; }
  .form-item-submitted-step-1-amount-other-amount-text,
  .form-item-submitted-step-1-amount-monthly-other-amount-text {
    width: 10em; }
  .form-actions__added .next-page-button__1 {
    float: left;
    width: 10em; }
  .big_payment__set-amount {
    margin-bottom: 2em; }
  .big_payment__other-amount .form-item-submitted-step-1-amount-other-amount-text input, .big_payment__other-amount .form-item-submitted-step-1-amount-other-amount-text .gform_button,
  .big_payment__other-amount .form-item-submitted-step-1-amount-monthly-other-amount-text input,
  .big_payment__other-amount .form-item-submitted-step-1-amount-monthly-other-amount-text .gform_button {
    width: 7em;
    text-align: left;
    z-index: 99; }
  .form-item-submitted-step-1-amount-other-amount-text:before,
  .form-item-submitted-step-1-amount-monthly-other-amount-text:before {
    width: 3em;
    left: 2em;
    z-index: 98; }
  .big_payment__step-2 .form-actions__added {
    width: 21em;
    position: relative; }
  .form-actions__added .next-page-button__2 {
    width: 10em;
    margin-left: 11em;
    float: left; }
  .form-actions__added .previous-page-button__2 {
    width: 10em;
    position: absolute; }
  .form-actions__added:after {
    clear: both;
    content: "";
    display: block; }
  .webform-client-form__webform-progressbar {
    width: 23.5em;
    padding-left: 1em; }
  .big_payment__gift-aid-details:before {
    float: left; } }

@media screen and (min-width: 30em) {
  .webform-donation-form {
    width: 28.5em; }
  .webform-component__donation-behalf .form-type-radio {
    width: 10em;
    float: left;
    margin: 0 0 1em .5em; }
  .webform-component__donation-behalf .form-radios {
    margin: 0 auto;
    width: 22em; }
  .webform-component__donation-behalf .form-radios:after {
    content: "";
    display: block;
    clear: both; } }

@media screen and (min-width: 37.5em) {
  .progressbar__2 {
    margin-left: 1em; }
  .webform-donation-form {
    width: 34.5em; }
  .webform-donation-form .step {
    width: 90%; }
  .big_payment__step-1.webform-component-fieldset > .form-item, .big_payment__step-1.gfieldset > .form-item,
  .big_payment__step-1.webform-component-fieldset > .fieldset-description, .big_payment__step-1.gfieldset > .fieldset-description {
    margin-left: auto; }
  .js .big_payment__other-amount {
    margin-left: 5.025em; }
  .webform-component__payment-type {
    width: 22em;
    margin: 0 auto; }
  .big_payment__message {
    text-align: left; }
  .big_payment__title,
  .big_payment__text,
  .form-item-submitted-step-1-amount-other-amount-text,
  .form-item-submitted-step-1-amount-monthly-other-amount-text,
  .next-page-button {
    margin: 0; }
  .big_payment__message:after {
    content: "";
    display: block;
    clear: both; }
  .js .big_payment__media {
    display: block;
    width: 17.5em;
    float: left; }
  .js .big_payment__body {
    float: left; }
  .big_payment__body {
    margin: 1em 2em 0 .75em; }
  .form-item-submitted-step-1-amount-set-amount-radios,
  .form-item-submitted-step-1-amount-monthly-set-amount-radios {
    margin-bottom: 0; }
  .js .form-item-submitted-amount-set-amount,
  .js .form-item-submitted-amount-monthly-set-amount {
    height: 17em; }
  .big_payment__slider-wrapper {
    width: 22em;
    margin: 0 auto; }
  .webform-component-markup.webform-component--step-2--you-are-giving {
    margin: 0 .375em 2em;
    text-align: left; }
  .webform-component-markup .payment-notice {
    text-align: left; }
  .webform-component__opt-in .form-type-checkbox {
    float: left;
    margin-right: 1.5em; }
  .webform-component__opt-in .form-checkboxes:after {
    clear: both;
    content: "";
    display: block; }
  .form-actions__added {
    margin-left: 9em; }
  .legend-show legend {
    margin-bottom: -1.75em; }
  .big_payment__gift-aid-details:before {
    margin-left: 9em; }
  .marketing-markup {
    margin-left: 4.5em; } }

@media screen and (min-width: 48em) {
  .webform-client-form__webform-progressbar {
    margin-left: .3em;
    padding-left: 0; }
  .progressbar__2 {
    margin-left: 2.5em; }
  .webform-donation-form {
    width: 42em; }
  .js .big_payment__other-amount,
  .js .big_payment__set-amount {
    margin-bottom: 0; }
  .webform-donation-form .big_payment__step-1 {
    position: relative;
    width: 100%; }
  .webform-component__payment-type {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 2em; }
  .big_payment__slider-wrapper {
    position: absolute;
    top: 6em;
    width: 18em;
    right: 2em; }
  .big_payment__other-amount,
  .next-page-button__1 {
    position: absolute;
    right: .5em;
    top: 16em; }
  .big_payment__other-amount {
    right: 10.5em; }
  .big_payment__other-amount,
  .next-page-button__1 {
    top: 19em; }
  .big_payment__body {
    margin: 1em 2em 3em 0;
    min-height: 21em; }
  .big_payment__article {
    clear: both; }
  .js .big_payment__article {
    display: block;
    min-height: 24em; }
  .big_payment__article__title {
    padding-bottom: 1.25em;
    width: 11em;
    border-bottom: 1px solid;
    font-size: 1.1em;
    line-height: 1.25em;
    font-weight: 600; }
  .big_payment__message:after {
    content: "";
    display: block;
    clear: both; }
  .big_payment__title h3 {
    font-size: .75em;
    line-height: 4em; }
  .big_payment__title {
    width: 10em; }
  .big_payment__title .title__emphasis {
    padding-bottom: .125em;
    font-size: 7em;
    line-height: 1.2em; }
  .big_payment__text {
    font-size: 1.3125em; }
  .big_payment__article {
    width: 18em;
    margin-right: 2.25em;
    float: left; }
  .js .big_payment__media {
    width: 21em;
    float: left;
    display: block; }
  .big_payment__media img {
    margin: 0; }
  .js .form-item-submitted-amount-set-amount,
  .js .form-item-submitted-amount-monthly-set-amount {
    height: 100%; } }

@media screen and (min-width: 61.25em) {
  .webform-donation-form {
    width: 45em; }
  .big_payment__article {
    width: 21em; } }

@media screen and (min-width: 35em) {
  .flexslider figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
  .flex-direction-nav .flex-prev {
    left: -24px; }
  .flex-direction-nav .flex-next {
    right: -24px; } }

@media screen and (min-width: 20em) {
  .newsletter__wrapper {
    padding: 3em 0; }
  .newsletter__wrapper:before,
  .newsletter__wrapper:after {
    content: " ";
    display: table; }
  .newsletter__wrapper:after {
    clear: both; }
  .lt-ie8 .newsletter__wrapper {
    zoom: 1; } }

@media screen and (min-width: 20em) {
  .newsletter__title {
    font-size: 2em;
    line-height: 1.5em;
    margin-bottom: .375em; } }

@media screen and (min-width: 30em) {
  .signup-form .webform-component--incentive-text {
    margin-bottom: .875em; } }

@media screen and (min-width: 30em) {
  .signup-form .webform-component--email {
    width: 61.8%;
    float: left; } }

@media screen and (min-width: 30em) {
  form.signup-form .form-actions {
    margin: 0;
    width: 36.2%;
    float: right; } }

.signup-form .form-submit, .signup-form .gform_button {
  margin: .71428571em 0; }

.signup-form .form-submit:focus, .signup-form .gform_button:focus,
.signup-form .form-submit:active,
.signup-form .gform_button:active {
  margin: .78571429em 0 .64285714em; }

.signup-form .webform-component--privacy-statement {
  clear: both; }

@media screen and (min-width: 30em) {
  .contentinfo .newsletter {
    position: absolute;
    top: 0;
    left: 1.5em;
    right: 1.5em; } }

.webform-fieldset__manual-address {
  padding-right: 30px; }

.actual-size {
  width: auto !important;
  height: auto !important; }

.webform-fieldset__manual-address.disabled {
  position: relative; }

.webform-fieldset__manual-address.disabled:after {
  background-color: rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  content: ''; }

.webform-fieldset__manual-address.disabled input, .webform-fieldset__manual-address.disabled .gform_button,
.webform-fieldset__manual-address.disabled select {
  border: 0;
  padding: 0; }

.webform-fieldset__manual-address.disabled select {
  -webkit-appearance: none; }

.pager-show-more-next a {
  text-decoration: none; }

.pane-boost-status input, .pane-boost-status .gform_button {
  color: white; }

.pane-boost-status p {
  margin: .25em 0; }

.pane-boost-status * {
  color: black; }

.o-splash__anchor {
  padding-bottom: 40%; }

@media screen and (min-width: 40em) {
  .o-splash__anchor {
    padding-bottom: 0%; } }

.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit; }

.ui-slider-horizontal {
  height: .8em; }

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

.js .big_payment__slider-wrapper {
  height: 5.75em; }

.js .big_payment__slider-wrapper:after {
  content: "";
  display: block;
  border: 1px solid #878787;
  height: 1px; }

.js .big_payment__slider {
  margin: 3em auto 0 auto;
  width: 80%;
  height: 2.0625em; }

.js .big_payment__slider .slider-labels {
  position: relative;
  left: -1.25em;
  font-family: 'Open Sans', sans-serif; }

.js .big_payment__slider label {
  padding-top: 2.75em;
  margin-left: 0;
  width: 3em;
  text-align: center;
  font-weight: bold;
  color: #878787; }

.js .big_payment__slider .chosen {
  color: #01ae83; }

.js .big_payment__slider .grey-out {
  color: #878787; }

.js .ui-slider-handle {
  background: url("../icons/png/donate-spade--green.png");
  width: 38px;
  height: 38px;
  transition: left .25s, opacity .25s;
  text-decoration: none;
  color: #01ae83;
  top: -.8em;
  opacity: 1; }

.js .drag-me:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 5px 3px 0;
  border-color: transparent #b6b6b3 transparent transparent;
  position: absolute;
  top: 6px;
  left: -10px; }

.js .drag-me:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #b6b6b3;
  position: absolute;
  top: 6px;
  right: -8px; }

.js .drag-me {
  opacity: 1;
  font-family: "Georgia";
  font-style: italic;
  font-size: 11px;
  width: 43px;
  position: relative;
  top: -2.2em;
  left: 1px; }

.vertical-line {
  border-left: 1px solid;
  height: 8px;
  position: relative;
  margin: 0 auto;
  width: 0;
  left: 1px;
  top: -42px;
  opacity: .4; }

.js .drag-me.opac-down {
  opacity: 0;
  transition: opacity 1s; }

.js .drag-me {
  opacity: 1;
  transition: opacity 1s; }

.js .ui-slider-handle.opac-down {
  opacity: .4;
  transition: opacity .25s; }

.js .ui-slider-handle:hover {
  cursor: pointer;
  opacity: 1; }

.js .ui-slider-handle:focus {
  outline: 0; }

.ui-slider .ui-slider-range {
  z-index: 0; }

.webform-component-radios--faked.webform-component__payment-type .description {
  font-family: "Georgia";
  font-size: 1.25em;
  line-height: 1.25em;
  padding: 0 0 1em .45em; }

.big_payment__direct-debit-summary {
  display: none; }

.big_payment__direct-debit-summary.enabled {
  display: block; }

@media screen and (min-width: 37.5em) {
  .big_payment__direct-debit-summary > .webform-component-markup {
    margin-left: 13.0909em !important; } }

.big_payment__direct-debit-summary .webform-component-markup {
  padding: .5454em;
  border-width: 1px;
  border-color: silver;
  border-style: solid; }

.big_payment__direct-debit-summary .webform-component-markup .direct-debit-summary {
  background-image: url(//www.shelterbox.org/sites/all/modules/custom/big_payment/img/dd.png);
  background-size: 20% auto;
  padding-right: 20%;
  background-position: top right;
  background-repeat: no-repeat;
  margin-right: 20px; }

@media screen and (min-width: 48em) {
  .big_payment__slider-wrapper {
    top: 10em !important; } }

.ie8 .big-social-media__btn,
.ie8 .big-social-media__list {
  overflow: hidden; }

.big-social-media {
  margin: .75em 0;
  font-size: 16px;
  line-height: 1.5;
  max-width: 15em; }

.big-social-media * {
  margin: 0;
  padding: 0;
  font-size: 1em;
  line-height: inherit; }

.big-social-media__btn,
.big-social-media__item,
.big-social-media__list {
  display: block; }

.big-social-media__title {
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
  clip: rect(0 0 0 0);
  position: absolute !important; }

.big-social-media__list {
  list-style: none; }

.big-social-media__btn {
  padding: .75em;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none; }

.big-social-media__item--email a {
  background-color: #0a88ff; }

.big-social-media__item--email a:hover {
  background-color: #006ed6; }

.big-social-media__item--email a:active,
.big-social-media__item--email a:focus {
  background-color: #0061bd; }

.big-social-media__item--facebook a {
  background-color: #306199; }

.big-social-media__item--facebook a:hover {
  background-color: #244872; }

.big-social-media__item--facebook a:active,
.big-social-media__item--facebook a:focus {
  background-color: #1e3c5f; }

.big-social-media__item--linkedin a {
  background-color: #007bb6; }

.big-social-media__item--linkedin a:hover {
  background-color: #005983; }

.big-social-media__item--linkedin a:active,
.big-social-media__item--linkedin a:focus {
  background-color: #00476a; }

.big-social-media__item--twitter a {
  background-color: #55acee; }

.big-social-media__item--twitter a:hover {
  background-color: #2795e9; }

.big-social-media__item--twitter a:active,
.big-social-media__item--twitter a:focus {
  background-color: #1689e0; }

.big-social-media__item--googleplus a {
  background-color: #e93f2e; }

.big-social-media__item--googleplus a:hover {
  background-color: #ce2616; }

.big-social-media__item--googleplus a:active,
.big-social-media__item--googleplus a:focus {
  background-color: #b72213; }

.big-social-media__item--youtube a {
  background-color: #df1c31; }

.big-social-media__item--youtube a:hover {
  background-color: #b21627; }

.big-social-media__item--youtube a:active,
.big-social-media__item--youtube a:focus {
  background-color: #9b1322; }

.big-social-media__item--pinterest a {
  background-color: #b81621; }

.big-social-media__item--pinterest a:hover {
  background-color: #8a1119; }

.big-social-media__item--pinterest a:active,
.big-social-media__item--pinterest a:focus {
  background-color: #740e15; }

.big-social-media__item--instagram a {
  background-color: #517fa4; }

.big-social-media__item--instagram a:hover {
  background-color: #406582; }

.big-social-media__item--instagram a:active,
.big-social-media__item--instagram a:focus {
  background-color: #385771; }

.big-social-media__item--print a {
  background-color: #4d71a9; }

.big-social-media__item--print a:hover {
  background-color: #3d5a86; }

.big-social-media__item--print a:active,
.big-social-media__item--print a:focus {
  background-color: #354e74; }

.big-social-media__icon svg path,
.big-social-media__icon svg polygon,
.big-social-media__icon svg rect {
  fill: #fff; }

.big-social-media__icon,
.big-social-media__icon svg {
  display: none; }

.bm-social-no-svg .big-social-media__icon,
.bm-social-no-svg .big-social-media__icon svg {
  display: none !important; }

.big-social-media__label {
  color: #fff; }

.js-big-social-media__dismiss {
  display: none; }

@media screen and (min-width: 20em) {
  .big-social-media {
    max-width: none; }
  .big-social-media * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; }
  .big-social-media__item {
    width: 44px;
    height: 44px;
    position: relative;
    float: left; }
  .big-social-media__btn,
  .big-social-media__icon,
  .big-social-media__item {
    min-height: 44px;
    min-width: 44px; }
  .big-social-media__btn,
  .big-social-media__icon {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1; }
  .big-social-media__btn {
    overflow: hidden;
    transition: background-color .3s ease-in-out; }
  .big-social-media__btn:after {
    display: block;
    content: '';
    width: 22px;
    height: 22px;
    margin: -.6875em 0 0 -.6875em;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    background-image: url(//www.shelterbox.org/sites/all/modules/custom/big_social/icons/bm-sm-sprite.min.png);
    background-repeat: no-repeat; }
  .big-social-media__item--email a:after {
    background-position: -79px -7px; }
  .big-social-media__item--facebook a:after {
    background-position: -115px -7px; }
  .big-social-media__item--linkedin a:after {
    background-position: -151px -7px; }
  .big-social-media__item--twitter a:after {
    background-position: -187px -7px; }
  .big-social-media__item--googleplus a:after {
    background-position: -223px -7px; }
  .big-social-media__item--youtube a:after {
    background-position: -331px -7px; }
  .big-social-media__item--pinterest a:after {
    background-position: -259px -7px; }
  .big-social-media__item--instagram a:after {
    background-position: -295px -7px; }
  .big-social-media__item--print a:after {
    background-position: -367px -7px; }
  .big-social-media__label {
    display: block;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden; }
  .big-social-media__list {
    overflow: hidden; }
  .big-social-media--uniform .big-social-media__item a {
    background-color: #666; }
  .big-social-media--uniform .big-social-media__item a .big-social-media__icon,
  .big-social-media--uniform .big-social-media__item a:after {
    opacity: .75;
    transition: opacity .3s ease-in-out; }
  .big-social-media--uniform .big-social-media__item a:active .big-social-media__icon,
  .big-social-media--uniform .big-social-media__item a:active:after,
  .big-social-media--uniform .big-social-media__item a:focus .big-social-media__icon,
  .big-social-media--uniform .big-social-media__item a:focus:after,
  .big-social-media--uniform .big-social-media__item a:hover .big-social-media__icon,
  .big-social-media--uniform .big-social-media__item a:hover:after {
    opacity: 1; }
  .big-social-media--round .big-social-media__item,
  .big-social-media--space .big-social-media__item {
    margin: .375em 0 0 .375em; }
  .big-social-media--round .big-social-media__item:first-child,
  .big-social-media--space .big-social-media__item:first-child {
    margin-left: 0; }
  .big-social-media--round .big-social-media__btn {
    border-radius: 2.75em; }
  .bm-social-svg .big-social-media__btn:after {
    display: none !important;
    content: none; }
  .bm-social-svg .big-social-media__item {
    width: 2.75em;
    height: 2.75em; }
  .bm-social-svg .big-social-media__icon,
  .bm-social-svg .big-social-media__icon svg {
    display: block; }
  .bm-social-svg .big-social-media__icon svg {
    width: 1.375em;
    height: 1.375em;
    margin: -.6875em 0 0 -.6875em;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1; } }

@media screen and (min-width: 20em) and (max-width: 35.4375em) {
  .big-social-media--share .big-social-media__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap; }
  .big-social-media--share .big-social-media__item {
    -ms-flex: 1 44px;
        flex: 1 44px; } }

@media screen and (min-width: 48em) and (min-height: 40em) {
  @keyframes slideIn {
    0% {
      transform: translateX(-100%); }
    100% {
      transform: translateX(0); } }
  @keyframes slideOut {
    0% {
      transform: translateX(0); }
    100% {
      transform: translateX(-100%); } }
  .js-big-social-media__dismiss {
    display: block;
    padding: 0;
    width: 2.75em;
    height: 2.75em;
    border: 0;
    background: 0 0;
    position: absolute;
    top: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    opacity: .8; }
  .js-big-social-media__dismiss:active,
  .js-big-social-media__dismiss:focus,
  .js-big-social-media__dismiss:hover {
    outline: 0;
    opacity: 1; }
  .js-big-social-media__dismiss:after {
    display: block;
    content: '';
    width: 22px;
    height: 22px;
    margin: -11px 0 0 -11px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    background: url(//www.shelterbox.org/sites/all/modules/custom/big_social/icons/bm-sm-sprite.min.png)-7px-7px no-repeat; }
  .js-big-social-media__dismiss.is-closed:after {
    background-position: -43px -7px; }
  .js-big-social-media__list {
    display: block;
    animation: slideIn 1s cubic-bezier(0.55, 0, 0.1, 1);
    -webkit-animation: slideIn 1s cubic-bezier(0.55, 0, 0.1, 1);
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards; }
  .js-big-social-media__list.is-closed {
    display: none; }
  .big-social-media--fixed {
    margin: 0;
    padding-top: 2.75em;
    position: fixed;
    top: 20%;
    left: 0;
    z-index: 490;
    animation: slideIn 1s cubic-bezier(0.55, 0, 0.1, 1);
    -webkit-animation: slideIn 1s cubic-bezier(0.55, 0, 0.1, 1);
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards; }
  .big-social-media--fixed .big-social-media__item {
    float: none; }
  .bm-social-svg .js-big-social-media__dismiss:after {
    background: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20version%3D%221.1%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2222px%22%20height%3D%2222px%22%20viewBox%3D%220%200%2022%2022%22%20enable-background%3D%22new%200%200%2022%2022%22%20xml%3Aspace%3D%22preserve%22%3E%3Crect%20x%3D%221%22%20y%3D%221%22%20fill%3D%22none%22%20width%3D%2230%22%20height%3D%2230%22/%3E%3Cg%20display%3D%22none%22%3E%3Crect%20x%3D%228%22%20y%3D%228%22%20display%3D%22inline%22%20fill%3D%22none%22%20width%3D%2216%22%20height%3D%2216%22/%3E%3C/g%3E%3Cg%20display%3D%22none%22%3E%3Cpath%20display%3D%22inline%22%20fill%3D%22%23FFFFFF%22%20d%3D%22M6.6%2028H0.8V10.3h5.8V28zM3.5%208.1L3.5%208.1C1.4%208.1%200%206.8%200%205.1%200%203.3%201.4%202%203.6%202c2.2%200%203.5%201.3%203.5%203.1C7.1%206.8%205.7%208.1%203.5%208.1zM30%2028h-6.6v-9.1c0-2.4-1-4-3.301-4C18.4%2014.9%2017.4%2016%2016.9%2017.1%2016.7%2017.5%2016.8%2018%2016.8%2018.5V28h-6.6c0%200%200.1-16.2%200-17.7h6.6v2.8c0.4-1.2%202.5-2.9%205.8-2.9%204.2%200%207.4%202.5%207.4%208V28z%22/%3E%3C/g%3E%3Cg%20display%3D%22none%22%3E%3Cpath%20display%3D%22inline%22%20fill%3D%22%23FFFFFF%22%20d%3D%22M30%208c-0.1%202.9-2.2%206.9-6.1%2012%20-4.101%205.3-7.601%208-10.4%208%20-1.7%200-3.2-1.6-4.4-4.9%20-0.8-3-1.6-5.899-2.4-8.899C5.8%2011%204.8%209.3%203.8%209.3c-0.2%200-1%200.5-2.4%201.4L0%209c1.5-1.3%202.9-2.6%204.4-3.9%202-1.7%203.4-2.6%204.4-2.7%202.3-0.2%203.8%201.4%204.3%204.8%200.6%203.7%201%206%201.2%206.9%200.7%203.1%201.4%204.6%202.2%204.6%200.6%200%201.6-1%202.8-3%201.3-2%201.9-3.5%202-4.5%200.2-1.7-0.5-2.6-2-2.6%20-0.7%200-1.5%200.2-2.2%200.5%201.5-4.8%204.301-7.2%208.5-7C28.7%202.1%2030.2%204.1%2030%208z%22/%3E%3C/g%3E%3Cg%20display%3D%22none%22%3E%3Cpath%20display%3D%22inline%22%20fill%3D%22%23FFFFFF%22%20d%3D%22M30%205.1c-1.1%200.5-2.3%200.9-3.5%201%201.3-0.8%202.2-2.1%202.7-3.6%20-1.2%200.8-2.5%201.3-3.9%201.6C24.1%202.8%2022.5%202%2020.8%202c-3.399%200-6.2%202.9-6.2%206.6%200%200.5%200.1%201%200.2%201.5C9.7%209.8%205.1%207.2%202.1%203.2c-0.5%201-0.8%202.1-0.8%203.3%200%202.3%201.1%204.3%202.7%205.5%20-1%200-2-0.3-2.8-0.8v0.1c0%203.2%202.1%205.8%204.9%206.4%20-0.5%200.2-1.1%200.2-1.6%200.2%20-0.4%200-0.8%200-1.2-0.101C4.1%2020.4%206.4%2022.3%209%2022.4c-2.1%201.8-4.8%202.8-7.6%202.8%20-0.5%200-1%200-1.5-0.101C2.7%2026.9%206%2028%209.4%2028c11.3%200%2017.5-10%2017.5-18.7%200-0.3%200-0.6%200-0.8C28.1%207.5%2029.2%206.4%2030%205.1%22/%3E%3C/g%3E%3Cg%20display%3D%22none%22%3E%3Cpath%20display%3D%22inline%22%20fill%3D%22%23FFFFFF%22%20d%3D%22M18%2011V9.3c0-1.2%200.1-1.8%201.8-1.8H22V3h-3.5C14.2%203%2013%205.2%2013%209.8V11h-3v5h3v13h5V16h3l1-5H18z%22/%3E%3C/g%3E%3Cg%20display%3D%22none%22%3E%3Cpath%20display%3D%22inline%22%20fill%3D%22%23FFFFFF%22%20d%3D%22M20.8%2015L11%2021V9L20.8%2015zM30%2020.6V9.4c0%200%200-5.4-5.2-5.4H5.2C5.2%204%200%204%200%209.4v11.2c0%200%200%205.4%205.2%205.4h19.7C24.8%2026%2030%2026%2030%2020.6%22/%3E%3C/g%3E%3Cg%20display%3D%22none%22%3E%3Crect%20x%3D%225%22%20y%3D%226%22%20display%3D%22inline%22%20fill%3D%22%237C7C7C%22%20width%3D%2222%22%20height%3D%224%22/%3E%3Crect%20x%3D%225%22%20y%3D%2214%22%20display%3D%22inline%22%20fill%3D%22%237C7C7C%22%20width%3D%2222%22%20height%3D%224%22/%3E%3Crect%20x%3D%225%22%20y%3D%2222%22%20display%3D%22inline%22%20fill%3D%22%237C7C7C%22%20width%3D%2222%22%20height%3D%224%22/%3E%3C/g%3E%3Cg%20display%3D%22none%22%3E%3Cg%20display%3D%22inline%22%3E%3Cpath%20fill%3D%22%23E0304B%22%20d%3D%22M9.2%205.6c-3.5%202.6-4.3%207.5-1.8%2011.1%202.6%203.5%207.5%204.3%2011.1%201.8%203.5-2.6%204.3-7.5%201.8-11.1C17.6%203.8%2012.7%203%209.2%205.6zM16.4%2015.6c-2%201.4-4.8%201-6.2-1%20-1.4-2-1-4.8%201-6.2s4.8-1%206.2%201C18.9%2011.3%2018.4%2014.1%2016.4%2015.6z%22/%3E%3Crect%20x%3D%2219.715%22%20y%3D%2218.719%22%20transform%3D%22matrix%28-0.8092%200.5875%20-0.5875%20-0.8092%2052.9304%2029.2489%29%22%20fill%3D%22%23E0304B%22%20width%3D%224.001%22%20height%3D%229%22/%3E%3C/g%3E%3C/g%3E%3Cg%20display%3D%22none%22%3E%3Cpolygon%20display%3D%22inline%22%20fill%3D%22%23E0304B%22%20points%3D%2225%2016%2021.5%2012.5%2013%204%209.5%207.5%2017.9%2016%209.5%2024.5%2013%2028%2021.5%2019.5%20%22/%3E%3C/g%3E%3Cg%20display%3D%22none%22%3E%3Cpolygon%20display%3D%22inline%22%20fill%3D%22%23FFFFFF%22%20points%3D%2224%2016%2021.9%2013.9%2012%204%209.9%206.1%2019.8%2016%209.9%2025.9%2012%2028%2021.9%2018.1%20%22/%3E%3C/g%3E%3Cg%20display%3D%22none%22%3E%3Cpolygon%20display%3D%22inline%22%20fill%3D%22%23FFFFFF%22%20points%3D%227%2016%209.1%2013.9%2019%204%2021.1%206.1%2011.2%2016%2021.1%2025.9%2019%2028%209.1%2018.1%20%22/%3E%3C/g%3E%3Cg%20display%3D%22none%22%3E%3Cpolygon%20display%3D%22inline%22%20fill%3D%22%23E0304B%22%20points%3D%227%2016%2010.5%2012.5%2019%204%2022.5%207.5%2014.1%2016%2022.5%2024.5%2019%2028%2010.5%2019.5%20%22/%3E%3C/g%3E%3Cpolygon%20fill%3D%22%236F6E6E%22%20points%3D%2219.1%205.8%2016.2%202.9%2011%208.201%205.8%202.9%202.9%205.8%208.2%2011%202.9%2016.201%205.8%2019.1%2011%2013.8%2016.2%2019.1%2019.1%2016.201%2013.8%2011%20%22/%3E%3Cg%20display%3D%22none%22%3E%3Cg%20display%3D%22inline%22%3E%3Cpath%20fill%3D%22%23E74E12%22%20d%3D%22M1%2028c0-1%200-2.5-0.1-4.5%200-2-0.1-3.4-0.1-4.4%200-1.8%200.1-3.399%200.2-4.8%200.1-1.3%200.4-2.7%200.7-4.1%200.4-1.3%200.9-2.4%201.6-3.3C4%206.1%204.8%205.4%206%204.8%207.1%204.3%208.4%204%2010%204l3%206c-2.2%200-3.7%200.5-4.6%201.4S7%2013.9%207%2016h6v12H1zM19%2028c0-1%200-2.5-0.1-4.5%200-2-0.101-3.4-0.101-4.4%200-1.8%200.101-3.399%200.2-4.8%200.1-1.3%200.4-2.7%200.7-4.1C20.1%208.8%2020.6%207.7%2021.2%206.8c0.7-0.9%201.5-1.6%202.7-2.1C25.1%204.3%2026.4%204%2028%204l3%206c-2.2%200-3.7%200.5-4.6%201.4C25.5%2012.3%2025%2013.9%2025%2016h6v12H19z%22/%3E%3C/g%3E%3C/g%3E%3Cg%20display%3D%22none%22%3E%3Cg%20display%3D%22inline%22%3E%3Cpath%20fill%3D%22%23E74E12%22%20d%3D%22M31%204c0%201%200%202.5%200.1%204.5%200%202%200.101%203.4%200.101%204.4%200%201.8-0.101%203.4-0.2%204.8%20-0.1%201.3-0.4%202.7-0.7%204.1%20-0.399%201.4-0.899%202.5-1.5%203.4%20-0.7%200.899-1.5%201.6-2.7%202.1C24.9%2027.7%2023.6%2028%2022%2028l-3-6c2.2%200%203.7-0.5%204.6-1.4C24.5%2019.7%2025%2018.1%2025%2016h-6V4H31zM13%204c0%201%200%202.5%200.1%204.5%200%202%200.1%203.4%200.1%204.4%200%201.8-0.1%203.4-0.2%204.8%20-0.1%201.3-0.4%202.7-0.7%204.1%20-0.4%201.4-0.9%202.5-1.5%203.4%20-0.7%200.899-1.5%201.6-2.7%202.1C6.9%2027.7%205.6%2028%204%2028l-3-6c2.2%200%203.7-0.5%204.6-1.4C6.5%2019.7%207%2018.1%207%2016H1V4H13z%22/%3E%3C/g%3E%3C/g%3E%3Cg%20display%3D%22none%22%3E%3Crect%20x%3D%229%22%20y%3D%2214%22%20display%3D%22inline%22%20fill%3D%22%23FFFFFF%22%20width%3D%2214%22%20height%3D%224%22/%3E%3Crect%20x%3D%2214%22%20y%3D%229%22%20display%3D%22inline%22%20fill%3D%22%23FFFFFF%22%20width%3D%224%22%20height%3D%2214%22/%3E%3C/g%3E%3Cg%20display%3D%22none%22%3E%3Crect%20x%3D%229%22%20y%3D%2214%22%20display%3D%22inline%22%20fill%3D%22%23FFFFFF%22%20width%3D%2214%22%20height%3D%224%22/%3E%3C/g%3E%3Cg%20display%3D%22none%22%3E%3Cpolygon%20display%3D%22inline%22%20fill%3D%22%23E0304B%22%20points%3D%2216%206.5%201%2021.5%204.5%2025%2016%2013.5%2027.5%2025%2031%2021.5%20%22/%3E%3C/g%3E%3Cg%20display%3D%22none%22%3E%3Cpolygon%20display%3D%22inline%22%20fill%3D%22%23E0304B%22%20points%3D%2216%2025%2031%2010%2027.5%206.5%2016%2017.9%204.5%206.5%201%2010%20%22/%3E%3C/g%3E%3C/svg%3E") center center no-repeat;
    background-size: 22px 22px; }
  .bm-social-svg .js-big-social-media__dismiss.is-closed:after {
    background: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2015.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2222px%22%20height%3D%2222px%22%20viewBox%3D%220%200%2022%2022%22%20enable-background%3D%22new%200%200%2022%2022%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill%3D%22%236F6E6E%22%20d%3D%22M12.924%2C4.953c0%2C0.261%2C0.035%2C0.514%2C0.102%2C0.755L7.879%2C8.651c-0.511-0.378-1.148-0.602-1.84-0.602%0D%0A%09C4.36%2C8.049%2C3%2C9.372%2C3%2C11.001c0%2C1.629%2C1.36%2C2.952%2C3.038%2C2.952c0.691%2C0%2C1.331-0.223%2C1.84-0.602l5.147%2C2.94%0D%0A%09c-0.065%2C0.242-0.103%2C0.495-0.103%2C0.756c0%2C1.631%2C1.36%2C2.952%2C3.039%2C2.952C17.642%2C20%2C19%2C18.679%2C19%2C17.048c0-1.63-1.358-2.95-3.038-2.95%0D%0A%09c-0.562%2C0-1.095%2C0.149-1.547%2C0.41l-5.368-3.1C9.065%2C11.274%2C9.075%2C11.137%2C9.075%2C11c0-0.139-0.009-0.275-0.028-0.408l5.368-3.1%0D%0A%09c0.452%2C0.261%2C0.981%2C0.412%2C1.547%2C0.412c1.68%2C0%2C3.038-1.321%2C3.038-2.952S17.642%2C2%2C15.962%2C2C14.285%2C2.001%2C12.924%2C3.323%2C12.924%2C4.953z%22%0D%0A%09/%3E%0D%0A%3C/svg%3E%0D%0A") center center no-repeat;
    background-size: 22px 22px; } }

.ie8 .big-social-media {
  max-width: none; }

.ie8 .big-social-media * {
  box-sizing: border-box; }

.ie8 .big-social-media__item {
  width: 2.75em;
  height: 2.75em;
  position: relative;
  float: left; }

.ie8 .big-social-media__btn,
.ie8 .big-social-media__icon,
.ie8 .big-social-media__item {
  min-height: 44px;
  min-width: 44px; }

.ie8 .big-social-media__btn,
.ie8 .big-social-media__icon {
  padding: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1; }

.ie8 .big-social-media__btn:after {
  display: block;
  content: '';
  width: 22px;
  height: 22px;
  margin: -.6875em 0 0 -.6875em;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  background-image: url(//www.shelterbox.org/sites/all/modules/custom/big_social/icons/bm-sm-sprite.min.png);
  background-repeat: no-repeat; }

.ie8 .big-social-media__item--email a:after {
  background-position: -79px -7px; }

.ie8 .big-social-media__item--facebook a:after {
  background-position: -115px -7px; }

.ie8 .big-social-media__item--linkedin a:after {
  background-position: -151px -7px; }

.ie8 .big-social-media__item--twitter a:after {
  background-position: -187px -7px; }

.ie8 .big-social-media__item--googleplus a:after {
  background-position: -223px -7px; }

.ie8 .big-social-media__item--youtube a:after {
  background-position: -331px -7px; }

.ie8 .big-social-media__item--pinterest a:after {
  background-position: -259px -7px; }

.ie8 .big-social-media__item--instagram a:after {
  background-position: -295px -7px; }

.ie8 .big-social-media__item--print a:after {
  background-position: -367px -7px; }

.ie8 .big-social-media__label {
  display: block;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden; }

.ie8 .big-social-media--uniform .big-social-media__item a,
.ie8 .big-social-media--uniform .big-social-media__item a:active,
.ie8 .big-social-media--uniform .big-social-media__item a:focus,
.ie8 .big-social-media--uniform .big-social-media__item a:hover {
  background-color: #666; }

.ie8 .big-social-media--round .big-social-media__item,
.ie8 .big-social-media--space .big-social-media__item {
  margin: .375em 0 0 .375em; }

.ie8 .big-social-media--round .big-social-media__item:first-child,
.ie8 .big-social-media--space .big-social-media__item:first-child {
  margin-left: 0; }

.ie8 .big-social-media--fixed {
  margin: 0;
  position: fixed;
  top: 20%;
  left: 0;
  z-index: 490; }

.ie8 .big-social-media--fixed .big-social-media__item {
  float: none; }

* {
  margin: 0;
  padding: 0;
  border: 0; }

* + * {
  margin-top: 1.5em; }

body {
  font-family: sans-serif;
  font-size: 1em;
  line-height: 1.5;
  color: #333; }

button,
input,
.gform_button,
select,
textarea {
  padding: .5em;
  border: 2px solid #666;
  font-size: 1em;
  line-height: inherit;
  cursor: pointer; }

ul ul,
ol ol,
ol ul,
ul ol {
  margin-left: 1em; }

img {
  width: 100%;
  max-width: 100%;
  height: auto; }

.navigation img {
  display: none; }

.logo__img,
.img--svg {
  width: auto; }

.toolbar ul {
  max-width: initial; }

.element-invisible,
#toolbar .visuallyhidden,
#toolbar .visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.clearfix {
  display: inline-block; }

* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

#content {
  clear: both; }

ul.tabs {
  margin: 0 0 0 .75em; }

.messages {
  clear: both; }

.flex-direction-nav {
  clear: both; }

.thumbnails {
  clear: both; }

.thumbnails li {
  margin-top: 0; }

.tabs li {
  float: left;
  display: block;
  margin: 0 .75em .75em 0; }

.tabs li a {
  display: block;
  padding: .5em;
  border-width: 1px;
  border-color: silver;
  border-style: solid;
  color: gray;
  text-align: center;
  text-decoration: none; }

.tabs li a:hover,
.tabs li a:active,
.tabs li a:focus {
  border-color: #019875; }

.tabs li a.active {
  color: #fff;
  background: #019875;
  border-color: #fff; }

noscript {
  display: inline-block;
  background: #f39c12;
  text-align: center; }

.messages {
  background-repeat: no-repeat;
  margin: .75em 0;
  border: 0;
  padding: 12px; }

.messages a {
  color: #333;
  text-decoration: underline; }

.messages a:hover,
.messages a:active,
.messages a:focus {
  color: #fff; }

.lt-ie8 .messages {
  zoom: 1; }

.status,
.ok {
  color: #fff; }

.status,
table tr.ok {
  background-color: #019875; }

.warning {
  color: #fff; }

.warning,
table tr.warning {
  background-color: #ef4836; }

.error {
  color: #fff; }

.error,
table tr.error {
  background-color: #ef4836; }

.error p.error {
  color: #fff; }

.messages ul {
  margin: 0 0 0 1em;
  padding: 0; }

.messages ul li {
  margin-bottom: .5em;
  list-style-type: disc;
  list-style-image: none; }

input.error, .error.gform_button,
textarea.error,
elect.error {
  background: #fff;
  color: #ef4836;
  border-color: #ef4836 !important; }

input.error:active, .error.gform_button:active,
textarea.error:active,
elect.error:active,
input.error:focus,
.error.gform_button:focus,
textarea.error:focus,
elect.error:focus {
  color: #333; }

.messages .krumo-root {
  color: #333; }

.krumo-root img {
  display: inline;
  margin: 0;
  width: auto; }

html,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
main,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-weight: normal;
  vertical-align: baseline; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

q:before,
q:after {
  content: ''; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none; }

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

img {
  -ms-interpolation-mode: bicubic; }

svg:not(:root) {
  overflow: hidden; }

hr {
  box-sizing: content-box;
  height: 0; }

*,
*:before,
*:after {
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

.ajax-progress-throbber,
.views-throbbing,
span.views-throbbing {
  display: none; }

html {
  background: #fff;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar; }

body {
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  background-color: #fff;
  font-family: sans-serif;
  font-size: 100%;
  font-weight: normal;
  line-height: 1.5;
  vertical-align: baseline;
  color: #6c6c6c; }

.wf-active body {
  font-family: 'Open Sans', sans-serif; }

.giga {
  font-size: 4.5em;
  line-height: 1.33333333; }

.mega {
  font-size: 3.25em;
  line-height: 1.25; }

.kilo {
  font-size: 3em;
  line-height: 1.125; }

h1 {
  margin-top: .66666667em;
  font-size: 2.25em;
  line-height: 1.33333333; }

h2 {
  margin-top: .64285714em;
  font-size: 1.75em;
  line-height: 1.28571429; }

h3 {
  margin-top: .76190476em;
  font-size: 1.3125em;
  line-height: 1.52380952; }

h4 {
  margin-top: 1.33333333em;
  font-size: 1.125em;
  line-height: 1.33333333; }

h5 {
  margin-top: .75em;
  font-size: 1em;
  line-height: 1.5; }

h6 {
  margin-top: 1em;
  font-size: .875em;
  line-height: 1.57142857; }

small {
  font-size: 13px;
  font-size: .8125rem;
  line-height: 1.84615385; }

p,
ol,
ul,
dl,
address {
  font-size: 1em;
  line-height: 1.5; }

p {
  margin-top: 1.5em; }

ul,
ol {
  margin-top: 1.5em;
  padding: 0 0 0 1.5em;
  list-style-position: inside; }

ul {
  list-style-type: square; }

ol {
  list-style-type: decimal; }

ul li,
ol li {
  margin-top: .75em; }

li li {
  margin-top: .375em; }

.items {
  padding: 0;
  list-style-type: none; }

dt {
  margin-bottom: .75em;
  padding-bottom: .6875em;
  border-bottom: 1px dashed #777;
  font-weight: bold; }

dt + dd {
  margin-top: .75em; }

abbr[title] {
  border-bottom: 1px dotted #777;
  cursor: help; }

b,
strong {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700; }

i,
em {
  font-style: italic;
  font-family: Georgia, serif; }

dfn {
  font-style: italic; }

ins {
  background-color: #fff;
  color: #6c6c6c;
  text-decoration: none; }

mark {
  background-color: #fff;
  color: #6c6c6c;
  font-style: italic;
  font-weight: bold; }

pre,
code,
kbd,
samp {
  padding: 0 .25em;
  font-family: Monaco, Courier New, monospace;
  font-size: 1em;
  line-height: 1.5em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: auto; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

time {
  font-weight: 700;
  color: #008857; }

.the-measure {
  margin: 0 auto;
  max-width: 30em; }

.the-measure p,
.the-measure ol,
.the-measure ul {
  margin: 0 0 1em;
  font-size: .875em;
  line-height: 1.57142857; }

.s-the-measure h3 {
  margin-top: 1.33333333em;
  font-size: 1.125em;
  line-height: 1.33333333;
  margin-bottom: .66666667em;
  font-family: Georgia, serif;
  font-style: italic; }

.s-the-measure h4 {
  margin: 0;
  font-size: .875em;
  line-height: 1.57142857;
  font-weight: 700;
  text-transform: uppercase; }

.hgroup + div .s-the-measure > p:first-child {
  font-weight: 700; }

a {
  color: #008857; }

a:visited {
  color: #009761; }

a:hover,
a:active {
  text-decoration: underline;
  color: #006f47; }

a:focus {
  outline: thin dotted;
  color: #008857; }

::-moz-selection {
  background-color: #9cf;
  color: #333;
  text-shadow: none; }

::selection {
  background-color: #9cf;
  color: #333;
  text-shadow: none; }

a[href="#coming soon"] {
  cursor: default; }

.wrapper--inverted a {
  color: #e6e6e6;
  color: rgba(255, 255, 255, 0.85); }

.wrapper--inverted a:hover,
.wrapper--inverted a:active {
  color: #fff; }

hr {
  display: block;
  margin: 1em auto;
  width: 38.2%;
  height: 1px;
  max-width: 42em;
  padding: 0;
  border: 0;
  border-bottom: 1px solid #777; }

img {
  display: block;
  margin: 1.5em 0 0;
  border: 0; }

iframe {
  display: block; }

figure {
  background: transparent; }

figure img {
  margin-top: 0;
  width: 100%;
  max-width: 100%;
  height: auto; }

q {
  font-family: Georgia, serif;
  font-style: italic;
  letter-spacing: inherit;
  color: #008857; }

blockquote {
  margin: .71428571em 0;
  font-family: Georgia, serif;
  font-size: 1.75em;
  line-height: 1.28571429;
  font-style: italic;
  color: #008857;
  clear: both; }

blockquote:before {
  display: block;
  height: .57142857em;
  line-height: 1;
  font-weight: 700; }

blockquote:before {
  content: "\201C"; }

blockquote *:first-child {
  margin-top: 0; }

figcaption {
  display: block;
  padding: .57142857em .57142857em 0;
  font-family: Georgia, serif;
  font-style: italic;
  font-size: .875em;
  line-height: 1.57142857;
  color: #777; }

cite {
  font-style: normal;
  font-weight: 700;
  color: #575757; }

.quote {
  max-width: 54em; }

.quote blockquote p {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit; }

.quote__attribution {
  margin: 0 auto;
  max-width: 15em; }

.quote__attribution p {
  margin: 0; }

.quote__attribution em {
  text-transform: uppercase; }

.quote--collage {
  padding: 6em 3em; }

.quote--collage blockquote {
  margin: 0;
  font-family: inherit;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  font-size: 1em;
  line-height: 1.5;
  text-transform: uppercase;
  color: inherit; }

.quote--collage blockquote:before,
.quote--collage blockquote:after {
  display: none; }

.quote--collage blockquote p {
  margin: 0 auto;
  max-width: 18em; }

.map-embed {
  margin: 0 auto;
  padding: 0 1.5em;
  max-width: 42em; }

.video-embed__wrapper {
  height: 0;
  position: relative; }

.video-embed iframe,
.video-embed object,
.video-embed embed {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.video-embed figcaption {
  text-align: center;
  text-transform: lowercase; }

.video-embed--16-9 .video-embed__wrapper {
  padding-bottom: 56.25%; }

.video-embed__wrapper p {
  display: none; }

.video-embed a {
  display: none; }

button,
input,
.gform_button,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
html [type="button"].gform_button,
input[type="reset"],
[type="reset"].gform_button,
input[type="submit"],
[type="submit"].gform_button {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled],
html [disabled].gform_button {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner,
.gform_button::-moz-focus-inner {
  border: 0;
  padding: 0; }

input, .gform_button {
  line-height: normal; }

input[type="checkbox"], [type="checkbox"].gform_button,
input[type="radio"],
[type="radio"].gform_button {
  box-sizing: border-box; }

input[type="number"]::-webkit-inner-spin-button, [type="number"].gform_button::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button,
[type="number"].gform_button::-webkit-outer-spin-button {
  height: auto; }

input[type="search"], [type="search"].gform_button {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, [type="search"].gform_button::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
[type="search"].gform_button::-webkit-search-decoration {
  -webkit-appearance: none; }

optgroup {
  font-weight: bold; }

::-webkit-input-placeholder {
  color: #777; }

::-moz-placeholder {
  color: #777; }

:-ms-input-placeholder {
  color: #777; }

:-moz-placeholder {
  color: #777; }

form {
  margin-top: 1.5em; }

main form,
article form {
  padding: 2em 2.25em .75em; }

main form:before,
article form:before,
main form:after,
article form:after {
  content: " ";
  display: table; }

main form:after,
article form:after {
  clear: both; }

.lt-ie8 main form,
.lt-ie8 article form {
  zoom: 1; }

main form:before,
article form:before,
main form:after,
article form:after {
  content: " ";
  display: table; }

main form:after,
article form:after {
  clear: both; }

.lt-ie8 main form,
.lt-ie8 article form {
  zoom: 1; }

fieldset {
  margin: 0 0 1.5em; }

legend {
  display: block;
  *margin-left: -7px;
  width: 100%;
  white-space: normal; }

legend span {
  padding-left: .25em; }

label {
  max-width: 100%;
  font-weight: normal;
  cursor: pointer;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

input, .gform_button,
textarea,
select {
  display: block;
  margin: 0;
  padding: .6875em .25em;
  min-height: 2.25em;
  width: 100%;
  background: #fff;
  border: 1px solid #e8e3d9;
  line-height: 1.5;
  color: #6c6c6c;
  border-radius: 0;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

input:hover, .gform_button:hover,
textarea:hover,
select:hover {
  border-color: #e6e1d5;
  background: #fff; }

input:active, .gform_button:active,
textarea:active,
select:active,
input:focus,
.gform_button:focus,
textarea:focus,
select:focus {
  border-color: #f5ac39;
  background-color: #fff;
  color: #6c6c6c; }

.lt-ie9 input, .lt-ie9 .gform_button,
.lt-ie9 textarea,
.lt-ie9 select {
  min-height: 0; }

.lt-ie8 input, .lt-ie8 .gform_button,
.lt-ie8 textarea,
.lt-ie8 select {
  display: block;
  filter: chroma(color=#000); }

input, .gform_button,
textarea {
  -webkit-appearance: none; }

input[type="image"], [type="image"].gform_button,
input[type="checkbox"],
[type="checkbox"].gform_button,
input[type="radio"],
[type="radio"].gform_button {
  display: inline-block;
  padding: 0;
  width: auto;
  min-height: 0;
  border: 1px solid #878787;
  background: transparent;
  cursor: pointer; }

input[type="checkbox"], [type="checkbox"].gform_button {
  width: 1em;
  height: 1em;
  *overflow: hidden;
  -webkit-appearance: checkbox; }

input[type="image"], [type="image"].gform_button {
  border: 0;
  box-shadow: none; }

input[type="file"], [type="file"].gform_button {
  width: auto;
  padding: initial;
  line-height: initial;
  border: initial;
  background-color: transparent;
  background-color: initial;
  box-shadow: none; }

input[type="button"], [type="button"].gform_button,
input[type="reset"],
[type="reset"].gform_button,
input[type="submit"],
[type="submit"].gform_button {
  *overflow: visible; }

select {
  height: 2.25em;
  background-color: #fff; }

select[multiple],
select[size] {
  height: auto; }

select * {
  margin: 0; }

textarea {
  resize: vertical;
  overflow: auto;
  vertical-align: top; }

input[type="hidden"], [type="hidden"].gform_button {
  display: none; }

input[disabled], [disabled].gform_button,
select[disabled],
textarea[disabled],
input[readonly],
[readonly].gform_button,
select[readonly],
textarea[readonly] {
  opacity: .5;
  cursor: not-allowed; }

input:focus, .gform_button:focus,
textarea:focus,
select:focus,
button:focus {
  outline: 0; }

input[type="file"]:focus, [type="file"].gform_button:focus,
input[type="radio"]:focus,
[type="radio"].gform_button:focus,
input[type="checkbox"]:focus,
[type="checkbox"].gform_button:focus,
select:focus {
  box-shadow: none; }

.form-submit, .gform_button {
  margin: .85714286em 0;
  padding: .71428571em .85714286em;
  background-color: #434343;
  border-color: #434343;
  font-size: .875em;
  line-height: 1.71428571;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: .15em;
  color: #fff;
  white-space: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: .2s background-color linear; }

.form-submit:hover, .gform_button:hover,
.form-submit:active,
.gform_button:active,
.form-submit:focus,
.gform_button:focus {
  background-color: #363636;
  border-color: #363636;
  color: #fff; }

.form-submit:active, .gform_button:active,
.form-submit:focus,
.gform_button:focus {
  background-color: #008857;
  border-color: #008857;
  margin: .92857143em 0 .78571429em; }

.lt-ie8 .form-submit, .lt-ie8 .gform_button {
  *zoom: 1; }

form em,
form abbr {
  text-align: right;
  color: #ef4836; }

form em {
  display: block; }

form strong {
  text-transform: uppercase; }

form small {
  font-size: 12px;
  font-size: .75rem; }

form ul {
  list-style-type: none !important; }

form br {
  display: none; }

.fieldset-description {
  padding-left: .25em; }

.form-item {
  margin-bottom: .375em; }

.form-item label {
  padding-left: .25em; }

.form-item .description {
  padding-left: .30769231em;
  font-size: 13px;
  font-size: .8125rem;
  line-height: 1.84615385;
  color: #019875; }

.form-required {
  color: #ef4836; }

.form-textarea-wrapper {
  margin-top: 0; }

.grippie {
  display: none !important; }

.form-checkboxes > label {
  display: none; }

.form-checkboxes {
  margin: .75em .375em 0; }

table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.5em;
  border-spacing: 0;
  background-color: transparent; }

caption {
  padding: 1.5em;
  font-weight: 300; }

th,
td {
  padding: .5em .5625em .5625em;
  vertical-align: middle;
  border-top: 1px solid #878787;
  line-height: 1.5em;
  text-align: left; }

th {
  font-weight: 700; }

thead th {
  vertical-align: bottom; }

colgroup + thead tr:first-child th,
colgroup + thead tr:first-child td,
thead:first-child tr:first-child th,
thead:first-child tr:first-child td {
  border-top: 0; }

tbody + tbody {
  border-top: 2px solid #878787; }

.table--striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #acadb2; }

.hide-text,
.u-hide-text {
  display: block;
  text-indent: -999em;
  white-space: nowrap;
  overflow: hidden; }

.hidden,
.u-hidden {
  display: none !important;
  visibility: hidden; }

.mobile-hidden,
.u-mobile-hidden {
  display: none; }

.visually-hidden,
.u-visually-hidden {
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
  clip: rect(0 0 0 0);
  position: absolute !important; }

.invisible,
.u-invisible {
  visibility: hidden; }

.clearfix:before,
.u-clearfix:before,
.clearfix:after,
.u-clearfix:after {
  content: " ";
  display: table; }

.clearfix:after,
.u-clearfix:after {
  clear: both; }

.lt-ie8 .clearfix,
.lt-ie8 .u-clearfix {
  zoom: 1; }

.clear,
.u-clear {
  clear: both; }

.clear--left,
.u-clear--left {
  clear: left; }

.clear--right,
.u-clear--right {
  clear: right; }

.wrapper {
  margin: 0 auto; }

.banner__wrapper {
  overflow: hidden;
  padding: 1em .75em; }

.main__wrapper {
  padding: 0 .75em; }

.section__wrapper {
  padding: 3em 0; }

.wrapper--page {
  overflow: hidden;
  max-width: 40em;
  position: relative;
  background-color: #fff; }

.lt-ie7 .wrapper--page {
  width: 40em; }

@media screen and (min-width: 40em) {
  .banner__wrapper {
    padding-left: 0;
    padding-right: 0;
    width: 87.5%; } }

@media screen and (min-width: 48em) {
  .banner__wrapper {
    padding: 0; } }

@media screen and (min-width: 37.5em) {
  .main__wrapper {
    padding-top: 4.5em; } }

@media screen and (min-width: 40em) {
  .main__wrapper {
    padding-left: 0;
    padding-right: 0; } }

@media screen and (min-width: 48em) {
  .main__wrapper {
    padding-top: 6.75em; } }

@media screen and (min-width: 64em) {
  .main__wrapper {
    padding-top: 6em; } }

@media screen and (min-width: 37.5em) {
  .has-banner .main__wrapper {
    padding-top: 0 !important; } }

@media screen and (min-width: 40em) {
  .header__wrapper,
  .admin__wrapper {
    width: 87.5%; } }

@media screen and (min-width: 0.0625em) {
  .wrapper--page {
    max-width: none; } }

@media screen and (min-width: 120em) {
  .wrapper--page {
    font-size: 1.25em; } }

@media screen and (min-width: 40em) {
  .layout--everything-else .section__wrapper {
    width: 87.5%; } }

@media screen and (min-width: 54em) {
  .layout--everything-else .section__wrapper {
    width: 80%; } }

@media screen and (min-width: 64em) {
  .layout--everything-else .section__wrapper {
    width: 75%; } }

@media screen and (min-width: 72em) {
  .layout--everything-else .section__wrapper {
    width: 66.666%;
    max-width: 60em; } }

.banner {
  background: #1a1a1a; }

@media screen and (min-width: 37.5em) and (max-width: 47.9375em) {
  .mustardo .banner {
    background: rgba(26, 26, 26, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 425; } }

@media screen and (min-width: 1px) {
  .banner__name-and-slogan {
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    border: 0;
    clip: rect(0 0 0 0);
    position: absolute !important; } }

.menu,
.menu li,
.menu a {
  margin: 0;
  padding: 0;
  list-style: none; }

.menu a {
  display: block;
  padding: .75em;
  font-family: inherit;
  font-weight: 700;
  letter-spacing: .0625em;
  text-decoration: none; }

.menu a:active,
.menu a:focus {
  outline: 0; }

.menu a:hover {
  text-decoration: none; }

.menu .menu a {
  padding: .42857143em .85714286em;
  font-size: .875em;
  line-height: 1.57142857;
  font-weight: 400; }

.navigation {
  background: #1d1d1d; }

.navigation__wrapper {
  padding: .75em; }

.navigation a {
  color: #f2f2f2;
  text-transform: uppercase; }

.navigation a:hover,
.navigation a:acitve,
.navigation a:focus {
  color: #fff; }

.navigation__global-nav > ul > li > ul > li > a:after {
  display: block;
  content: '';
  height: 1px;
  width: 87.5%;
  background: #b1b2b7; }

.navigation__global-nav a:hover {
  background: #101010; }

.navigation__global-nav a:active,
.navigation__global-nav a:focus {
  background: #1f1f1f; }

.navigation__global-nav a.active,
.navigation__global-nav a.is-active {
  background: #1a1a1a; }

.global-nav ul ul a {
  text-transform: capitalize; }

.global-nav ul ul ul a {
  color: #b1b2b7; }

.navigation .utility-nav {
  margin-top: 1.5em; }

.utility-nav__donate a {
  transition: .2s background-color linear;
  background: #008857;
  color: #1a1a1a; }

.utility-nav__donate a:hover,
.utility-nav__donate a:active,
.utility-nav__donate a:focus {
  background: #1a1a1a;
  color: #fff; }

.contentinfo__utility-nav > ul {
  margin-bottom: 2.25em; }

.contentinfo__utility-nav > ul > li {
  border-bottom: 1px solid #96989f; }

.contentinfo__utility-nav ul a {
  text-align: center;
  color: #434343; }

.contentinfo__utility-nav ul a:hover {
  background: #bebfc3; }

.contentinfo__utility-nav ul a:active,
.contentinfo__utility-nav ul a:focus,
.contentinfo__utility-nav ul a.active {
  background: #c6c7cb; }

@media screen and (min-width: 48em) {
  .navigation {
    width: 100%;
    background: rgba(26, 26, 26, 0.8);
    position: absolute;
    top: 0;
    z-index: 450; }
  .navigation__wrapper {
    padding: 3.75em 0 0;
    width: 87.5%; }
  .navigation .menu {
    display: table; }
  .navigation .menu li {
    display: table-cell; }
  .navigation__global-nav {
    margin-left: -.75em; }
  .panel > .menu {
    display: none;
    padding: 3em 6.25%;
    width: 100%;
    background: #1a1a1a;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0; }
  .panel .menu .menu,
  .panel .menu .menu li {
    display: block; }
  .panel .menu li {
    width: 25%; }
  .navigation__utility-nav {
    position: absolute;
    bottom: 0;
    right: 6.25%; }
  .navigation__global-nav > ul > li > a {
    padding: .38095238em .57142857em;
    font-size: 1.3125em;
    line-height: 1.52380952; } }

@media screen and (min-width: 64em) {
  .navigation__wrapper {
    padding-top: 2.75em; }
  .navigation__global-nav {
    margin-left: 14.625em; }
  .navigation__global-nav > ul > li > a {
    padding: .47619048em .57142857em; } }

@media screen and (min-width: 20em) {
  .utility-nav__donate a {
    padding: .38095238em 1.71428571em .38095238em 2.28571429em;
    font-size: 1.3125em;
    line-height: 1.52380952;
    position: relative; }
  .utility-nav__donate a:before,
  .utility-nav__donate a:after {
    display: block;
    content: '';
    margin-top: -.75em;
    font-size: 16px;
    font-size: 1rem;
    height: 1.5em;
    width: 1.5em;
    position: absolute;
    top: 50%;
    overflow: hidden; }
  .utility-nav__donate a:before {
    left: .75em;
    background: url(//www.shelterbox.org/sites/all/themes/shelterbox/img/skin/bigmallet-ui-icons-sprite.png) -12px -204px no-repeat; }
  .utility-nav__donate a:after {
    right: .375em;
    background: url(//www.shelterbox.org/sites/all/themes/shelterbox/img/skin/bigmallet-ui-icons-sprite.png) -60px -397px no-repeat; }
  .utility-nav__donate a:hover:before,
  .utility-nav__donate a:active:before,
  .utility-nav__donate a:focus:before {
    background-position: -60px -204px; } }

@media screen and (min-width: 48em) {
  .svg .utility-nav__donate a:before,
  .svg .utility-nav__donate a:after {
    background-position: center center; }
  .svg .utility-nav__donate a:before {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%20%5B%0D%0A%09%3C%21ENTITY%20ns_flows%20%22http%3A//ns.adobe.com/Flows/1.0/%22%3E%0D%0A%5D%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22144%22%20height%3D%22144%22%20viewBox%3D%22-36%20-45%20144%20144%22%20overflow%3D%22visible%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FFF%22%20d%3D%22M58.3%2020l-.3%203.6c0%20.1-.1.2-.3.2H50c-.1%200-.3-.1-.3-.3L50%2020H22l.3%203.5c0%20.1-.1.3-.3.3l-7.8.1c-.1%200-.3-.1-.3-.2l-.2-3.7H3s.2%201%20.2%201.3c.3%202.2.7%204.4%201%206.6v.2l2.1%206.1c.1.8.1%201.1.2%201.6.2%201.7.5%203.4.7%205.1l1.4%2010.2c.1.4.1%201%20.2%201.4.2.6.8%201.5%201.3%201.5h4.3c.5%200%20.7-.6.9-1%20.1-.2.3-.5.6-.5h40.2c.2%200%20.5.3.6.5.2.4.4%201%20.9%201h4.3c.5%200%201.1-.9%201.2-1.5%200-.4.1-.9.2-1.4L64.6%2041c.2-1.7.5-3.4.7-5.1.1-.6.1-.9.2-1.6l2.1-6.1V28c.3-2.2.7-4.4%201-6.6.2-.4.4-1.4.4-1.4H58.3zm13.6-4.7c-1.5-3.9-2.9-7.6-4.4-11.5-.2-.4-.4-.7-.8-.9-.5-.2-.8-.6-1-1.1C65.2.7%2064.2.1%2062.9.1h-4.1l.5%207.9-2%20.4-.5-7.4h-7.3c-.1%200-.4-.1-.4-.2-.4-.5-.9-.8-1.4-.8H24.3c-.5%200-1%20.2-1.3.7-.1.1-.3.2-.4.2h-7.3l-.5%207.3-2-.4.5-7.9H9.2c-1.3%200-2.4.6-2.8%201.8-.3.6-.6%201-1.1%201.3-.5.2-.7.6-.8%201C3%207.9%201.5%2011.4.1%2015.3c-.5%201%202.3.6%202.3.6h67.3c-.1%200%202.7.4%202.2-.6z%22/%3E%3C/svg%3E");
    background-size: 3em 3em; }
  .svg .utility-nav__donate a:hover:before,
  .svg .utility-nav__donate a:active:before,
  .svg .utility-nav__donate a:focus:before {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%20%5B%0D%0A%09%3C%21ENTITY%20ns_flows%20%22http%3A//ns.adobe.com/Flows/1.0/%22%3E%0D%0A%5D%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22144%22%20height%3D%22144%22%20viewBox%3D%22-36%20-45%20144%20144%22%20overflow%3D%22visible%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%2303A57A%22%20d%3D%22M58.3%2020l-.3%203.6c0%20.1-.1.2-.3.2H50c-.1%200-.3-.1-.3-.3L50%2020H22l.3%203.5c0%20.1-.1.3-.3.3l-7.8.1c-.1%200-.3-.1-.3-.2l-.2-3.7H3s.2%201%20.2%201.3c.3%202.2.7%204.4%201%206.6v.2l2.1%206.1c.1.8.1%201.1.2%201.6.2%201.7.5%203.4.7%205.1l1.4%2010.2c.1.4.1%201%20.2%201.4.2.6.8%201.5%201.3%201.5h4.3c.5%200%20.7-.6.9-1%20.1-.2.3-.5.6-.5h40.2c.2%200%20.5.3.6.5.2.4.4%201%20.9%201h4.3c.5%200%201.1-.9%201.2-1.5%200-.4.1-.9.2-1.4L64.6%2041c.2-1.7.5-3.4.7-5.1.1-.6.1-.9.2-1.6l2.1-6.1V28c.3-2.2.7-4.4%201-6.6.2-.4.4-1.4.4-1.4H58.3zm13.6-4.7c-1.5-3.9-2.9-7.6-4.4-11.5-.2-.4-.4-.7-.8-.9-.5-.2-.8-.6-1-1.1C65.2.7%2064.2.1%2062.9.1h-4.1l.5%207.9-2%20.4-.5-7.4h-7.3c-.1%200-.4-.1-.4-.2-.4-.5-.9-.8-1.4-.8H24.3c-.5%200-1%20.2-1.3.7-.1.1-.3.2-.4.2h-7.3l-.5%207.3-2-.4.5-7.9H9.2c-1.3%200-2.4.6-2.8%201.8-.3.6-.6%201-1.1%201.3-.5.2-.7.6-.8%201C3%207.9%201.5%2011.4.1%2015.3c-.5%201%202.3.6%202.3.6h67.3c-.1%200%202.7.4%202.2-.6z%22/%3E%3C/svg%3E"); }
  .svg .utility-nav__donate a:after {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%20%5B%0D%0A%09%3C%21ENTITY%20ns_flows%20%22http%3A//ns.adobe.com/Flows/1.0/%22%3E%0D%0A%5D%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%20-1%2032%2032%22%20overflow%3D%22visible%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M1%200h30v30H1z%22/%3E%3Cpath%20fill%3D%22%23B1B2B8%22%20d%3D%22M23.707%2015l-14-14L9%201.707%2022.293%2015%209%2028.293l.707.707%22/%3E%3C/svg%3E");
    background-size: 2em 2em; } }

@media screen and (min-width: 40em) {
  .contentinfo__utility-nav > .menu {
    width: 100%; }
  .contentinfo__utility-nav > .menu:before,
  .contentinfo__utility-nav > .menu:after {
    content: " ";
    display: table; }
  .contentinfo__utility-nav > .menu:after {
    clear: both; }
  .lt-ie8 .contentinfo__utility-nav > .menu {
    zoom: 1; } }

@media screen and (min-width: 60em) {
  .contentinfo__utility-nav > .menu {
    display: table; } }

@media screen and (min-width: 40em) {
  .contentinfo__utility-nav > .menu > li {
    display: table-cell;
    float: none;
    width: 33.333%;
    border: 0;
    position: relative; }
  .contentinfo__utility-nav > .menu > li:after {
    display: block;
    content: "";
    width: 1px;
    height: 75%;
    background: #96989f;
    position: absolute;
    top: 0;
    right: 0; }
  .contentinfo__utility-nav > .menu > li:last-child:after {
    display: none; } }

.contentinfo {
  background: #b1b2b7;
  color: #434343; }

.contentinfo__wrapper {
  padding: 3em 1.5em 3.75em; }

.contentinfo__section-title {
  font-size: 1.3125em;
  line-height: 1.52380952;
  color: #434343;
  text-transform: uppercase; }

.contentinfo__section-title a {
  color: inherit; }

.contentinfo p {
  margin-top: 1.84615385em;
  font-size: 13px;
  font-size: .8125rem;
  line-height: 1.84615385; }

.contentinfo p a {
  color: #434343;
  font-weight: 700;
  text-decoration: underline; }

.contentinfo p a:hover,
.contentinfo p a:focus,
.contentinfo p a:active {
  color: #363636; }

.contentinfo .big-social-media__item a {
  background: transparent; }

@media screen and (min-width: 30em) {
  .contentinfo__wrapper {
    /*padding-top: 21em;*/
    position: relative; } }

@media screen and (min-width: 40em) {
  .contentinfo__wrapper {
    padding-left: 3em;
    padding-right: 3em;
    min-height: 18.5em; } }

@media screen and (min-width: 48em) {
  .contentinfo__wrapper {
    width: 87.5%;
    max-width: 84em; } }

@media screen and (min-width: 40em) {
  .contentinfo__small-print {
    margin-top: 2.25em; } }

.search__wrapper {
  padding: .375em; }

.search__title {
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
  clip: rect(0 0 0 0);
  position: absolute !important; }

.search-form {
  margin: 0;
  padding: 0;
  position: relative;
  border-radius: 0;
  border: 0;
  background: none;
  color: #434343; }

.search-form__fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

legend.u-visually-hidden {
  width: 1px; }

.search-form .form-type-textfield {
  margin: 0; }

.search-form label {
  display: block;
  margin: 0;
  padding-left: 4px;
  padding-left: .25rem; }

.search-form .form-text {
  padding: .625em .25em;
  border-color: #fff; }

.search-form .form-submit, .search-form .gform_button {
  padding: 0 .75em;
  height: 44px;
  height: 2.75rem;
  border: 0;
  outline: 0; }

.search--navigation {
  margin-top: 1.5em; }

.search--page {
  background: #ece8df; }

.search--page .search__wrapper {
  padding: 1em; }

.search-results,
.search-results ul {
  padding: 0;
  list-style-type: none; }

.search-results__title {
  margin-top: .76190476em;
  font-size: 1.3125em;
  line-height: 1.52380952;
  font-weight: 700;
  text-transform: uppercase; }

.search-results li {
  padding-bottom: .75em;
  border-bottom: 1px solid #f2f2f2; }

.search-results li:last-child {
  border-bottom: 0; }

.search-performance {
  display: none; }

.spelling-suggestions {
  margin: 0 0 .75em; }

.did-you-mean {
  padding-right: .375em; }

.placeholder,
.search-snippet strong {
  color: #f39c12; }

.search-result__title {
  margin-top: 1.33333333em;
  font-size: 1.125em;
  line-height: 1.33333333;
  font-family: Georgia, serif;
  font-style: italic; }

.search-result__body p {
  margin-top: 1em;
  font-size: .875em;
  line-height: 1.57142857; }

.search-results--no-result ul li {
  margin: .5em 0; }

.search-results--no-result li em {
  max-width: 15.5em;
  padding: 0 .25em;
  color: #008857;
  white-space: nowrap; }

@media screen and (min-width: 20em) {
  .search-form .form-type-textfield {
    min-height: 2.75em;
    margin-right: 3.5em; }
  .search-form input, .search-form .gform_button {
    padding: 11px 4px;
    padding: .6875rem .25rem; }
  .search-form .form-text {
    border-width: 0;
    border-bottom: 1px solid #434343;
    background: none;
    font-size: 1em;
    line-height: 1.375em;
    color: #434343;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .search-form .form-text:active,
  .search-form .form-text:focus {
    outline: 0;
    border-bottom-color: #008857; }
  .lt-ie8 .search-form .form-text {
    border: 1px solid #434343; }
  .search-form .form-submit, .search-form .gform_button {
    display: block;
    text-indent: -999em;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    border: 2px solid #434343;
    width: 2.75em;
    height: 2.75em;
    font-size: 1em;
    line-height: 1em;
    overflow: hidden;
    background: transparent url(//www.shelterbox.org/sites/all/themes/shelterbox/img/skin/bigmallet-ui-icons-sprite.png) -4px -52px no-repeat;
    position: absolute;
    right: 0;
    bottom: 0; }
  .search-form .form-submit:hover, .search-form .gform_button:hover,
  .search-form .form-submit:active,
  .search-form .gform_button:active,
  .search-form .form-submit:focus,
  .search-form .gform_button:focus {
    background-position: -52px -52px; }
  .search-form .form-submit:hover, .search-form .gform_button:hover {
    background-color: #434343; }
  .search-form .form-submit:active, .search-form .gform_button:active,
  .search-form .form-submit:focus,
  .search-form .gform_button:focus {
    margin-bottom: -1px;
    border-color: #008857;
    background-color: #008857; }
  .search--page {
    margin: 1.5em 0; }
  .search--page .search__wrapper {
    margin: 0; }
  .search--page .search-form {
    padding: 1em; }
  .search--page .form-submit, .search--page .gform_button {
    right: 1em;
    bottom: 1em; } }

@media screen and (min-width: 48em) {
  .search__wrapper {
    padding-left: 0;
    padding-right: 0; } }

@media screen and (min-width: 48em) {
  .svg .search-form .form-submit, .svg .search-form .gform_button {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%22-18%20-17.88%20144%20144%22%20overflow%3D%22visible%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23434343%22%20d%3D%22M108%20100.27L64.217%2056.485c4.3-5.875%206.84-13.12%206.84-20.958C71.057%2015.907%2055.15%200%2035.527%200%2015.907%200%200%2015.906%200%2035.528s15.907%2035.528%2035.528%2035.528c7.715%200%2014.855-2.46%2020.68-6.637l43.82%2043.82%207.972-7.97zM5.726%2035.527c0-16.46%2013.344-29.802%2029.803-29.802s29.8%2013.345%2029.8%2029.803c0%2016.46-13.346%2029.803-29.805%2029.803s-29.8-13.34-29.8-29.8z%22/%3E%3C/svg%3E");
    background-position: center center;
    background-size: 2.25em 2.25em; }
  .svg .search-form .form-submit:hover, .svg .search-form .gform_button:hover,
  .svg .search-form .form-submit:active,
  .svg .search-form .gform_button:active,
  .svg .search-form .form-submit:focus,
  .svg .search-form .gform_button:focus {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%22-18%20-17.88%20144%20144%22%20overflow%3D%22visible%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FFF%22%20d%3D%22M108%20100.27L64.217%2056.485c4.3-5.875%206.84-13.12%206.84-20.958C71.057%2015.907%2055.15%200%2035.527%200%2015.907%200%200%2015.906%200%2035.528s15.907%2035.528%2035.528%2035.528c7.715%200%2014.855-2.46%2020.68-6.637l43.82%2043.82%207.972-7.97zM5.726%2035.527c0-16.46%2013.344-29.802%2029.803-29.802s29.8%2013.345%2029.8%2029.803c0%2016.46-13.346%2029.803-29.805%2029.803s-29.8-13.34-29.8-29.8z%22/%3E%3C/svg%3E"); } }

@media screen and (min-width: 30em) {
  .search--contentinfo .form-type-textfield {
    margin-left: 3.75em; } }

@media screen and (min-width: 30em) {
  .search--contentinfo label {
    width: 3.375em;
    position: absolute;
    left: 0;
    bottom: .5625em; } }

@media screen and (min-width: 30em) {
  .search--contentinfo .form-text {
    padding-bottom: 0; } }

@media screen and (min-width: 40em) {
  .contentinfo .search {
    float: right;
    width: 50%;
    max-width: 24em; } }

.o-media {
  display: block; }

.o-media__item {
  margin-bottom: 1.5em; }

.o-media__item img {
  display: block;
  margin: 0; }

.o-media__body {
  overflow: hidden; }

@media screen and (min-width: 48em) {
  .o-media:before,
  .o-media:after {
    content: " ";
    display: table; }
  .o-media:after {
    clear: both; }
  .lt-ie8 .o-media {
    zoom: 1; }
  .o-media__item {
    margin-right: 1.5em;
    float: left; }
  .media--object img {
    width: auto;
    max-width: none; }
  .media--rev .o-media__item,
  .d-section--alignment-right .o-media__item {
    margin-right: 0;
    margin-left: 1.5em;
    float: right; }
  .d-section--alignment-right .o-media__body .the-measure {
    float: none; }
  .d-section--alignment-center .o-media__item {
    margin-left: auto;
    margin-right: auto;
    float: none; } }

@media screen and (min-width: 78em) {
  .d-section--style-media[class*="--alignment-right"] .o-media__item {
    margin-left: 2.25em; }
  .d-section--style-media[class*="--alignment-left"] .o-media__item {
    margin-right: 2.25em; } }

.o-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden; }

.o-grid:before,
.o-grid:after {
  content: " ";
  display: table; }

.o-grid:after {
  clear: both; }

.lt-ie8 .o-grid {
  zoom: 1; }

[class*='grid-item'] {
  vertical-align: top;
  overflow: hidden; }

.ie7 [class*='grid-item'] {
  *zoom: 1; }

@media screen and (min-width: 20em) {
  [class*='grid__item'] {
    display: block;
    width: 100%; } }

@media screen and (min-width: 20em) {
  .grid-item--faked {
    display: none; } }

@media screen and (min-width: 20em) {
  .grid--inline-center {
    text-align: center; } }

@media screen and (min-width: 20em) {
  .grid--inline-center [class*='grid__item'] {
    display: -moz-inline-stack;
    display: inline-block;
    float: none;
    vertical-align: top; } }

@media screen and (min-width: 40em) {
  .grid--gutter {
    margin-left: -6%; } }

@media screen and (min-width: 40em) {
  .grid--gutter [class*='grid__item'] {
    margin: 6% 0 0;
    padding: 0 0 0 6%; } }

@media screen and (min-width: 40em) {
  [class*='grid--'] > [class*='grid__item'] {
    float: left; } }

@media screen and (min-width: 40em) {
  [class*='grid--rev'] > [class*='grid__item'] {
    float: right; } }

@media screen and (min-width: 40em) {
  [class*='grid--golden'] > [class*='grid__item'] {
    width: 100%; } }

@media screen and (min-width: 40em) {
  .grid--2up > [class*='grid__item'] {
    width: 50%; }
  .grid--2up > [class*='grid__item']:nth-of-type(odd) {
    clear: left; } }

@media screen and (min-width: 40em) {
  .grid--2up[class*='--rev'] > [class*='grid__item']:nth-of-type(odd) {
    clear: right; } }

@media screen and (min-width: 40em) {
  .grid--3up > [class*='grid__item'] {
    width: 100%; } }

@media screen and (min-width: 40em) {
  .grid--4up > [class*='grid__item'] {
    width: 50%; }
  .grid--4up > [class*='grid__item']:nth-of-type(2n+1) {
    clear: both; } }

@media screen and (min-width: 48em) {
  .grid--gutter [class*='grid__item'] {
    margin-top: 3%; } }

@media screen and (min-width: 48em) {
  .grid--3up > [class*='grid__item'] {
    width: 33.333%; }
  .grid--3up > [class*='grid__item']:nth-of-type(2n+1) {
    clear: none; }
  .grid--3up > [class*='grid__item']:nth-of-type(3n+1) {
    clear: left; } }

@media screen and (min-width: 58em) {
  .grid--5up > [class*='grid__item'] {
    width: 20%; }
  .grid--5up > [class*='grid__item']:nth-of-type(5n+1) {
    clear: left; } }

.grid--1up [class*='grid__item'] {
  width: 100%; }

@media screen and (min-width: 64em) {
  .grid--golden > [class*='grid__item'] {
    width: 38.2%; }
  .grid--golden > [class*='grid__item']:first-child,
  .grid--golden > [class*='grid__item']:nth-of-type(odd) {
    width: 61.8%; }
  .grid--golden > [class*='grid__item']:nth-of-type(odd) {
    clear: left; } }

@media screen and (min-width: 64em) {
  .grid--4up > [class*='grid__item'] {
    width: 25%; }
  .grid--4up > [class*='grid__item']:nth-of-type(2n+1) {
    clear: none; }
  .grid--4up > [class*='grid__item']:nth-of-type(4n+1) {
    clear: left; } }

.o-tile {
  padding-bottom: 5.25em;
  text-align: center; }

.o-tile__item {
  overflow: hidden; }

.o-tile img {
  margin-top: 0; }

.o-tile__icon {
  margin: 0 auto;
  width: 3em;
  height: 3em; }

.o-tile__body {
  padding: 1.25em 9.375% 1.5em;
  overflow: hidden; }

.o-tile__title {
  margin-top: .76190476em;
  font-size: 1.3125em;
  line-height: 1.52380952;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .15em; }

.o-tile__subtitle {
  margin-top: 1em;
  font-size: .875em;
  line-height: 1.57142857;
  font-family: Georgia, serif;
  font-style: italic;
  font-weight: 400;
  text-transform: none; }

.o-tile__text {
  margin: 0 auto;
  max-width: 24em; }

.o-tile__text p {
  margin-top: 1em;
  font-size: .875em;
  line-height: 1.57142857;
  max-height: 6.28571429em;
  overflow: hidden; }

.tile--navigation {
  padding-bottom: 1.5em;
  border-bottom: 1px solid #fff;
  background: #008857;
  color: #fff;
  overflow: hidden; }

.tile--navigation .o-tile__item {
  overflow: visible; }

.tile--navigation a span {
  display: block;
  margin: .75em auto 0;
  max-width: 12em;
  padding: .75em 1.5em;
  border: 1px solid #fff;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: .15em;
  color: #fff; }

.tile--navigation a {
  text-decoration: none; }

.tile--navigation a:hover span {
  background-color: #008857; }

.tile--navigation a:active span,
.tile--navigation a:focus span {
  background-color: #00925e; }

.d-feed--style-2 .o-tile {
  padding-bottom: 1.5em; }

@media screen and (min-width: 40em) {
  .o-tile__title {
    min-height: 3.04761905em; } }

@media screen and (min-width: 20em) {
  .tile--navigation {
    display: block !important;
    min-height: 0 !important;
    padding: 0;
    border: 0;
    position: relative;
    background: #1a1a1a; }
  .tile--navigation .o-tile__body,
  .tile--navigation .o-tile__link a {
    padding: 0;
    position: absolute;
    top: 2.75em;
    left: 2.75em;
    right: 2.75em;
    bottom: 2.75em;
    z-index: 10; }
  .tile--navigation .o-tile__item {
    opacity: .7;
    will-change: opacity;
    transition: opacity .2s ease-in-out; }
  .tile--navigation .o-tile__body {
    will-change: background;
    transition: transform .2s ease-in-out; }
  .tile--navigation:hover .o-tile__body {
    transform: scale(1.05); }
  .tile--navigation:hover .o-tile__item {
    opacity: 1; }
  .tile--navigation .table-display-parent {
    display: table;
    width: 100%;
    height: 100%; }
  .tile--navigation .table-display-child {
    display: table-cell;
    vertical-align: middle;
    text-align: center; }
  .tile--navigation .link__text {
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    border: 0;
    clip: rect(0 0 0 0);
    position: absolute !important; } }

@media screen and (min-width: 60em) {
  .tile--navigation .o-tile__body,
  .tile--navigation .o-tile__link a {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; } }

@media screen and (min-width: 30em) {
  .tile--navigation .o-tile__title {
    min-height: 0;
    margin-top: .66666667em;
    font-size: 2.25em;
    line-height: 1.33333333; } }

@media screen and (min-width: 48em) and (max-width: 59.9375em) {
  .tile--navigation .o-tile__title {
    min-height: 0;
    font-size: 3em;
    line-height: 1.125; } }

@media screen and (min-width: 78em) {
  .tile--navigation .o-tile__title {
    min-height: 0;
    font-size: 3em;
    line-height: 1.125; } }

@media screen and (min-width: 84em) {
  .tile--navigation .o-tile__title {
    min-height: 0;
    font-size: 3.25em;
    line-height: 1.25; } }

@media screen and (min-width: 0.0625em) and (max-width: 39.9375em) {
  .tile--navigation:last-child {
    display: none !important; } }

@media screen and (min-width: 60em) {
  .tile--navigation:last-child {
    display: none !important; } }

@media screen and (min-width: 40em) {
  .flexbox .o-tile {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media screen and (min-width: 40em) {
  .flexbox .o-tile__body {
    -ms-flex: 1;
    flex: 1;
    overflow: visible; } }

.flexbox .tile--style-2 .o-tile__item {
  flex-order: 3;
  -ms-flex-order: 3;
      order: 3; }

.webform-client-form legend span {
  font-weight: 700; }

.webform-component-markup {
  margin-top: 1.84615385em;
  font-size: 13px;
  font-size: .8125rem;
  line-height: 1.84615385; }

.webform-component-markup p {
  margin: 0;
  color: inherit; }

.webform-component-markup p + p {
  margin-top: 1.63636364em; }

.webform-component-checkboxes input, .webform-component-checkboxes .gform_button {
  width: .875em;
  height: .875em; }

.webform-component-checkboxes .form-type-checkbox label {
  position: relative;
  top: -2px; }

.webform-component {
  position: relative; }

.js .webform-component-textfield:before,
.js .webform-component-select:before,
.js .webform-component-email:before,
.js .webform-component-textarea:before,
.js .webform-component-date:before,
.js .webform-component-checkboxes:before {
  position: absolute;
  content: '';
  display: block;
  height: 25px;
  width: 25px;
  right: -30px;
  top: 11px;
  background-repeat: no-repeat; }

.js .webform-component-date:before {
  top: 25px; }

.js .webform-component.invalidated:before {
  background-image: url(//www.shelterbox.org/sites/all/themes/shelterbox/img/icons/png/validation_sprite.png);
  background-color: red;
  opacity: .3;
  background-position: 0 -25px; }

.js.svg .webform-component.invalidated:before {
  background-image: url(//www.shelterbox.org/sites/all/themes/shelterbox/img/icons/svg/validation_sprite.svg); }

.js .webform-component.validated:before {
  background-image: url(//www.shelterbox.org/sites/all/themes/shelterbox/img/icons/png/validation_sprite.png);
  background-color: #01ae83;
  background-position: 0 0;
  opacity: .7; }

.js.svg .webform-component.validated:before {
  background-image: url(//www.shelterbox.org/sites/all/themes/shelterbox/img/icons/svg/validation_sprite.svg); }

.js .webform-component-checkboxes:before {
  top: -2px; }

.js .webform-component-select:before {
  top: 11px; }

.webform-client-form__webform-progressbar {
  margin-bottom: 2em; }

.webform-progressbar__page-number {
  padding-left: 1.5em;
  position: relative;
  font-size: .875em;
  color: #878787;
  text-decoration: none;
  text-transform: inherit; }

.webform-client-form__webform-progressbar li {
  margin-top: .25em; }

.webform-progressbar__page-number.is-active {
  font-weight: bold; }

.webform-progressbar__page-number.is-active:before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #878787; }

.private-fieldset-webform {
  display: none; }

.js .webform-client-form .hide-me {
  display: none; }

.js .webform-client-form .show-me {
  display: block; }

.js .webform-component-radios--faked input, .js .webform-component-radios--faked .gform_button {
  display: none; }

.js .webform-component-radios--faked .form-radios label {
  display: block;
  margin: 0;
  padding: .71428571em 0;
  border: solid 2px #878787;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  font-size: .875em;
  line-height: 1.57142857;
  opacity: .6; }

.js .webform-component-radios--faked .form-radios label:hover {
  opacity: 1;
  border-color: #009761;
  background-color: white;
  color: #009761; }

.js .webform-component-radios--faked .selected label,
.js .webform-component-radios--faked .form-radios label:active,
.js .webform-component-radios--faked .selected label:hover {
  opacity: 1;
  border-color: #01ae83;
  background-color: white;
  color: #01ae83; }

.js .webform-component-radios--faked .selected label,
.js .webform-component-radios--faked .form-radios label:active {
  opacity: .9; }

.pager {
  margin: .75em 0 0;
  padding: .75em 0 0;
  border-top: 1px solid #777;
  text-align: center; }

.pager:before,
.pager:after {
  content: " ";
  display: table; }

.pager:after {
  clear: both; }

.lt-ie8 .pager {
  zoom: 1; }

.pager li {
  display: inline;
  padding: .5em;
  background-image: none;
  list-style-type: none; }

.pager-current {
  color: #6c6c6c;
  font-weight: normal; }

.item-list .pager li:first-child {
  padding: 0;
  max-width: none;
  background: none; }

.pager-show-more {
  border: 0;
  padding: 0;
  max-width: none; }

.pager-show-more .pager-show-more-next {
  display: block;
  margin: 0;
  padding: 0; }

.pager-show-more-next a {
  display: block;
  margin: .75em 0;
  padding: .75em 1.5em;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: .15em;
  color: #fff;
  cursor: pointer;
  background-color: #4d4f56;
  transition: background .2s ease-in-out; }

.pager-show-more-next a:hover,
.pager-show-more-next a:active,
.pager-show-more-next a:focus {
  color: #fff;
  text-decoration: none; }

.pager-show-more-next a:hover {
  background-color: #52545b; }

.pager-show-more-next a:active,
.pager-show-more-next a:focus {
  margin-top: .8125em;
  margin-bottom: .6875em;
  background-color: #575960; }

.d-feed .pager-show-more {
  margin-left: auto;
  margin-right: auto;
  width: 33.333%;
  min-width: 12em; }

.tabs {
  width: 100%;
  margin: 0;
  overflow: hidden;
  text-align: center; }

.tabs ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.tabs li {
  display: inline-block;
  width: auto;
  margin: .75em .75em 0 0; }

.lt-ie7 .tabs li {
  zoom: 1;
  *display: inline; }

.tabs li a {
  padding: .75em;
  border: 0;
  background: #f2f2f2;
  color: #6c6c6c;
  text-decoration: underline; }

.tabs li a:hover {
  background: #008857;
  color: #fff; }

.tabs .active a {
  background: #008857;
  color: #fff; }

.js-cookie-law {
  margin: 0;
  width: 100%;
  background: #1a1a1a;
  background: rgba(26, 26, 26, 0.8);
  color: #f2f2f2;
  overflow: hidden; }

.js-cookie-law:hover {
  background: #1a1a1a; }

.js-cookie-law__title {
  font-size: 1em;
  line-height: 1.5; }

.js-cookie-law p {
  font-size: 13px;
  font-size: .8125rem;
  line-height: 1.84615385; }

.js-cookie-law a {
  color: #f39c12; }

.js-cookie-law a:hover,
.js-cookie-law a:active,
.js-cookie-law a:focus {
  color: #019875; }

.js-cookie-law__wrapper {
  margin: 1.5em 4.5em 1.5em 1.5em; }

.d-module--social-sharing .bigsocial {
  width: 87.5%; }

@media screen and (min-width: 0.0625em) {
  .webform-component-textfield[class*="post-code"] {
    max-width: 8em; } }

@media screen and (min-width: 0.0625em) {
  .webform-component-textfield[class*="international-code"] {
    max-width: 12em; } }

.webform-component-select select,
.webform-component-date select {
  height: 3em; }

@media screen and (min-width: 28.125em) {
  .webform-client-form__webform-progressbar:after {
    clear: both;
    content: "";
    display: block; }
  .webform-client-form__webform-progressbar {
    margin: 2em auto; }
  .webform-client-form__webform-progressbar li {
    float: left;
    margin-right: 1em; }
  .webform-progressbar__page-number:before {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 8px;
    border-color: transparent transparent transparent #878787; } }

@media screen and (min-width: 37.5em) {
  .webform-component-fieldset > .form-item, .gfieldset > .form-item,
  .webform-component-fieldset > .fieldset-description, .gfieldset > .fieldset-description {
    margin-left: 9em; } }

@media screen and (min-width: 37.5em) {
  .webform-client-form .form-actions {
    margin-left: 61.8%; } }

@media screen and (min-width: 20em) {
  .webform-component-date > div[class*='webform-container'] {
    margin-left: -2%; }
  .webform-component-date > div[class*='webform-container']:before,
  .webform-component-date > div[class*='webform-container']:after {
    content: " ";
    display: table; }
  .webform-component-date > div[class*='webform-container']:after {
    clear: both; }
  .lt-ie8 .webform-component-date > div[class*='webform-container'] {
    zoom: 1; }
  .webform-component-date .form-item {
    margin-left: 2%;
    width: 31.33333333%;
    float: left; } }

@media screen and (min-width: 40em) {
  .d-feed .pager-show-more {
    clear: both; } }

@media screen and (min-width: 20em) {
  .main__admin {
    padding-top: 4.5em; } }

@media screen and (min-width: 48em) {
  .main__admin {
    padding-top: 6.75em; } }

@media screen and (min-width: 20em) {
  .js-cookie-law {
    position: fixed;
    bottom: 0;
    z-index: 490;
    overflow: hidden; } }

@media screen and (min-width: 20em) {
  .js-cookie-law__title,
  .js-cookie-law p {
    max-width: none;
    margin-top: 0; } }

@media screen and (min-width: 20em) {
  .js-cookie-law__close-link {
    display: block;
    width: 48px;
    height: 48px;
    margin: 0;
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 501;
    outline: 0 !important; } }

@media screen and (min-width: 20em) {
  .js-cookie-law__close-icon {
    display: block;
    margin: 0;
    width: 47px;
    height: 47px;
    border: 1px solid #f2f2f2;
    background: transparent url(//www.shelterbox.org/sites/all/themes/shelterbox/img/skin/bigmallet-ui-icons-sprite.png) -50px -1px no-repeat;
    transition: .2s background-color linear; }
  .js-cookie-law__close-icon:hover,
  .js-cookie-law__close-icon:active,
  .js-cookie-law__close-icon:focus {
    border-color: #fff;
    background-color: #434343; } }

@media screen and (min-width: 20em) {
  .dirty-android .js-cookie-law {
    position: absolute;
    top: 0;
    bottom: auto; } }

.logo__img {
  margin: 0;
  width: 100%;
  height: auto; }

.logo__link {
  display: block;
  outline: 0;
  overflow: hidden; }

.logo__link:hover,
.logo__link:active .logo__link:focus,
.logo__link:visited {
  color: #fff;
  text-decoration: none; }

.logo__link:focus {
  outline: 0; }

@media screen and (min-width: 0.0625em) {
  .logo__img {
    display: none; } }

@media screen and (min-width: 0.0625em) {
  .logo__link {
    width: 2.5em;
    height: 2.5em;
    background: url(//www.shelterbox.org/sites/all/themes/shelterbox/img/skin/logo/no-svg_logo.png) left top no-repeat; } }

@media screen and (min-width: 30em) {
  .logo__link {
    width: 13.875em; } }

@media screen and (min-width: 0.0625em) {
  .backgroundsize .logo__link {
    background-image: url(//www.shelterbox.org/sites/all/themes/shelterbox/img/skin/logo/no-svg_logo%402x.png);
    background-size: 13.875em 2.5em; } }

@media screen and (min-width: 0.0625em) {
  .svg .logo__link {
    background-image: url(//www.shelterbox.org/sites/all/themes/shelterbox/img/skin/logo/svg_logo.svg); } }

@media screen and (min-width: 0.0625em) {
  x:-o-prefocus,
  .svg .logo__link {
    background-image: url(//www.shelterbox.org/sites/all/themes/shelterbox/img/skin/logo/no-svg_logo.png); } }

@media screen and (min-width: 48em) {
  .banner__logo {
    position: absolute;
    top: .625em;
    z-index: 460; } }

@media screen and (min-width: 64em) {
  .banner__logo {
    top: 2.875em; } }

.main__header {
  padding: 3em 0 0;
  text-align: center; }

.layout--generic-content .main__header {
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
  clip: rect(0 0 0 0);
  position: absolute !important; }

.page-title,
.title,
.subtitle {
  font-weight: 700;
  text-transform: uppercase; }

.page-title,
.title {
  margin-top: 0;
  font-size: 1.75em;
  line-height: 1.28571429;
  letter-spacing: .15em; }

.subtitle {
  margin-top: 1em;
  font-size: .875em;
  line-height: 1.57142857;
  letter-spacing: .03125em; }

.section__hgroup {
  margin-bottom: 1.625em;
  text-align: center; }

.d-section--style-feed .title {
  font-family: Georgia, serif;
  font-weight: 400;
  color: #008857; }

.d-section--style-feed .section__hgroup {
  margin-bottom: 1.5em; }

.d-section--style-feed .hgroup__separator {
  display: none; }

.d-section--style-media .section__hgroup {
  text-align: left; }

.d-section--style-media .hgroup__separator {
  margin-left: 0; }

.d-section--alignment-right .title--splash {
  margin-right: -.15em; }

.d-section--alignment-none .subtitle--splash,
.d-section--alignment-center .subtitle--splash {
  font-family: Georgia, serif;
  font-style: italic;
  font-weight: 400;
  text-transform: none; }

.d-section--modification-6 .title--splash {
  font-size: 2.25em;
  line-height: 1.33333333;
  font-family: Georgia, serif;
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: .03125em; }

@media screen and (min-width: 30em) {
  .title--splash {
    font-size: 2.25em;
    line-height: 1.33333333; } }

@media screen and (min-width: 40em) {
  .title--splash {
    font-size: 3em;
    line-height: 1.125; } }

@media screen and (min-width: 20em) {
  .hgroup__separator {
    margin: 1.5em auto;
    max-width: 12em; } }

@media screen and (min-width: 40em) {
  .hgroup__separator {
    margin: 2.25em auto; } }

@media screen and (min-width: 20em) {
  .hgroup__separator + .hgroup__subtitle {
    margin-top: 0; } }

@media screen and (min-width: 40em) {
  .d-section--style-feed .section__hgroup {
    margin: 0 auto 3em;
    width: 87.5%; } }

@media screen and (min-width: 54em) {
  .d-section--style-feed .section__hgroup {
    width: 80%; } }

@media screen and (min-width: 64em) {
  .d-section--style-feed .section__hgroup {
    width: 75%; } }

@media screen and (min-width: 72em) {
  .d-section--style-feed .section__hgroup {
    width: 66.666%;
    max-width: 60em; } }

@media screen and (min-width: 40em) {
  .d-section--alignment-none .subtitle--splash,
  .d-section--alignment-center .subtitle--splash {
    margin-top: .76190476em;
    font-size: 1.3125em;
    line-height: 1.52380952; } }

.o-btn {
  margin-top: 2.25em; }

button:focus,
.o-btn a:focus {
  outline: 0; }

.o-btn a {
  display: inline-block;
  margin: .75em 0;
  padding: .75em 1.5em;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  letter-spacing: .15em;
  color: #fff;
  cursor: pointer;
  background-color: #007e50;
  transition: .2s background-color linear; }

.o-btn a:hover,
.o-btn a:active,
.o-btn a:focus {
  color: #fff;
  text-decoration: none; }

.o-btn a:hover {
  background-color: #008857; }

.o-btn a:active,
.o-btn a:focus {
  margin-top: .8125em;
  margin-bottom: .6875em;
  background-color: #00925e; }

.o-btn a:visited {
  opacity: .8; }

.lt-ie8 .o-btn a {
  *zoom: 1; }

.lt-ie7 .o-btn a {
  display: block; }

.btn--style-1 a {
  background-color: #801917; }

.btn--style-1 a:hover {
  background-color: #841a18; }

.btn--style-1 a:active,
.btn--style-1 a:focus {
  background-color: #8d1c1a; }

.btn--style-2 a {
  border: 2px solid #6c6c6c;
  color: #6c6c6c;
  background: none; }

.btn--style-2 a:hover {
  background-color: #008857;
  border-color: #008857; }

.btn--style-2 a:active,
.btn--style-2 a:focus {
  border-color: #008d5a; }

.o-splash__btn[class*='--style-2'] a {
  border-color: #fff;
  color: #fff; }

.o-splash__btn[class*='--style-2'] a:hover {
  border-color: #008857; }

.o-splash__btn[class*='--style-2'] a:active,
.o-splash__btn[class*='--style-2'] a:focus {
  border-color: #008354; }

.d-section--style-2 .o-splash__btn[class*='--style-2'] a:hover {
  background: #841a18;
  border-color: #841a18; }

.d-section--style-2 .o-splash__btn[class*='--style-2'] a:active,
.d-section--style-2 .o-splash__btn[class*='--style-2'] a:focus {
  background: #801917;
  border-color: #801917; }

.d-section--style-text[class*='--alignment-center'] .o-btn,
.d-section--style-text[class*='--alignment-none'] .o-btn {
  text-align: center; }

.d-section--style-text[class*='--alignment-right'] .o-btn {
  text-align: right; }

.d-feed--style-3 .o-btn {
  margin-top: 0; }

.media__double-ctoa .o-btn {
  margin-top: 1.5em; }

@media screen and (min-width: 64em) {
  .o-btn a {
    padding: .75em 3em; } }

.o-tile__btn {
  margin-left: .75em;
  margin-right: .75em; }

.small-print small {
  letter-spacing: .0625em;
  text-transform: uppercase; }

.small-print__affliate-branding {
  display: block;
  margin: 1.25em auto 1.25em; }

.small-print__affliate-branding em {
  font-style: normal;
  font-weight: 700; }

.contentinfo__small-print {
  color: rgba(67, 67, 67, 0.8);
  text-align: center; }

@media screen and (min-width: 20em) {
  .small-print__affliate-branding {
    width: 15.69230769em;
    height: 6.46153846em;
    background: url(//www.shelterbox.org/sites/all/themes/shelterbox/img/skin/partnership-logos/logo_alpha_tinypng.png) center center no-repeat; } }

@media screen and (min-width: 20em) {
  .small-print__affliate-branding em {
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    border: 0;
    clip: rect(0 0 0 0);
    position: absolute !important; } }

.d-section--alignment-center .the-measure {
  text-align: center; }

.d-section + .d-section {
  padding-top: 0; }

.d-section--style-banner + .d-section--style-text,
.d-section--style-banner + .d-section--style-media {
  padding-top: 3em; }

@media screen and (min-width: 20em) {
  .d-section--embellishment {
    padding-bottom: 0; }
  .d-section--embellishment:after {
    display: block;
    content: '';
    margin: 11.25% auto 7.5%;
    height: 96px;
    width: 96px;
    background: #fff center no-repeat; }
  .d-section--embellishment-1:after {
    background-image: url(//www.shelterbox.org/sites/all/themes/shelterbox/img/skin/embellishment/embellishment-1.png); }
  .svg .d-section--embellishment-1:after {
    background-image: url(//www.shelterbox.org/sites/all/themes/shelterbox/img/skin/embellishment/embellishment-1.svg); }
  .d-section--embellishment-2:after {
    background-image: url(//www.shelterbox.org/sites/all/themes/shelterbox/img/skin/embellishment/embellishment-2.png); }
  .svg .d-section--embellishment-2:after {
    background-image: url(//www.shelterbox.org/sites/all/themes/shelterbox/img/skin/embellishment/embellishment-2.svg); }
  .d-section--embellishment-3:after {
    background-image: url(//www.shelterbox.org/sites/all/themes/shelterbox/img/skin/embellishment/embellishment-3.png); }
  .svg .d-section--embellishment-3:after {
    background-image: url(//www.shelterbox.org/sites/all/themes/shelterbox/img/skin/embellishment/embellishment-3.svg); }
  .d-section--embellishment-4:after {
    background-image: url(//www.shelterbox.org/sites/all/themes/shelterbox/img/skin/embellishment/embellishment-4.png); }
  .svg .d-section--embellishment-4:after {
    background-image: url(//www.shelterbox.org/sites/all/themes/shelterbox/img/skin/embellishment/embellishment-4.svg); }
  .d-section--embellishment-5:after {
    background-image: url(//www.shelterbox.org/sites/all/themes/shelterbox/img/skin/embellishment/embellishment-5.png); }
  .svg .d-section--embellishment-5:after {
    background-image: url(//www.shelterbox.org/sites/all/themes/shelterbox/img/skin/embellishment/embellishment-5.svg); }
  .d-section--embellishment-6:after {
    background-image: url(//www.shelterbox.org/sites/all/themes/shelterbox/img/skin/embellishment/embellishment-6.png); }
  .svg .d-section--embellishment-6:after {
    background-image: url(//www.shelterbox.org/sites/all/themes/shelterbox/img/skin/embellishment/embellishment-6.svg); } }

@media screen and (min-width: 48em) {
  .d-section--embellishment:after {
    width: auto; } }

@media screen and (min-width: 48em) {
  .csscolumns .d-section--embellishment:after {
    column-span: all; } }

@media screen and (min-width: 36em) {
  .backgroundsize .d-section--embellishment:after {
    width: auto;
    background-size: contain; } }

@media screen and (min-width: 84em) {
  .backgroundsize .d-section--embellishment:after {
    background-size: auto; } }

.d-section--style-banner {
  margin: 0 -.75em;
  padding: 0;
  overflow: hidden; }

.d-section--style-banner:before,
.d-section--style-banner:after {
  content: " ";
  display: table; }

.d-section--style-banner:after {
  clear: both; }

.lt-ie8 .d-section--style-banner {
  zoom: 1; }

.o-splash {
  color: #fff;
  background: #434343;
  text-align: center; }

.o-splash__anchor {
  position: relative; }

.o-splash img,
.o-splash video {
  display: block;
  margin: 0 auto; }

.o-splash__wrapper {
  padding: 4.5em 1.5em; }

.o-splash__text {
  margin: 0 auto;
  max-width: 30em; }

.o-splash__text p {
  margin-top: 1em;
  font-size: .875em;
  line-height: 1.57142857;
  font-weight: 700;
  letter-spacing: .03125em; }

.o-splash__icon {
  margin: 0 auto;
  width: 3em; }

.d-section--alignment-left .o-splash {
  text-align: left; }

.d-section--alignment-left .o-splash__hgroup,
.d-section--alignment-left .o-splash__text,
.d-section--alignment-left .o-splash__icon {
  margin-left: 0;
  margin-right: auto; }

.d-section--alignment-left .o-splash__hgroup,
.d-section--alignment-left .o-splash__text {
  max-width: 36em; }

.d-section--alignment-right .o-splash {
  text-align: right; }

.d-section--alignment-right .o-splash__hgroup,
.d-section--alignment-right .o-splash__text,
.d-section--alignment-right .o-splash__icon {
  margin-right: 0;
  margin-left: auto; }

.d-section--alignment-right .o-splash__hgroup,
.d-section--alignment-right .o-splash__text {
  max-width: 36em; }

.section-pattern-library .d-section--style-banner {
  margin-bottom: 1px; }

.d-section--style-1 .section__o-splash {
  background-color: #1a1a1a; }

.d-section--style-2 .section__o-splash {
  background-color: #008857; }

.d-section--modification-2 .section__o-splash {
  background-color: #008857; }

.d-section--modification-2 .o-splash__wrapper {
  background-image: url(//www.shelterbox.org/sites/all/themes/shelterbox/img/skin/patterns/pattern--emergency.gif); }

.d-section--modification-7 .section__o-splash {
  background-color: #b1b2b7;
  color: #434343; }

.d-section--modification-7 .o-splash__wrapper {
  padding-top: 3em;
  padding-bottom: 3em; }

@media screen and (min-width: 40em) {
  .d-section--style-banner {
    margin-left: 0;
    margin-right: 0;
    width: 100%; } }

@media screen and (min-width: 0.0625em) {
  .o-splash__filter {
    position: relative; }
  .o-splash__filter:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0; } }

@media screen and (min-width: 0.0625em) {
  .filter--filter-1:after {
    background: rgba(0, 0, 0, 0.2); } }

@media screen and (min-width: 20em) {
  section:first-child .o-splash__wrapper {
    padding-top: 7.5em; } }

@media screen and (min-width: 20em) {
  section:first-child .o-splash__anchor + .o-splash__wrapper {
    padding-top: 4.5em; } }

@media screen and (min-width: 40em) {
  section:first-child .o-splash__anchor + .o-splash__wrapper {
    padding-top: 7.5em; } }

@media screen and (min-width: 40em) {
  .d-section--style-banner,
  .o-splash {
    height: 40em;
    overflow: hidden; }
  .o-splash {
    display: table;
    width: 100%;
    position: relative; }
  .o-splash__anchor {
    height: 40em;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1; }
  .csstransforms .o-splash__anchor img {
    position: absolute;
    left: 0;
    top: 0; }
  .csstransforms .anchor--right img {
    left: auto;
    right: 0; }
  .csstransforms .anchor--center img {
    left: 50%;
    transform: translate(-50%, 0); }
  .o-splash__wrapper {
    display: table-cell;
    padding-left: 6.25%;
    padding-right: 6.25%;
    vertical-align: middle;
    position: relative;
    z-index: 10; }
  .o-splash__anchor img,
  .o-splash__anchor video {
    width: auto;
    max-width: none;
    height: 100%; } }

@media screen and (min-width: 0.0625em) {
  .d-section--modification-1 .o-splash__wrapper:after {
    display: block;
    content: "";
    margin: .75em auto 0;
    width: 2.25em;
    height: 2.25em;
    background: transparent url(//www.shelterbox.org/sites/all/themes/shelterbox/img/skin/bigmallet-ui-icons-sprite.png) -54px -438px no-repeat; } }

@media screen and (min-width: 48em) {
  .svg .d-section--modification-1 .o-splash__wrapper:after {
    background: transparent url("data:image/svg+xml;charset=US-ASCII,%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%20%5B%0D%0A%09%3C%21ENTITY%20ns_flows%20%22http%3A//ns.adobe.com/Flows/1.0/%22%3E%0D%0A%5D%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%20-1%2032%2032%22%20overflow%3D%22visible%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M1%200h30v30H1z%22/%3E%3Cpath%20fill%3D%22%23B1B2B8%22%20d%3D%22M16%2021.707l14-14L29.293%207%2016%2020.293%202.707%207%202%207.707%22/%3E%3C/svg%3E") center center no-repeat;
    background-size: 3em 3em; } }

@media screen and (min-width: 0.0625em) {
  .d-section--modification-2 .o-splash__wrapper {
    background-image: url(//www.shelterbox.org/sites/all/themes/shelterbox/img/skin/patterns/pattern--emergency.png);
    background-size: 100px 100px; } }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .d-section--modification-2 .o-splash__wrapper {
    background-image: url(//www.shelterbox.org/sites/all/themes/shelterbox/img/skin/patterns/pattern--emergency%402x.png); } }

@media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min--moz-device-pixel-ratio: 3), only screen and (min-device-pixel-ratio: 3) {
  .d-section--modification-2 .o-splash__wrapper {
    background-image: url(//www.shelterbox.org/sites/all/themes/shelterbox/img/skin/patterns/pattern--emergency%403x.png); } }

@media screen and (min-width: 40em) {
  .d-section--modification-7,
  .d-section--modification-7 .section__o-splash {
    height: auto; } }

@media screen and (min-width: 150em) {
  .o-splash__anchor img {
    width: 100%;
    max-width: none;
    height: auto;
    min-height: 40em; } }

.copy:before,
.copy:after {
  content: " ";
  display: table; }

.copy:after {
  clear: both; }

.lt-ie8 .copy {
  zoom: 1; }

.d-section--modification-4 p {
  margin: 0;
  font-size: 1.3125em;
  line-height: 1.52380952;
  font-family: Georgia, serif;
  color: #878787;
  text-transform: uppercase;
  letter-spacing: .15em;
  text-align: center; }

@media screen and (min-width: 40em) {
  .d-section--style-text {
    width: 87.5%; } }

@media screen and (min-width: 54em) {
  .d-section--style-text {
    width: 80%; } }

@media screen and (min-width: 64em) {
  .d-section--style-text {
    width: 75%; } }

@media screen and (min-width: 72em) {
  .d-section--style-text {
    width: 66.666%;
    max-width: 60em; } }

@media screen and (min-width: 40em) {
  .d-section--alignment-left .copy__text {
    float: left; } }

@media screen and (min-width: 40em) {
  .d-section--alignment-right .copy__text {
    float: right; } }

@media screen and (min-width: 48em) {
  .csscolumns .d-section--modification-3 .hgroup * {
    margin-left: 0;
    text-align: left; }
  .csscolumns .d-section--modification-3 {
    column-count: 2;
    column-width: 272px;
    column-gap: 3em; }
  .csscolumns .d-section--modification-3 .copy__text {
    max-width: none; }
  .csscolumns .d-section--modification-3 .copy__text p {
    margin: 0;
    padding-bottom: 1em;
    break-inside: avoid-column; } }

@media screen and (min-width: 78em) {
  .csscolumns .d-section--modification-3 {
    column-gap: 4.5em; } }

.media__double-ctoa {
  margin-bottom: 10%; }

.collage__item {
  border-top: 1px solid #fff;
  background-color: #b1b2b7;
  color: #434343; }

@media screen and (min-width: 40em) {
  .d-section--style-media {
    width: 87.5%; } }

@media screen and (min-width: 54em) {
  .d-section--style-media {
    width: 80%; } }

@media screen and (min-width: 64em) {
  .d-section--style-media {
    width: 75%; } }

@media screen and (min-width: 72em) {
  .d-section--style-media {
    width: 66.666%;
    max-width: 60em; } }

@media screen and (min-width: 48em) {
  [class*="d-section--alignment"] .o-media__item {
    width: 50%; } }

@media screen and (min-width: 48em) {
  .media__double-ctoa {
    width: 66.666%;
    min-width: 18em; } }

@media screen and (min-width: 20em) {
  .collage {
    margin: 0 auto;
    width: 87.5%;
    max-width: 57em; } }

@media screen and (min-width: 20em) {
  .collage__item {
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    position: relative; }
  .collage__item[data-bg] {
    padding-bottom: 0; }
  .collage__item:nth-child(3) {
    background: #008857;
    color: #fff; } }

@media screen and (min-width: 40em) {
  .collage__item {
    padding-bottom: 61.8%;
    border-right: 1px solid #fff; }
  .collage__item[data-bg] {
    padding-bottom: 61.8%;
    background-color: #f2f2f2; } }

@media screen and (min-width: 20em) {
  .collage__item > * {
    display: table;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; } }

@media screen and (min-width: 20em) {
  .collage__item > * > * {
    display: table-cell;
    vertical-align: middle; } }

.d-section--style-feed {
  max-width: 84em;
  padding-top: 1px; }

.d-section--style-feed:before,
.d-section--style-feed:after {
  content: " ";
  display: table; }

.d-section--style-feed:after {
  clear: both; }

.lt-ie8 .d-section--style-feed {
  zoom: 1; }

.d-feed .dk:before,
.d-feed .dk:after {
  content: " ";
  display: table; }

.d-feed .dk:after {
  clear: both; }

.lt-ie8 .d-feed .dk {
  zoom: 1; }

.d-feed[class*='embedly'] .d-feed__body {
  display: block !important;
  margin-left: auto;
  margin-right: auto;
  width: 31.25em; }

.d-feed__body .embedly-card {
  display: block !important;
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  min-height: 0 !important; }

.d-feed__body .embedly-card-hug {
  max-width: none !important;
  width: auto !important; }

@media screen and (min-width: 40em) {
  .d-feed__body > * {
    min-height: 37.5em;
    width: 50%;
    float: left; } }

@media screen and (min-width: 60em) {
  .d-feed__body > * {
    width: 33.333%; } }

@media screen and (min-width: 40em) {
  .flexbox .d-feed__body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -ms-flex-wrap: wrap;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-pack: center;
    justify-content: center; } }

@media screen and (min-width: 40em) {
  .flexbox .d-feed__body > * {
    max-width: 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%; } }

@media screen and (min-width: 60em) {
  .flexbox .d-feed__body > * {
    max-width: 33.33333333%;
    -ms-flex: 1 0 33.33333333%;
    flex: 1 0 33.33333333%; } }

@media screen and (min-width: 20em) {
  .d-feed--style-2 .d-feed__body > * {
    position: relative; }
  .d-feed--style-2 .d-feed__body > *:before {
    display: block;
    content: '';
    height: 1px;
    background: #f2f2f2;
    position: absolute;
    left: 19.1%;
    right: 19.1%;
    bottom: 0; } }

@media screen and (min-width: 40em) {
  .d-feed--style-2 .d-feed__body > * {
    min-height: 24em;
    width: 16.666%;
    min-width: 24em; }
  .d-feed--style-2 .d-feed__body > *:before {
    width: 1px;
    height: auto;
    background: #b1b2b7;
    position: absolute;
    left: 0;
    right: auto;
    top: 0;
    bottom: 1.5em; }
  .flexbox .d-feed--style-2 .d-feed__body > * {
    -ms-flex: 1 0 16.666%;
    flex: 1 0 16.666%; }
  .d-feed--style-2 .d-feed__body > *:first-child:before {
    display: none; }
  .d-feed--style-2 {
    height: 24em;
    overflow: hidden;
    position: relative; }
  .d-feed--style-2:before,
  .d-feed--style-2:after {
    display: block;
    content: '';
    position: absolute; }
  .d-feed--style-2:before {
    width: 6em;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.1), #fff 40%);
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1; }
  .d-feed--style-2:after {
    margin-top: -1.5em;
    width: 3em;
    height: 3em;
    background: url(//www.shelterbox.org/sites/all/themes/shelterbox/img/skin/bigmallet-ui-icons-sprite.png) -48px -384px no-repeat;
    right: .75em;
    top: 50%;
    z-index: 10; }
  .d-feed--style-2 .dk {
    margin: 0 3em 0 0;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    cursor: move; }
  .d-feed--style-2 .d-feed__body {
    width: 144em; }
  .js-scroll-btn {
    margin-top: -2.75em;
    padding: 0;
    border: 0;
    width: 3em;
    height: 5.5em;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    right: .75em;
    top: 50%;
    z-index: 425; } }

@media screen and (min-width: 64em) {
  .svg .d-feed--style-2:after {
    margin-top: -2.75em;
    width: 3em;
    height: 5.5em;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2248%22%20height%3D%2288%22%20viewBox%3D%220%200%2048%2088%22%20overflow%3D%22visible%22%3E%3Cpath%20fill%3D%22%23B9B9B9%22%20d%3D%22M2.116%200L0%202.12%2041.77%2044%200%2085.88%202.115%2088%2046%2044%22/%3E%3C/svg%3E");
    background-position: left center;
    background-size: 3em 5.5em; } }

.infographic {
  margin-top: 3em;
  text-align: center; }

.infographic:first-child {
  margin-top: 0; }

.infographic img {
  margin: 0 auto; }

.infographic__figcaption {
  margin: 0 auto;
  max-width: 18.5em; }

.infographic__title {
  font-weight: 700; }

.infographic__text {
  min-height: 6em;
  font-size: 1em;
  line-height: 1.5;
  color: #7a8683; }

.infographic__btn {
  margin-top: 1.5em; }

.section__figure-group {
  margin: 3em auto; }

@media screen and (min-width: 40em) {
  .section__figure-group > figure {
    padding: 0 3%;
    vertical-align: center; } }

@media screen and (min-width: 40em) {
  .section__figure-group[class*='--2'] {
    display: table; } }

@media screen and (min-width: 52em) {
  .section__figure-group[class*='--3'] {
    display: table; } }

@media screen and (min-width: 60em) {
  .section__figure-group[class*='--4'] {
    display: table; } }

@media screen and (min-width: 40em) {
  .section__figure-group[class*='--2'] figure {
    display: table-cell;
    width: 50%; }
  .section__figure-group[class*='--2'] figure:first-child {
    padding-left: 0; }
  .section__figure-group[class*='--2'] figure:last-child {
    padding-right: 0; } }

@media screen and (min-width: 52em) {
  .section__figure-group[class*='--3'] figure {
    display: table-cell;
    width: 33.333%; }
  .section__figure-group[class*='--3'] figure:first-child {
    padding-left: 0; }
  .section__figure-group[class*='--3'] figure:last-child {
    padding-right: 0; } }

@media screen and (min-width: 60em) {
  .section__figure-group[class*='--4'] figure {
    display: table-cell;
    width: 25%; }
  .section__figure-group[class*='--4'] figure:first-child {
    padding-left: 0; }
  .section__figure-group[class*='--4'] figure:last-child {
    padding-right: 0; } }

.menu-toggle {
  display: block;
  background: transparent !important;
  cursor: pointer; }

.ie8 .menu-toggle {
  display: none; }

.menu-toggle a {
  margin: .75em auto;
  max-width: 13.5em; }

.toggle-control {
  display: block;
  margin: .75em auto;
  padding: .6875em;
  min-height: 3em;
  min-width: 3em;
  border: 1px solid #6c6c6c;
  background: transparent;
  text-align: center;
  overflow: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.toggle-control:hover,
.toggle-control:active,
.toggle-control:focus {
  color: #fff;
  text-decoration: none;
  background-color: #6c6c6c; }

.toggle-control:focus {
  outline: 2px solid #9cf;
  outline-offset: -2px; }

@media screen and (min-width: 20em) and (max-width: 47.9375em) {
  .toggle-control__text {
    display: block;
    font-size: 10px;
    font-size: .625rem;
    line-height: 2.4;
    font-weight: 300;
    color: #f2f2f2;
    text-transform: uppercase; }
  .toggle-control--close .toggle-control__text {
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    border: 0;
    clip: rect(0 0 0 0);
    position: absolute !important; }
  .mustardo-nav-toggle--menu .toggle-control__text {
    margin-right: .46153846em; }
  .mustardo-nav-toggle--menu .toggle-control__text,
  .mustardo-nav-toggle--menu .toggle-control__icon {
    float: left; }
  .mustardo-menu-toggle {
    position: absolute;
    top: 0;
    right: .75em;
    z-index: 450; }
  .mustardo-nav-toggle {
    border-color: #fff;
    overflow: hidden; }
  .mustardo-nav-toggle:hover,
  .mustardo-nav-toggle:active,
  .mustardo-nav-toggle:focus {
    margin-top: .8125em;
    margin-bottom: .6875em;
    background-color: transparent; }
  .mustardo-nav-toggle .toggle-control__icon {
    display: block;
    width: 1.5em;
    height: 1.5em;
    background-image: url(//www.shelterbox.org/sites/all/themes/shelterbox/img/skin/off-canvas/off-canvas-icon--menu.png);
    background-position: center center;
    background-repeat: no-repeat; }
  .mustardo-nav-toggle--close {
    display: block;
    position: absolute;
    top: 0;
    right: .75em; }
  .mustardo-nav-toggle--close .toggle-control__icon {
    background-image: url(//www.shelterbox.org/sites/all/themes/shelterbox/img/skin/off-canvas/off-canvas-icon--close.png); }
  .svg .mustardo-nav-toggle--menu .toggle-control__icon {
    background-image: url(//www.shelterbox.org/sites/all/themes/shelterbox/img/skin/off-canvas/off-canvas-svg--menu.svg);
    background-size: 3em 3em; }
  .svg .mustardo-nav-toggle--close .toggle-control__icon {
    background-image: url(//www.shelterbox.org/sites/all/themes/shelterbox/img/skin/off-canvas/off-canvas-svg--close.svg);
    background-size: 3em 3em; }
  .mustardo-navigation {
    visibility: hidden;
    margin: 0;
    width: 16.5em;
    min-height: 100%;
    border-left: 1px solid #000;
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -16.5em;
    z-index: 450;
    transition: visibility .2s ease; }
  .mustardo-navigation .navigation__wrapper {
    padding: 4.625em 0; }
  .mustardo-wrapper--page {
    transition: all .2s ease;
    position: relative;
    left: 0;
    overflow: hidden; }
  .is-open .mustardo-wrapper--page {
    left: -16.5em;
    overflow: visible; }
  .csstransitions .is-open .mustardo-wrapper--page {
    left: auto;
    transform: translate(-16.5em, 0); }
  .is-open .mustardo-navigation {
    visibility: visible; }
  .mustardo-navigation .navigation__utility-nav {
    margin: 0;
    position: absolute;
    top: 4.5em;
    left: 0;
    right: 0; }
  .mustardo-navigation .navigation__global-nav {
    margin-top: 3.75em; } }

@media screen and (min-width: 48em) {
  .mustardo-wrapper--page.is-active {
    position: static;
    left: auto;
    border: 0; }
  .menu-toggle,
  .mustardo-nav-toggle {
    display: none !important; } }

@media screen and (min-width: 48em) {
  .menu__panel > .menu {
    display: none; }
  .menu__panel:hover > .menu {
    display: table; }
  .mustardo .js-panel:hover > .js-panel__child {
    display: none; }
  .js-panel__child.is-open {
    display: table !important; } }

.js-play-btn,
.js-close-btn {
  margin: 0;
  padding: 0;
  background: transparent;
  text-align: center;
  overflow: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative; }

.js-play-btn__text,
.js-close-btn__text {
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
  clip: rect(0 0 0 0);
  position: absolute !important; }

.js-play-btn {
  margin: .75em auto;
  height: 6em;
  width: 6em;
  border: 6px double #fff;
  border-radius: 6em; }

.js-play-btn__icon {
  display: block;
  margin: -.625em 0 0 -.4375em;
  width: 0;
  height: 0;
  border-top: .625em solid transparent;
  border-bottom: .625em solid transparent;
  border-left: 1.125em solid #fff;
  position: absolute;
  top: 50%;
  left: 50%; }

.js-close-btn {
  height: 3em;
  width: 3em;
  border: 1px solid #ededed; }

.js-close-btn:hover,
.js-close-btn:active,
.js-close-btn:focus {
  border-color: #fff;
  background-color: #434343; }

.js-close-btn__icon {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background: transparent url(//www.shelterbox.org/sites/all/themes/shelterbox/img/skin/bigmallet-ui-icons-sprite.png) -49px 0 no-repeat; }

@media screen and (min-width: 0.0625em) and (max-width: 39.9375em) {
  .js-splash-video__play-btn,
  .js-splash-video__close-btn {
    display: none !important; }
  .splash--video .o-splash__anchor {
    display: none !important; } }

@media screen and (min-width: 40em) {
  .js-splash-video__play-btn {
    display: block; }
  .js-splash-video__close-btn {
    display: block;
    position: absolute;
    top: 3em;
    right: 1.5em;
    z-index: 425; }
  .d-section--modification-6,
  .js-splash-video {
    height: auto; }
  .js-splash-video {
    display: block;
    background: #1a1a1a; }
  .js-splash-video__anchor {
    background: #008857; }
  .js-splash-video__video-embed {
    margin: 0 auto;
    padding: 3em 6em;
    max-width: 81em;
    position: relative; }
  .js-splash-video__wrapper {
    display: block;
    margin-top: -9.5em;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0; }
  .csstransforms .js-splash-video__wrapper {
    margin-top: 0;
    transform: translate(0, -50%); }
  .is-playing .js-splash-video__wrapper {
    display: none; }
  .cssanimations .js-splash-video__video-embed .video-embed__wrapper {
    transform: translate(0, 120%);
    will-change: transform;
    transition: transform .4s ease-in-out; }
  .cssanimations .is-playing .js-splash-video__video-embed .video-embed__wrapper {
    transform: translate(0, 0); }
  .cssanimations .js-splash-video__wrapper {
    display: block;
    opacity: 1;
    will-change: opacity, visibility;
    transition: all .2s ease-in-out; }
  .cssanimations .is-playing .js-splash-video__wrapper {
    opacity: 0;
    visibility: hidden; } }

@media screen and (min-width: 69em) {
  .js-splash-video__anchor {
    height: 46.5em; } }

.big-pay-payment {
  padding: 1em;
  margin-top: 4em;
  background-color: transparent; }

.big-payment-iframe {
  background: url(//www.shelterbox.org/sites/all/themes/shelterbox/img/skin/throbber_large.gif) no-repeat center; }

.big-pay-payment .big-payment-iframe body {
  font-family: "Open Sans";
  color: #6c6c6c; }

.webform-donation-form {
  background-color: transparent; }

.big_payment__amount {
  max-width: none; }

.js .webform-donation-form .fieldset-legend {
  display: none; }

.webform-donation-form .legend-show .fieldset-legend {
  display: block; }

.webform-component.form-item {
  margin-bottom: .625em; }

.js .big_payment__slider-wrapper {
  z-index: 99; }

.form-item-submitted-amount-set-amount,
form-type-radios form-item-submitted-amount-monthly-set-amount {
  position: relative; }

.js .form-item-submitted-step-1-amount-set-amount-radios,
.js .form-item-submitted-step-1-amount-monthly-set-amount-radios {
  position: relative; }

.js .big_payment__set-amount input, .js .big_payment__set-amount .gform_button,
.js .form-item-submitted-step-1-amount-other-amount-radio,
.js .form-item-submitted-step-1-amount-monthly-other-amount-radio {
  display: none; }

.js .form-item-submitted-step-1-amount-set-amount-radios label,
.js .form-item-submitted-step-1-amount-monthly-set-amount-radios label {
  position: relative;
  display: none; }

.form-item-submitted-step-1-amount-set-amount-radios.selected label,
.form-item-submitted-step-1-amount-monthly-set-amount-radios.selected label {
  display: block; }

.js .big_payment__message {
  display: none; }

.js .selected .big_payment__message {
  display: block; }

.big_payment__message:hover {
  cursor: auto; }

.big_payment__title h3 {
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Open Sans'; }

.big_payment__title .title__emphasis {
  display: block;
  border-top: 1px solid;
  font-weight: bold;
  letter-spacing: .1em; }

.big_payment__body {
  color: #01ae83; }

.big_payment__text p {
  font-family: Georgia, serif;
  font-style: italic;
  margin-top: 0; }

.big_payment__article__title {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: .1em; }

.big_payment__article {
  color: #878787; }

.big_payment__article__text {
  font-size: .875em; }

.big_payment__article__text p:first-child {
  font-weight: bold; }

.big_payment__media {
  display: none; }

.webform-client-form {
  position: relative; }

.webform-client-form:after {
  clear: both; }

.js .webform-component__step {
  display: none; }

.js .webform-component__step.show-me {
  display: block; }

.js .webform-component--step-1--regular-gifts-fieldset {
  display: none; }

.js .webform-component--step-1--regular-gifts-fieldset.show-me {
  display: block; }

.js .big_payment__other-amount,
.js .big_payment__set-amount {
  display: none; }

.js .big_payment__other-amount.show-me,
.js .big_payment__set-amount.show-me {
  display: block; }

.big_payment__other-amount .form-item-submitted-step-1-amount-other-amount-text input, .big_payment__other-amount .form-item-submitted-step-1-amount-other-amount-text .gform_button,
.big_payment__other-amount .form-item-submitted-step-1-amount-monthly-other-amount-text input,
.big_payment__other-amount .form-item-submitted-step-1-amount-monthly-other-amount-text .gform_button {
  color: #878787;
  width: 7em;
  position: absolute;
  right: 0;
  height: 2.75em;
  padding-left: 0;
  border: 0; }

.big_payment__other-amount .form-item-submitted-step-1-amount-other-amount-text input:-webkit-autofill, .big_payment__other-amount .form-item-submitted-step-1-amount-other-amount-text .gform_button:-webkit-autofill,
.big_payment__other-amount .form-item-submitted-step-1-amount-monthly-other-amount-text input:-webkit-autofill,
.big_payment__other-amount .form-item-submitted-step-1-amount-monthly-other-amount-text .gform_button:-webkit-autofill {
  background-color: transparent !important; }

.big_payment__other-amount .form-item-submitted-step-1-amount-other-amount-text,
.big_payment__other-amount .form-item-submitted-step-1-amount-monthly-other-amount-text {
  border: 1px solid #e8e3d9;
  overflow: hidden; }

.form-item-submitted-step-1-amount-other-amount-text,
.form-item-submitted-step-1-amount-monthly-other-amount-text {
  position: relative;
  height: 2.75em; }

.form-item-submitted-step-1-amount-other-amount-text:before,
.form-item-submitted-step-1-amount-monthly-other-amount-text:before {
  content: '£';
  display: block;
  width: 3em;
  position: absolute;
  line-height: 2.75em;
  color: #878787;
  left: 2em; }

.form-item-submitted-step-1-amount-other-amount-text,
.form-item-submitted-step-1-amount-monthly-other-amount-text,
.next-page-button,
.previous-page-button {
  width: 10em; }

.next-page-button:hover,
.previous-page-button:hover,
.manual-address__button:hover {
  opacity: .8; }

.next-page-button:active,
.previous-page-button:active,
.manual-address__button:active {
  opacity: .7; }

.webform-component--step-1--choose-how-you-would-like-to-give-to-us .form-radios {
  width: 10em; }

.next-page-button button,
.previous-page-button button {
  width: 100%;
  border: 0;
  background-color: #01ae83;
  text-align: center;
  color: white;
  text-transform: uppercase;
  font-family: 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: bold;
  letter-spacing: 3px;
  font-size: .875em;
  height: 3.14285714em;
  margin-bottom: .625em; }

.previous-page-button button {
  background-color: #a4a4a4; }

.manual-address__button {
  width: 14em;
  border: 0;
  background-color: #a4a4a4;
  text-align: center;
  color: white;
  text-transform: uppercase;
  font-family: 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: .875em;
  height: 3.14285714em;
  margin-bottom: .625em; }

.manual-address__text {
  margin-right: 1em;
  color: #6c6c6c; }

.payment-notice {
  display: none; }

.js .payment-notice {
  display: block;
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: bold; }

.js .payment-amount,
.payment-freq {
  color: #01ae83;
  font-size: 1em;
  font-weight: bold; }

.js .webform-donation-form .form-actions {
  display: none; }

.webform-component-checkboxes .form-type-checkbox label {
  font-size: .875em; }

.big_payment__gift-aid-details:before {
  content: "";
  background: url("../images/gift-aid-logo.png");
  display: block;
  width: 126px;
  height: 59px;
  margin-right: 1em; }

.big_payment__gift-aid-details .fieldset-description {
  margin-bottom: 1em;
  font-size: .875em;
  font-weight: bold; }

.webform-component__gift-aid {
  clear: both; }

.webform-component__gift-aid .description {
  color: inherit; }

.webform-component__gift-aid .form-type-checkbox label {
  font-size: .8125em; }

.js .on-behalf-fieldset.slide,
.js .on-behalf-fieldset.shrink.slide {
  height: 0;
  transition: height, .25s linear;
  overflow: hidden; }

.js .on-behalf-fieldset {
  height: 11em;
  transition: height, .25s linear;
  margin-bottom: 0; }

.js .on-behalf-fieldset.shrink {
  height: 7em;
  transition: height, .25s linear; }

.js .on-behalf-fieldset.shrink .webform-component__rotary-district {
  display: none; }

.webform-component__donation-behalf > label {
  font-weight: bold; }

.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: 0; }

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flexslider {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flexslider .slides {
  padding: 0; }

.flexslider .slides > li {
  display: block;
  margin: 0; }

.flexslider .slides img {
  display: block;
  margin: 0; }

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .flexslider .slides {
  display: block; }

* html .flexslider .slides {
  height: 1%; }

.flexslider {
  background: #fff;
  position: relative;
  zoom: 1; }

.flexslider .slides {
  zoom: 1; }

.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.slideshow {
  margin-top: 1.5em; }

.thumbnails .slides li {
  margin: 2px 2px 0 0;
  cursor: pointer; }

.thumbnails .slides li:last-child {
  margin-right: 0; }

.flex-direction-nav {
  *height: 0;
  position: relative; }

.flex-direction-nav li {
  margin: 0; }

.flex-direction-nav a {
  margin: -24px 0 0;
  width: 48px;
  height: 48px;
  display: block;
  text-indent: -999em;
  white-space: nowrap;
  background: rgba(255, 255, 255, 0.8) url(//www.shelterbox.org/sites/all/themes/shelterbox/img/global/bigmallet-ui-icons-sprite.png) 0 -384px no-repeat;
  position: absolute;
  bottom: 20px;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  opacity: .8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)"; }

.flex-direction-nav a:hover,
.flex-direction-nav a:active,
.flex-direction-nav a:focus {
  outline: 0; }

.flex-direction-nav .flex-prev {
  left: 0; }

.flex-direction-nav .flex-next {
  right: 0;
  background-position: -48px -384px; }

.flex-direction-nav .flex-prev:hover,
.flex-direction-nav .flex-next:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)"; }

.flex-direction-nav .flex-disabled {
  opacity: .23 !important;
  filter: alpha(opacity=25);
  -ms-filter: "alpha(opacity=25)";
  cursor: default; }

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center; }

.flex-control-nav li {
  margin: 0;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 33px;
  height: 11px;
  display: block;
  background: #6c6c6c;
  cursor: pointer;
  text-indent: -9999px; }

.flex-control-paging li a:hover {
  background: #00bb78; }

.flex-control-paging li a.flex-active {
  background: #008857;
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
  transition: all 1s ease; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

.flexslider figure {
  margin: 2px 0 0 0;
  position: relative; }

.flexslider figure img {
  width: 100%;
  max-width: 100%; }

.flexslider figcaption {
  margin: 1px 0 0;
  padding: 0 .84615385em;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  line-height: 2.25em;
  color: #f2f2f2; }

.newsletter__wrapper {
  padding: 1.5em 0; }

.newsletter__title {
  margin-top: 0;
  font-weight: 700;
  letter-spacing: .1875em;
  text-transform: uppercase;
  text-align: center; }

.signup-form {
  margin: 1.5em auto 0;
  padding: 0;
  max-width: 33em;
  background: transparent; }

.signup-form a {
  color: #434343;
  font-weight: 700;
  text-decoration: underline; }

.signup-form a:hover,
.signup-form a:focus,
.signup-form a:active {
  color: #363636; }

.signup-form .form-item {
  margin: .625em 0 0;
  text-align: center; }

.signup-form .webform-component--incentive-text {
  margin: 0 0 1.5em;
  color: rgba(67, 67, 67, 0.8);
  font-size: 1em;
  line-height: 1.5;
  text-align: center;
  letter-spacing: .03125em; }

.signup-form .webform-component--incentive-text p {
  font-size: inherit;
  line-height: inherit;
  margin: 0; }

.signup-form .form-text {
  padding: .625em 1em;
  border-color: #fff; }

.signup-form .form-text::-webkit-input-placeholder {
  color: #52545b; }

.signup-form .form-text::-moz-placeholder {
  color: #52545b; }

.signup-form .form-text:-ms-input-placeholder {
  color: #52545b; }

.signup-form .form-text:-moz-placeholder {
  color: #52545b; }

.signup-form .form-text:focus,
.signup-form .form-text:active {
  border-color: #019875; }

.signup-form .form-submit, .signup-form .gform_button {
  border-color: #52545b;
  background-color: #52545b;
  color: #f2f2f2;
  color: rgba(255, 255, 255, 0.9); }

.signup-form .form-submit:hover, .signup-form .gform_button:hover,
.signup-form .form-submit:active,
.signup-form .gform_button:active,
.signup-form .form-submit:focus,
.signup-form .gform_button:focus {
  border-color: #4d4f56;
  background-color: #4d4f56;
  color: #fff; }

.signup-form .form-submit:active, .signup-form .gform_button:active,
.signup-form .form-submit:focus,
.signup-form .gform_button:focus {
  border-color: #008857;
  background-color: #008857; }

.signup-form .webform-component--privacy-statement {
  margin-top: 1.84615385em;
  font-size: 13px;
  font-size: .8125rem;
  line-height: 1.84615385; }

.placeholder .signup-form label {
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
  clip: rect(0 0 0 0);
  position: absolute !important; }

.newsletter .signup-form {
  margin-top: 0; }

@media screen and (min-width: 20em) {
  .webform-donation-form {
    width: 100%;
    padding: 0;
    margin: 0 auto; }
  .webform-donation-form .step {
    width: 80%;
    margin: 0 auto; }
  .webform-donation-form .step--2 {
    background-color: ece8df; }
  .webform-component__payment-type .form-type-radio {
    margin-bottom: .625em;
    width: 100%; }
  .webform-component__payment-type .form-radios {
    margin: 0 auto;
    width: 100%; }
  .webform-component__payment-type .form-radios:after {
    content: "";
    display: block;
    clear: both; }
  .form-item-submitted-step-1-choose-how-you-would-like-to-give-to-us {
    float: left; }
  .edit-submitted-step-1-choose-how-you-would-like-to-give-to-us {
    margin: 0 auto; }
  .big_payment__title h3 {
    font-size: .75em;
    line-height: 3em; }
  .big_payment__title {
    width: 10em; }
  .big_payment__title .title__emphasis {
    padding-bottom: .125em;
    font-size: 5em;
    line-height: 1.2em; }
  .big_payment__text {
    width: 10em;
    font-size: 1em; }
  .big_payment__body {
    min-height: 13.3em; }
  .big_payment__media {
    display: none; }
  .big_payment__article {
    display: none; }
  .big_payment__other-amount {
    margin-bottom: .625em; }
  .big_payment__message {
    text-align: center; }
  .big_payment__title,
  .big_payment__text,
  .form-item-submitted-step-1-amount-other-amount-text,
  .form-item-submitted-step-1-amount-monthly-other-amount-text,
  .next-page-button {
    margin: 0 auto; }
  .big_payment__slider-wrapper {
    max-width: 21em;
    margin: 0 auto; }
  .form-actions__added .next-page-button,
  .form-action__added,
  .previous-page-button {
    width: 100%; }
  .form-item-submitted-step-1-amount-other-amount-text,
  .form-item-submitted-step-1-amount-monthly-other-amount-text {
    width: 100%; }
  .big_payment__other-amount .form-item-submitted-step-1-amount-other-amount-text input, .big_payment__other-amount .form-item-submitted-step-1-amount-other-amount-text .gform_button,
  .big_payment__other-amount .form-item-submitted-step-1-amount-monthly-other-amount-text input,
  .big_payment__other-amount .form-item-submitted-step-1-amount-monthly-other-amount-text .gform_button {
    width: 100%;
    text-align: center; }
  .form-item-submitted-step-1-amount-other-amount-text:before,
  .form-item-submitted-step-1-amount-monthly-other-amount-text:before {
    width: 1em;
    left: 34%;
    z-index: 99; }
  .payment-notice {
    text-align: center; }
  .legend-show legend {
    margin-bottom: .5em; }
  .webform-component__pay-frequency > label {
    font-size: .875em; }
  .big_payment__name-details,
  .big_payment__address-details,
  .webform-fieldset__direct-debit {
    margin-top: 2em; }
  .webform-fieldset__manual-address {
    margin-bottom: 0; }
  .webform-component__donation-behalf > label {
    display: block;
    margin: 1em 0 1em 0; }
  .webform-component__donation-behalf .form-type-radio {
    margin-bottom: .625em; }
  .donation_behalf_fieldset {
    margin-bottom: 0; }
  .big_payment__address-details {
    margin-top: 0; } }

@media screen and (min-width: 28.125em) {
  .webform-component__payment-type .form-type-radio {
    width: 10em;
    margin: 0 .5em; }
  .webform-component__payment-type .form-radios {
    margin: 0 auto;
    width: 22em; }
  .js .big_payment__other-amount {
    float: left;
    margin-right: 1em;
    margin-left: .875em; }
  .form-item-submitted-step-1-amount-other-amount-text,
  .form-item-submitted-step-1-amount-monthly-other-amount-text {
    width: 10em; }
  .form-actions__added .next-page-button__1 {
    float: left;
    width: 10em; }
  .big_payment__set-amount {
    margin-bottom: 2em; }
  .big_payment__other-amount .form-item-submitted-step-1-amount-other-amount-text input, .big_payment__other-amount .form-item-submitted-step-1-amount-other-amount-text .gform_button,
  .big_payment__other-amount .form-item-submitted-step-1-amount-monthly-other-amount-text input,
  .big_payment__other-amount .form-item-submitted-step-1-amount-monthly-other-amount-text .gform_button {
    width: 7em;
    text-align: left;
    z-index: 99; }
  .form-item-submitted-step-1-amount-other-amount-text:before,
  .form-item-submitted-step-1-amount-monthly-other-amount-text:before {
    width: 3em;
    left: 2em;
    z-index: 98; }
  .big_payment__step-2 .form-actions__added {
    width: 21em;
    position: relative; }
  .form-actions__added .next-page-button__2 {
    width: 10em;
    margin-left: 11em;
    float: left; }
  .form-actions__added .previous-page-button__2 {
    width: 10em;
    position: absolute; }
  .form-actions__added:after {
    clear: both;
    content: "";
    display: block; }
  .webform-client-form__webform-progressbar {
    width: 23.5em;
    padding-left: 1em; }
  .big_payment__gift-aid-details:before {
    float: left; } }

@media screen and (min-width: 30em) {
  .webform-donation-form {
    width: 28.5em; }
  .webform-component__donation-behalf .form-type-radio {
    width: 10em;
    float: left;
    margin: 0 0 1em .5em; }
  .webform-component__donation-behalf .form-radios {
    margin: 0 auto;
    width: 22em; }
  .webform-component__donation-behalf .form-radios:after {
    content: "";
    display: block;
    clear: both; } }

@media screen and (min-width: 37.5em) {
  .progressbar__2 {
    margin-left: 1em; }
  .webform-donation-form {
    width: 34.5em; }
  .webform-donation-form .step {
    width: 90%; }
  .big_payment__step-1.webform-component-fieldset > .form-item, .big_payment__step-1.gfieldset > .form-item,
  .big_payment__step-1.webform-component-fieldset > .fieldset-description, .big_payment__step-1.gfieldset > .fieldset-description {
    margin-left: auto; }
  .js .big_payment__other-amount {
    margin-left: 5.025em; }
  .webform-component__payment-type {
    width: 22em;
    margin: 0 auto; }
  .big_payment__message {
    text-align: left; }
  .big_payment__title,
  .big_payment__text,
  .form-item-submitted-step-1-amount-other-amount-text,
  .form-item-submitted-step-1-amount-monthly-other-amount-text,
  .next-page-button {
    margin: 0; }
  .big_payment__message:after {
    content: "";
    display: block;
    clear: both; }
  .js .big_payment__media {
    display: block;
    width: 17.5em;
    float: left; }
  .js .big_payment__body {
    float: left; }
  .big_payment__body {
    margin: 1em 2em 0 .75em; }
  .form-item-submitted-step-1-amount-set-amount-radios,
  .form-item-submitted-step-1-amount-monthly-set-amount-radios {
    margin-bottom: 0; }
  .js .form-item-submitted-amount-set-amount,
  .js .form-item-submitted-amount-monthly-set-amount {
    height: 17em; }
  .big_payment__slider-wrapper {
    width: 22em;
    margin: 0 auto; }
  .webform-component-markup.webform-component--step-2--you-are-giving {
    margin: 0 .375em 2em;
    text-align: left; }
  .webform-component-markup .payment-notice {
    text-align: left; }
  .webform-component__opt-in .form-type-checkbox {
    float: left;
    margin-right: 1.5em; }
  .webform-component__opt-in .form-checkboxes:after {
    clear: both;
    content: "";
    display: block; }
  .form-actions__added {
    margin-left: 9em; }
  .legend-show legend {
    margin-bottom: -1.75em; }
  .big_payment__gift-aid-details:before {
    margin-left: 9em; }
  .marketing-markup {
    margin-left: 4.5em; } }

@media screen and (min-width: 48em) {
  .webform-client-form__webform-progressbar {
    margin-left: .3em;
    padding-left: 0; }
  .progressbar__2 {
    margin-left: 2.5em; }
  .webform-donation-form {
    width: 42em; }
  .js .big_payment__other-amount,
  .js .big_payment__set-amount {
    margin-bottom: 0; }
  .webform-donation-form .big_payment__step-1 {
    position: relative;
    width: 100%; }
  .webform-component__payment-type {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 2em; }
  .big_payment__slider-wrapper {
    position: absolute;
    top: 6em;
    width: 18em;
    right: 2em; }
  .big_payment__other-amount,
  .next-page-button__1 {
    position: absolute;
    right: .5em;
    top: 16em; }
  .big_payment__other-amount {
    right: 10.5em; }
  .big_payment__other-amount,
  .next-page-button__1 {
    top: 19em; }
  .big_payment__body {
    margin: 1em 2em 3em 0;
    min-height: 21em; }
  .big_payment__article {
    clear: both; }
  .js .big_payment__article {
    display: block;
    min-height: 24em; }
  .big_payment__article__title {
    padding-bottom: 1.25em;
    width: 11em;
    border-bottom: 1px solid;
    font-size: 1.1em;
    line-height: 1.25em;
    font-weight: 600; }
  .big_payment__message:after {
    content: "";
    display: block;
    clear: both; }
  .big_payment__title h3 {
    font-size: .75em;
    line-height: 4em; }
  .big_payment__title {
    width: 10em; }
  .big_payment__title .title__emphasis {
    padding-bottom: .125em;
    font-size: 7em;
    line-height: 1.2em; }
  .big_payment__text {
    font-size: 1.3125em; }
  .big_payment__article {
    width: 18em;
    margin-right: 2.25em;
    float: left; }
  .js .big_payment__media {
    width: 21em;
    float: left;
    display: block; }
  .big_payment__media img {
    margin: 0; }
  .js .form-item-submitted-amount-set-amount,
  .js .form-item-submitted-amount-monthly-set-amount {
    height: 100%; } }

@media screen and (min-width: 61.25em) {
  .webform-donation-form {
    width: 45em; }
  .big_payment__article {
    width: 21em; } }

@media screen and (min-width: 35em) {
  .flexslider figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
  .flex-direction-nav .flex-prev {
    left: -24px; }
  .flex-direction-nav .flex-next {
    right: -24px; } }

@media screen and (min-width: 20em) {
  .newsletter__wrapper {
    padding: 3em 0; }
  .newsletter__wrapper:before,
  .newsletter__wrapper:after {
    content: " ";
    display: table; }
  .newsletter__wrapper:after {
    clear: both; }
  .lt-ie8 .newsletter__wrapper {
    zoom: 1; } }

@media screen and (min-width: 20em) {
  .newsletter__title {
    font-size: 2em;
    line-height: 1.5em;
    margin-bottom: .375em; } }

@media screen and (min-width: 30em) {
  .signup-form .webform-component--incentive-text {
    margin-bottom: .875em; } }

@media screen and (min-width: 30em) {
  .signup-form .webform-component--email {
    width: 61.8%;
    float: left; } }

@media screen and (min-width: 30em) {
  form.signup-form .form-actions {
    margin: 0;
    width: 36.2%;
    float: right; } }

.signup-form .form-submit, .signup-form .gform_button {
  margin: .71428571em 0; }

.signup-form .form-submit:focus, .signup-form .gform_button:focus,
.signup-form .form-submit:active,
.signup-form .gform_button:active {
  margin: .78571429em 0 .64285714em; }

.signup-form .webform-component--privacy-statement {
  clear: both; }

@media screen and (min-width: 30em) {
  .contentinfo .newsletter {
    position: absolute;
    top: 0;
    left: 1.5em;
    right: 1.5em; } }

.webform-fieldset__manual-address {
  padding-right: 30px; }

.actual-size {
  width: auto !important;
  height: auto !important; }

.webform-fieldset__manual-address.disabled {
  position: relative; }

.webform-fieldset__manual-address.disabled:after {
  background-color: rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  content: ''; }

.webform-fieldset__manual-address.disabled input, .webform-fieldset__manual-address.disabled .gform_button,
.webform-fieldset__manual-address.disabled select {
  border: 0;
  padding: 0; }

.webform-fieldset__manual-address.disabled select {
  -webkit-appearance: none; }

.pager-show-more-next a {
  text-decoration: none; }

.pane-boost-status input, .pane-boost-status .gform_button {
  color: white; }

.pane-boost-status p {
  margin: .25em 0; }

.pane-boost-status * {
  color: black; }

.gfieldset {
  margin-bottom: 1.5em; }
  .gfieldset .gfieldset-legend {
    font-weight: 700;
    display: block;
    width: 100%;
    white-space: normal;
    padding-left: .25em; }
  .gfieldset > ul:first-of-type {
    margin-top: 0; }

.gfield {
  margin-left: 9em;
  margin-bottom: .625em; }
  .gfield .gfield_checkbox {
    margin-left: 0;
    padding-left: 0; }

.gform_footer {
  margin-left: 61.8%; }

.newsletter-signup-bar form {
  padding: 0; }

.newsletter-signup-bar .gform_body {
  width: 61.8%;
  float: left; }
  .newsletter-signup-bar .gform_body .gform_fields {
    padding: 0;
    margin: 0; }
    .newsletter-signup-bar .gform_body .gform_fields .gfield {
      margin: 0; }
      .newsletter-signup-bar .gform_body .gform_fields .gfield label {
        display: none; }

.newsletter-signup-bar .gform_footer {
  margin: 0;
  width: 36.2%;
  float: right; }
  .newsletter-signup-bar .gform_footer input, .newsletter-signup-bar .gform_footer .gform_button {
    margin: 0; }
