html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/*
http://www.phase2technology.com/blog/exploring-maps-in-sass-3-3/
*/
input[name="gender_other"], .selfless {
  min-width: 0 !important;
  width: auto !important; }

html.js [js-hidden] {
  display: none; }

select.language-select {
  width: 100%; }

/*
.phone-numbers {
  @include media($gtMobile) {
    display:flex;
    > * {
      flex:1 0 50%;
    }
  }
}
*/
