@charset "UTF-8";
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

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

[hidden], template {
  display: none; }

html {
  background: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

body {
  margin: 0; }

a {
  background: transparent; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.75em;
  margin: 2.33em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

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

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0;
  white-space: normal; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline; }

button,
input {
  line-height: normal; }

button,
select {
  text-transform: none; }

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

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

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

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

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

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

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

table {
  border-collapse: collapse;
  border-spacing: 0; }

.span-12 {
  width: 97.91667%;
  float: left;
  margin-left: 1.04167%;
  margin-right: 1.04167%; }

.span-11 {
  width: 89.58333%;
  float: left;
  margin-left: 1.04167%;
  margin-right: 1.04167%; }

.span-10 {
  width: 81.25%;
  float: left;
  margin-left: 1.04167%;
  margin-right: 1.04167%; }

.span-9 {
  width: 72.91667%;
  float: left;
  margin-left: 1.04167%;
  margin-right: 1.04167%; }

.span-8 {
  width: 64.58333%;
  float: left;
  margin-left: 1.04167%;
  margin-right: 1.04167%; }

.span-7 {
  width: 56.25%;
  float: left;
  margin-left: 1.04167%;
  margin-right: 1.04167%; }

.span-6 {
  width: 47.91667%;
  float: left;
  margin-left: 1.04167%;
  margin-right: 1.04167%; }

.span-5 {
  width: 39.58333%;
  float: left;
  margin-left: 1.04167%;
  margin-right: 1.04167%; }

.span-4 {
  width: 31.25%;
  float: left;
  margin-left: 1.04167%;
  margin-right: 1.04167%; }

.span-3 {
  width: 22.91667%;
  float: left;
  margin-left: 1.04167%;
  margin-right: 1.04167%; }

.span-2 {
  width: 14.58333%;
  float: left;
  margin-left: 1.04167%;
  margin-right: 1.04167%; }

.span-1 {
  width: 6.25%;
  float: left;
  margin-left: 1.04167%;
  margin-right: 1.04167%; }

.container {
  max-width: 100%; }
  .container:after {
    content: " ";
    display: block;
    clear: both; }

/* =============================================================================
 * GENERAL LAYOUT CLASSES
 * ===========================================================================*/
.ctn {
  max-width: 960px;
  margin: 0 auto; }

.small-ctn {
  max-width: 630px;
  margin: 0 auto; }

img {
  max-width: 100%; }

.text-right {
  display: block;
  text-align: right; }

.text-center {
  display: block;
  text-align: center; }

.float-right {
  float: right; }

.float-left {
  float: left; }

.zl {
  list-style: none;
  margin: 0;
  padding: 0; }
  .zl > li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block; }
    .zl > li:before {
      display: none; }

.icon {
  font-family: 'icon' !important;
  font-weight: normal !important;
  text-transform: none !important; }

/* =============================================================================
 * COLOR CLASSES
 * ===========================================================================*/
.blue-bg {
  background-color: #016aab; }

.b-blue-bg {
  background-color: #008eff !important; }

.orange-bg {
  background-color: #ee4011; }

.grey-bg {
  background-color: #242424; }

.l-grey-bg {
  background-color: #f6f6f4; }

.orange {
  color: #ee4011; }

.grey {
  color: #242424; }

.b-Blue {
  color: #008eff; }

.beige {
  color: #a49e99; }

.animate-bw {
  -moz-filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
  -webkit-transition: all 0.7s ease-in-out 0s;
  -moz-transition: all 0.7s ease-in-out 0s;
  -o-transition: all 0.7s ease-in-out 0s;
  -ms-transition: all 0.7s ease-in-out 0s;
  transition: all 0.7s ease-in-out 0s; }
  .animate-bw.active {
    -moz-filter: grayscale(0);
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    filter: none; }

/* =============================================================================
 * ELEMENTS USED ACROSS THE SITE
 * ===========================================================================*/
a.square {
  display: inline-block;
  background-color: #016aab;
  color: #fff;
  text-transform: uppercase;
  padding: 15px 20px;
  line-height: 18px;
  font-size: 18px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  font-weight: 600; }
  a.square span {
    position: relative;
    z-index: 3; }
  a.square:after {
    position: absolute;
    width: 100%;
    content: ' ';
    height: 100%;
    display: block;
    top: 0;
    opacity: 0;
    background-color: #016aab;
    -webkit-transition: opacity 0.3s ease-in-out 0s;
    -moz-transition: opacity 0.3s ease-in-out 0s;
    -o-transition: opacity 0.3s ease-in-out 0s;
    -ms-transition: opacity 0.3s ease-in-out 0s;
    transition: opacity 0.3s ease-in-out 0s;
    left: 0; }
  a.square.orange {
    background-color: #ee4011;
    font-weight: 700;
    font-size: 19px; }
  a.square.b-blue {
    background-color: #008eff; }
  a.square.grey {
    background-color: #c8c5be;
    text-transform: none;
    padding: 10px 15px;
    -webkit-transition: color 0.2s ease-in-out 0s;
    -moz-transition: color 0.2s ease-in-out 0s;
    -o-transition: color 0.2s ease-in-out 0s;
    -ms-transition: color 0.2s ease-in-out 0s;
    transition: color 0.2s ease-in-out 0s; }
    a.square.grey:hover {
      color: #242424; }
      a.square.grey:hover:after {
        display: none; }
  a.square.donation-link {
    padding: 0 20px;
    line-height: 44px;
    margin: 15px 0;
    font-size: 19px; }
    a.square.donation-link:after {
      background-color: #00387e; }
  a.square.button-link {
    padding: 0 20px;
    line-height: 44px;
    margin: 15px 0;
    font-size: 19px; }
    a.square.button-link:after {
      background-color: #00387e; }
  a.square:hover:after {
    opacity: 1; }

a.beige-square {
  display: inline-block;
  background-color: #a49e99;
  color: #fff;
  text-transform: uppercase;
  padding: 15px 20px;
  line-height: 18px;
  font-size: 18px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  font-weight: 600; }
  a.beige-square span {
    position: relative;
    z-index: 3; }
  a.beige-square:after {
    position: absolute;
    width: 100%;
    content: ' ';
    height: 100%;
    display: block;
    top: 0;
    opacity: 0;
    background-color: #016aab;
    -webkit-transition: opacity 0.3s ease-in-out 0s;
    -moz-transition: opacity 0.3s ease-in-out 0s;
    -o-transition: opacity 0.3s ease-in-out 0s;
    -ms-transition: opacity 0.3s ease-in-out 0s;
    transition: opacity 0.3s ease-in-out 0s;
    left: 0; }
  a.beige-square.orange {
    background-color: #ee4011;
    font-weight: 700;
    font-size: 19px; }
  a.beige-square.b-blue {
    background-color: #008eff; }
  a.beige-square.beige {
    background-color: #a49e99;
    text-transform: none;
    padding: 10px 15px;
    -webkit-transition: color 0.2s ease-in-out 0s;
    -moz-transition: color 0.2s ease-in-out 0s;
    -o-transition: color 0.2s ease-in-out 0s;
    -ms-transition: color 0.2s ease-in-out 0s;
    transition: color 0.2s ease-in-out 0s; }
    a.beige-square.beige:hover {
      color: #242424; }
      a.beige-square.beige:hover:after {
        display: none; }
  a.beige-square.donation-link {
    padding: 0 20px;
    line-height: 44px;
    margin: 15px 0;
    font-size: 19px; }
    a.beige-square.donation-link:after {
      background-color: #00387e; }
  a.beige-square.button-link {
    padding: 0 20px;
    line-height: 44px;
    margin: 15px 0;
    font-size: 19px; }
    a.beige-square.button-link:after {
      background-color: #00387e; }
  a.beige-square:hover:after {
    opacity: 1; }

.donation-link {
  background: url(../img/arrow.png) no-repeat right center;
  padding: 10px 25px 10px 15px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  position: relative;
  text-decoration: none;
  overflow: hidden;
  display: inline-block; }
  .donation-link span {
    position: relative;
    z-index: 3; }
  .donation-link:after {
    position: absolute;
    z-index: 2;
    content: ' ';
    display: block;
    background: url(../img/arrow-blue.png) no-repeat right center;
    width: 100%;
    top: 0;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in-out 0s;
    -moz-transition: opacity 0.2s ease-in-out 0s;
    -o-transition: opacity 0.2s ease-in-out 0s;
    -ms-transition: opacity 0.2s ease-in-out 0s;
    transition: opacity 0.2s ease-in-out 0s;
    left: 0;
    height: 100%; }
  .donation-link:hover:after {
    opacity: 1; }

.button-link {
  background: url(../img/button.png) no-repeat right center;
  padding: 10px 25px 10px 15px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  position: relative;
  text-decoration: none;
  overflow: hidden;
  display: inline-block; }
  .button-link span {
    position: relative;
    z-index: 3; }
  .button-link:after {
    position: absolute;
    z-index: 2;
    content: ' ';
    display: block;
    background: url(../img/button-blue.png) no-repeat right center;
    width: 100%;
    top: 0;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in-out 0s;
    -moz-transition: opacity 0.2s ease-in-out 0s;
    -o-transition: opacity 0.2s ease-in-out 0s;
    -ms-transition: opacity 0.2s ease-in-out 0s;
    transition: opacity 0.2s ease-in-out 0s;
    left: 0;
    height: 100%; }
  .button-link:hover:after {
    opacity: 1; }

.paper-bg {
  background: url(../img/paper-pattern.jpg) repeat; }

/* =============================================================================
 * WORDPRESS CLASSES
 * ===========================================================================*/
img.alignright {
  float: right;
  margin: 0 0 1em 1em; }

img.alignleft {
  float: left;
  margin: 0 1em 1em 0; }

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

a img.alignright {
  float: right;
  margin: 0 0 1em 1em; }

a img.alignleft {
  float: left;
  margin: 0 1em 1em 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.blog-content div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

img.size-full, table img {
  max-width: none; }

/*==================================================================
* IMAGE ZOOM
*=================================================================*/
a .zoom {
  display: block;
  overflow: hidden; }
  a .zoom img {
    display: block;
    transform: scale(1.01);
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -o-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
a:hover .zoom img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1); }

/*==================================================================
* CROSS BROWSER VERTICAL ALIGNMENT
*=================================================================*/
.table {
  display: table;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  table-layout: fixed; }
  .table .cell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%; }

/*==================================================================
* FLUID IFRAME VIDEOS
*=================================================================*/
.video-wrap {
  position: relative;
  padding-bottom: 53.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }
  .video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* =============================================================================
 * SUSTAINER & SINGLE DONATION B
 * ===========================================================================*/
.donation-landing {
  background-size: cover;
  background-position: center center;
  padding: 8% 0 20%; }
  .donation-landing h1 {
    color: #fff; }
  .donation-landing ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 0; }
    .donation-landing ul > li {
      list-style: none;
      margin: 0;
      padding: 0;
      display: block; }
      .donation-landing ul > li:before {
        display: none; }
    .donation-landing ul li {
      font-size: 18px;
      text-align: center;
      display: inline-block;
      vertical-align: top;
      width: 38%;
      margin: 4%;
      position: relative;
      background-color: rgba(255, 255, 255, 0.8);
      text-align: center; }
      .donation-landing ul li .padd {
        padding: 10% 10% 7%; }
      .donation-landing ul li form {
        position: relative;
        display: inline-block; }
        .donation-landing ul li form:before {
          content: '$';
          display: block;
          position: absolute;
          top: 13px;
          left: 10px;
          color: #016aab;
          font-size: 22px;
          font-weight: 700;
          z-index: 4; }
      .donation-landing ul li input {
        border: 1px solid #818181;
        display: block;
        padding: 14px 0;
        width: 100%;
        margin: 0 auto 15px;
        position: relative;
        z-index: 1;
        background: transparent;
        font-size: 20px;
        font-weight: 700;
        text-indent: 30px; }
      .donation-landing ul li h3 {
        color: #008eff;
        margin-top: 15px;
        margin-bottom: 20px; }
      .donation-landing ul li p {
        font-weight: 600;
        margin-bottom: 64px; }
      .donation-landing ul li .btn {
        position: absolute;
        bottom: 20px;
        left: 0;
        width: 100%;
        text-align: center; }
      .donation-landing ul li .tab {
        font-size: 20px; }

/* =============================================================================
 * SUSTAINER & SINGLE DONATION A
 * ===========================================================================*/
.donation-hero {
  background-size: cover;
  padding: 5% 0 0;
  color: #fff; }
  .donation-hero h1, .donation-hero h4 {
    color: #fff;
    margin: 0 0 .5em; }
  .donation-hero h4 {
    margin-bottom: .8em; }
  .donation-hero p {
    width: 75%; }

.amounts {
  margin: 10% 0 0;
  position: relative;
  bottom: -70px; }
  .amounts .span-3 {
    background: url(../img/paper-pattern.jpg);
    text-align: center;
    padding: 3.5% 0; }
    .amounts .span-3 span {
      font-size: 66px;
      font-weight: 700;
      line-height: 66px;
      width: 75%;
      display: block;
      margin: 0 auto 10px;
      color: #016aab; }
    .amounts .span-3 p {
      margin: 0 auto;
      color: #242424; }

.donation-form {
  padding: 100px 0 80px;
  text-align: center; }
  .donation-form form {
    text-align: left; }
  .donation-form .field {
    position: relative;
    padding-left: 186px;
    margin: 0 0 30px;
    display: block;
    clear: both; }
    .donation-form .field label {
      width: 166px;
      padding-right: 20px;
      position: absolute;
      top: 10px;
      left: 0;
      text-align: right;
      -webkit-transition: all 0.3s ease-in-out 0s;
      -moz-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      -ms-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s; }
    .donation-form .field input {
      border: 1px solid #818181;
      display: block;
      padding: 14px 0;
      font: normal 16px "proxima-nova", Helvetica, Arial, sans-serif;
      width: 100%;
      text-indent: 10px;
      -webkit-transition: all 0.3s ease-in-out 0s;
      -moz-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      -ms-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s; }
    .donation-form .field .select {
      border: 1px solid #818181;
      overflow: hidden;
      position: relative; }
      .donation-form .field .select select {
        font-size: 22px;
        font-weight: 600;
        border: 0;
        padding: 9px 0 10px 10px;
        width: 130%;
        background-color: transparent;
        position: relative;
        z-index: 5;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        -ms-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s; }
      .donation-form .field .select:after {
        content: 'd';
        display: block;
        position: absolute;
        font-size: 20px;
        color: #242424;
        top: 10px;
        right: 5px;
        font-family: 'icon' !important;
        font-weight: normal !important;
        text-transform: none !important; }
    .donation-form .field.fifty {
      float: left;
      clear: none; }
      .donation-form .field.fifty + .fifty {
        float: right; }
    .donation-form .field.state .select {
      width: 80px; }
    .donation-form .field.zip {
      padding-left: 100px; }
      .donation-form .field.zip label {
        width: 80px; }
    .donation-form .field.cw {
      width: auto;
      padding-left: 60px; }
      .donation-form .field.cw label {
        width: 40px; }
      .donation-form .field.cw input {
        width: 110px; }
    .donation-form .field.name:after {
      display: table;
      content: ' ';
      clear: both;
      zoom: 1; }
    .donation-form .field.name input {
      width: 48%;
      float: left; }
      .donation-form .field.name input + input {
        float: right; }
    .donation-form .field.exp {
      width: 160px; }
      .donation-form .field.exp:after {
        display: table;
        content: ' ';
        clear: both;
        zoom: 1; }
      .donation-form .field.exp .select {
        width: 40%;
        float: left; }
        .donation-form .field.exp .select + .select {
          float: right; }
    .donation-form .field.birthday:after {
      display: table;
      content: ' ';
      clear: both;
      zoom: 1; }
    .donation-form .field.birthday .select {
      width: 31.5%;
      margin-left: 1%;
      float: left; }
      .donation-form .field.birthday .select:first-child {
        margin-left: 0; }
    .donation-form .field.signup .checkbox {
      float: left;
      margin-right: 20px; }
    .donation-form .field.signup p {
      font-size: 16px;
      font-weight: 600; }
    .donation-form .field.submit {
      width: 220px;
      position: relative;
      padding-left: 0;
      margin-left: 186px; }
      .donation-form .field.submit input[type=submit] {
        border: 0;
        color: #fff;
        font-size: 19px;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 40px;
        height: 42px;
        text-align: center;
        padding: 3px 20px 0 0;
        width: 220px;
        text-indent: 0;
        display: block; }
        .donation-form .field.submit input[type=submit]:hover {
          width: 240px;
          background-image: url(../img/arrow-blue.png); }
    .donation-form .field.active label {
      color: #008eff; }
    .donation-form .field.active input, .donation-form .field.active .select {
      border: 1px solid #008eff; }
    .donation-form .field input:focus, .donation-form .field textarea:focus, .donation-form .field select:focus {
      outline: 0; }
  .donation-form .veri {
    text-align: right;
    padding-top: 5px;
    border-top: 1px solid #bbb;
    margin-left: 186px;
    margin-top: 40px; }
  .donation-form .checkbox {
    cursor: pointer;
    width: 50px;
    height: 50px;
    position: relative;
    overflow: hidden;
    border: 1px solid #818181;
    -webkit-transition: border-color 0.3s ease-in-out 0s;
    -moz-transition: border-color 0.3s ease-in-out 0s;
    -o-transition: border-color 0.3s ease-in-out 0s;
    -ms-transition: border-color 0.3s ease-in-out 0s;
    transition: border-color 0.3s ease-in-out 0s; }
    .donation-form .checkbox input {
      display: none; }
    .donation-form .checkbox:after {
      content: 'c';
      font-family: 'icon' !important;
      font-weight: normal !important;
      text-transform: none !important;
      display: block;
      color: #242424;
      font-size: 25px;
      position: absolute;
      left: 11px;
      top: -70px;
      -webkit-transition: all 0.4s ease-in-out 0s;
      -moz-transition: all 0.4s ease-in-out 0s;
      -o-transition: all 0.4s ease-in-out 0s;
      -ms-transition: all 0.4s ease-in-out 0s;
      transition: all 0.4s ease-in-out 0s; }
    .donation-form .checkbox:hover:after {
      top: 12px; }
  .donation-form .field.active p {
    color: #008eff; }
  .donation-form .field.active .checkbox {
    border-color: #008eff; }
    .donation-form .field.active .checkbox:after {
      color: #008eff;
      left: 9px;
      top: 10px;
      font-size: 30px; }

.donation-sustainer.split-a .donation-form {
  padding-top: 150px; }

.split-a .donation-form h2 {
  font-weight: 400;
  width: 90%;
  margin: 0 auto 1.8em; }

/* =============================================================================
 * SUSTAINER & SINGLE DONATION B
 * ===========================================================================*/
.split-b .donation-form {
  padding-top: 80px; }
  .split-b .donation-form h2.orange {
    margin-bottom: 15px; }
  .split-b .donation-form .field {
    padding-left: 0;
    max-width: 380px; }
    .split-b .donation-form .field label {
      position: relative;
      display: block;
      width: auto;
      top: 0;
      left: 0;
      text-align: left;
      font-weight: 600;
      margin: 0 0 .3em; }
    .split-b .donation-form .field.cw a {
      display: inline-block;
      text-decoration: none; }
      .split-b .donation-form .field.cw a:hover {
        text-decoration: underline; }
    .split-b .donation-form .field.cw input {
      margin-right: 15px;
      display: inline-block; }
    .split-b .donation-form .field.submit {
      margin-left: 0; }
    .split-b .donation-form .field.fifty {
      margin-right: 10px; }
      .split-b .donation-form .field.fifty + .fifty {
        float: left; }
    .split-b .donation-form .field.exp .select {
      margin-right: 10px; }
      .split-b .donation-form .field.exp .select + .select {
        float: left; }
  .split-b .donation-form .veri {
    margin-left: 0; }
  .split-b .donation-form form > .container h4.grey {
    margin: 30px 0 20px; }
  .split-b .donation-form form > .container + .container h4 {
    margin: 60px 0 20px; }

.donation-amount {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 41.4%; }
  .donation-amount > li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block; }
    .donation-amount > li:before {
      display: none; }
  .donation-amount li {
    display: inline-block;
    width: 30%;
    background-color: #008eff;
    margin: 0 3% 3% 0;
    position: relative;
    overflow: hidden; }
    .donation-amount li ::-webkit-input-placeholder {
      color: #999; }
    .donation-amount li :-moz-placeholder {
      color: #999; }
    .donation-amount li ::-moz-placeholder {
      color: #999; }
    .donation-amount li :-ms-input-placeholder {
      color: #999; }
    .donation-amount li span {
      display: block;
      color: #fff;
      text-align: center;
      font-size: 22px;
      font-weight: 600;
      position: relative;
      line-height: 52px;
      z-index: 3;
      padding-top: 2px;
      cursor: pointer;
      -webkit-transition: font-size 0.3s ease-in-out 0s;
      -moz-transition: font-size 0.3s ease-in-out 0s;
      -o-transition: font-size 0.3s ease-in-out 0s;
      -ms-transition: font-size 0.3s ease-in-out 0s;
      transition: font-size 0.3s ease-in-out 0s; }
    .donation-amount li:after {
      content: ' ';
      width: 100%;
      height: 100%;
      display: block;
      position: absolute;
      top: -100%;
      left: 0;
      z-index: 2;
      background-color: #016aab;
      -webkit-transition: all 0.3s ease-in-out 0s;
      -moz-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      -ms-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s; }
    .donation-amount li:nth-child(3n) {
      margin-right: 0; }
    .donation-amount li input[type=radio] {
      display: none; }
    .donation-amount li input[type=text] {
      width: 96%;
      line-height: 50px;
      height: 50px;
      text-indent: 10px;
      position: relative;
      z-index: 999;
      border: 0;
      background-color: transparent; }
    .donation-amount li.other {
      border: 1px solid #ccc;
      background-color: transparent; }
      .donation-amount li.other:before {
        position: absolute;
        z-index: 999;
        color: #fff;
        display: block;
        content: '$';
        top: 14px;
        font-size: 30px;
        left: -30px;
        -webkit-transition: left 0.4s ease-in-out 0s;
        -moz-transition: left 0.4s ease-in-out 0s;
        -o-transition: left 0.4s ease-in-out 0s;
        -ms-transition: left 0.4s ease-in-out 0s;
        transition: left 0.4s ease-in-out 0s;
        opacity: .5; }
    .donation-amount li:hover:after {
      top: 0; }
    .donation-amount li.active ::-webkit-input-placeholder {
      color: #f78668; }
    .donation-amount li.active :-moz-placeholder {
      color: #f78668; }
    .donation-amount li.active ::-moz-placeholder {
      color: #f78668; }
    .donation-amount li.active :-ms-input-placeholder {
      color: #f78668; }
    .donation-amount li.active:after {
      background-color: #ee4011;
      top: 0; }
    .donation-amount li.active span {
      font-size: 24px;
      font-weight: 700; }
    .donation-amount li.active input[type=text] {
      color: #fff;
      border: 0;
      font-size: 24px;
      font-weight: 700;
      text-indent: 30px; }
      .donation-amount li.active input[type=text]:focus {
        outline: 0; }
    .donation-amount li.active.other {
      border-color: #ee4011; }
      .donation-amount li.active.other:before {
        left: 9px; }

article.campaign-header {
  margin-top: -80px;
  padding-top: 0 !important; }
  article.campaign-header .ctn {
    background-color: #fff; }
  article.campaign-header header {
    padding: 40px 40px 25px; }
    article.campaign-header header h1 {
      color: #016aab; }
    article.campaign-header header h2 {
      font-size: 26px;
      line-height: 34px;
      color: #242424;
      margin-top: .5em; }
  article.campaign-header .description .feature {
    float: right;
    width: 440px;
    height: auto;
    margin: 0 0 20px 20px; }
    article.campaign-header .description .feature .caption {
      font-size: 16px;
      line-height: 22px;
      padding-top: 10px; }

article.campaign-headerAltB {
  margin-top: 0px;
  padding-top: 0 !important; }
  article.campaign-headerAltB .ctn {
    background-color: #fff; }
  article.campaign-headerAltB header {
    padding: 40px 40px 25px; }
    article.campaign-headerAltB header h1 {
      color: #016aab; }
    article.campaign-headerAltB header h2 {
      font-size: 26px;
      line-height: 34px;
      color: #242424;
      margin-top: .5em; }
  article.campaign-headerAltB .description .feature {
    float: right;
    width: 440px;
    height: auto;
    margin: 0 0 20px 20px; }
    article.campaign-headerAltB .description .feature .caption {
      font-size: 16px;
      line-height: 22px;
      padding-top: 10px; }

.campaign-headerAltB .tablet-ctn {
  padding-top: 50px; }

.roll-over-info {
  margin: 60px 0; }
  .roll-over-info .container {
    margin-top: 35px; }
  .roll-over-info h3 {
    color: #016aab;
    margin-bottom: 15px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 30px; }
  .roll-over-info p {
    max-width: 700px;
    margin: 0 auto;
    padding: 0 20px;
    display: block; }
  .roll-over-info .stat {
    position: relative;
    cursor: pointer; }
    .roll-over-info .stat .front, .roll-over-info .stat .back {
      padding: 0;
      position: relative; }
    .roll-over-info .stat .front {
      background: url(../img/paper-pattern-blue.jpg) repeat;
      z-index: 2;
      position: absolute;
      top: 0;
      left: 0;
      min-height: 100%;
      opacity: 1;
      width: 100%;
      -webkit-transition: top 0.5s ease-in-out 0s;
      -moz-transition: top 0.5s ease-in-out 0s;
      -o-transition: top 0.5s ease-in-out 0s;
      -ms-transition: top 0.5s ease-in-out 0s;
      transition: top 0.5s ease-in-out 0s; }
      .roll-over-info .stat .front h4, .roll-over-info .stat .front h5 {
        color: #fff;
        margin: 0 30px; }
      .roll-over-info .stat .front h4 {
        font-size: 48px;
        padding: 40px 0 0;
        line-height: 48px; }
        .roll-over-info .stat .front h4:before {
          content: ' ';
          display: block;
          width: 100%;
          height: 1px;
          border-top: 2px solid #f6f6f4;
          position: relative;
          top: -10px; }
      .roll-over-info .stat .front h5 {
        padding-bottom: 30px;
        font-weight: 400;
        font-size: 20px;
        line-height: 26px; }
      .roll-over-info .stat .front span {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 50px;
        line-height: 50px;
        background: rgba(255, 255, 255, 0.2);
        color: #fff;
        text-align: center;
        font-size: 30px;
        cursor: pointer;
        overflow: hidden; }
        .roll-over-info .stat .front span:after {
          content: 'i';
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          opacity: 0;
          background-color: #00387e;
          -webkit-transition: opacity 0.2s ease-in-out 0s;
          -moz-transition: opacity 0.2s ease-in-out 0s;
          -o-transition: opacity 0.2s ease-in-out 0s;
          -ms-transition: opacity 0.2s ease-in-out 0s;
          transition: opacity 0.2s ease-in-out 0s;
          color: #fff; }
        .roll-over-info .stat .front span:hover:after {
          top: 0; }
      .roll-over-info .stat .front:hover span:after {
        opacity: 1; }
    .roll-over-info .stat .back {
      background: url(../img/paper-pattern.jpg) repeat;
      z-index: 1;
      height: 100%;
      top: 0;
      opacity: 0;
      left: 0;
      -webkit-transition: opacity 0.5s ease-in-out 0s;
      -moz-transition: opacity 0.5s ease-in-out 0s;
      -o-transition: opacity 0.5s ease-in-out 0s;
      -ms-transition: opacity 0.5s ease-in-out 0s;
      transition: opacity 0.5s ease-in-out 0s; }
      .roll-over-info .stat .back p {
        font-weight: 600;
        margin: 0 30px 45px;
        padding: 40px 0 0 !important; }
        .roll-over-info .stat .back p:first-child {
          padding-top: 30px; }
        .roll-over-info .stat .back p:before {
          content: ' ';
          display: block;
          width: 100%;
          height: 1px;
          border-top: 2px solid #242424;
          position: relative;
          top: -10px; }
      .roll-over-info .stat .back:after {
        content: ' ';
        display: block;
        width: 100%;
        height: 45px; }
      .roll-over-info .stat .back .share-container {
        position: absolute;
        bottom: 10px;
        left: 30px;
        width: 100%; }
    .roll-over-info .stat.flipped .front {
      opacity: 0;
      visibility: hidden; }
    .roll-over-info .stat.flipped .back {
      opacity: 1; }

.whats-being-done {
  overflow: hidden;
  padding: 60px 0;
  color: #878887; }
  .whats-being-done h3 {
    color: #016aab;
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 45px; }
  .whats-being-done .tabs {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    position: relative;
    background-color: #242424;
    border-bottom: 1px solid #3a3a3a; }
    .whats-being-done .tabs > li {
      list-style: none;
      margin: 0;
      padding: 0;
      display: block; }
      .whats-being-done .tabs > li:before {
        display: none; }
    .whats-being-done .tabs:after {
      display: table;
      content: ' ';
      clear: both;
      zoom: 1; }
    .whats-being-done .tabs li {
      display: inline-block;
      width: 31%;
      position: relative; }
      .whats-being-done .tabs li a {
        text-decoration: none;
        font-size: 24px;
        color: #878887;
        display: block;
        margin: 0 auto;
        padding-bottom: 20px;
        z-index: 2;
        position: relative;
        background-color: #242424;
        -webkit-transition: color 0.3s ease-in-out 0s;
        -moz-transition: color 0.3s ease-in-out 0s;
        -o-transition: color 0.3s ease-in-out 0s;
        -ms-transition: color 0.3s ease-in-out 0s;
        transition: color 0.3s ease-in-out 0s; }
        .whats-being-done .tabs li a span {
          max-width: 200px;
          max-height: 200px;
          display: block;
          margin: 0 auto 20px;
          position: relative; }
          .whats-being-done .tabs li a span:after {
            content: ' ';
            display: block;
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background: url(../img/circle-grey.png) no-repeat center center;
            background-size: 100% 100%; }
          .whats-being-done .tabs li a span img {
            display: block;
            margin: 0;
            padding: 0;
            border-radius: 80px;
            -moz-filter: grayscale(100%);
            -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
            filter: gray;
            filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale"); }
      .whats-being-done .tabs li:after {
        content: ' ';
        display: block;
        width: 100%;
        height: 13px;
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 1;
        -webkit-transition: bottom 0.5s ease-in-out 0s;
        -moz-transition: bottom 0.5s ease-in-out 0s;
        -o-transition: bottom 0.5s ease-in-out 0s;
        -ms-transition: bottom 0.5s ease-in-out 0s;
        transition: bottom 0.5s ease-in-out 0s;
        background: url(../img/tab-select.png) no-repeat top center; }
      .whats-being-done .tabs li:hover a {
        color: #016aab; }
        .whats-being-done .tabs li:hover a span img {
          -moz-filter: grayscale(0);
          -webkit-filter: grayscale(0);
          filter: grayscale(0);
          filter: none; }
      .whats-being-done .tabs li.active a {
        color: #008eff; }
        .whats-being-done .tabs li.active a span img {
          -moz-filter: grayscale(0);
          -webkit-filter: grayscale(0);
          filter: grayscale(0);
          filter: none; }
      .whats-being-done .tabs li.active:after {
        bottom: -12px; }
  .whats-being-done .tabs-info {
    position: relative; }
    .whats-being-done .tabs-info > div {
      padding-top: 40px;
      opacity: 0;
      position: absolute;
      top: 0;
      visibility: hidden;
      left: 0;
      -webkit-transition: all 0.4s ease-in-out 0s;
      -moz-transition: all 0.4s ease-in-out 0s;
      -o-transition: all 0.4s ease-in-out 0s;
      -ms-transition: all 0.4s ease-in-out 0s;
      transition: all 0.4s ease-in-out 0s; }
      .whats-being-done .tabs-info > div p {
        font-size: 24px;
        line-height: 32px;
        color: #016aab; }
      .whats-being-done .tabs-info > div.active {
        opacity: 1;
        position: relative;
        visibility: visible; }
  .whats-being-done .icon-list {
    list-style: none;
    margin: 0;
    padding: 0;
    margin: 0;
    font-size: 0; }
    .whats-being-done .icon-list > li {
      list-style: none;
      margin: 0;
      padding: 0;
      display: block; }
      .whats-being-done .icon-list > li:before {
        display: none; }
    .whats-being-done .icon-list li {
      display: inline-block;
      width: 310px;
      padding: 15px 0;
      vertical-align: top;
      text-align: left; }
      .whats-being-done .icon-list li img {
        max-width: 75px;
        float: left;
        margin: 0 15px 0 0; }
      .whats-being-done .icon-list li span {
        font-weight: 600;
        display: inline-block;
        padding-top: 25px;
        display: block;
        font-size: 20px; }

.campaign-slider {
  list-style: none;
  margin: 0;
  padding: 0; }
  .campaign-slider > li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block; }
    .campaign-slider > li:before {
      display: none; }
  .campaign-slider li {
    display: block;
    width: 100%;
    background-color: #242424; }
    .campaign-slider li .caption {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 0 !important;
      margin: 0;
      background: rgba(0, 0, 0, 0.5); }
      .campaign-slider li .caption span {
        color: #fff;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 700;
        display: block;
        padding: 10px; }
    .campaign-slider li img {
      display: block;
      width: auto;
      margin: 0 auto;
      max-height: 300px; }

.feature.slidershow .bx-controls {
  top: auto;
  width: 100%;
  text-align: center;
  bottom: -35px; }
  .feature.slidershow .bx-controls .bx-pager-item {
    display: inline-block; }
  .feature.slidershow .bx-controls a {
    display: inline-block;
    overflow: hidden;
    text-indent: -999px;
    position: relative;
    width: 15px;
    height: 15px;
    border-radius: 10px;
    background-color: #016aab;
    margin: 0 5px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
    .feature.slidershow .bx-controls a.active {
      background-color: #ee4011; }

#stories-from-the-field .latest-posts {
  margin-top: 0; }
  #stories-from-the-field .latest-posts .span-4 {
    width: 31.25%;
    float: left;
    margin-left: 1.04167%;
    margin-right: 1.04167%; }
    #stories-from-the-field .latest-posts .span-4 a span img {
      height: auto !important; }
    #stories-from-the-field .latest-posts .span-4 a p {
      font-weight: 600;
      text-align: center;
      font-size: 18px;
      line-height: 26px; }
    #stories-from-the-field .latest-posts .span-4 a.post p, #stories-from-the-field .latest-posts .span-4 a.notes p {
      color: #242424; }

.campaign-quote {
  padding: 40px 0px 50px; }
  .campaign-quote img {
    width: 200px;
    height: 200px;
    border-radius: 200px;
    float: left; }
  .campaign-quote .content {
    padding-left: 250px; }
    .campaign-quote .content p {
      font-size: 22px;
      font-weight: 700;
      color: #016aab;
      line-height: 30px;
      margin-bottom: 10px;
      position: relative; }
      .campaign-quote .content p:before {
        content: '\201C';
        display: block;
        position: absolute;
        top: 0;
        left: -15px;
        color: #016aab; }

.container-spacer {
  text-align: center; }
  .container-spacer:before {
    content: '';
    display: block;
    width: 35%;
    height: 2px;
    background-color: #bbbbbb;
    position: relative;
    margin: 0 auto; }

.campaign-donate {
  margin-top: 40px; }

.people-landing header h4 {
  font-weight: 400;
  color: #242424;
  margin: 0 0 40px; }

.people-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  text-align: center;
  padding-bottom: 30px; }
  .people-list > li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block; }
    .people-list > li:before {
      display: none; }
  .people-list li {
    display: inline-block;
    width: 32%;
    vertical-align: top;
    margin-right: 2%;
    text-align: center;
    font-size: 18px;
    padding-bottom: 50px; }
    .people-list li:nth-child(3n) {
      margin-right: 0; }
    .people-list li h4 {
      margin-top: 15px;
      color: #242424;
      font-weight: 700;
      -webkit-transition: color 0.3s ease-in-out 0s;
      -moz-transition: color 0.3s ease-in-out 0s;
      -o-transition: color 0.3s ease-in-out 0s;
      -ms-transition: color 0.3s ease-in-out 0s;
      transition: color 0.3s ease-in-out 0s; }
      .people-list li h4:after {
        content: ' ';
        display: block;
        width: 60px;
        height: 2px;
        background-color: #c0c0c0;
        margin: 7px auto 5px; }
    .people-list li img {
      -moz-filter: grayscale(100%);
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%);
      filter: gray;
      filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale"); }
    .people-list li p {
      font-weight: 600; }
    .people-list li a {
      display: block;
      text-decoration: none; }
      .people-list li a:hover h4 {
        color: #008eff; }
      .people-list li a:hover img {
        -moz-filter: grayscale(0);
        -webkit-filter: grayscale(0);
        filter: grayscale(0);
        filter: none; }

form.search {
  position: relative;
  width: 100%; }
  form.search .buttons {
    position: absolute;
    top: 0;
    right: 0;
    border-left: 1px solid #818181;
    background-color: #fff;
    height: 50px;
    padding-left: 5px; }
  form.search:before {
    content: 's';
    font-family: 'icon' !important;
    font-weight: normal !important;
    text-transform: none !important;
    color: #818181;
    display: block;
    position: absolute;
    top: 11px;
    left: 15px;
    z-index: 5; }
  form.search .button-container {
    width: 260px; }
  form.search input[type=search] {
    border: 1px solid #818181;
    border-right: 0;
    display: block;
    padding: 14px 0;
    font: normal 16px "proxima-nova", Helvetica, Arial, sans-serif;
    width: 100%;
    margin: 0 auto 15px;
    text-indent: 45px; }
  form.search input[type=submit], form.search input[type=button], form.search input[type=reset] {
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    color: #fff;
    background-color: #016aab;
    text-transform: uppercase;
    font-weight: 600;
    border: 0;
    -webkit-transition: background 0.3s ease-in-out 0s;
    -moz-transition: background 0.3s ease-in-out 0s;
    -o-transition: background 0.3s ease-in-out 0s;
    -ms-transition: background 0.3s ease-in-out 0s;
    transition: background 0.3s ease-in-out 0s; }
    form.search input[type=submit]:hover, form.search input[type=button]:hover, form.search input[type=reset]:hover {
      background-color: #00387e; }
  form.search input[type=reset] {
    background-color: #c8c5be; }

.drop-down-container {
  clip: rect(0px, 0px, 0px, 0px); }

.filter-list-item {
  padding-top: 5px;
  padding-bottom: 5px; }

.search-filter-button-container {
  background-color: #c8c5be; }

.search-filter-container div {
  background-color: #c8c5be !important; }

.search-filter-button-container-opened {
  background-color: #c8c5be; }

.search-filter-button-container-opened-sub {
  background-color: #c8c5be;
  width: 260px; }

.search-filter-button-closed {
  background-color: #c8c5be !important; }

.search-filter-button-opened {
  text-align: left !important;
  background-color: #c8c5be !important;
  width: 220px; }

a.boxclose {
  float: right;
  cursor: pointer;
  color: #fff;
  font-size: 31px;
  font-weight: bold;
  display: inline-block;
  line-height: 0px;
  padding-top: 25px;
  padding-right: 5px; }

.boxclose:before {
  content: "×"; }

a.arrowclose {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid white; }

.search-filter-dropdown {
  position: relative;
  background-color: #016aab;
  margin-top: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-left: 0px;
  width: 260px;
  z-index: 99;
  list-style-type: none;
  height: 350px; }
  .search-filter-dropdown span {
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 36px;
    text-decoration: none;
    margin-left: 20px; }
  .search-filter-dropdown li:hover {
    background: #002c73; }

.search-filter-dropdown .no-highlight:hover {
  background: #016aab; }

#date-filter-dropdown .location-border-bottom {
  border-bottom: 1px solid #000000; }

#location-filter-dropdown .location-border-bottom {
  border-bottom: 1px solid #000000; }

#type-filter-dropdown .location-border-bottom {
  border-bottom: 1px solid #000000; }

.done-row {
  margin-top: 26px; }

.done-button {
  margin-left: 15px; }
  .done-button input[type=submit], .done-button input[type=button], .done-button input[type=reset] {
    background-color: #ee4011 !important; }
    .done-button input[type=submit]:hover, .done-button input[type=button]:hover, .done-button input[type=reset]:hover {
      background-color: #00387e !important; }

.date-input {
  float: right;
  width: 100px;
  height: 20px;
  margin-top: 5px;
  margin-right: 20px; }

.arrow-right, .arrow-left {
  display: inline-block;
  vertical-align: middle;
  width: 11px;
  height: 14px;
  background: url("../img/arrows.png") no-repeat; }

.arrow-right {
  background-position: -11px 0;
  margin-left: 5px;
  margin-bottom: 3px; }

.arrow-left {
  background-position: 0px 0;
  margin-left: 20px;
  margin-bottom: 3px; }

.buckets {
  padding: 100px 0; }
  .buckets a {
    display: block;
    position: relative;
    background-color: #000; }
    .buckets a img {
      display: block;
      -moz-filter: grayscale(100%);
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%);
      filter: gray;
      filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
      opacity: .6; }
    .buckets a:hover img {
      -moz-filter: grayscale(0);
      -webkit-filter: grayscale(0);
      filter: grayscale(0);
      filter: none;
      opacity: 1; }
    .buckets a p {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      color: #fff;
      text-align: center;
      font-weight: 600;
      font-size: 20px;
      line-height: 26px;
      padding-top: 22%; }
      .buckets a p span {
        display: block;
        text-transform: uppercase;
        font-size: 18px;
        font-weight: 700; }

.quote {
  background-color: #e3e2de;
  padding: 70px 0; }
  .quote img {
    width: 200px;
    height: 200px;
    border-radius: 200px;
    float: left; }
  .quote .content {
    padding-left: 250px; }
    .quote .content p {
      font-size: 22px;
      font-weight: 700;
      color: #016aab;
      line-height: 30px;
      margin-bottom: 10px;
      position: relative; }
      .quote .content p:before {
        content: '\201C';
        display: block;
        position: absolute;
        top: 0;
        left: -15px;
        color: #016aab; }

.global-impact {
  padding: 60px 0 80px;
  background: #242424 url(../img/world-map.png) no-repeat top center;
  background-size: cover; }
  .global-impact .bx-wrapper {
    margin-top: 30px !important; }
  .global-impact header {
    text-align: center;
    max-width: 600px;
    margin: 0 auto; }
    .global-impact header h2 {
      color: #016aab;
      font-weight: 400;
      text-transform: uppercase; }
    .global-impact header p {
      color: #fff; }

.map-text {
  text-align: center; }
  .map-text .ctn {
    padding: 80px 0;
    background: url(../img/world-white.png) no-repeat top center;
    background-size: 100% auto; }
  .map-text h2 {
    color: #016aab;
    font-weight: 400;
    margin-bottom: 25px; }
  .map-text p {
    font-size: 24px;
    line-height: 36px; }

.no-map-text {
  text-align: center; }
  .no-map-text .ctn {
    padding: 80px 0; }
  .no-map-text h2 {
    color: #016aab;
    font-weight: 400;
    margin-bottom: 25px; }
  .no-map-text p {
    font-size: 24px;
    line-height: 36px; }

.current-emergencies {
  padding: 60px 0 80px;
  text-align: center; }
  .current-emergencies h3 {
    text-transform: uppercase;
    color: #ee4011;
    font-weight: 400; }
  .current-emergencies header {
    margin-bottom: 35px; }
    .current-emergencies header p {
      color: #fff; }
  .current-emergencies .carousel {
    vertical-align: top; }
    .current-emergencies .carousel li {
      background-color: #fff;
      vertical-align: top; }
      .current-emergencies .carousel li a {
        text-decoration: none; }
        .current-emergencies .carousel li a img {
          -moz-filter: grayscale(100%);
          -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
          filter: gray;
          filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale"); }
        .current-emergencies .carousel li a:hover img {
          -moz-filter: grayscale(0);
          -webkit-filter: grayscale(0);
          filter: grayscale(0);
          filter: none; }
      .current-emergencies .carousel li p {
        color: #242424;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 22px;
        position: relative; }
        .current-emergencies .carousel li p:before {
          content: ' ';
          display: block;
          position: absolute;
          top: -10px;
          left: 0;
          height: 20px;
          -webkit-transition: top 0.3s ease-in-out 0s;
          -moz-transition: top 0.3s ease-in-out 0s;
          -o-transition: top 0.3s ease-in-out 0s;
          -ms-transition: top 0.3s ease-in-out 0s;
          transition: top 0.3s ease-in-out 0s;
          background: url(../img/current-emergencies.png) no-repeat top center;
          width: 100%; }
      .current-emergencies .carousel li:hover p:before {
        top: -15px; }

.text-two-col {
  padding: 60px 0; }
  .text-two-col h3 {
    max-width: 600px;
    margin: 0 auto 30px;
    color: #016aab;
    text-align: center; }
  .text-two-col ul {
    margin: 0;
    font-weight: 400; }

.cinfobox {
  background: #008eff;
  border: 0px solid #008eff;
  margin: 20px 0 0;
  color: #fff;
  padding: 0px;
  position: relative; }
  .cinfobox > img {
    position: absolute !important;
    top: -8px;
    right: -8px; }
  .cinfobox:after, .cinfobox:before {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .cinfobox:after {
    border-color: rgba(0, 142, 255, 0);
    border-bottom-color: #008eff;
    border-width: 15px;
    left: 50%;
    margin-left: -15px; }
  .cinfobox:before {
    border-color: rgba(0, 142, 255, 0);
    border-bottom-color: #008eff;
    border-width: 16px;
    left: 50%;
    margin-left: -16px; }
  .cinfobox a {
    padding: 0px;
    margin: 0px; }
  .cinfobox div {
    padding: 0px !important;
    margin: 0px; }
  .cinfobox .image {
    float: left;
    margin-right: 20px; }
  .cinfobox .text {
    margin-bottom: 0px;
    padding-bottom: 0px; }
    .cinfobox .text h2 {
      font-size: 18px;
      color: #242424;
      font-weight: 400;
      padding-top: 0px;
      padding-bottom: 0px;
      margin-top: 12px;
      margin-bottom: 5px; }
    .cinfobox .text ul {
      margin-top: 0px;
      list-style: none; }
      .cinfobox .text ul li {
        font-size: 15px;
        color: #fff;
        font-weight: 400;
        margin-bottom: 5px; }
    .cinfobox .text .learn-more {
      font-size: 15px;
      color: #fff;
      font-weight: 400;
      padding-top: 0px; }

.quote-no-background p {
  color: #fff;
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 15px; }
  .quote-no-background p:before {
    content: '\201C';
    display: block;
    font-size: 120px;
    position: relative;
    top: 20px; }
.quote-no-background span {
  color: #fff;
  font-size: 20px; }
.quote-no-background.Dark p, .quote-no-background.Dark span {
  color: #242424; }

.quote-full {
  background-size: cover;
  background-position: center center;
  padding: 100px 0 160px;
  min-height: 140px; }
  .quote-full p {
    color: #fff;
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 15px; }
    .quote-full p:before {
      content: '\201C';
      display: block;
      font-size: 120px;
      position: relative;
      top: 20px; }
  .quote-full span {
    color: #fff;
    font-size: 20px; }
  .quote-full.Dark p, .quote-full.Dark span {
    color: #242424; }

.split-content {
  padding: 60px 0; }
  .split-content .span-12:after {
    display: table;
    content: ' ';
    clear: both;
    zoom: 1; }
  .split-content .stat {
    width: 250px;
    display: block; }
    .split-content .stat > strong {
      display: block;
      font-size: 100px;
      line-height: 80px;
      padding: 15px 0;
      font-weight: 600;
      color: #008eff; }
      .split-content .stat > strong:before {
        content: ' ';
        display: block;
        width: 100%;
        height: 2px;
        position: relative;
        top: -15px;
        background-color: #c8c5be; }
    .split-content .stat p {
      color: #555454;
      font-size: 20px;
      line-height: 26px;
      position: relative;
      top: -10px; }
    .split-content .stat.right {
      float: right;
      margin: 0 0 20px 30px; }
    .split-content .stat.left {
      float: left;
      margin: 0 30px 20px 0; }
      .split-content .stat.left + .content {
        float: right; }
  .split-content .content {
    max-width: 550px; }
    .split-content .content .related h5 {
      color: #242424;
      text-transform: uppercase;
      font-weight: 700; }
    .split-content .content .related ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .split-content .content .related ul > li {
        list-style: none;
        margin: 0;
        padding: 0;
        display: block; }
        .split-content .content .related ul > li:before {
          display: none; }
      .split-content .content .related ul li:before {
        display: none; }
      .split-content .content .related ul li {
        margin: 5px 0; }
        .split-content .content .related ul li a {
          color: #008eff;
          font-weight: 600;
          font-size: 20px;
          -webkit-transition: color 0.3s ease-in-out 0s;
          -moz-transition: color 0.3s ease-in-out 0s;
          -o-transition: color 0.3s ease-in-out 0s;
          -ms-transition: color 0.3s ease-in-out 0s;
          transition: color 0.3s ease-in-out 0s; }
          .split-content .content .related ul li a:hover {
            color: #016aab; }
    .split-content .content .read-less, .split-content .content .read-more {
      display: block !important;
      margin-top: 30px; }
      .split-content .content .read-less a, .split-content .content .read-more a {
        display: inline-block;
        background-color: #008eff;
        color: #fff;
        text-transform: uppercase;
        padding: 15px 20px;
        line-height: 18px;
        font-size: 18px;
        text-decoration: none;
        position: relative;
        overflow: hidden;
        font-weight: 600; }
        .split-content .content .read-less a span, .split-content .content .read-more a span {
          position: relative;
          z-index: 3; }
        .split-content .content .read-less a:after, .split-content .content .read-more a:after {
          position: absolute;
          width: 100%;
          content: ' ';
          height: 100%;
          display: block;
          top: 0;
          background-color: #ee4011;
          -webkit-transition: left 0.3s ease-in-out 0s;
          -moz-transition: left 0.3s ease-in-out 0s;
          -o-transition: left 0.3s ease-in-out 0s;
          -ms-transition: left 0.3s ease-in-out 0s;
          transition: left 0.3s ease-in-out 0s;
          left: -100%; }
  .split-content .no-stat .stat {
    display: none; }
  .split-content .no-stat .content {
    max-width: 960px;
    float: none; }

.home-slider {
  max-width: 1252px;
  margin: 0 auto;
  overflow: visible;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out 0s;
  -moz-transition: opacity 0.2s ease-in-out 0s;
  -o-transition: opacity 0.2s ease-in-out 0s;
  -ms-transition: opacity 0.2s ease-in-out 0s;
  transition: opacity 0.2s ease-in-out 0s; }
  .home-slider.loaded {
    opacity: 1; }
  .home-slider .home-carousel {
    list-style: none;
    margin: 0;
    padding: 0; }
    .home-slider .home-carousel:after {
      display: table;
      content: ' ';
      clear: both;
      zoom: 1; }
    .home-slider .home-carousel > li {
      list-style: none;
      margin: 0;
      padding: 0;
      display: block; }
      .home-slider .home-carousel > li:before {
        display: none; }
    .home-slider .home-carousel li {
      background-size: cover;
      background-position: center center;
      padding: 2% 0; }
      .home-slider .home-carousel li h2 {
        font-size: 60px;
        color: #fff;
        margin: 0 0 5px;
        font-weight: 400; }
      .home-slider .home-carousel li p {
        color: #fff;
        font-weight: 100;
        font-size: 28px;
        line-height: 36px; }
      .home-slider .home-carousel li .donation-link {
        font-weight: 600; }
      .home-slider .home-carousel li .ctn {
        opacity: 0;
        -webkit-transition: opacity 0.5s ease-in-out 0s;
        -moz-transition: opacity 0.5s ease-in-out 0s;
        -o-transition: opacity 0.5s ease-in-out 0s;
        -ms-transition: opacity 0.5s ease-in-out 0s;
        transition: opacity 0.5s ease-in-out 0s; }
      .home-slider .home-carousel li.active .ctn {
        opacity: 1; }
  .home-slider .bx-viewport {
    overflow: visible !important;
    position: relative; }
    .home-slider .bx-viewport:before, .home-slider .bx-viewport:after {
      content: ' ';
      display: block;
      position: absolute;
      top: 0;
      width: 250px;
      height: 100%;
      z-index: 99; }
    .home-slider .bx-viewport:before {
      left: -250px;
      background: -moz-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
      background: -webkit-gradient(linear, left top, right top, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.65)));
      background: -webkit-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
      background: -o-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
      background: -ms-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
      background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 ); }
    .home-slider .bx-viewport:after {
      right: -250px;
      background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
      background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.8)), color-stop(100%, transparent));
      background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
      background: -o-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
      background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
      background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#00000000',GradientType=1 ); }
  .home-slider .bx-controls {
    pointer-events: none;
    top: auto;
    bottom: 20px;
    height: 100%; }
    .home-slider .bx-controls:after {
      display: table;
      content: ' ';
      clear: both;
      zoom: 1; }
    .home-slider .bx-controls .bx-controls-direction {
      position: absolute;
      bottom: 50%;
      width: 100%; }
      .home-slider .bx-controls .bx-controls-direction a {
        width: 46px;
        height: 69px;
        opacity: .4;
        background: url(../img/left-arrow.png) no-repeat top center;
        text-indent: 999px;
        overflow: hidden;
        display: block;
        pointer-events: auto; }
        .home-slider .bx-controls .bx-controls-direction a.bx-next {
          right: 30px;
          background: url(../img/right-arrow.png) no-repeat top center; }
        .home-slider .bx-controls .bx-controls-direction a.bx-prev {
          left: 30px; }
        .home-slider .bx-controls .bx-controls-direction a:hover {
          color: #fff;
          opacity: 1; }
          .home-slider .bx-controls .bx-controls-direction a:hover.bx-next {
            right: 20px; }
          .home-slider .bx-controls .bx-controls-direction a:hover.bx-prev {
            left: 20px; }
    .home-slider .bx-controls .bx-pager {
      display: block;
      margin: 0 auto;
      width: 100%;
      height: 20px;
      position: absolute;
      pointer-events: auto;
      bottom: 0;
      text-align: center; }
      .home-slider .bx-controls .bx-pager .bx-pager-item {
        width: 15px;
        height: 15px;
        margin: 0 8px;
        display: inline-block; }
        .home-slider .bx-controls .bx-pager .bx-pager-item a {
          display: block;
          width: 12px;
          height: 12px;
          background-color: #fff;
          border-radius: 10px;
          text-indent: -999px;
          overflow: hidden;
          margin: 0 auto;
          opacity: .4; }
          .home-slider .bx-controls .bx-pager .bx-pager-item a.active {
            opacity: 1; }

.about-unhcr {
  padding: 80px 0; }
  .about-unhcr h2 {
    text-align: center;
    line-height: 44px;
    font-size: 32px;
    margin-bottom: 60px;
    font-weight: 400;
    color: #242424; }
    .about-unhcr h2 strong {
      color: #016aab; }
  .about-unhcr .info {
    margin-bottom: 40px; }
    .about-unhcr .info .top {
      width: 60.5%;
      margin: 0 auto 30px;
      text-align: center;
      color: #016aab;
      font-size: 48px;
      line-height: 80px;
      font-weight: 600; }
      .about-unhcr .info .top strong {
        display: block;
        font-size: 150px; }
      .about-unhcr .info .top span {
        padding-top: 40px;
        display: block; }
        .about-unhcr .info .top span:before, .about-unhcr .info .top span:after {
          content: ' ';
          width: 60px;
          height: 2px;
          background-color: #016aab;
          display: block;
          margin: 0 auto; }
        .about-unhcr .info .top span:before {
          position: relative;
          top: -40px; }
    .about-unhcr .info p {
      text-align: center;
      font-weight: 400;
      width: 80%;
      font-size: 20px;
      margin: 0 auto; }

.current-emergencies.home {
  padding: 0; }
  .current-emergencies.home .ctn {
    padding: 60px 0 80px;
    background: #242424 url(../img/world-map.png) no-repeat center top;
    background-size: 100% auto;
    max-width: 1252px; }
  .current-emergencies.home .bx-wrapper {
    padding: 10px 0 0; }
  .current-emergencies.home .square {
    margin-top: 50px; }

.alt-b-current-emergencies.home .ctn {
  padding: 60px 0 80px;
  background: #242424 url(../img/world-map-uncropped.png) no-repeat center top;
  background-size: 100% auto; }

.alt-b-current-emergencies .header p {
  line-height: 150%; }

#overview-stats .info p {
  margin: 0 auto;
  width: 80%; }

.home .alt-tabs li {
  width: auto;
  padding: 20px; }
  .home .alt-tabs li input {
    width: 168px; }

.alt-overview-stats .info p {
  margin: 0 auto;
  width: 80%; }

.campaign-second {
  font-size: 18px; }

.get-involved {
  padding: 70px 0;
  text-align: center; }
  .get-involved .tab-content {
    display: none; }
  .get-involved .top {
    margin-bottom: 20px; }
  .get-involved .container + .latest-headline {
    padding-top: 80px;
    text-align: center;
    margin-top: 70px; }
    .get-involved .container + .latest-headline:before {
      content: '';
      display: block;
      width: 50%;
      height: 2px;
      background-color: #bbbbbb;
      position: relative;
      margin: 0 auto;
      top: -80px; }
  .get-involved .container + .alt-latest-headline {
    text-align: center; }
  .get-involved h3 {
    text-transform: uppercase;
    color: #016aab;
    margin-bottom: 5px;
    font-weight: 400; }
  .get-involved h5 {
    color: #242424;
    font-size: 20px;
    margin-bottom: 20px;
    padding-top: 20px; }
  .get-involved form {
    padding: 0 0 20px; }
    .get-involved form label {
      display: none; }
    .get-involved form input[type=text],
    .get-involved form input[type=email] {
      border: 1px solid #878887;
      height: 48px;
      line-height: 48px;
      text-indent: 10px;
      width: 300px; }
    .get-involved form input[type=submit] {
      background-color: #ee4011;
      color: #fff;
      font-size: 16px;
      border: 0;
      position: relative;
      top: -1px;
      line-height: 51px;
      height: 51px;
      padding: 0 15px;
      text-transform: uppercase;
      font-weight: 700;
      -webkit-transition: background 0.3s ease-in-out 0s;
      -moz-transition: background 0.3s ease-in-out 0s;
      -o-transition: background 0.3s ease-in-out 0s;
      -ms-transition: background 0.3s ease-in-out 0s;
      transition: background 0.3s ease-in-out 0s; }
      .get-involved form input[type=submit]:hover {
        background-color: #00387e;
        color: #fff; }
  .get-involved p {
    font-weight: 600; }

.get-involved-tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  text-align: center;
  padding: 20px 0 30px; }
  .get-involved-tabs > li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block; }
    .get-involved-tabs > li:before {
      display: none; }
  .get-involved-tabs li {
    display: inline-block;
    font-size: 24px;
    width: 33%; }
    .get-involved-tabs li a {
      display: block;
      -webkit-transition: color 0.3s ease-in-out 0s;
      -moz-transition: color 0.3s ease-in-out 0s;
      -o-transition: color 0.3s ease-in-out 0s;
      -ms-transition: color 0.3s ease-in-out 0s;
      transition: color 0.3s ease-in-out 0s;
      text-decoration: none; }
      .get-involved-tabs li a img {
        display: block;
        margin: 40px auto; }
      .get-involved-tabs li a:hover, .get-involved-tabs li a.active {
        color: #016aab; }

.support-refugees {
  text-align: center; }
  .support-refugees .tab-content {
    display: none; }
  .support-refugees .container + .latest-headline {
    padding-top: 80px;
    text-align: center;
    margin-top: 70px; }
    .support-refugees .container + .latest-headline:before {
      content: '';
      display: block;
      width: 50%;
      height: 2px;
      background-color: #bbbbbb;
      position: relative;
      margin: 0 auto;
      top: -80px; }
  .support-refugees .container + .alt-latest-headline {
    text-align: center; }
  .support-refugees h3 {
    padding-top: 40px;
    text-transform: uppercase;
    color: #ee4011;
    margin-bottom: 5px;
    font-weight: 400; }
  .support-refugees h5 {
    color: #242424;
    font-size: 20px;
    margin-bottom: 20px;
    padding-top: 20px; }
  .support-refugees form {
    padding: 0 0 20px; }
    .support-refugees form label {
      display: none; }
    .support-refugees form input[type=text],
    .support-refugees form input[type=email] {
      border: 1px solid #878887;
      height: 48px;
      line-height: 48px;
      text-indent: 10px;
      width: 300px; }
    .support-refugees form input[type=submit] {
      background-color: #ee4011;
      color: #fff;
      font-size: 16px;
      border: 0;
      position: relative;
      top: -1px;
      line-height: 51px;
      height: 51px;
      padding: 0 15px;
      text-transform: uppercase;
      font-weight: 700;
      -webkit-transition: background 0.3s ease-in-out 0s;
      -moz-transition: background 0.3s ease-in-out 0s;
      -o-transition: background 0.3s ease-in-out 0s;
      -ms-transition: background 0.3s ease-in-out 0s;
      transition: background 0.3s ease-in-out 0s; }
      .support-refugees form input[type=submit]:hover {
        background-color: #00387e;
        color: #fff; }
  .support-refugees p {
    font-weight: 600;
    color: #ee4011; }

.support-refugees-tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  text-align: center;
  padding: 20px 0 30px;
  padding-top: 50px; }
  .support-refugees-tabs > li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block; }
    .support-refugees-tabs > li:before {
      display: none; }
  .support-refugees-tabs li {
    display: inline-block;
    font-size: 24px;
    width: 20%; }

.latest-posts {
  margin: 50px auto 40px; }
  .latest-posts .span-4 {
    margin: 0;
    width: 300px; }
  .latest-posts a {
    display: block;
    margin-bottom: 10px;
    text-decoration: none; }
    .latest-posts a p {
      color: #242424;
      padding: 0 6% 12%; }
    .latest-posts a.post, .latest-posts a.notes {
      background: url(../img/paper-pattern.jpg) repeat; }
      .latest-posts a.post:hover, .latest-posts a.notes:hover {
        background: #ebe9e8; }
    .latest-posts a.post p {
      padding-top: 12%; }
    .latest-posts a.post span {
      position: relative; }
      .latest-posts a.post span img {
        position: relative;
        z-index: 2; }
    .latest-posts a.post.photos span:before, .latest-posts a.post.video span:before {
      content: 'q';
      display: block;
      position: absolute;
      z-index: 3;
      font-family: 'icon' !important;
      font-weight: normal !important;
      text-transform: none !important;
      color: #fff;
      text-align: center;
      font-size: 50px;
      top: 40%;
      -webkit-transition: all 0.2s ease-in-out 0.2s;
      -moz-transition: all 0.2s ease-in-out 0.2s;
      -o-transition: all 0.2s ease-in-out 0.2s;
      -ms-transition: all 0.2s ease-in-out 0.2s;
      transition: all 0.2s ease-in-out 0.2s;
      width: 100%; }
    .latest-posts a.post.photos:hover span:before, .latest-posts a.post.video:hover span:before {
      font-size: 55px;
      color: #ee4011; }
    .latest-posts a.post.video span:before {
      content: 'p'; }
    .latest-posts a.notes span {
      font-weight: 600;
      font-size: 22px;
      padding: 12% 0 30px;
      display: block;
      color: #242424;
      text-align: center;
      display: block;
      margin-bottom: 20px; }
      .latest-posts a.notes span:after {
        content: ' ';
        display: block;
        width: 60px;
        height: 2px;
        background-color: #000;
        opacity: .4;
        margin: 0 auto;
        position: relative;
        top: 20px; }
    .latest-posts a.breaking {
      background: #016aab url(../img/paper-pattern-blue.jpg) repeat;
      color: #fff; }
      .latest-posts a.breaking span {
        font-weight: 600;
        font-size: 22px;
        padding: 12% 0 30px;
        display: block;
        text-align: center;
        margin-bottom: 20px; }
        .latest-posts a.breaking span:after {
          content: ' ';
          display: block;
          width: 60px;
          height: 2px;
          background-color: #fff;
          opacity: .4;
          margin: 0 auto;
          position: relative;
          top: 20px; }
      .latest-posts a.breaking p {
        color: #fff; }
      .latest-posts a.breaking:hover {
        background: #016aab; }

.social-feed {
  padding: 100px 0;
  background-position: center center;
  background-size: cover;
  color: #fff;
  font-weight: 600; }
  .social-feed .padd {
    max-width: 300px;
    margin: 0 auto;
    text-align: center; }
    .social-feed .padd .icon {
      font-size: 70px;
      height: 70px;
      display: block;
      -webkit-transition: all 0.3s ease-in-out 0s;
      -moz-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      -ms-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s; }
    .social-feed .padd p {
      font-weight: 600; }
    .social-feed .padd h4 {
      color: #fff;
      margin-top: 1.2em;
      font-weight: 400; }
      .social-feed .padd h4 + a {
        -webkit-transition: color 0.3s ease-in-out 0s;
        -moz-transition: color 0.3s ease-in-out 0s;
        -o-transition: color 0.3s ease-in-out 0s;
        -ms-transition: color 0.3s ease-in-out 0s;
        transition: color 0.3s ease-in-out 0s; }
        .social-feed .padd h4 + a:hover {
          color: #016aab; }
    .social-feed .padd a {
      color: #fff;
      text-decoration: none; }
      .social-feed .padd a:hover {
        color: #008eff; }
        .social-feed .padd a:hover .icon {
          font-size: 75px;
          color: #008eff; }
    .social-feed .padd ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .social-feed .padd ul > li {
        list-style: none;
        margin: 0;
        padding: 0;
        display: block; }
        .social-feed .padd ul > li:before {
          display: none; }

.home-urgent {
  background-size: cover;
  background-position: center center;
  padding: 120px 0; }
  .home-urgent h1, .home-urgent p {
    color: #fff; }
  .home-urgent h1 {
    font-size: 60px;
    font-weight: 700; }
  .home-urgent p {
    font-size: 28px;
    line-height: 36px; }

.middle-phone-signup {
  margin-bottom: 20px; }
  .middle-phone-signup p {
    color: #000000 !important; }

.contact {
  padding: 35px 0 60px; }
  .contact ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .contact ul > li {
      list-style: none;
      margin: 0;
      padding: 0;
      display: block; }
      .contact ul > li:before {
        display: none; }
  .contact form {
    max-width: 700px; }
    .contact form label {
      font-size: 18px;
      color: #242424;
      display: block;
      margin: 25px 0 5px; }
    .contact form .gfield {
      display: inline-block;
      width: 48.5%;
      clear: none; }
      .contact form .gfield#field_1_1 {
        width: 70%;
        display: block; }
        .contact form .gfield#field_1_1 .ginput_container > * {
          display: inline-block;
          width: 38.5%; }
          .contact form .gfield#field_1_1 .ginput_container > * label {
            display: none; }
          .contact form .gfield#field_1_1 .ginput_container > *.ginput_left {
            margin-right: 15px; }
      .contact form .gfield#field_1_2 {
        width: 56%; }
      .contact form .gfield#field_1_4 {
        padding-top: 25px;
        width: 97%; }
      .contact form .gfield#field_1_3 {
        width: 38%;
        margin-left: 15px; }
      .contact form .gfield.active input[type=text],
      .contact form .gfield.active textarea,
      .contact form .gfield.active input[type=email],
      .contact form .gfield.active input[type=phone] {
        border: 1px solid #008eff; }
      .contact form .gfield.active label {
        color: #008eff; }
      .contact form .gfield.gfield_error label {
        color: #ee4011; }
      .contact form .gfield.gfield_error input, .contact form .gfield.gfield_error textarea {
        border: 1px solid #ee4011; }
      .contact form .gfield.gfield_error .validation_message {
        display: none; }
    .contact form input[type=text],
    .contact form input[type=email],
    .contact form input[type=phone] {
      border: 1px solid #242424;
      background-color: transparent;
      height: 50px;
      line-height: 50px;
      text-indent: 10px;
      width: 100%; }
    .contact form textarea {
      width: 100%;
      border: 1px solid #242424;
      height: 200px;
      text-indent: 10px;
      padding: 10px 0; }
    .contact form textarea:focus, .contact form input:focus {
      outline: 0; }
    .contact form input[type=submit] {
      padding: 15px 30px;
      background-color: #008eff;
      color: #fff;
      border: 0;
      margin: 25px 0 0;
      text-transform: uppercase;
      -webkit-transition: background 0.3s ease-in-out 0s;
      -moz-transition: background 0.3s ease-in-out 0s;
      -o-transition: background 0.3s ease-in-out 0s;
      -ms-transition: background 0.3s ease-in-out 0s;
      transition: background 0.3s ease-in-out 0s;
      font-weight: 600; }
      .contact form input[type=submit]:hover {
        background-color: #016aab; }

#gform_wrapper_1 {
  margin-top: 50px; }

.thank-you {
  padding: 120px 0 250px;
  background-size: cover;
  background-position: center center; }
  .thank-you.Dark h1, .thank-you.Dark p {
    color: #242424; }
  .thank-you h1 {
    color: #fff; }
  .thank-you p {
    color: #fff;
    font-size: 26px;
    line-height: 34px; }
    .thank-you p + .widget {
      margin-top: 60px; }
  .thank-you .widget {
    margin-top: 30px; }
    .thank-you .widget h4 {
      font-size: 22px;
      color: #016aab;
      font-weight: 700; }
    .thank-you .widget a {
      color: #fff;
      font-size: 22px;
      text-decoration: none; }
    .thank-you .widget label {
      display: none; }
    .thank-you .widget form {
      margin-top: 15px; }
    .thank-you .widget input[type=email], .thank-you .widget input[type=text] {
      border: 0;
      line-height: 50px;
      height: 50px;
      text-indent: 10px;
      width: 250px; }
    .thank-you .widget input[type=submit] {
      height: 52px;
      line-height: 52px;
      background-color: #008eff;
      color: #fff;
      padding: 0 20px;
      text-transform: uppercase;
      border: 0;
      -webkit-transition: background 0.3s ease-in-out 0s;
      -moz-transition: background 0.3s ease-in-out 0s;
      -o-transition: background 0.3s ease-in-out 0s;
      -ms-transition: background 0.3s ease-in-out 0s;
      transition: background 0.3s ease-in-out 0s; }
      .thank-you .widget input[type=submit]:hover {
        background-color: #016aab; }

.page-detail.photo {
  height: 320px;
  background-size: cover;
  background-position: center center; }
.page-detail + .basic-page {
  padding-top: 50px; }
.page-detail.home-slider .home-carousel li {
  position: relative;
  padding: 4.3% 0; }
  .page-detail.home-slider .home-carousel li .ctn {
    position: absolute;
    bottom: 25px;
    left: 0;
    width: 100%;
    max-width: none;
    padding: 0; }
    .page-detail.home-slider .home-carousel li .ctn .container {
      max-width: 960px;
      margin: 0 auto 25px;
      text-align: left; }
      .page-detail.home-slider .home-carousel li .ctn .container p {
        display: block;
        padding: 8px 0;
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
        background-color: rgba(0, 0, 0, 0.7);
        padding: 10px;
        display: inline-block; }

.video-wrap {
  position: relative;
  margin-bottom: 15px; }

#video-gradient {
  background: -moz-linear-gradient(left, black 0%, black 1%, transparent 23%, transparent 78%, black 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, black), color-stop(1%, black), color-stop(23%, transparent), color-stop(78%, transparent), color-stop(100%, black));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, black 0%, black 1%, transparent 23%, transparent 78%, black 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, black 0%, black 1%, transparent 23%, transparent 78%, black 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, black 0%, black 1%, transparent 23%, transparent 78%, black 100%);
  /* IE10+ */
  background: linear-gradient(to right, black 0%, black 1%, transparent 23%, transparent 78%, black 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 );
  /* IE6-9 */
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  opacity: 1;
  -webkit-transition: opacity 0.4s ease-in-out 0s;
  -moz-transition: opacity 0.4s ease-in-out 0s;
  -o-transition: opacity 0.4s ease-in-out 0s;
  -ms-transition: opacity 0.4s ease-in-out 0s;
  transition: opacity 0.4s ease-in-out 0s;
  cursor: pointer; }
  #video-gradient:hover {
    opacity: .6; }

/* SOME SMALLER SECTIONS THAT REALLY DON'T NEED THEIR OWN FILE

s01 - NEWSLETTER SIGNUP
s02 - RELATED POSTS
s03 - BIO DETAIL



*/
/* =============================================================================
 * NEWSLETTER SIGNUP -- s01
 * ===========================================================================*/
.newsletter {
  text-align: center;
  padding: 50px 0; }
  .newsletter h4 {
    font-weight: 400;
    color: #242424; }
  .newsletter form {
    margin-top: 15px; }
  .newsletter label {
    display: none; }
  .newsletter ::-webkit-input-placeholder {
    color: #666; }
  .newsletter :-moz-placeholder {
    color: #666; }
  .newsletter ::-moz-placeholder {
    color: #666; }
  .newsletter :-ms-input-placeholder {
    color: #666; }
  .newsletter input[type=email] {
    background-color: rgba(0, 0, 0, 0.1);
    border: 0;
    height: 45px;
    line-height: 45px;
    color: #000;
    text-indent: 15px;
    font-size: 15px;
    font-weight: 600;
    width: 220px; }
  .newsletter input[type=submit] {
    background-color: #ee4011;
    color: #fff;
    text-transform: uppercase;
    line-height: 47px;
    height: 47px;
    border: 0;
    font-weight: 600;
    position: relative;
    top: 1px;
    padding: 0 10px;
    -webkit-transition: background 0.2s ease-in-out 0s;
    -moz-transition: background 0.2s ease-in-out 0s;
    -o-transition: background 0.2s ease-in-out 0s;
    -ms-transition: background 0.2s ease-in-out 0s;
    transition: background 0.2s ease-in-out 0s; }
    .newsletter input[type=submit]:hover {
      background-color: #00387e; }

/* =============================================================================
 * RELATED POSTS -- s02
 * ===========================================================================*/
.related {
  margin: 50px 0; }
  .related img {
    width: 100% !important;
    height: auto !important; }
  .related h2 {
    text-transform: uppercase;
    color: #242424;
    margin-bottom: 40px;
    font-size: 30px; }
  .related a {
    font-size: 22px;
    color: #242424;
    text-decoration: none; }
    .related a .zoom {
      margin-bottom: 15px; }
    .related a:hover {
      color: #008eff; }

/* =============================================================================
 * BIO DETAIL -- s03
 * ===========================================================================*/
.bio header {
  position: relative;
  border-bottom: 0 !important; }
  .bio header:after {
    content: ' ';
    display: block;
    width: 60px;
    height: 1px;
    border-bottom: 2px solid #878887; }
  .bio header h1 {
    margin-bottom: 0; }
  .bio header h2 {
    font-size: 24px;
    font-weight: 400;
    color: #242424;
    margin: 0 0 10px; }
  .bio header + .content {
    padding-top: 15px; }
.bio .photo img {
  margin-bottom: 15px; }
.bio .photo p {
  font-weight: 600; }
.bio + .my-posts-list {
  margin-top: 50px; }
  .bio + .my-posts-list .span-12 {
    padding: 30px 0;
    border-top: 1px solid #878887; }

/* =============================================================================
 * DONATE CTA -- s04
 * ===========================================================================*/
aside.donate {
  padding: 60px 0; }
  aside.donate h3 {
    font-weight: 400;
    max-width: 600px;
    margin: 0 auto 15px; }
  aside.donate p {
    max-width: 600px;
    margin: 0 auto 15px;
    font-weight: 600; }

/* =============================================================================
 * HERO INTERIOR -- s05
 * ===========================================================================*/
.hero {
  background-size: cover;
  background-position: center center;
  min-height: 314px; }
  .hero .container {
    padding: 80px 0;
    color: #fff; }
    .hero .container h1 {
      color: #fff; }
    .hero .container p {
      font-size: 26px;
      line-height: 34px;
      margin-bottom: 0; }
  .hero.Dark h1, .hero.Dark p {
    color: #242424; }

/* =============================================================================
 * LOAD MORE BUTTON ON NEWS PAGE -- s06
 * ===========================================================================*/
.load-more {
  border-top: 1px solid #c8c5be;
  text-align: center;
  padding: 40px 0 30px; }

/* =============================================================================
 * BREAKING NEWS ON HOMEPAGE -- s07
 * ===========================================================================*/
.breaking {
  background-color: #242424;
  color: #fff;
  padding: 10px 0;
  font-size: 20px; }
  .breaking a {
    color: #ee4011; }
  .breaking.transformize {
    height: auto; }

.cat-title {
  padding: 40px 0 30px; }
  .cat-title h1 {
    color: #fff; }

.signup-message {
  font-size: 14px;
  line-height: 16px;
  display: block;
  padding: 10px 0; }

.partners {
  list-style: none;
  margin: 0;
  padding: 0; }
  .partners > li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block; }
    .partners > li:before {
      display: none; }
  .partners li {
    display: inline-block;
    width: 300px;
    margin: 15px 10px 0 0;
    vertical-align: middle; }
    .partners li img {
      display: inline-block;
      vertical-align: middle;
      width: 100px;
      height: auto;
      margin-right: 10px; }
    .partners li span {
      display: inline-block;
      vertical-align: middle;
      font-size: 20px;
      width: 190px; }

.carousel, .g-carousel {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  margin: 0 0 0; }
  .carousel > li, .g-carousel > li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block; }
    .carousel > li:before, .g-carousel > li:before {
      display: none; }
  .carousel li, .g-carousel li {
    width: 32%;
    display: inline-block;
    margin-right: 1%; }
    .carousel li img, .g-carousel li img {
      display: block; }
    .carousel li p, .g-carousel li p {
      color: #fff;
      font-size: 18px;
      /*padding: 15px 20px 15px;*/
      width: 300px;
      height: 80px;
      text-align: center;
      display: table-cell;
      vertical-align: middle;
      position: relative; }
      .carousel li p span, .g-carousel li p span {
        /*position: relative;*/
        z-index: 99;
        /*display: block;*/ }

.f-carousel {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  margin: 0 0 0; }
  .f-carousel > li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block; }
    .f-carousel > li:before {
      display: none; }
  .f-carousel li {
    width: 33%;
    display: inline-block;
    margin-right: 1%; }
    .f-carousel li img {
      display: block; }
    .f-carousel li p {
      color: #fff;
      font-size: 18px;
      padding: 15px 20px 15px;
      text-align: center;
      display: block;
      position: relative; }
      .f-carousel li p span {
        position: relative;
        z-index: 99;
        display: block; }

.bx-wrapper {
  position: relative; }

.bx-controls {
  position: absolute;
  top: 48%;
  left: 0;
  width: 100%; }
  .bx-controls a {
    color: #3a3a3a;
    text-decoration: none;
    display: block;
    font-family: 'icon' !important;
    font-weight: normal !important;
    text-transform: none !important;
    position: relative;
    font-size: 40px;
    position: absolute;
    width: 60px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
    .bx-controls a.bx-next {
      right: -80px;
      top: auto; }
    .bx-controls a.bx-prev {
      left: -80px;
      top: auto;
      text-align: right; }
    .bx-controls a:hover {
      color: #fff; }
      .bx-controls a:hover.bx-next {
        right: -85px; }
      .bx-controls a:hover.bx-prev {
        left: -85px; }

.f-carousel-container {
  float: right;
  width: 400px;
  min-height: 400px;
  margin-left: 50px; }

.f-carousel p {
  color: #3a3a3a !important; }

.f-carousel {
  display: none; }

.f-carousel-container .bx-controls {
  position: absolute;
  top: 35%;
  left: 0;
  width: 100%; }
  .f-carousel-container .bx-controls a {
    color: #3a3a3a !important;
    text-decoration: none;
    display: block;
    font-family: 'icon' !important;
    font-weight: normal !important;
    text-transform: none !important;
    position: relative;
    font-size: 40px;
    position: absolute;
    width: 60px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
    .f-carousel-container .bx-controls a.bx-next {
      right: -20px;
      top: auto; }
    .f-carousel-container .bx-controls a.bx-prev {
      left: -20px;
      top: auto;
      text-align: right; }
    .f-carousel-container .bx-controls a:hover {
      color: #fff; }
      .f-carousel-container .bx-controls a:hover.bx-next {
        right: -25px; }
      .f-carousel-container .bx-controls a:hover.bx-prev {
        left: -25px; }

section.posts-list {
  margin: 30px 0 60px; }

.blog-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .blog-list > li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block; }
    .blog-list > li:before {
      display: none; }
  .blog-list li {
    display: block;
    position: relative;
    padding-left: 180px;
    min-height: 180px;
    margin: 45px 0; }
    .blog-list li > a {
      width: 160px;
      height: 160px;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      overflow: hidden; }
      .blog-list li > a:after {
        content: ' ';
        display: block;
        width: 160px;
        height: 160px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 4;
        background: url(../img/circle.png) no-repeat top center; }
      .blog-list li > a .zoom {
        position: relative;
        z-index: 2; }
        .blog-list li > a .zoom img {
          min-width: 160px;
          min-height: 160px;
          max-width: none; }
    .blog-list li .post p {
      margin-bottom: 5px;
      padding-bottom: 20px;
      font-weight: 600; }
      .blog-list li .post p:after {
        width: 60px;
        content: ' ';
        display: block;
        height: 1px;
        border-bottom: 2px solid #878887;
        position: relative;
        top: 8px; }
    .blog-list li .post h2 {
      margin: 0 0 15px;
      font-size: 30px;
      line-height: 34px; }
      .blog-list li .post h2 a {
        color: #242424;
        font-weight: 700;
        text-decoration: none; }
        .blog-list li .post h2 a:hover {
          color: #008eff; }
        .blog-list li .post h2 a span {
          text-transform: uppercase; }
    .blog-list li.photos > a, .blog-list li.video > a {
      text-decoration: none; }
      .blog-list li.photos > a:before, .blog-list li.video > a:before {
        content: 'q';
        font-family: 'icon' !important;
        font-weight: normal !important;
        text-transform: none !important;
        width: 160px;
        text-align: center;
        line-height: 160px;
        display: block;
        position: absolute;
        color: #fff;
        font-size: 60px;
        top: 0;
        left: 0;
        z-index: 3;
        background-color: transparent;
        -webkit-transition: all 0.3s ease-in-out 0.2s;
        -moz-transition: all 0.3s ease-in-out 0.2s;
        -o-transition: all 0.3s ease-in-out 0.2s;
        -ms-transition: all 0.3s ease-in-out 0.2s;
        transition: all 0.3s ease-in-out 0.2s; }
      .blog-list li.photos > a:hover:before, .blog-list li.video > a:hover:before {
        color: #ee4011;
        font-size: 70px; }
    .blog-list li.video > a:before {
      content: 'p'; }
  .blog-list.no-img li {
    padding-left: 0;
    min-height: 0; }

/* =============================================================================
 * BASED ON http://tympanus.net/codrops/2013/08/13/multi-level-push-menu/
 * ===========================================================================*/
html, body, .container, .scroller {
  height: 100%; }

#wrapper {
  overflow: hidden; }

#mp-menu {
  -webkit-transition: top 0.3s ease-in-out 0s;
  -moz-transition: top 0.3s ease-in-out 0s;
  -o-transition: top 0.3s ease-in-out 0s;
  -ms-transition: top 0.3s ease-in-out 0s;
  transition: top 0.3s ease-in-out 0s; }

.scroller {
  overflow-y: scroll; }

.scroller,
.scroller-inner {
  position: relative; }

.mp-pusher {
  position: relative;
  right: 0;
  height: 100%; }

.mp-menu {
  position: absolute;
  /* we can't use fixed here :( */
  top: 0;
  right: 0;
  z-index: 9999;
  width: 260px;
  height: 100%;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.mp-level {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #016aab;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }
  .mp-level .social {
    padding: 15px 10px;
    text-align: left; }
    .mp-level .social > * {
      color: #fff;
      display: inline-block; }
    .mp-level .social a {
      text-decoration: none;
      margin: 0 5px;
      -webkit-transition: color 0.3s ease-in-out 0s;
      -moz-transition: color 0.3s ease-in-out 0s;
      -o-transition: color 0.3s ease-in-out 0s;
      -ms-transition: color 0.3s ease-in-out 0s;
      transition: color 0.3s ease-in-out 0s;
      font-size: 22px; }
      .mp-level .social a:hover {
        color: rgba(255, 255, 255, 0.6); }
    .mp-level .social span {
      opacity: .7;
      margin-right: 10px; }
  .mp-level .signup {
    padding: 25px 10px 10px; }
    .mp-level .signup .signup-message {
      color: #fff; }
    .mp-level .signup span {
      opacity: .7;
      margin-right: 10px;
      color: #fff;
      margin-bottom: 5px;
      display: block; }
    .mp-level .signup .forms {
      -webkit-transition: all 0.5s ease-in-out 0s;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -ms-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
      .mp-level .signup .forms form {
        margin-top: 5px;
        width: 100%; }
        .mp-level .signup .forms form label {
          display: none; }
        .mp-level .signup .forms form:first-child {
          margin-top: 0; }
      .mp-level .signup .forms input[type=text],
      .mp-level .signup .forms input[type=email] {
        background-color: #f6f6f4;
        line-height: 40px;
        height: 40px;
        font-size: 16px;
        border: 0;
        width: 160px;
        float: left;
        text-indent: 10px; }
      .mp-level .signup .forms input[type=submit] {
        float: right;
        background-color: #00387e;
        border: 0;
        height: 42px;
        line-height: 42px;
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        text-align: center;
        width: 75px;
        -webkit-transition: background 0.3s ease-in-out 0s;
        -moz-transition: background 0.3s ease-in-out 0s;
        -o-transition: background 0.3s ease-in-out 0s;
        -ms-transition: background 0.3s ease-in-out 0s;
        transition: background 0.3s ease-in-out 0s; }
        .mp-level .signup .forms input[type=submit]:hover {
          color: #fff;
          background-color: #ee4011; }
  .mp-level .searchform {
    padding: 10px;
    border-bottom: 1px solid #00387e;
    position: relative; }
    .mp-level .searchform ::-webkit-input-placeholder {
      color: rgba(0, 0, 0, 0.5); }
    .mp-level .searchform :-moz-placeholder {
      color: rgba(0, 0, 0, 0.5); }
    .mp-level .searchform ::-moz-placeholder {
      color: rgba(0, 0, 0, 0.5); }
    .mp-level .searchform :-ms-input-placeholder {
      color: rgba(0, 0, 0, 0.5); }
    .mp-level .searchform input[type=search] {
      background-color: #f6f6f4;
      border: 0;
      color: #000;
      width: 220px;
      padding: 10px;
      font-size: 16px; }
    .mp-level .searchform input[type=submit] {
      background: transparent;
      border: 0;
      color: rgba(0, 0, 0, 0.5);
      font-weight: normal;
      position: absolute;
      top: 20px;
      right: 15px;
      -webkit-transition: color 0.3s ease-in-out 0s;
      -moz-transition: color 0.3s ease-in-out 0s;
      -o-transition: color 0.3s ease-in-out 0s;
      -ms-transition: color 0.3s ease-in-out 0s;
      transition: color 0.3s ease-in-out 0s; }
      .mp-level .searchform input[type=submit]:hover {
        color: #ee4011; }

/* overlays for pusher and for level that gets covered */
.mp-pusher::after,
.mp-level::after,
.mp-level::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  content: '';
  opacity: 0; }

.mp-pusher::after,
.mp-level::after {
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
  -moz-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
  transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s; }

.mp-level::after {
  z-index: -1; }

.mp-pusher.mp-pushed::after,
.mp-level.mp-level-overlay::after {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.mp-pushed * {
  z-index: -1 !important;
  overflow: hidden; }

#mp-menu * {
  z-index: 9999 !important; }

.mp-level.mp-level-overlay {
  cursor: pointer; }

.mp-level.mp-level-overlay.mp-level::before {
  width: 100%;
  height: 100%;
  background: transparent;
  opacity: 1; }

.mp-pusher,
.mp-level {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }

/* overlap */
.mp-overlap .mp-level.mp-level-open {
  box-shadow: 1px 0 2px rgba(0, 0, 0, 0.2);
  -webkit-transform: translate3d(-40px, 0, 0);
  -moz-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0); }

/* First level */
.mp-menu > .mp-level,
.mp-menu > .mp-level.mp-level-open,
.mp-menu.mp-overlap > .mp-level,
.mp-menu.mp-overlap > .mp-level.mp-level-open {
  box-shadow: none;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* cover */
.mp-cover .mp-level.mp-level-open {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mp-cover .mp-level.mp-level-open > ul > li > .mp-level:not(.mp-level-open) {
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

/* content style */
.mp-menu ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.mp-menu h2 {
  margin: 0;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  display: block;
  background-color: #00387e;
  padding: 13px;
  border-bottom: 1px solid #00387e; }

.mp-menu ul li {
  border-bottom: 1px solid #00387e; }
  .mp-menu ul li > a {
    display: block;
    outline: none;
    font-size: 18px;
    padding: 13px;
    color: #fff;
    display: block;
    font-weight: 400;
    text-decoration: none;
    -webkit-transition: background 0.3s ease-in-out 0s;
    -moz-transition: background 0.3s ease-in-out 0s;
    -o-transition: background 0.3s ease-in-out 0s;
    -ms-transition: background 0.3s ease-in-out 0s;
    transition: background 0.3s ease-in-out 0s; }
  .mp-menu ul li.current-menu-item > a {
    background-color: #00387e; }
  .mp-menu ul li.menu-item-has-children > a {
    padding-right: 15px; }
    .mp-menu ul li.menu-item-has-children > a:after {
      content: 'r';
      font-family: 'icon' !important;
      font-weight: normal !important;
      text-transform: none !important;
      color: #fff;
      font-size: 12px;
      margin-left: 10px;
      color: #fff; }

.mp-menu ul li a:hover,
.mp-level > ul > li:first-child > a:hover {
  background: #00387e;
  box-shadow: inset 0 -1px transparent; }

.mp-menu .mp-level.mp-level-overlay > ul > li > a,
.mp-level.mp-level-overlay > ul > li:first-child > a {
  box-shadow: inset 0 -1px transparent; }

.mp-level > ul > li:first-child > a:hover,
.mp-level.mp-level-overlay > ul > li:first-child > a {
  box-shadow: inset 0 -1px transparent, inset 0 1px transparent; }

/* seems like Chrome 34.0.1847.131 needs the second shadow otherwise the transition breaks */
.mp-back {
  background: #016aab;
  outline: none;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 400;
  text-transform: capitalize;
  display: block;
  font-size: 18px;
  padding: 13px;
  position: relative;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: background 0.3s ease-in-out 0s;
  -moz-transition: background 0.3s ease-in-out 0s;
  -o-transition: background 0.3s ease-in-out 0s;
  -ms-transition: background 0.3s ease-in-out 0s;
  transition: background 0.3s ease-in-out 0s;
  text-decoration: none; }
  .mp-back:before {
    content: 'l';
    font-family: 'icon' !important;
    font-weight: normal !important;
    text-transform: none !important;
    float: left;
    display: block;
    font-size: 14px;
    color: #fff;
    padding-right: 10px; }

.mp-menu .mp-level.mp-level-overlay > .mp-back,
.mp-menu .mp-level.mp-level-overlay > .mp-back::after {
  background: transparent;
  box-shadow: none;
  color: transparent; }

/* Fallback example for browsers that don't support 3D transforms (and no JS fallback) */
/* We'll show the first level only */
.no-csstransforms3d .mp-pusher,
.no-js .mp-pusher {
  padding-right: 260px; }

.no-csstransforms3d .mp-menu .mp-level,
.no-js .mp-menu .mp-level {
  display: none; }

.no-csstransforms3d .mp-menu > .mp-level,
.no-js .mp-menu > .mp-level {
  display: block; }

.alt-b {
  display: none; }

body.split-test-alternate .alt-b {
  display: block; }
body.split-test-alternate .alt-a {
  display: none; }
body.split-test-alternate .topper a.icon {
  color: #ee4011; }
  body.split-test-alternate .topper a.icon:hover {
    color: #016aab; }
body.split-test-alternate .topper input[type=submit] {
  color: #ee4011; }
  body.split-test-alternate .topper input[type=submit]:hover {
    color: #016aab; }
body.split-test-alternate .cta a.square:after {
  background-color: #ee4011; }
body.split-test-alternate header.main nav > ul > li:first-child {
  display: inline-block; }
body.split-test-alternate header.main .donation-link.alt-b {
  display: inline-block;
  vertical-align: top; }
body.split-test-alternate .get-involved-tabs li a {
  color: #ee4011; }
body.split-test-alternate .share a {
  color: #ee4011; }
  body.split-test-alternate .share a:hover {
    color: #016aab; }
body.split-test-alternate .newsletter input[type=submit] {
  background-color: #ee4011; }
  body.split-test-alternate .newsletter input[type=submit]:hover {
    background-color: #008eff; }
body.split-test-alternate footer.main form input[type=submit] {
  background-color: #ee4011; }
  body.split-test-alternate footer.main form input[type=submit]:hover {
    background-color: #00387e; }
body.split-test-alternate .mp-level .social a {
  color: #ee4011; }
  body.split-test-alternate .mp-level .social a:hover {
    color: #fff; }
body.split-test-alternate .signup .forms input[type=submit] {
  background-color: #ee4011; }
  body.split-test-alternate .signup .forms input[type=submit]:hover {
    background-color: #016aab; }

/*
Styles that hide and show different variants
*/
.variant-a, .variant-b, .variant-c, .variant-d {
  display: none; }

.split-test-variant-a .variant-a {
  display: block; }

.split-test-variant-b .variant-b {
  display: block; }

.split-test-variant-c .variant-c {
  display: block; }

.split-test-variant-d .variant-d {
  display: block; }

/* =============================================================================
 * FONT STYLES
 * Note - Proxima Nova is included through typekit
 * ===========================================================================*/
@font-face {
  font-family: "icon";
  src: url("fonts/unhcr.eot");
  src: url("fonts/unhcr.eot?#iefix") format("embedded-opentype"), url("fonts/unhcr.woff") format("woff"), url("fonts/unhcr.ttf") format("truetype"), url("fonts/unhcr.svg#unhcr") format("svg");
  font-weight: normal;
  font-style: normal; }
input {
  -webkit-appearance: none;
  border-radius: 0;
  margin: 0;
  padding: 0; }

body {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  background-color: #fff;
  font-size: 18px;
  line-height: 26px;
  overflow-x: hidden; }

h1, h2, h3, h4, h5, h6 {
  margin: 1em 0 .3em;
  padding: 0;
  font-weight: 600;
  color: #008eff;
  line-height: 1.2em; }
  h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
    margin-top: 0; }
  h1 + h1, h1 + h2, h1 + h3, h1 + h4, h1 + h5, h1 + h6, h2 + h1, h2 + h2, h2 + h3, h2 + h4, h2 + h5, h2 + h6, h3 + h1, h3 + h2, h3 + h3, h3 + h4, h3 + h5, h3 + h6, h4 + h1, h4 + h2, h4 + h3, h4 + h4, h4 + h5, h4 + h6, h5 + h1, h5 + h2, h5 + h3, h5 + h4, h5 + h5, h5 + h6, h6 + h1, h6 + h2, h6 + h3, h6 + h4, h6 + h5, h6 + h6 {
    margin-top: 0; }

h1 {
  font-size: 40px; }

h2 {
  font-size: 36px; }

h3 {
  font-size: 28px;
  color: #242424; }

h4 {
  font-size: 26px; }

h5 {
  font-size: 22px; }

h6 {
  font-size: 18px; }

.page-id-83 .content h3 {
  margin-bottom: 0; }

p {
  margin: 0 0 1em;
  font-weight: 400; }
  p:last-child {
    margin-bottom: 0; }

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

blockquote {
  display: block;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  color: #016aab;
  margin: 35px 0 30px; }
  blockquote:before, blockquote:after {
    content: ' ';
    display: block;
    width: 100%;
    height: 18px;
    margin-bottom: 20px;
    background: url(../img/blockquote-before.png) no-repeat top center; }
  blockquote:after {
    background-image: url(../img/blockquote-after.png);
    margin: 20px 0 0; }

input:focus {
  outline: 0; }

a {
  color: #008eff; }
  a:hover {
    text-decoration: none; }

hr {
  border: 0;
  margin: 30px 0;
  padding: 0;
  height: 1px;
  clear: both;
  border-bottom: 1px solid #878887; }

.clear {
  clear: both; }

.content ul {
  list-style: none; }
  .content ul li {
    list-style: none;
    position: relative;
    margin-bottom: .4em; }
    .content ul li:before {
      content: '\2022';
      color: #016aab;
      position: absolute;
      left: -20px;
      top: -2px; }
.content ol li {
  margin-bottom: .4em; }

/* =============================================================================
 * TOPPER - ABOVE NAVIGATION
 * ===========================================================================*/
.topper {
  position: relative;
  z-index: 999; }
  .topper:after:after {
    display: table;
    content: ' ';
    clear: both;
    zoom: 1; }
  .topper a, .topper form {
    float: right; }
  .topper a {
    line-height: 45px;
    color: #878887;
    text-decoration: none;
    padding: 3px 15px 2px;
    border-right: 1px solid #dbdbda;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-transition: color 0.2s ease-in-out 0s;
    -moz-transition: color 0.2s ease-in-out 0s;
    -o-transition: color 0.2s ease-in-out 0s;
    -ms-transition: color 0.2s ease-in-out 0s;
    transition: color 0.2s ease-in-out 0s; }
    .topper a:hover {
      color: #016aab; }
    .topper a.icon {
      font-size: 24px; }
  .topper .span-12 > form {
    padding-left: 15px;
    height: 50px;
    border-right: 1px solid #dbdbda; }
    .topper .span-12 > form ::-webkit-input-placeholder {
      color: #878887; }
    .topper .span-12 > form :-moz-placeholder {
      color: #878887; }
    .topper .span-12 > form ::-moz-placeholder {
      color: #878887; }
    .topper .span-12 > form :-ms-input-placeholder {
      color: #878887; }
    .topper .span-12 > form:after {
      display: table;
      content: ' ';
      clear: both;
      zoom: 1; }
    .topper .span-12 > form input[type=search] {
      margin-top: 3px;
      height: 45px;
      border: 0;
      font-size: 14px;
      width: 170px;
      font-weight: 600;
      text-transform: uppercase;
      background-color: transparent;
      float: left; }
    .topper .span-12 > form input[type=submit] {
      border: 0;
      background-color: transparent;
      color: #878887;
      font-size: 22px;
      padding: 0 10px 0 2px;
      float: right;
      line-height: 46px;
      -webkit-transition: color 0.2s ease-in-out 0s;
      -moz-transition: color 0.2s ease-in-out 0s;
      -o-transition: color 0.2s ease-in-out 0s;
      -ms-transition: color 0.2s ease-in-out 0s;
      transition: color 0.2s ease-in-out 0s; }
      .topper .span-12 > form input[type=submit]:hover {
        color: #016aab; }

.topper .signup, header.main .signup {
  position: relative;
  float: right; }
  .topper .signup .signup-message, header.main .signup .signup-message {
    color: #fff; }
  .topper .signup .forms, header.main .signup .forms {
    position: absolute;
    opacity: 0;
    top: 100%;
    right: -100%;
    background-color: #00387e;
    padding: 15px;
    width: 300px;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    visibility: hidden; }
    .topper .signup .forms form, header.main .signup .forms form {
      margin-top: 5px;
      width: 100%; }
      .topper .signup .forms form label, header.main .signup .forms form label {
        display: none; }
      .topper .signup .forms form:first-child, header.main .signup .forms form:first-child {
        margin-top: 0; }
    .topper .signup .forms input[type=text],
    .topper .signup .forms input[type=email], header.main .signup .forms input[type=text],
    header.main .signup .forms input[type=email] {
      background-color: #f6f6f4;
      line-height: 30px;
      height: 30px;
      font-size: 14px;
      border: 0;
      width: 220px;
      float: left;
      text-indent: 10px; }
    .topper .signup .forms input[type=submit], header.main .signup .forms input[type=submit] {
      float: right;
      background-color: #ee4011;
      border: 0;
      height: 30px;
      line-height: 30px;
      font-size: 16px;
      font-weight: 700;
      text-transform: uppercase;
      text-align: center;
      width: 75px;
      -webkit-transition: background 0.3s ease-in-out 0s;
      -moz-transition: background 0.3s ease-in-out 0s;
      -o-transition: background 0.3s ease-in-out 0s;
      -ms-transition: background 0.3s ease-in-out 0s;
      transition: background 0.3s ease-in-out 0s;
      color: #fff !important; }
      .topper .signup .forms input[type=submit]:hover, header.main .signup .forms input[type=submit]:hover {
        color: #fff !important;
        background-color: #00387e; }
  .topper .signup.active .forms, header.main .signup.active .forms {
    top: 100%;
    right: 1px;
    opacity: 1;
    visibility: visible; }
  .topper .signup.active a, header.main .signup.active a {
    background-color: #00387e;
    color: #fff; }

header.main .fixed-show .signup {
  float: left;
  display: inline-block;
  margin-right: 7px; }
  header.main .fixed-show .signup.active a {
    background-color: transparent;
    color: #00387e !important; }
  header.main .fixed-show .signup input {
    margin-bottom: 5px; }

/* =============================================================================
 * MAIN NAVIGATION
 * ===========================================================================*/
header.main {
  position: relative;
  -webkit-transition: top 0.5s ease-in-out 0s;
  -moz-transition: top 0.5s ease-in-out 0s;
  -o-transition: top 0.5s ease-in-out 0s;
  -ms-transition: top 0.5s ease-in-out 0s;
  transition: top 0.5s ease-in-out 0s;
  z-index: 998;
  text-align: right; }
  header.main:after {
    display: table;
    content: ' ';
    clear: both;
    zoom: 1; }
  header.main .span-12 {
    position: relative; }
  header.main .logo {
    float: left;
    margin-top: 12px;
    display: block; }
    header.main .logo img {
      display: block;
      -webkit-transition: all 0.3s ease-in-out 0s;
      -moz-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      -ms-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s; }
/*
  header.main .donation-link {
    float: right;
    margin: 15px 0;
    font-size: 19px;
    line-height: 19px;
    padding: 13px 20px 12px 10px; }
    header.main .donation-link.alt-b {
      float: none;
      display: none;
      margin: 0 15px 0 0;
      position: relative;
      top: 15px; }
*/
  header.main #trigger {
    display: none;
    float: right;
    color: #fff;
    text-decoration: none;
    font-size: 40px;
    line-height: 50px;
    margin: 10px 0 14px 15px;
    -webkit-transition: color 0.3s ease-in-out 0s;
    -moz-transition: color 0.3s ease-in-out 0s;
    -o-transition: color 0.3s ease-in-out 0s;
    -ms-transition: color 0.3s ease-in-out 0s;
    transition: color 0.3s ease-in-out 0s; }
    header.main #trigger:hover {
      color: #ee4011; }
  header.main nav {
    display: inline-block; }
    header.main nav > ul {
      list-style: none;
      margin: 0;
      padding: 0;
      margin: 0 10px 0 0; }
      header.main nav > ul > li {
        list-style: none;
        margin: 0;
        padding: 0;
        display: block; }
        header.main nav > ul > li:before {
          display: none; }
      header.main nav > ul > li {
        display: inline-block;
        padding: 17px 10px 17px 0;
        margin: 0; }
        header.main nav > ul > li > a {
          display: block;
          text-transform: uppercase;
          color: #fff;
          font-size: 16px;
          font-weight: 600;
          line-height: 36px;
          text-decoration: none;
          line-height: 44px;
          padding: 0 10px;
          position: relative;
          z-index: 3; }
          header.main nav > ul > li > a span {
            position: relative;
            z-index: 3; }
          header.main nav > ul > li > a:after {
            content: ' ';
            display: block;
            background-color: #00387e;
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1;
            opacity: 0;
            -webkit-transition: opacity 0.2s ease-in-out 0.1s;
            -moz-transition: opacity 0.2s ease-in-out 0.1s;
            -o-transition: opacity 0.2s ease-in-out 0.1s;
            -ms-transition: opacity 0.2s ease-in-out 0.1s;
            transition: opacity 0.2s ease-in-out 0.1s; }
        header.main nav > ul > li:hover a:after {
          opacity: 1; }
        header.main nav > ul > li:hover ul {
          visibility: visible;
          top: 100%;
          opacity: 1; }
          header.main nav > ul > li:hover ul a:hover {
            text-decoration: underline; }
        header.main nav > ul > li.current_page_item a:after, header.main nav > ul > li.current_page_ancestor a:after {
          opacity: 1; }
        header.main nav > ul > li > ul {
          list-style: none;
          margin: 0;
          padding: 0;
          position: absolute;
          top: 100%;
          right: 0;
          opacity: 0;
          padding: 5px 0 7px;
          visibility: hidden;
          -webkit-transition: all 0.2s ease-in-out 0.2s;
          -moz-transition: all 0.2s ease-in-out 0.2s;
          -o-transition: all 0.2s ease-in-out 0.2s;
          -ms-transition: all 0.2s ease-in-out 0.2s;
          transition: all 0.2s ease-in-out 0.2s; }
          header.main nav > ul > li > ul > li {
            list-style: none;
            margin: 0;
            padding: 0;
            display: block; }
            header.main nav > ul > li > ul > li:before {
              display: none; }
          header.main nav > ul > li > ul li {
            position: relative;
            z-index: 2;
            display: inline-block; }
            header.main nav > ul > li > ul li a {
              color: #fff;
              padding: 10px;
              display: block;
              text-decoration: none;
              margin-left: 15px; }
          header.main nav > ul > li > ul:after {
            content: ' ';
            display: block;
            width: 1500%;
            background-color: rgba(1, 106, 171, 0.6);
            height: 100%;
            position: absolute;
            top: 0;
            right: -300%; }
  header.main .fixed-show {
    display: none; }
  header.main.fixed {
    position: fixed;
    top: -75px;
    left: 0;
    width: 100%;
    z-index: 9999; }
    header.main.fixed.animate {
      top: 0; }
    header.main.fixed nav > ul > li > a {
      font-size: 14px;
      font-weight: 700; }
      header.main.fixed nav > ul > li > a span {
        top: 1px; }
    header.main.fixed .donation-link {
      font-size: 16px; }
    header.main.fixed .fixed-show {
      display: inline-block;
      float: right;
      margin-left: 20px; }
      header.main.fixed .fixed-show form.searchform {
        display: inline-block;
        position: relative; }
        header.main.fixed .fixed-show form.searchform ::-webkit-input-placeholder {
          color: #99d1f3; }
        header.main.fixed .fixed-show form.searchform :-moz-placeholder {
          color: #99d1f3; }
        header.main.fixed .fixed-show form.searchform ::-moz-placeholder {
          color: #99d1f3; }
        header.main.fixed .fixed-show form.searchform :-ms-input-placeholder {
          color: #99d1f3; }
        header.main.fixed .fixed-show form.searchform input[type=search] {
          position: absolute;
          top: -150px;
          width: 95px;
          right: 35px;
          background-color: #00387e;
          border: 0;
          color: #fff;
          padding-left: 10px;
          height: 44px;
          line-height: 44px;
          font-size: 14px;
          -webkit-transition: top 0.3s ease-in-out 0s;
          -moz-transition: top 0.3s ease-in-out 0s;
          -o-transition: top 0.3s ease-in-out 0s;
          -ms-transition: top 0.3s ease-in-out 0s;
          transition: top 0.3s ease-in-out 0s; }
        header.main.fixed .fixed-show form.searchform input[type=submit] {
          border: 0;
          margin-left: 5px;
          background-color: transparent;
          color: #fff; }
          header.main.fixed .fixed-show form.searchform input[type=submit]:hover {
            color: rgba(255, 255, 255, 0.5); }
        header.main.fixed .fixed-show form.searchform.active input[type=search] {
          top: -13px; }
      header.main.fixed .fixed-show a {
        display: inline-block;
        color: #fff;
        margin: 26px 5px;
        font-size: 20px;
        text-decoration: none; }
        header.main.fixed .fixed-show a:hover {
          color: rgba(255, 255, 255, 0.5); }

.emodal {
  z-index: 100000 !important;
  }
  .emodal * {
    font-family: 'proxima-nova', Helvetica, sans-serif !important; }
  .emodal .emodal-close {
    }
  .emodal p {
    width: 180px;
    width: 50%;
    //height: 535px;
    float: left;
    text-align: justify; }
  .emodal .right-col {
    float: right;
    width: 50%; }
  .emodal .right-col img {
    margin-left: 20px;
    box-shadow: 2px 2px 1px lightgray; }
  .emodal .newsletter {
    margin-top: 25px;
    text-align: left !important; }

@media only screen and (min-width: 900px) {
  .emodal p img {
    width: 802px;
    height: 535px;
  }
}

@media only screen and (max-width: 899px) {
  .emodal p img {
    width: 602px;
    height: 402px;
  }
}

@media only screen and (max-width: 660px) {
  .emodal p img {
    width: 502px;
    height: 335px;
  }
}

@media only screen and (max-width: 580px) {
  .emodal p img {
    width: 450px;
    height: 300px;
  }
}

@media only screen and (max-width: 400px) {
  .emodal p img {
    width: 350px;
    height: 233px;
  }
}

/* =============================================================================
 * HOME CONTENT
 * ===========================================================================*/
.current-emergencies header {
  margin-bottom: 35px;
  font-size: 1.49em;
  padding-bottom: 0 !Important; }

/* =============================================================================
 * MAIN ARTICLE CONTENT
 * ===========================================================================*/
article.main {
  padding: 70px 0 40px; }
  article.main .meta {
    font-weight: 600;
    margin: 5px 0 0; }
  article.main.basic-page .content {
    max-width: 786px; }
  article.main.basic-page header {
    border-bottom: 1px solid #878887;
    margin-bottom: 25px;
    max-width: 786px; }
    article.main.basic-page header h1 {
      margin: 0; }
  article.main.basic-page .meta {
    float: left;
    font-size: 1.6em;
    line-height: 47px;
    color: #008eff; }
  article.main .share-links {
    float: right; }
  article.main p.photo-caption {
    float: left;
    margin-right: 2em; }
    article.main p.photo-caption img {
      display: block; }
    article.main p.photo-caption em {
      font-size: .8em;
      line-height: 1em;
      display: block;
      max-width: 400px; }
  article.main .cta {
    float: right;
    min-width: 200px;
    margin: 0 0 20px 20px; }
    article.main .cta h5 {
      display: block;
      text-align: center;
      color: #fff;
      margin: 4px 0 0;
      padding: 10px 20px; }
    article.main .cta img {
      display: block; }
    article.main .cta div {
      padding: 10px 20px;
      text-align: center;
      background-color: #e9e8e5;
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px; }

.share {
  margin: 10px 0 10px; }
  .share > * {
    display: inline-block; }
  .share span {
    color: #008eff;
    line-height: 18px;
    font-weight: 600;
    position: relative; }
  .share a {
    color: #878887;
    text-decoration: none;
    font-size: 22px;
    line-height: 22px;
    margin: 0 5px;
    -webkit-transition: color 0.2s ease-in-out 0s;
    -moz-transition: color 0.2s ease-in-out 0s;
    -o-transition: color 0.2s ease-in-out 0s;
    -ms-transition: color 0.2s ease-in-out 0s;
    transition: color 0.2s ease-in-out 0s; }
    .share a:hover {
      color: #016aab; }

.blog-share {
  margin: 10px 0 10px; }
  .blog-share > * {
    display: inline-block; }
  .blog-share span {
    color: #008eff;
    line-height: 18px;
    font-weight: 600;
    position: relative; }
  .blog-share a {
    color: #878887;
    text-decoration: none;
    font-size: 22px;
    line-height: 22px;
    margin: 0 5px;
    -webkit-transition: color 0.2s ease-in-out 0s;
    -moz-transition: color 0.2s ease-in-out 0s;
    -o-transition: color 0.2s ease-in-out 0s;
    -ms-transition: color 0.2s ease-in-out 0s;
    transition: color 0.2s ease-in-out 0s; }
    .blog-share a:hover {
      color: #016aab; }

/* =============================================================================
 * FOOTER
 * ===========================================================================*/
footer.main {
  color: #8cbcd9;
  padding: 60px 0; }
  footer.main a, footer.main span {
    color: #fff;
    text-decoration: none; }
  footer.main a:hover {
    color: #ee4011; }
  footer.main p {
    margin-bottom: 2em; }
    footer.main p:last-child {
      margin-bottom: 0; }
  footer.main .social {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 20px; }
    footer.main .social > li {
      list-style: none;
      margin: 0;
      padding: 0;
      display: block; }
      footer.main .social > li:before {
        display: none; }
    footer.main .social li {
      display: inline-block; }
      footer.main .social li a {
        font-family: 'icon' !important;
        font-weight: normal !important;
        text-transform: none !important;
        font-size: 48px;
        margin: 0 10px;
        font-weight: normal;
        -webkit-transition: opacity 0.3s ease-in-out 0s;
        -moz-transition: opacity 0.3s ease-in-out 0s;
        -o-transition: opacity 0.3s ease-in-out 0s;
        -ms-transition: opacity 0.3s ease-in-out 0s;
        transition: opacity 0.3s ease-in-out 0s; }
        footer.main .social li a:hover {
          opacity: .7;
          color: #fff; }
      footer.main .social li.fb a {
        font-size: 42px; }
      footer.main .social li.tw a {
        font-size: px; }
      footer.main .social li.fb a {
        font-size: 40px; }
      footer.main .social li.fb a {
        font-size: 40px; }
  footer.main form {
    display: block;
    padding-left: 235px;
    position: relative;
    text-align: left;
    margin-bottom: 10px; }
    footer.main form + form {
      margin-bottom: 45px; }
    footer.main form ::-webkit-input-placeholder {
      color: #242424; }
    footer.main form :-moz-placeholder {
      color: #242424; }
    footer.main form ::-moz-placeholder {
      color: #242424; }
    footer.main form :-ms-input-placeholder {
      color: #242424; }
    footer.main form label {
      color: #fff;
      width: 215px;
      position: absolute;
      top: 0;
      left: 0;
      text-align: right;
      line-height: 45px; }
    footer.main form input[type=email],
    footer.main form input[type=text] {
      background-color: rgba(255, 255, 255, 0.7);
      border: 0;
      line-height: 45px;
      height: 45px;
      color: #242424;
      font-size: 14px;
      text-indent: 15px;
      font-weight: 600;
      width: 255px; }
    footer.main form input[type=submit] {
      background-color: #ee4011;
      font-size: 16px;
      text-transform: uppercase;
      color: #fff;
      padding: 0 10px;
      line-height: 47px;
      font-weight: 600;
      height: 47px;
      border: 0;
      -webkit-transition: background 0.2s ease-in-out 0s;
      -moz-transition: background 0.2s ease-in-out 0s;
      -o-transition: background 0.2s ease-in-out 0s;
      -ms-transition: background 0.2s ease-in-out 0s;
      transition: background 0.2s ease-in-out 0s; }
      footer.main form input[type=submit]:hover {
        background-color: #00387e; }
  footer.main a {
    text-transform: uppercase;
    font-size: 16px;
    margin: 0 10px; }

input:focus::-webkit-input-placeholder {
  color: transparent !important; }

/* =============================================================================
 * MODAL
 * ===========================================================================*/
.modal a, .modal span {
  color: #fff;
  text-decoration: none; }
.modal a:hover {
  color: #ee4011; }
.modal p {
  margin-bottom: 2em; }
  .modal p:last-child {
    margin-bottom: 0; }
.modal form {
  display: block;
  padding-left: 0px;
  position: relative;
  text-align: left; }
  .modal form ::-webkit-input-placeholder {
    color: #242424; }
  .modal form :-moz-placeholder {
    color: #242424; }
  .modal form ::-moz-placeholder {
    color: #242424; }
  .modal form :-ms-input-placeholder {
    color: #242424; }
  .modal form label {
    color: #fff;
    width: 215px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: right;
    line-height: 45px; }
  .modal form input[type=email],
  .modal form input[type=text] {
    background-color: rgba(255, 255, 255, 0.7);
    border: 0;
    line-height: 45px;
    height: 45px;
    color: #242424;
    font-size: 14px;
    text-indent: 15px;
    font-weight: 600;
    width: 255px; }
  .modal form input[type=submit] {
    background-color: #ee4011;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    padding: 0 10px;
    line-height: 47px;
    font-weight: 600;
    height: 47px;
    border: 0;
    -webkit-transition: background 0.2s ease-in-out 0s;
    -moz-transition: background 0.2s ease-in-out 0s;
    -o-transition: background 0.2s ease-in-out 0s;
    -ms-transition: background 0.2s ease-in-out 0s;
    transition: background 0.2s ease-in-out 0s; }
    .modal form input[type=submit]:hover {
      background-color: #00387e; }
.modal a {
  text-transform: uppercase;
  font-size: 16px;
  margin: 0 10px; }

#news-location, #news-topic {
  width: 200px;
  height: 40px;
  border: 1px solid black; }

.blog .latest-posts {
  padding-top: 25px;
  margin: 0px 0px 0px; }

.blog .hero h1 {
  font-size: 65px;
  margin-bottom: 20px; }
.blog .hero .line {
  display: inline-block;
  width: 140px;
  height: 2px;
  background: #FFF;
  opacity: .4;
  margin-bottom: 20px; }

.news-latest-posts {
  margin: 0px 0px 0px;
  margin-top: 20px; }
  .news-latest-posts .span-4 {
    float: left;
    margin: 0;
    width: 300px; }
  .news-latest-posts .a-post-content {
    margin-top: 10px;
    background: url(../img/paper-pattern.jpg) repeat;
    padding-bottom: 15px; }
    .news-latest-posts .a-post-content:hover {
      background: #ebe9e8; }
  .news-latest-posts .cats {
    text-align: center;
    padding: 5px; }
  .news-latest-posts .breaking {
    /*background: $blue url(../img/paper-pattern-blue.jpg) repeat !important;*/
    background: url(../img/blob-breakingnews-bg.jpg) no-repeat center center !important;
    background-size: cover !important;
    color: #fff; }
    .news-latest-posts .breaking .square {
      background-color: #016aab !important;
      color: #fff !important; }
      .news-latest-posts .breaking .square:hover {
        color: #242424 !Important; }
    .news-latest-posts .breaking p {
      color: #fff; }
    .news-latest-posts .breaking:hover {
      background: #00387e !important; }
  .news-latest-posts a {
    text-decoration: none; }
    .news-latest-posts a p {
      color: #242424; }
    .news-latest-posts a p .blog_date {
      color: #242424; }
    .news-latest-posts a .divider {
      border-bottom: 2px solid #9f9b98;
      width: 65px;
      display: block;
      margin-left: auto;
      margin-right: auto;
      height: 1px; }
    .news-latest-posts a.post span {
      position: relative; }
      .news-latest-posts a.post span img {
        position: relative;
        z-index: 2; }
    .news-latest-posts a.post.photos span:before, .news-latest-posts a.post.video span:before {
      content: 'q';
      display: block;
      position: absolute;
      z-index: 3;
      font-family: 'icon' !important;
      font-weight: normal !important;
      text-transform: none !important;
      color: #fff;
      text-align: center;
      font-size: 50px;
      top: 40%;
      -webkit-transition: all 0.2s ease-in-out 0.2s;
      -moz-transition: all 0.2s ease-in-out 0.2s;
      -o-transition: all 0.2s ease-in-out 0.2s;
      -ms-transition: all 0.2s ease-in-out 0.2s;
      transition: all 0.2s ease-in-out 0.2s;
      width: 100%; }
    .news-latest-posts a.post.photos:hover span:before, .news-latest-posts a.post.video:hover span:before {
      font-size: 55px;
      color: #ee4011; }
    .news-latest-posts a.post.video span:before {
      content: 'p'; }
    .news-latest-posts a.notes span {
      font-weight: 600;
      font-size: 22px;
      padding: 12% 0 30px;
      display: block;
      color: #242424;
      text-align: center;
      display: block;
      margin-bottom: 20px; }
      .news-latest-posts a.notes span:after {
        content: ' ';
        display: block;
        width: 60px;
        height: 2px;
        background-color: #000;
        opacity: .4;
        margin: 0 auto;
        position: relative;
        top: 20px; }
  .news-latest-posts p {
    margin: 0px;
    padding: 20px; }

#news-filter-form {
  /*
  * {
  	color: #242424 !important;
  }
  */
  margin-left: 0px; }

.news-filter {
  text-transform: uppercase; }

.news-location-container {
  width: auto;
  padding-left: 10px !important; }

@media only screen and (max-width: 700px) {
    .news-location-container {
        padding-left: 0px !important;
    }
}

.news-view-options {
  float: right !important; }
  .news-view-options a {
    display: inline !important; }
  .news-view-options .active {
    color: #383838 !important;
    font-weight: bold; }
  .news-view-options .inactive {
    color: #7e7e7e !important; }

.partners-roll-over-info {
  margin: 20px 0; }
  .partners-roll-over-info .container {
    margin-top: 35px; }
  .partners-roll-over-info h3 {
    color: #016aab;
    margin-bottom: 15px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 30px; }
  .partners-roll-over-info p {
    max-width: 700px;
    margin: 0 auto;
    padding: 0 20px;
    display: block; }

.partners-buckets a {
  display: block;
  position: relative;
  margin-top: 20px;
  background-color: #000; }
  .partners-buckets a img {
    display: block;
    -moz-filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
    opacity: .6; }
  .partners-buckets a:hover img {
    -moz-filter: grayscale(0);
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    filter: none;
    opacity: 1; }
  .partners-buckets a p {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    padding-top: 22%; }
    .partners-buckets a p span {
      display: block;
      text-transform: uppercase;
      font-size: 18px;
      font-weight: 700; }

.partners-latest-posts {
  margin: 0px 0px 0px;
  margin-top: 20px; }
  .partners-latest-posts .span-4 {
    margin: 0;
    width: 300px; }
  .partners-latest-posts .a-post-content {
    margin-top: 10px;
    background: url(../img/paper-pattern.jpg) repeat;
    padding-bottom: 15px; }
    .partners-latest-posts .a-post-content:hover {
      background: #ebe9e8; }
  .partners-latest-posts .cats {
    width: 100%;
    text-align: center;
    padding: 5px; }
  .partners-latest-posts .breaking {
    background: #016aab url(../img/paper-pattern-blue.jpg) repeat !important;
    color: #fff; }
    .partners-latest-posts .breaking .square {
      background-color: #016aab !important;
      color: #fff !important; }
      .partners-latest-posts .breaking .square:hover {
        color: #242424 !Important; }
    .partners-latest-posts .breaking p {
      color: #fff; }
    .partners-latest-posts .breaking:hover {
      background: #00387e !important; }
  .partners-latest-posts a {
    text-decoration: none; }
    .partners-latest-posts a p {
      color: #242424; }
    .partners-latest-posts a p .blog_date {
      color: #242424; }
    .partners-latest-posts a .divider {
      border-bottom: 2px solid #9f9b98;
      width: 65px;
      display: block;
      margin-left: auto;
      margin-right: auto;
      height: 1px; }
    .partners-latest-posts a.post span {
      position: relative; }
      .partners-latest-posts a.post span img {
        position: relative;
        z-index: 2; }
    .partners-latest-posts a.post.photos span:before, .partners-latest-posts a.post.video span:before {
      content: 'q';
      display: block;
      position: absolute;
      z-index: 3;
      font-family: 'icon' !important;
      font-weight: normal !important;
      text-transform: none !important;
      color: #fff;
      text-align: center;
      font-size: 50px;
      top: 40%;
      -webkit-transition: all 0.2s ease-in-out 0.2s;
      -moz-transition: all 0.2s ease-in-out 0.2s;
      -o-transition: all 0.2s ease-in-out 0.2s;
      -ms-transition: all 0.2s ease-in-out 0.2s;
      transition: all 0.2s ease-in-out 0.2s;
      width: 100%; }
    .partners-latest-posts a.post.photos:hover span:before, .partners-latest-posts a.post.video:hover span:before {
      font-size: 55px;
      color: #ee4011; }
    .partners-latest-posts a.post.video span:before {
      content: 'p'; }
    .partners-latest-posts a.notes span {
      font-weight: 600;
      font-size: 22px;
      padding: 12% 0 30px;
      display: block;
      color: #242424;
      text-align: center;
      display: block;
      margin-bottom: 20px; }
      .partners-latest-posts a.notes span:after {
        content: ' ';
        display: block;
        width: 60px;
        height: 2px;
        background-color: #000;
        opacity: .4;
        margin: 0 auto;
        position: relative;
        top: 20px; }
  .partners-latest-posts p {
    margin: 0px;
    padding: 20px; }

.grid-bottom-margin {
  margin-bottom: 40px; }

#floating-signup-container {
  width: 280px !important; }

.floating-signup {
  padding-left: 10px !important;
  padding-top: 10px !important; }
  .floating-signup p {
    margin-bottom: 0px; }
  .floating-signup form {
    display: block;
    position: relative;
    text-align: left;
    margin-bottom: 0px; }
    .floating-signup form + form {
      margin-bottom: 45px; }
    .floating-signup form ::-webkit-input-placeholder {
      color: #242424; }
    .floating-signup form :-moz-placeholder {
      color: #242424; }
    .floating-signup form ::-moz-placeholder {
      color: #242424; }
    .floating-signup form :-ms-input-placeholder {
      color: #242424; }
    .floating-signup form label {
      color: #fff;
      width: 215px;
      position: absolute;
      top: 0;
      left: 0;
      text-align: right;
      line-height: 45px; }
    .floating-signup form input[type=email],
    .floating-signup form input[type=text] {
      margin-bottom: 10px;
      background-color: rgba(255, 255, 255, 0.7);
      border: 0;
      line-height: 45px;
      height: 45px;
      color: #242424;
      font-size: 14px;
      text-indent: 15px;
      font-weight: 600;
      width: 225px; }
    .floating-signup form input[type=submit] {
      margin-top: 10px;
      background-color: #ee4011;
      font-size: 16px;
      text-transform: uppercase;
      color: #fff;
      padding: 0 10px;
      line-height: 47px;
      font-weight: 600;
      height: 47px;
      border: 0;
      -webkit-transition: background 0.2s ease-in-out 0s;
      -moz-transition: background 0.2s ease-in-out 0s;
      -o-transition: background 0.2s ease-in-out 0s;
      -ms-transition: background 0.2s ease-in-out 0s;
      transition: background 0.2s ease-in-out 0s; }
      .floating-signup form input[type=submit]:hover {
        background-color: #00387e; }
    .floating-signup form #top-clear {
      padding: 0px; }
    .floating-signup form div {
      padding-bottom: 0px !important; }
  .floating-signup a {
    text-transform: uppercase;
    font-size: 16px;
    margin: 0 10px; }

.post-content {
  margin-bottom: 20px; }

.blog-meta {
  font-size: 1.2em !important; }

.blog-header {
  margin-top: 80px; }
  .blog-header h1 {
    color: #ffffff;
    font-size: 2.8em;
    margin-bottom: 50px; }
    .blog-header h1:after {
      content: ' ';
      display: block;
      width: 140px;
      height: 2px;
      background-color: #fff;
      opacity: .4;
      margin: 0 auto;
      position: relative;
      top: 24px; }
  .blog-header p {
    color: #ffffff;
    font-size: 1.6em; }

.blog-inline-video {
  margin-bottom: 10px;
  position: relative;
  margin-bottom: 40px; }
  .blog-inline-video .custom_video_poster {
    max-width: 720px;
    margin: 0 !important;
    padding: 0 !important; }
  .blog-inline-video .custom_video_poster img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0; }
  .blog-inline-video .custom_video_poster_button {
    width: 83px;
    background-image: url(../img/spritesheet.png);
    background-position: -341px -108px;
    height: 83px;
    position: absolute;
    top: 171px;
    left: 319px;
    z-index: 100;
    cursor: pointer; }
  .blog-inline-video .custom_video_caption_row {
    width: 100%;
    padding: 0;
    margin: 0 !important;
    position: relative; }
  .blog-inline-video .custom_video_icon {
    width: 5%;
    min-width: 25px;
    border-right: solid 1px rgba(34, 34, 34, 0.6);
    display: table-cell;
    vertical-align: middle; }
  .blog-inline-video .video_icon {
    background-image: url(../img/spritesheet.png);
    background-position: -30px -51px;
    background-repeat: no-repeat;
    width: 17px;
    height: 13px;
    margin: 0 auto; }
  .blog-inline-video .custom_video_caption {
    width: 80%;
    display: table-cell;
    vertical-align: middle;
    text-align: left; }
  .blog-inline-video .custom_video_caption p.caption_text {
    font: 12px/14px signikalight, sans-serif !important;
    color: #343434 !important;
    padding: 0 0 0 10px !important;
    border: none !important;
    margin: 0 !important;
    width: 70%; }
  .blog-inline-video p {
    margin-top: 0px;
    font-size: 12px; }

.video-modal .close-btn {
  background-image: url(../img/spritesheet.png);
  background-position: -173px -221px;
  position: absolute;
  top: 0;
  right: -43px;
  height: 40px;
  width: 40px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  z-index: 100; }
.video-modal .player-inner-wrap {
  height: 100%;
  text-align: center; }
.video-modal .iframe-wrapper {
  text-align: center !important; }

.stop-scrolling {
  height: 100%;
  overflow: hidden; }

html.touch header.main nav, html.touch header.main .fixed-show {
  display: none !important; }
html.touch header.main #trigger {
  display: block; }
html.touch header.main .donation-link.alt-b {
  margin-right: 0; }
html.touch header.main .donation-link {
  background: #ee4011;
  padding: 13px 10px 12px; }
  html.touch header.main .donation-link:after {
    display: none; }
  html.touch header.main .donation-link:hover {
    background: #00387e; }

@media only screen and (max-width: 1100px) {
  .home-slider li .ctn {
    max-width: 800px;
    padding: 0 80px; }
  .home-slider .bx-controls .bx-controls-direction a {
    font-size: 60px; }
    .home-slider .bx-controls .bx-controls-direction a.bx-prev {
      left: 20px; }
      .home-slider .bx-controls .bx-controls-direction a.bx-prev:hover {
        left: 15px; }
    .home-slider .bx-controls .bx-controls-direction a.bx-next {
      right: 20px; }
      .home-slider .bx-controls .bx-controls-direction a.bx-next:hover {
        right: 15px; } }
@media only screen and (max-width: 960px) {
  .tablet-ctn {
    max-width: 800px;
    padding: 0 40px; }

  .campaign-header .tablet-ctn {
    padding: 0;
    margin: 0 40px; }

  .carousel li p {
    font-size: 18px !important;
    padding: 10px;
    line-height: 22px;
    height: 55px; }

  .global-impact .bx-controls {
    top: 38%; }
    .global-impact .bx-controls a.bx-next {
      right: -60px; }
    .global-impact .bx-controls a.bx-prev {
      left: -60px; }

  header.main nav, header.main .fixed-show {
    display: none !important; }
  header.main .donation-link.alt-b {
    margin-right: 0; }
  header.main #trigger {
    display: block; }
  header.main .donation-link {
    background: #ee4011;
    padding: 13px 10px 12px; }
    header.main .donation-link:after {
      display: none; }
    header.main .donation-link:hover {
      background: #00387e; } }
@media only screen and (max-width: 900px) {
  header.main nav, header.main .fixed-show {
    display: none !important; }
  header.main #trigger {
    display: block; }

  .topper {
    display: none; }

  .home-slider .home-carousel li h2 {
    font-size: 48px; }
  .home-slider .home-carousel li p {
    font-size: 22px;
    line-height: 29px;
    font-weight: 400; }
  .home-slider .home-carousel li .span-6 {
    width: 60%; } }
@media only screen and (max-width: 770px) {
  article.campaign-header .description {
    padding: 0 40px; }
    article.campaign-header .description .feature {
      float: none;
      width: 100%;
      margin: 0 0 20px;
      text-align: center; }
      article.campaign-header .description .feature img {
        width: 100%; }

  .page-detail.photo {
    height: 300px; }

  .whats-being-done .tabs li a {
    padding: 0 20px 15px;
    margin-bottom: 1px; }

  .split-content .tablet-ctn {
    max-width: 500px; }
    .split-content .tablet-ctn .stat {
      display: block;
      float: none;
      clear: both;
      margin: 0 0 25px; }
      .split-content .tablet-ctn .stat p {
        font-weight: 700; }

  .quote-full p {
    font-weight: 600; }

  .about-unhcr .info .top {
    padding-bottom: 15px; }
  .about-unhcr .info p {
    font-size: 16px;
    line-height: 20px; }

  .home-slider .home-carousel li .span-6 {
    width: 100%; }

  .home-urgent {
    padding: 60px 0; }
    .home-urgent h1 {
      font-size: 48px; }
    .home-urgent p {
      font-size: 22px;
      line-height: 29px;
      font-weight: 400; }

  .about-unhcr {
    padding: 40px 0; }
    .about-unhcr h2 {
      font-size: 20px;
      line-height: 28px; }

  .quote .content p {
    font-size: 18px;
    line-height: 24px; }

  .bio .photo {
    float: none;
    width: 100%;
    margin: 0; }
    .bio .photo:after {
      display: table;
      content: ' ';
      clear: both;
      zoom: 1; }
    .bio .photo img {
      float: left;
      margin-right: 15px; }
    .bio .photo p {
      padding-top: 6%; }
  .bio .span-8 {
    width: 100%;
    margin: 0; }

  .text-two-col .span-6 {
    display: block;
    width: 100%;
    clear: both;
    float: none;
    margin-top: 20px; }
    .text-two-col .span-6:first-child {
      margin-top: 0; } }
@media only screen and (min-width: 700px) {
  /* .bx-viewport {height: auto !important;}*/ }
@media only screen and (max-width: 700px) {
  .roll-over-info {
    padding: 0 20px; }
    .roll-over-info .stat {
      float: none;
      width: 100%;
      display: block;
      margin: 0 0 15px;
      height: auto; }

  .quote-full {
    padding: 50px 0 80px; }
    .quote-full .span-7 {
      width: 100%;
      display: block;
      margin: 0; }
      .quote-full .span-7 p {
        font-size: 20px;
        line-height: 26px; }

  .thank-you {
    padding: 60px 0; }
    .thank-you .span-8 {
      width: 100%;
      display: block;
      float: none;
      margin: 0; }
      .thank-you .span-8 p {
        font-size: 18px;
        line-height: 22px;
        min-height: auto; }

  .carousel {
    -webkit-transform: none !important; }
    .carousel li {
      width: 300px !important;
      margin-bottom: 30px; }
      .carousel li p {
        padding: 25px !important;
        font-size: 22px !important; }

  .current-emergencies, .get-involved {
    padding: 50px 0; }

  .get-involved-tabs {
    padding-top: 0; }

  .latest-posts .hide-mobile {
    display: none; }

  .social-feed {
    padding: 80px 0 50px; }
    .social-feed .span-6 {
      display: block;
      float: none;
      width: 100%;
      clear: both; }
      .social-feed .span-6:first-child {
        margin-bottom: 80px; }
      .social-feed .span-6 .padd {
        padding: 0 30px; }

  footer.main form {
    padding-left: 0;
    text-align: center; }
    footer.main form label {
      display: block;
      width: 100%;
      text-align: center;
      position: relative; }

  .page-detail.home-slider .home-carousel li .ctn {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0; }
    .page-detail.home-slider .home-carousel li .ctn .container {
      text-align: center; }
      .page-detail.home-slider .home-carousel li .ctn .container p {
        background-color: transparent;
        padding: 10px; }

  #stories-from-the-field .latest-posts .span-4 {
    width: 100%;
    max-width: 300px;
    float: none;
    margin: 0 auto; }

  .page-detail.home-slider .home-carousel li .ctn {
    background-color: transparent; }
    .page-detail.home-slider .home-carousel li .ctn .container {
      margin: 0;
      padding: 0;
      width: 25px;
      line-height: 25px;
      text-align: center;
      background-color: rgba(0, 0, 0, 0.7);
      cursor: pointer; }
      .page-detail.home-slider .home-carousel li .ctn .container:after {
        content: 'i';
        color: #fff;
        display: block; }
      .page-detail.home-slider .home-carousel li .ctn .container:hover:after {
        color: #ee4011; }
      .page-detail.home-slider .home-carousel li .ctn .container p {
        display: none; }
    .page-detail.home-slider .home-carousel li .ctn.open .container {
      position: relative;
      z-index: 999;
      width: auto;
      line-height: 16px;
      padding: 10px; }
      .page-detail.home-slider .home-carousel li .ctn.open .container:after {
        display: table;
        content: ' ';
        clear: both;
        zoom: 1; }
      .page-detail.home-slider .home-carousel li .ctn.open .container .span-12 {
        float: none; }
      .page-detail.home-slider .home-carousel li .ctn.open .container p {
        display: block;
        padding: 0 40px;
        font-size: 11px;
        line-height: 13px;
        color: #fff !Important; }
      .page-detail.home-slider .home-carousel li .ctn.open .container:after {
        display: none; }

  .page-detail.home-slider {
    background-color: #d9e9f2; }
    .page-detail.home-slider .bx-pager {
      display: none; } }
@media only screen and (min-width: 600px) {
  #overview-stats {
    -webkit-transform: none !important; }
    #overview-stats .span-4 {
      width: 31.25% !important; } }
@media only screen and (max-width: 600px) {
  .donation-landing ul {
    padding: 30px 20px 0; }
    .donation-landing ul li {
      display: block;
      width: 100%;
      clear: both;
      float: none;
      margin: 0 0 20px;
      padding: 0; }
      .donation-landing ul li .padd {
        padding: 15px; }

  .contact form .gfield#field_1_1 {
    width: 100%; }
    .contact form .gfield#field_1_1 .ginput_container > * {
      width: 47%; }

  .campaign-header .tablet-ctn {
    margin: 0; }
  .campaign-header .description {
    padding: 0 20px !important; }

  .whats-being-done .tabs li a {
    font-size: 18px;
    line-height: 22px; }

  .quote img {
    display: block;
    clear: both;
    float: none;
    margin: 0 auto 25px; }
  .quote .content {
    padding-left: 0;
    text-align: center; }
    .quote .content p:before {
      display: none; }

  .hero .container h1 {
    font-size: 30px; }
  .hero .container p {
    font-size: 20px;
    line-height: 26px; }

  .blog-list li {
    padding: 0;
    text-align: center; }
    .blog-list li > a {
      position: relative;
      margin: 0 auto 10px; }
    .blog-list li .post {
      margin-bottom: 80px; }
      .blog-list li .post p:after {
        margin: 0 auto; }
      .blog-list li .post h2 {
        font-size: 22px;
        line-height: 26px; }

  .bio .photo img {
    margin-right: 0; }
  .bio .photo p {
    display: block;
    clear: both;
    padding: 10px 0 25px; }

  .about-unhcr .bx-viewport {
    height: auto !important; }
  .about-unhcr .text-center a.square {
    margin-top: 30px; }

  #overview-stats {
    max-width: none; }
    #overview-stats:after {
      content: none; }
    #overview-stats .info {
      display: block;
      margin: 0;
      padding: 0;
      float: none;
      width: 300px; }
      #overview-stats .info .top {
        width: 100%;
        margin-bottom: 0; }
        #overview-stats .info .top img {
          display: block;
          margin: 0 auto; }

  .related {
    margin: 50px 0 0; }
    .related img {
      width: 100% !important;
      height: auto !important; }
    .related .span-4 {
      display: block;
      float: none;
      width: 300px;
      margin: 0 auto 45px;
      clear: both; }
      .related .span-4 a {
        font-size: 18px; }
        .related .span-4 a .zoom {
          margin-bottom: 7px; } }
@media only screen and (max-width: 520px) {
  .page-detail.photo {
    height: 200px; }

  .split-content {
    padding: 40px 0; }
    .split-content .stat {
      float: none !important;
      width: 100%;
      display: block;
      clear: both;
      margin: 0 0 25px !important; }

  .buckets {
    padding: 40px 0; }
    .buckets a {
      display: block;
      width: auto;
      float: none;
      max-width: 300px;
      clear: both;
      margin: 0 auto 10px;
      text-align: center; }

  .tablet-ctn {
    padding: 0 20px; }

  .home-slider .bx-controls {
    bottom: 32%; }
    .home-slider .bx-controls .bx-pager {
      bottom: 23%; }
  .home-slider .home-carousel li {
    position: relative;
    padding-bottom: 0;
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #d9e9f2; }
    .home-slider .home-carousel li .ctn {
      max-width: none;
      padding: 20px 30px;
      margin: 35% 0 0;
      background-color: #d9e9f2;
      text-align: center; }
      .home-slider .home-carousel li .ctn h2, .home-slider .home-carousel li .ctn p {
        color: #242424; }
      .home-slider .home-carousel li .ctn h2 {
        font-size: 32px;
        line-height: 36px; }
      .home-slider .home-carousel li .ctn p {
        font-size: 20px;
        line-height: 28px; }
      .home-slider .home-carousel li .ctn .donation-link {
        font-size: 14px;
        line-height: 14px; }

  .thank-you .widget input[type=text],
  .thank-you .widget input[type=email] {
    width: 180px; }

  header.main .donation-link {
    font-size: 16px; }
  header.main .logo {
    width: 120px;
    margin-top: 16px; }

  .about-unhcr .tablet-ctn + .ctn {
    width: 80%;
    margin: 0 auto; }
    .about-unhcr .tablet-ctn + .ctn .bx-controls a.bx-next {
      right: -40px; }
    .about-unhcr .tablet-ctn + .ctn .bx-controls a.bx-prev {
      left: -40px; }

  .current-emergencies .carousel li p {
    font-size: 18px !important;
    padding: 20px;
    height: auto;
    min-height: 0 !important; }

  .whats-being-done .tabs li {
    vertical-align: top; }
    .whats-being-done .tabs li:after {
      display: none; }
    .whats-being-done .tabs li a {
      padding: 0 5px 10px; }

  article.main .cta {
    float: none;
    min-width: 100%;
    margin: 0 0 20px; }
    article.main .cta img {
      width: 100%; } }
@media only screen and (max-width: 475px) {
  .home-slider .bx-controls .bx-pager {
    bottom: 28%; }

  .get-involved form input[type=email], .get-involved form input[type=text] {
    margin-bottom: 10px; } }
@media only screen and (max-width: 410px) {
  .home-slider .bx-controls {
    bottom: 41%; }
    .home-slider .bx-controls .bx-pager {
      bottom: 29%; }

  footer.main form input[type=text],
  footer.main form input[type=email] {
    width: 180px; }

  .carousel li {
    width: 300px !important; } }
@media only screen and (max-width: 699px) {
  .blog-inline-video .custom_video_poster_button {
    position: absolute;
    top: 30%;
    left: 43%; }
  .blog-inline-video .caption_row, .blog-inline-video .custom_video_caption_row {
    display: none; }
  .blog-inline-video .custom_mobile_caption_row {
    display: block; } }
@media only screen and (max-width: 400px) {
  .blog-inline-video .custom_video_poster_button {
    position: absolute;
    top: 30%;
    left: 39% !important; } }
@media only screen and (max-width: 1024px) {
  .video-modal .close-btn {
    background-image: url(../img/spritesheet.png);
    background-position: -173px -221px;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 40px;
    width: 40px;
    cursor: pointer;
    display: inline-block;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    z-index: 100; } }
@media only screen and (max-width: 400px) {
  .video-modal .close-btn {
    background-image: url(../img/spritesheet.png);
    background-position: -173px -221px;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 40px;
    width: 40px;
    cursor: pointer;
    display: inline-block;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    z-index: 100; } }

// manual modal entries

.lightbox-container {
  position: relative;
  /*background: url(/wp-content/uploads/2015/11/lightbox-background.jpg) no-repeat;*/
  /*background-size: cover;*/
  /*width: 800px;*/
  /*height: 535px;*/
}

@media only screen and (min-width: 900px) {
  .lightbox-container {
    width: 802px;
    height: 535px;
  }
}

@media only screen and (max-width: 899px) {
  .lightbox-container {
    width: 802px;
    height: 535px;
  }
}

@media only screen and (max-width: 800px) {
  .lightbox-container {
    width: 702px;
    height: 535px;
  }
}

@media only screen and (max-width: 699px) {
  .lightbox-container {
    width: 680px;
    height: 335px;
  }
}

@media only screen and (max-width: 580px) {
  .lightbox-container {
    width: 450px;
    height: 300px;
  }
}

@media only screen and (max-width: 400px) {
  .lightbox-container {
    width: 350px;
    height: 233px;
  }
}

.lightbox-container > div {
  position: absolute;
  top: 0px;
  width: 100%;
}

.lightbox-container .container-fluid div div {

}

.lightbox-overlay-background {
  /*background: rgba(255, 255, 255, .8);*/
  width: 345px;
  height: 100%;
  position: absolute;
}

.lightbox-overlay {
  width: 352px;
  /*height: 80%;*/
  padding-top: 30px;
  padding-left: 20px;
  top: 30px;
  left: 40px;
  margin: 0px;
  text-align: center;
}

.lightbox-overlay .span-12 {
  background: rgba(255, 255, 255, .8);
}


.lightbox-overlay h2 {
  color: #ee4011;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 30px;
  font-weight: normal;
}

.lightbox-overlay div {
  padding-right: 0px;
  padding-left: 0px;
  /*font-size: 16px;*/
}

.lightbox-overlay .sub-heading {
  font-size: 16px;
}

.lightbox-overlay table {
  margin: 0px auto 0 auto;
  width: 90%;
  margin-top: 10px;
  padding-right: 0px;
  padding-left: 0px;
  font-size: 16px;
  /*table-layout: fixed;*/
}

.lightbox-overlay:after {
  padding-bottom: 20px;
}

.lightbox-overlay table td {
  text-align: center;
  width: 180px !important;
  padding-top: 15px;
  padding-bottom: 5px;
}

.lightbox-overlay table td .donation-amount {
  margin: 0 auto 0 auto;
  display: block;
  padding-bottom: 5px;
  font-size: 30px;
  text-align: center;
  width: 50px;
  font-weight: bolder;
}

.lightbox-overlay table td .donation-amount:last-child {
  margin-left: 39px;
}

.lightbox-overlay table td .donation-text {
  font-size: 14px;
  text-align: center;
  width: 50px;
  font-weight: bolder;
}

.lightbox-overlay table a:link {
  color: #000000;
  text-decoration: none;
}

.lightbox-overlay table a:visited {
  color: #000000;
  text-decoration: none;
}


.lightbox-overlay table a:hover {
  color: #ee4011;
  text-decoration: none;
}

.lightbox-overlay table {
  border-collapse: collapse;
}

.lightbox-overlay table td, table th {
  border: 1px solid black;
}

.lightbox-overlay table tr:first-child td {
  border-top: 0;
}

.lightbox-overlay table tr:last-child td {
  border-bottom: 0;
}

.lightbox-overlay table tr td:first-child,
.lightbox-overlay table tr th:first-child {
  border-left: 0;
}

.lightbox-overlay table tr td:last-child,
.lightbox-overlay table tr th:last-child {
  border-right: 0;
}

.lightbox-overlay .donate-button {
  /*padding: 0px;*/
  /*margin: 0px;*/
  /*bottom: -30px;*/
  position: absolute;

}

.lightbox-overlay .donate-button a {
  /*width: 362px;*/
  /*line-height: 16px;*/
  /*padding-bottom: 25px;*/
}

.donate-button {
  padding-left: 4px !important;
  width: 362px !important;
#  content: url(../img/give-monthly-arrow-large.png);
}

.donate-button:hover {
#  padding-left: 4px !important;
#  width: 362px !important;
#  content: url(../img/give-monthly-arrow-blue-large.png);
}

.donate-button:after {
  z-index: 2;
  -webkit-transition: opacity 0.2s ease-in-out 0s;
  -moz-transition: opacity 0.2s ease-in-out 0s;
  -o-transition: opacity 0.2s ease-in-out 0s;
  -ms-transition: opacity 0.2s ease-in-out 0s;
  transition: opacity 0.2s ease-in-out 0s;
}

.donate-button:hover:after {
  opacity: 1;
}

.do-not-display {
  margin-top: 10px;
  width: 352px;
  text-align: center;
}

.do-not-display a {
  font-size: 12px;
  text-decoration: none;
  color: #ffffff;
}

#menu-main-navigation.menu > li:last-child  {
	padding: 0px ;
}

#menu-main-navigation.menu > li:last-child > a {
    top: 17px;
    padding: 0px 20px 0px 10px;
}

header.main nav > ul > li:last-child > a:after {
	background-color: transparent;
}

.dialog-donate-wrapper {
    max-width: 760px;
    background: url("http://www.unrefugees.org/wp-content/uploads/2015/11/lightbox-background.jpg") no-repeat center center;
    background-size: cover;
    padding: 20px
}

.dialog-donate-wrapper .left-col {
    background: rgba(255,255,255,.8);
    max-width: 300px;
    padding: 20px 20px 0 20px;
    font-family: 'proxima-nova', Helvetica, sans-serif !important;
}
.dialog-donate-wrapper .left-col h2 {
    text-align: center;
    color: #ee4011;
    font-size: 30px;
    font-weight: bolder;
    margin:0;
}

.dialog-donate-wrapper .left-col p { display: none; }
.dialog-donate-wrapper .left-col .subheader { text-align: center; margin:20px 0; font-weight: bolder; line-height: normal; }
.dialog-donate-wrapper .left-col .table { display: table; table-layout: fixed; width: 100%; margin-bottom: 10px; }
.dialog-donate-wrapper .left-col .table-row { display: table-row; }
.dialog-donate-wrapper .left-col .table-cell { display: table-cell; text-align: center; vertical-align: middle; padding:10px 10px; }
.dialog-donate-wrapper .left-col .table-row:first-child .table-cell { border-bottom: 1px solid #999; }
.dialog-donate-wrapper .left-col .table-row .table-cell:first-child { border-right: 1px solid #999; }
.dialog-donate-wrapper .left-col .table-cell a:link { color: black; text-decoration: none; }
.dialog-donate-wrapper .left-col .table-cell a:hover { color: #ee4011; }
.dialog-donate-wrapper .left-col .table-cell .amount { display: block; font-size: 30px; text-align: center; font-weight: bolder;  }
.dialog-donate-wrapper .left-col .table-cell .text { font-size: 14px; text-align: center; font-weight: bolder; }
.dialog-donate-wrapper .left-col .arrow-link { margin-left: -20px; }
.dialog-donate-wrapper .left-col .arrow-link a { display: block; background: url("http://unrefugees.org/wp-content/themes/unhcr/img/give-monthly-arrow-large.png") no-repeat; }
.dialog-donate-wrapper .left-col .arrow-link img { width:112%; height: auto; margin-bottom: -10px; max-width: none!important; }

#menu-main-navigation.menu > li:last-child > a {
  top: 17px;
  padding: 0px 20px 0px 10px;
  position: absolute;
}

@media only screen and (max-width:480px) {
  .f-carousel-container {
    width: 320px !important;
    float: none !important;
    margin: 0px !important;
  }

  .feature.video {
    width: 100% !important;
    float: none !important;
    margin: 0px !important;
  }

  .campaign-quote img {
    display: block;
    float: none;
    margin: auto;
    padding-bottom: 20px;
  }

  .campaign-quote .content {
    padding-left: 20px;
  }

  .campaign-quote .no-image {
    text-align: center;
    padding-left: 20px !important;
  }
}

img.size-full, table img {
  width: 100%;
  height: auto;
}

.content.blog-content iframe {
  width: 100%;
}

/*# sourceMappingURL=main.css.map */
