/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, 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,
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;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
body div#page {
  background-color: #F0F0F0;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset.address-data {
  clear: both;
  background-color: transparent;
  border: none;
  margin: 0;
  padding: 0;
}
div#edit-postalcode-wrapper {
  overflow: visible;
}
form.formiflex-form {
  border-bottom: none;
  overflow: visible;
}
form#double-rne-form-form a {
  color: #E70052;
}

/* Mobile first approach */
* { box-sizing: border-box; }
.formiflex-form { margin-top: 0; padding-top: 0; }
section.form-container { max-width: 600px; margin: 0 auto; padding: 10px; }
section.form-container #content-area { margin: 0; }
section.form-container .formiflex-form { border-bottom: none; }
.formiflex-form .submit-button,
.formiflex-form .form-item .form-text,
.formiflex-form .form-item .form-select { width: 100%; max-width: 450px; }
.formiflex-form .form-item { width: 100%; }
.formiflex-form .form-item .form-select,
.formiflex-form .form-item .form-select { background-color: #fff; }
.form-submit {
    display: block;
    margin: 0 auto;
    border: 0;
    width: 218px;
    color: #FFF;
    font-size: 17px;
    font-weight: bold;
    line-height: 120%;
    height: 36px;
    box-shadow: inherit;
    -moz-box-shadow: inherit;
    -webkit-box-shadow: inherit;
}

.formiflex-form #edit-submit-button:hover { cursor: pointer; }

.formiflex-form .form-field-width-100 { float: left; }
.formiflex-form .submit-button { margin: 10px 0; float: left; position: relative; }
.formiflex-form .form-item label { font-size: 14px; margin-bottom: 5px; }
.formiflex-form .form-item label span.form-required { margin-left: 5px; }
.formiflex-form .form-item label.option { font-size: 12px; }
.formiflex-form p.disclaimer { font-size: 11px; }

.share-on-facebook {
  float: left;
  margin-right: 15px;
  border-color: #29447E #29447E #1A356E;
  color: #FFF !important;
  background-color: #5B74A8;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#637BAD), to(#5872A7));
  background-image: -moz-linear-gradient(#637BAD, #5872A7);
  background-image: -o-linear-gradient(#637BAD, #5872A7);
  background-image: linear-gradient(#637BAD, #5872A7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#637bad', EndColorStr='#5872a7');
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #8A9CC2;
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #8a9cc2;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #8A9CC2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-image: url(/sites/all/themes/oxfam/img/facebook-icon.png);
  background-repeat: no-repeat;
  background-position: 3px 3px;
  position: relative;
  z-index: 1;
  overflow: visible;
  display: inline-block;
  padding: 0.3em 0.6em 0.375em;
  padding-left: 20px;
  border: 0.5px solid #999;
  margin: 0;
  text-decoration: none;
  text-align: center;
  font: bold 11px/normal 'lucida grande', tahoma, verdana, arial, sans-serif;
  white-space: nowrap;
  cursor: pointer;
  /* outline: none; */
  zoom: 1;
}

.share-on-facebook:hover { text-decoration: none }

.fb-link, .tw-link { display: inline-block }

.fb-link { margin-right: 20px; }

@media all and (min-width: 450px) {
    .formiflex-form .form-item { display: table; }
    .formiflex-form .form-item label,
    .formiflex-form .form-item .form-select,
    .form-item .form-text { display: table-cell; }
    .formiflex-form .form-item label { width: 135px; max-width: 150px; }
    .formiflex-form .submit-button { max-width: initial; }
}

@media (max-width: 940px) {
    body.isResponsive div#content-inner {
      background-color: transparent;
    }
    body.isResponsive div#page {
      background: none;
      background-color: #F0F0F0;
    }
    .formiflex-form .form-item .form-select,
    .formiflex-form .form-item .form-text {
      max-width: initial;
    }
    .isResponsive.iouser-donations-processed #content-inner { background-color: transparent; }
}

@media (max-width: 940px) and (min-width: 451px) {
    html body.isResponsive {
      background-color: #F0F0F0;
    }
}

@media (max-width: 719px) {
    .formiflex-form .form-item label {
      width: 100%;
      display: block;
    }
    .formiflex-form .form-item .form-select,
    .formiflex-form .form-item .form-text { padding: 5px 3px; }
}

@media (max-width: 450px) {
    html body.isResponsive {
      background-color: #F0F0F0;
    }
}
#main .formiflex-form.firma-form .form-submit:hover {
  background-color: transparent;
}
