/* normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

/* The Grid ---------------------- */
.row {
  width: 100%;
  max-width: 100%;
  min-width: 768px;
  margin: 0 auto;
}
.row .row {
  width: auto;
  max-width: none;
  min-width: 0;
  margin: 0 -15px;
}
.row.collapse .column, .row.collapse .columns {
  padding: 0;
}
.row .row {
  width: auto;
  max-width: none;
  min-width: 0;
  margin: 0 -15px;
}
.row .row.collapse {
  margin: 0;
}

.column, .columns {
  float: left;
  min-height: 1px;
  padding: 0 15px;
  position: relative;
}
.column.centered, .columns.centered {
  float: none;
  margin: 0 auto;
}

[class*="column"] + [class*="column"]:last-child {
  float: right;
}

[class*="column"] + [class*="column"].end {
  float: left;
}

.one, .row .one {
  width: 8.33333%;
}

.two, .row .two {
  width: 16.66667%;
}

.three, .row .three {
  width: 25%;
}

.four, .row .four {
  width: 33.33333%;
}

.five, .row .five {
  width: 41.66667%;
}

.six, .row .six {
  width: 50%;
}

.seven, .row .seven {
  width: 58.33333%;
}

.eight, .row .eight {
  width: 66.66667%;
}

.nine, .row .nine {
  width: 75%;
}

.ten, .row .ten {
  width: 83.33333%;
}

.eleven, .row .eleven {
  width: 91.66667%;
}

.twelve, .row .twelve {
  width: 100%;
}

.row .offset-by-one {
  margin-left: 8.33333%;
}

.row .offset-by-two {
  margin-left: 16.66667%;
}

.row .offset-by-three {
  margin-left: 25%;
}

.row .offset-by-four {
  margin-left: 33.33333%;
}

.row .offset-by-five {
  margin-left: 41.66667%;
}

.row .offset-by-six {
  margin-left: 50%;
}

.row .offset-by-seven {
  margin-left: 58.33333%;
}

.row .offset-by-eight {
  margin-left: 66.66667%;
}

.row .offset-by-nine {
  margin-left: 75%;
}

.row .offset-by-ten {
  margin-left: 83.33333%;
}

.push-two {
  left: 16.66667%;
}

.pull-two {
  right: 16.66667%;
}

.push-three {
  left: 25%;
}

.pull-three {
  right: 25%;
}

.push-four {
  left: 33.33333%;
}

.pull-four {
  right: 33.33333%;
}

.push-five {
  left: 41.66667%;
}

.pull-five {
  right: 41.66667%;
}

.push-six {
  left: 50%;
}

.pull-six {
  right: 50%;
}

.push-seven {
  left: 58.33333%;
}

.pull-seven {
  right: 58.33333%;
}

.push-eight {
  left: 66.66667%;
}

.pull-eight {
  right: 66.66667%;
}

.push-nine {
  left: 75%;
}

.pull-nine {
  right: 75%;
}

.push-ten {
  left: 83.33333%;
}

.pull-ten {
  right: 83.33333%;
}

img {
  height: auto;
}

img, object, embed {
  max-width: 100%;
}

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

#map_canvas img, .map_canvas img {
  max-width: none!important;
}

/* Nicolas Gallagher's micro clearfix */
.row {
  *zoom: 1;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

/* Block Grids ---------------------- */
/* These are 2-up, 3-up, 4-up and 5-up ULs, suited
for repeating blocks of content. Add 'mobile' to
them to switch them just like the layout grid
(one item per line) on phones

For IE7/8 compatibility block-grid items need to be
the same height. You can optionally uncomment the
lines below to support arbitrary height, but know
that IE7/8 do not support :nth-of-type.
-------------------------------------------------- */
.block-grid {
  display: block;
  overflow: hidden;
  padding: 0;
}
.block-grid > li {
  display: block;
  height: auto;
  float: left;
}
.block-grid.one-up {
  margin: 0;
}
.block-grid.one-up > li {
  width: 100%;
  padding: 0 0 15px;
}
.block-grid.two-up {
  margin: 0 -15px;
}
.block-grid.two-up > li {
  width: 50%;
  padding: 0 15px 15px;
}
.block-grid.two-up > li:nth-of-type(2n+1) {
  clear: both;
}
.block-grid.three-up {
  margin: 0 -12px;
}
.block-grid.three-up > li {
  width: 33.33333%;
  padding: 0 12px 12px;
}
.block-grid.three-up > li:nth-of-type(3n+1) {
  clear: both;
}
.block-grid.four-up {
  margin: 0 -10px;
}
.block-grid.four-up > li {
  width: 25%;
  padding: 0 10px 10px;
}
.block-grid.four-up > li:nth-of-type(4n+1) {
  clear: both;
}
.block-grid.five-up {
  margin: 0 -8px;
}
.block-grid.five-up > li {
  width: 20%;
  padding: 0 8px 8px;
}
.block-grid.five-up > li:nth-of-type(5n+1) {
  clear: both;
}
.block-grid.six-up {
  margin: 0 -8px;
}
.block-grid.six-up > li {
  width: 16.66667%;
  padding: 0 8px 8px;
}
.block-grid.six-up > li:nth-of-type(6n+1) {
  clear: both;
}
.block-grid.seven-up {
  margin: 0 -8px;
}
.block-grid.seven-up > li {
  width: 14.28571%;
  padding: 0 8px 8px;
}
.block-grid.seven-up > li:nth-of-type(7n+1) {
  clear: both;
}
.block-grid.eight-up {
  margin: 0 -8px;
}
.block-grid.eight-up > li {
  width: 12.5%;
  padding: 0 8px 8px;
}
.block-grid.eight-up > li:nth-of-type(8n+1) {
  clear: both;
}
.block-grid.nine-up {
  margin: 0 -8px;
}
.block-grid.nine-up > li {
  width: 11.11111%;
  padding: 0 8px 8px;
}
.block-grid.nine-up > li:nth-of-type(9n+1) {
  clear: both;
}
.block-grid.ten-up {
  margin: 0 -8px;
}
.block-grid.ten-up > li {
  width: 10%;
  padding: 0 8px 8px;
}
.block-grid.ten-up > li:nth-of-type(10n+1) {
  clear: both;
}
.block-grid.eleven-up {
  margin: 0 -8px;
}
.block-grid.eleven-up > li {
  width: 9.09091%;
  padding: 0 8px 8px;
}
.block-grid.eleven-up > li:nth-of-type(11n+1) {
  clear: both;
}
.block-grid.twelve-up {
  margin: 0 -8px;
}
.block-grid.twelve-up > li {
  width: 8.33333%;
  padding: 0 8px 8px;
}
.block-grid.twelve-up > li:nth-of-type(12n+1) {
  clear: both;
}

#content .columns:first-of-type {
  padding-left: 0;
}
#content .columns:first-of-type[class*="push"] {
  padding-right: 0;
  padding-left: 15px;
  padding-left: 1.5rem;
}
#content .columns:first-of-type .row {
  margin-left: 0;
}

#content .columns:last-of-type {
  padding-right: 0;
}
#content .columns:last-of-type[class*="pull"] {
  padding-left: 0;
  padding-right: 15px;
  padding-right: 1.5rem;
}
#content .columns:last-of-type .row {
  margin-right: 0;
}

@media screen and (max-width: 47.9375em) {
  #content .columns {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #content .columns .row {
    margin-left: 0;
    margin-right: 0;
  }
}
.row {
  min-width: 0;
}

.show-for-small,
.show-for-medium,
.show-for-medium-down,
.hide-for-large,
.hide-for-large-up,
.show-for-xlarge,
.show-for-print {
  display: none !important;
}

.hide-for-small,
.hide-for-medium,
.hide-for-medium-down,
.show-for-large,
.show-for-large-up,
.hide-for-xlarge,
.hide-for-print {
  display: inherit !important;
}

@media only screen and (min-width: 1441px) {
  .hide-for-small,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-large,
  .show-for-large-up,
  .show-for-xlarge {
    display: inherit !important;
  }

  .show-for-small,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-large,
  .hide-for-large-up,
  .hide-for-xlarge {
    display: none !important;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .hide-for-small,
  .show-for-medium,
  .show-for-medium-down,
  .hide-for-large,
  .hide-for-large-up,
  .hide-for-xlarge {
    display: inherit !important;
  }

  .show-for-small,
  .hide-for-medium,
  .hide-for-medium-down,
  .show-for-large,
  .show-for-large-up,
  .show-for-xlarge {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .show-for-small,
  .hide-for-medium,
  .show-for-medium-down,
  .hide-for-large,
  .hide-for-large-up,
  .hide-for-xlarge {
    display: inherit !important;
  }

  .hide-for-small,
  .show-for-medium,
  .hide-for-medium-down,
  .show-for-large,
  .show-for-large-up,
  .show-for-xlarge {
    display: none !important;
  }
}
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }

  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }

  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }
}
.show-for-touch {
  display: none !important;
}

.hide-for-touch {
  display: inherit !important;
}

.touch .show-for-touch {
  display: inherit !important;
}

.touch .hide-for-touch {
  display: none !important;
}

.show-on-hover {
  display: none;
}
.show-on-hover:hover {
  display: inline !important;
}

.touch .show-on-hover {
  display: inline !important;
}

table.show-for-xlarge,
table.show-for-large,
table.hide-for-small,
table.hide-for-medium {
  display: table !important;
}

@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .touch table.hide-for-xlarge,
  .touch table.hide-for-large,
  .touch table.hide-for-small,
  .touch table.show-for-medium {
    display: table !important;
  }
}
@media only screen and (max-width: 767px) {
  table.hide-for-xlarge,
  table.hide-for-large,
  table.hide-for-medium,
  table.show-for-small {
    display: table !important;
  }
}
@media only screen and (max-width: 767px) {
  .left, .right {
    float: none;
  }

  body {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .row {
    width: auto;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .column, .columns {
    width: auto !important;
    float: none;
  }

  .column:last-child, .columns:last-child {
    float: none;
  }

  [class*="column"] + [class*="column"]:last-child {
    float: none;
  }

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

  .column:after, .columns:after {
    clear: both;
  }

  .offset-by-one, .offset-by-two, .offset-by-three, .offset-by-four, .offset-by-five, .offset-by-six, .offset-by-seven, .offset-by-eight, .offset-by-nine, .offset-by-ten {
    margin-left: 0 !important;
  }

  .push-two, .push-three, .push-four, .push-five, .push-six, .push-seven, .push-eight, .push-nine, .push-ten {
    left: auto;
  }

  .pull-two, .pull-three, .pull-four, .pull-five, .pull-six, .pull-seven, .pull-eight, .pull-nine, .pull-ten {
    right: auto;
  }

  .row .mobile-one {
    width: 25% !important;
    float: left;
    padding: 0 15px;
  }
  .row .mobile-one:last-child {
    float: right;
  }
  .row .mobile-one.end {
    float: left;
  }
  .row.collapse .mobile-one {
    padding: 0;
  }

  .row .mobile-two {
    width: 50% !important;
    float: left;
    padding: 0 15px;
  }
  .row .mobile-two:last-child {
    float: right;
  }
  .row .mobile-two.end {
    float: left;
  }
  .row.collapse .mobile-two {
    padding: 0;
  }

  .row .mobile-three {
    width: 75% !important;
    float: left;
    padding: 0 15px;
  }
  .row .mobile-three:last-child {
    float: right;
  }
  .row .mobile-three.end {
    float: left;
  }
  .row.collapse .mobile-three {
    padding: 0;
  }

  .row .mobile-four {
    width: 100% !important;
    float: left;
    padding: 0 15px;
  }
  .row .mobile-four:last-child {
    float: right;
  }
  .row .mobile-four.end {
    float: left;
  }
  .row.collapse .mobile-four {
    padding: 0;
  }

  .push-one-mobile {
    left: 25%;
  }

  .pull-one-mobile {
    right: 25%;
  }

  .push-two-mobile {
    left: 50%;
  }

  .pull-two-mobile {
    right: 50%;
  }

  .push-three-mobile {
    left: 75%;
  }

  .pull-three-mobile {
    right: 75%;
  }

  .block-grid.mobile > li {
    float: none;
    width: 100%;
    margin-left: 0;
  }

  .block-grid > li {
    clear: none;
  }
  .block-grid.mobile-one-up > li {
    width: 100%;
  }
  .block-grid.mobile-two-up > li {
    width: 50%;
  }
  .block-grid.mobile-two-up > li:nth-of-type(2n+1) {
    clear: both;
  }
  .block-grid.mobile-three-up > li {
    width: 33.33333%;
  }
  .block-grid.mobile-three-up > li:nth-of-type(3n+1) {
    clear: both;
  }
  .block-grid.mobile-four-up > li {
    width: 25%;
  }
  .block-grid.mobile-four-up > li:nth-of-type(4n+1) {
    clear: both;
  }
  .block-grid.mobile-five-up > li {
    width: 20%;
  }
  .block-grid.mobile-five-up > li:nth-of-type(5n+1) {
    clear: both;
  }
  .block-grid.mobile-six-up > li {
    width: 16.66667%;
  }
  .block-grid.mobile-six-up > li:nth-of-type(6n+1) {
    clear: both;
  }
  .block-grid.mobile-seven-up > li {
    width: 14.28571%;
  }
  .block-grid.mobile-seven-up > li:nth-of-type(7n+1) {
    clear: both;
  }
  .block-grid.mobile-eight-up > li {
    width: 12.5%;
  }
  .block-grid.mobile-eight-up > li:nth-of-type(8n+1) {
    clear: both;
  }
  .block-grid.mobile-nine-up > li {
    width: 11.11111%;
  }
  .block-grid.mobile-nine-up > li:nth-of-type(9n+1) {
    clear: both;
  }
  .block-grid.mobile-ten-up > li {
    width: 10%;
  }
  .block-grid.mobile-ten-up > li:nth-of-type(10n+1) {
    clear: both;
  }
  .block-grid.mobile-eleven-up > li {
    width: 9.09091%;
  }
  .block-grid.mobile-eleven-up > li:nth-of-type(11n+1) {
    clear: both;
  }
  .block-grid.mobile-twelve-up > li {
    width: 8.33333%;
  }
  .block-grid.mobile-twelve-up > li:nth-of-type(12n+1) {
    clear: both;
  }

  .block-grid[class$='-up'][class*='mobile-'] li {
    clear: none;
  }

  label.right {
    text-align: left;
  }

  input[type="text"].one, .row input[type="text"].one,
  input[type="password"].one,
  .row input[type="password"].one,
  input[type="date"].one,
  .row input[type="date"].one,
  input[type="datetime"].one,
  .row input[type="datetime"].one,
  input[type="email"].one,
  .row input[type="email"].one,
  input[type="number"].one,
  .row input[type="number"].one,
  input[type="search"].one,
  .row input[type="search"].one,
  input[type="tel"].one,
  .row input[type="tel"].one,
  input[type="time"].one,
  .row input[type="time"].one,
  input[type="url"].one,
  .row input[type="url"].one,
  textarea.one,
  .row textarea.one {
    width: 100% !important;
  }

  input[type="text"].two, .row input[type="text"].two,
  input[type="password"].two,
  .row input[type="password"].two,
  input[type="date"].two,
  .row input[type="date"].two,
  input[type="datetime"].two,
  .row input[type="datetime"].two,
  input[type="email"].two,
  .row input[type="email"].two,
  input[type="number"].two,
  .row input[type="number"].two,
  input[type="search"].two,
  .row input[type="search"].two,
  input[type="tel"].two,
  .row input[type="tel"].two,
  input[type="time"].two,
  .row input[type="time"].two,
  input[type="url"].two,
  .row input[type="url"].two,
  textarea.two,
  .row textarea.two {
    width: 100% !important;
  }

  input[type="text"].three, .row input[type="text"].three,
  input[type="password"].three,
  .row input[type="password"].three,
  input[type="date"].three,
  .row input[type="date"].three,
  input[type="datetime"].three,
  .row input[type="datetime"].three,
  input[type="email"].three,
  .row input[type="email"].three,
  input[type="number"].three,
  .row input[type="number"].three,
  input[type="search"].three,
  .row input[type="search"].three,
  input[type="tel"].three,
  .row input[type="tel"].three,
  input[type="time"].three,
  .row input[type="time"].three,
  input[type="url"].three,
  .row input[type="url"].three,
  textarea.three,
  .row textarea.three {
    width: 100% !important;
  }

  input[type="text"].four, .row input[type="text"].four,
  input[type="password"].four,
  .row input[type="password"].four,
  input[type="date"].four,
  .row input[type="date"].four,
  input[type="datetime"].four,
  .row input[type="datetime"].four,
  input[type="email"].four,
  .row input[type="email"].four,
  input[type="number"].four,
  .row input[type="number"].four,
  input[type="search"].four,
  .row input[type="search"].four,
  input[type="tel"].four,
  .row input[type="tel"].four,
  input[type="time"].four,
  .row input[type="time"].four,
  input[type="url"].four,
  .row input[type="url"].four,
  textarea.four,
  .row textarea.four {
    width: 100% !important;
  }

  input[type="text"].five, .row input[type="text"].five,
  input[type="password"].five,
  .row input[type="password"].five,
  input[type="date"].five,
  .row input[type="date"].five,
  input[type="datetime"].five,
  .row input[type="datetime"].five,
  input[type="email"].five,
  .row input[type="email"].five,
  input[type="number"].five,
  .row input[type="number"].five,
  input[type="search"].five,
  .row input[type="search"].five,
  input[type="tel"].five,
  .row input[type="tel"].five,
  input[type="time"].five,
  .row input[type="time"].five,
  input[type="url"].five,
  .row input[type="url"].five,
  textarea.five,
  .row textarea.five {
    width: 100% !important;
  }

  input[type="text"].six, .row input[type="text"].six,
  input[type="password"].six,
  .row input[type="password"].six,
  input[type="date"].six,
  .row input[type="date"].six,
  input[type="datetime"].six,
  .row input[type="datetime"].six,
  input[type="email"].six,
  .row input[type="email"].six,
  input[type="number"].six,
  .row input[type="number"].six,
  input[type="search"].six,
  .row input[type="search"].six,
  input[type="tel"].six,
  .row input[type="tel"].six,
  input[type="time"].six,
  .row input[type="time"].six,
  input[type="url"].six,
  .row input[type="url"].six,
  textarea.six,
  .row textarea.six {
    width: 100% !important;
  }

  input[type="text"].seven, .row input[type="text"].seven,
  input[type="password"].seven,
  .row input[type="password"].seven,
  input[type="date"].seven,
  .row input[type="date"].seven,
  input[type="datetime"].seven,
  .row input[type="datetime"].seven,
  input[type="email"].seven,
  .row input[type="email"].seven,
  input[type="number"].seven,
  .row input[type="number"].seven,
  input[type="search"].seven,
  .row input[type="search"].seven,
  input[type="tel"].seven,
  .row input[type="tel"].seven,
  input[type="time"].seven,
  .row input[type="time"].seven,
  input[type="url"].seven,
  .row input[type="url"].seven,
  textarea.seven,
  .row textarea.seven {
    width: 100% !important;
  }

  input[type="text"].eight, .row input[type="text"].eight,
  input[type="password"].eight,
  .row input[type="password"].eight,
  input[type="date"].eight,
  .row input[type="date"].eight,
  input[type="datetime"].eight,
  .row input[type="datetime"].eight,
  input[type="email"].eight,
  .row input[type="email"].eight,
  input[type="number"].eight,
  .row input[type="number"].eight,
  input[type="search"].eight,
  .row input[type="search"].eight,
  input[type="tel"].eight,
  .row input[type="tel"].eight,
  input[type="time"].eight,
  .row input[type="time"].eight,
  input[type="url"].eight,
  .row input[type="url"].eight,
  textarea.eight,
  .row textarea.eight {
    width: 100% !important;
  }

  input[type="text"].nine, .row input[type="text"].nine,
  input[type="password"].nine,
  .row input[type="password"].nine,
  input[type="date"].nine,
  .row input[type="date"].nine,
  input[type="datetime"].nine,
  .row input[type="datetime"].nine,
  input[type="email"].nine,
  .row input[type="email"].nine,
  input[type="number"].nine,
  .row input[type="number"].nine,
  input[type="search"].nine,
  .row input[type="search"].nine,
  input[type="tel"].nine,
  .row input[type="tel"].nine,
  input[type="time"].nine,
  .row input[type="time"].nine,
  input[type="url"].nine,
  .row input[type="url"].nine,
  textarea.nine,
  .row textarea.nine {
    width: 100% !important;
  }

  input[type="text"].ten, .row input[type="text"].ten,
  input[type="password"].ten,
  .row input[type="password"].ten,
  input[type="date"].ten,
  .row input[type="date"].ten,
  input[type="datetime"].ten,
  .row input[type="datetime"].ten,
  input[type="email"].ten,
  .row input[type="email"].ten,
  input[type="number"].ten,
  .row input[type="number"].ten,
  input[type="search"].ten,
  .row input[type="search"].ten,
  input[type="tel"].ten,
  .row input[type="tel"].ten,
  input[type="time"].ten,
  .row input[type="time"].ten,
  input[type="url"].ten,
  .row input[type="url"].ten,
  textarea.ten,
  .row textarea.ten {
    width: 100% !important;
  }

  input[type="text"].eleven, .row input[type="text"].eleven,
  input[type="password"].eleven,
  .row input[type="password"].eleven,
  input[type="date"].eleven,
  .row input[type="date"].eleven,
  input[type="datetime"].eleven,
  .row input[type="datetime"].eleven,
  input[type="email"].eleven,
  .row input[type="email"].eleven,
  input[type="number"].eleven,
  .row input[type="number"].eleven,
  input[type="search"].eleven,
  .row input[type="search"].eleven,
  input[type="tel"].eleven,
  .row input[type="tel"].eleven,
  input[type="time"].eleven,
  .row input[type="time"].eleven,
  input[type="url"].eleven,
  .row input[type="url"].eleven,
  textarea.eleven,
  .row textarea.eleven {
    width: 100% !important;
  }

  input[type="text"].twelve, .row input[type="text"].twelve,
  input[type="password"].twelve,
  .row input[type="password"].twelve,
  input[type="date"].twelve,
  .row input[type="date"].twelve,
  input[type="datetime"].twelve,
  .row input[type="datetime"].twelve,
  input[type="email"].twelve,
  .row input[type="email"].twelve,
  input[type="number"].twelve,
  .row input[type="number"].twelve,
  input[type="search"].twelve,
  .row input[type="search"].twelve,
  input[type="tel"].twelve,
  .row input[type="tel"].twelve,
  input[type="time"].twelve,
  .row input[type="time"].twelve,
  input[type="url"].twelve,
  .row input[type="url"].twelve,
  textarea.twelve,
  .row textarea.twelve {
    width: 100% !important;
  }
}





html {
  font-size: 62.5%;
}

body {
  color: #37373d;
  font-family: "adelle", Verdana, Arial, Helvetica, sans-serif;;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  background: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: #5166b6;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}

p {
  margin: 0 0 14px;
  margin:  0 0 1.4rem;
}

ul,
ol {
  padding: 0 0 14px 40px;
  padding:  0 0 1.4rem 4rem;
  margin: 0;
}
ul ul,
ol ul {
  padding: 0 0 0 40px;
  padding:  0 0 0 4rem;
}

li {
  padding: 0 0 5px;
  padding:  0 0 0.5rem;
}
li li {
  padding: 5px 0 0;
  padding:  0.5rem 0 0;
}

dl {
  margin: 0;
  padding: 0 0 14px;
  padding:  0 0 1.4rem;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 0 14px;
  margin:  0 0 1.4rem;
}

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

table {
  margin-bottom: 14px;
  margin-bottom: 1.4rem;
}

td,
th {
  vertical-align: top;
  text-align: left;
  padding: 4px;
}
td img,
th img {
  max-width: inherit;
}

input,
textarea,
select {
  font-family: Arial,Verdana,Helvetica,sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  max-width: 100%;
}

h1 {
  font-family: "franklin-gothic-urw", Verdana, Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.1;
  color: #02a4a4;
  margin: 24px 0;
  margin:  2.4rem 0;
}
h1 a {
  color: #02a4a4;
}

h2 {
  font-family: "franklin-gothic-urw", Verdana, Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1;
  color: #141b7b;
  text-transform: uppercase;
  margin: 25px 0 15px;
  margin:  2.5rem 0 1.5rem;
}
h2 a {
  color: #141b7b;
}
h2 a:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: solid 4px;
  border-width: 0.4rem;
  border-color: transparent transparent transparent #663399;
  margin-left: 5px;
  margin-left: 0.5rem;
  position: relative;
  top: -2px;
  top: -0.2rem;
}

h3 {
  font-family: "franklin-gothic-urw", Verdana, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.1;
  margin: 20px 0 10px;
  margin:  2rem 0 1rem;
  color: #02a4a4;
}
h3 a {
  color: #02a4a4;
}

h4 {
  font-family: "franklin-gothic-urw", Verdana, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
  margin: 15px 0 8px;
  margin:  1.5rem 0 0.8rem;
  color: #7a983c;
}
h4 a {
  color: #7a983c;
}

h5 {
  font-family: "franklin-gothic-urw", Verdana, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
  margin: 10px 0 5px;
  margin:  1rem 0 0.5rem;
  color: #a6be75;
}
h5 a {
  color: #a6be75;
}

h6 {
  font-family: "franklin-gothic-urw", Verdana, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
  font-style: italic;
  margin: 0 0 5px;
  margin:  0 0 0.5rem;
  color: #777;
}
h6 a {
  color: #777;
}

@media screen and (max-width: 47.9375em) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }

  h1 {
    font-size: 24px;
    font-size: 2.4rem;
  }

  h2 {
    font-size: 20px;
    font-size: 2rem;
  }

  h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }

  h4 {
    font-size: 16px;
    font-size: 1.6rem;
  }

  h5 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.clear {
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

.none {
  float: none;
}

div.center {
  margin: 0 auto 14px;
}

img.right {
  margin: 0 0 15px 15px;
}
.photo-right {
	float: right;
	padding: 0 0 15px 15px;
	background: #fff;
}
.photo-right p {
	margin: 2px 0 0 0;
	font-size: 12px;
	font-size: 1.2rem;
}
.right .photo-right {
	clear: both;
}
.full-bg-pearl .photo-right {
	background: #f9f6f1;
}


img.left {
  margin: 0 15px 15px 0;
}

img.center {
  display: block;
  margin: 0 auto;
}

.text-left {
  text-align: left;
}

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

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

.horizontal li {
  list-style: none;
  float: left;
}

.date {
	font-size: 14px;
	font-size: 1.4rem;
  color: #999;
  white-space: nowrap;
}

.phark {
  display: block;
  overflow: hidden;
  text-indent: -9999px;
}

.ui-helper-hidden-accessible,
.access {
  display: block;
  left: -9999px;
  top: -9999px;
  overflow: hidden;
  position: absolute;
  width: 300px;
}

.full-bg {
  margin-left: -20px;
  margin-left: -2rem;
  margin-right: -20px;
  margin-right: -2rem;
  padding-left: 20px;
  padding-left: 2rem;
  padding-right: 20px;
  padding-right: 2rem;
  overflow: hidden;
}
@media screen and (max-width: 55.3125em) {
  .full-bg {
    margin-left: -15px;
    margin-left: -1.5rem;
    margin-right: -15px;
    margin-right: -1.5rem;
    padding-left: 15px;
    padding-left: 1.5rem;
    padding-right: 15px;
    padding-right: 1.5rem;
  }
}

.full-bg-pearl {
  margin-left: -20px;
  margin-left: -2rem;
  margin-right: -20px;
  margin-right: -2rem;
  padding-left: 20px;
  padding-left: 2rem;
  padding-right: 20px;
  padding-right: 2rem;
  overflow: hidden;
  background: #f9f6f1;
}
@media screen and (max-width: 55.3125em) {
  .full-bg-pearl {
    margin-left: -15px;
    margin-left: -1.5rem;
    margin-right: -15px;
    margin-right: -1.5rem;
    padding-left: 15px;
    padding-left: 1.5rem;
    padding-right: 15px;
    padding-right: 1.5rem;
  }
}

.full-bg-purple {
  margin-left: -20px;
  margin-left: -2rem;
  margin-right: -20px;
  margin-right: -2rem;
  padding-left: 20px;
  padding-left: 2rem;
  padding-right: 20px;
  padding-right: 2rem;
  overflow: hidden;
  background: #663399;
  color: #fff;
}
@media screen and (max-width: 55.3125em) {
  .full-bg-purple {
    margin-left: -15px;
    margin-left: -1.5rem;
    margin-right: -15px;
    margin-right: -1.5rem;
    padding-left: 15px;
    padding-left: 1.5rem;
    padding-right: 15px;
    padding-right: 1.5rem;
  }
}

.full-bg-bottom {
  padding-bottom: 90px;
  padding-bottom: 9rem;
  margin-bottom: -90px;
  margin-bottom: -9rem;
}

#header {
  font-family: "franklin-gothic-urw", Verdana, Arial, Helvetica, sans-serif;
  top: 0;
  z-index: 9999;
  width: 100%;
  position: relative;
}
.header-inner {
  position: relative;
  max-width: 1350px;
  max-width: 135rem;
  margin: 0 auto;
  background: #fff;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZWNjYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #ffeccb));
  background-image: -webkit-linear-gradient(#ffffff 0%,#ffeccb 100%);
  background-image: -moz-linear-gradient(#ffffff 0%,#ffeccb 100%);
  background-image: -o-linear-gradient(#ffffff 0%,#ffeccb 100%);
  background-image: linear-gradient(#ffffff 0%,#ffeccb 100%);
  padding: 20px;
  padding: 2rem;
}
.header-inner:after {
  clear: both;
  content: "";
  display: block;
}
#header .logo {
	float: left;
	line-height: 1px;
	width: 44%;
	max-width: 100%;
}
#header ul {
	float: right;
	padding: 0;
	margin-top: 4%;
}
#header li {
  float: left;
  list-style: none;
  padding: 0;
	margin: 0 20px;
	margin: 0 2rem;
}
#header li a {
	color: #ec631f;
	font-family: "futura-pt-condensed","futura-pt",Futura,Verdana,Arial,Helvetica,sans-serif;
	font-weight: 700;
	font-size: 32px;
	font-size: 3.2rem;
	line-height: 1;
}
.about #header .about a,
.coalitions #header .coalitions a,
.resources #header .resources a,
.contact #header .contact a {
	color: #02a4a4;
}
@media screen and (max-width: 71.875em) { /*1150*/
	#header li a {
		font-size: 26px;
		font-size: 2.6rem;
	}
}
@media screen and (max-width: 58.125em) { /*930*/
	#header .logo {
		width: 100%;
	}
	#header .logo img {
		display: block;
		margin: 0 auto;
	}
	#header ul {
	    float: left;
	    width: 100%;
		text-align: center;
		margin-top: 20px;
		margin-top: 2rem;
	}
	#header li {
	    display: inline-block;
	    float: none;
	}
}
@media screen and (max-width: 32.8125em) { /*525*/
	#header li {
		float: left;
		width: 48%;
		line-height: 1;
		margin: 1%;
	}
	#header li a {
		color: #fff;
		background: #EC631F;
		padding: 5px;
		display: block;
	}
	.about #header .about,
	.coalitions #header .coalitions,
	.resources #header .resources,
	.contact #header .contact {
		background: #02a4a4;
	}
	.about #header .about a,
	.coalitions #header .coalitions a,
	.resources #header .resources a,
	.contact #header .contact a {
		color: #fff;
	}
}


#footer {
  clear: both;
  background: #222883;
  color: #fff;
  padding: 25px 25px 50px;
  padding: 2.5rem 2.5rem 5.0rem;
  max-width: 1350px;
  max-width: 135rem;
  margin: 0 auto;
  z-index: 9997;
  position: relative;
  overflow: hidden;
}
.privacy {
    font-size: 14px;
    font-size: 1.4rem;
	color: #fff;
	text-transform: uppercase;
}
.copyright {
	background: #141b7b;
	width: 100%;
	text-align: center;
	color: #fff;
	padding: 6px;
	position: absolute;
	bottom: 0;
	left: 0;
}
@media screen and (max-width: 47.9375em) {
	#footer {
		padding-bottom: 0;
	}
	.copyright {
		position: static;
		clear: both;
		background: none;
		padding-top: 14px;
	}
	.copyright span {
		display: block;
	}
}

.column-wrap {
  background: #fff;
  padding: 0 20px;
  padding:  0 2rem;
  max-width: 1350px;
  max-width: 135rem;
  margin: 0 auto;
  position: relative;
}
.column-wrap:before {
  content: "";
  width: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
}
.column-wrap:after {
  clear: both;
  content: " ";
  display: table;
}

#content {
  padding: 20px 0 90px;
  padding:  2rem 0 9rem;
}

@media screen and (max-width: 55.3125em) {
  body {
    padding-top: 0;
  }

  .column-wrap {
    padding: 20px 15px 0 !important;
    padding: 2rem 1.5rem 0 !important;
  }
  .column-wrap:before,
  .column-wrap.one-column:before {
    display: none;
  }

  #content {
    padding: 0;
  }

  .full-bg-bottom {
    padding-bottom: 20px;
    padding-bottom: 2rem;
    margin-bottom: 0;
  }
}

.authors {
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-size: 1.3rem;
}
.authors a {
  padding-right: 1px;
  padding-right: 0.1rem;
}

.teasers {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  margin:  0 0 2rem;
}
.teasers > li {
  position: relative;
  clear: both;
  border-bottom: 1px solid #e8e8e8;
  padding: 10px 0;
  padding:  1rem 0;
  margin: 0;
}
.teasers h3 {
  font-size: 17px;
  font-size: 1.7rem;
  margin: 0 0 3px;
  margin:  0 0 0.3rem;
}
.teasers h3 a {
  color: #333;
}
.teasers .da-wrap {
  line-height: 1.2;
}
.teasers .authors {
  color: #666;
  display: inline;
  font-weight: bold;
}
.teasers .authors .twitter {
  color: #999;
  font-size: 85%;
}
.teasers .date {
  font-size: 13px;
  font-size: 1.3rem;
  display: inline;
  margin: 0;
  white-space: pre;
}
.teasers .date + .authors:before {
  content: " | ";
}
.teasers .img-wrap > a {
  position: relative;
  display: block;
  float: left;
  font-size: 0;
}

.teasers > li:last-child {
  border-bottom: 0 none;
}
.teasers > li:after {
  content: " ";
  display: table;
  clear: both;
}
.full-bg-pearl .teasers > li {
  border-color: #d8d8d8;
}
.teasers .img-wrap > a {
  margin-right: 15px;
  margin-right: 1.5rem;
  margin-bottom: 5px;
}
.teasers .img-wrap > a.placeholder {
  font-size: 16px;
  font-size: 1.6rem;
}
.teasers img {
  max-width: 200px;
  max-width: 20rem;
  width: 100%;
}
.teasers .placeholder img {
  max-width: 100%;
}
@media screen and (max-width: 28.125em) {
  .teasers .img-wrap > a {
    margin: 0 0 15px;
    margin:  0 0 1.5rem;
    float: none;
  }
  .teasers img,
  .teasers .placeholder {
    max-width: 100%;
  }
  .teasers .flag {
    top: 20px;
    top: 2rem;
    max-width: 95%;
  }
}
.teasers h3 {
  margin: 0 0 5px;
  margin:  0 0 0.5rem;
}
.teasers .desc {
  margin: 0 0 5px;
  margin:  0 0 0.5rem;
}
.teasers:after {
  clear: both;
  content: "";
  display: block;
}

.placeholder {
  position: relative;
  background: #bbb;
  color: #fff;
  text-align: center;
  display: block;
  width: 100%;
  max-width: 200px;
  max-width: 20rem;
  line-height: 0;
}
.placeholder:before {
  font-size: 5em;
  position: absolute;
  text-align: center;
  left: 0;
  top: 0;
  padding-top: 15%;
  width: 100%;
  display: block;
}
.placeholder img {
  position: relative;
  z-index: -1;
}
.placeholder span {
  font-family: "impact", impact, HelveticaNeue-CondensedBlack, Futura-CondensedExtraBold, sans-serif;
  font-size: 2em;
  letter-spacing: 1px;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  position: absolute;
  text-align: center;
  left: 0;
  top: 0;
  padding-top: 50%;
  width: 100%;
  display: block;
}

.displaynone,
.hide {
  display: none;
}

.pull-quote {
  max-width: 300px;
  max-width: 30rem;
}
.pull-quote.right {
  margin: 0 0 15px 15px;
  margin:  0 0 1.5rem 1.5rem;
}
.pull-quote.left {
  margin: 0 15px 15px 0;
  margin:  0 1.5rem 1.5rem 0;
}
.pull-quote p:first-of-type {
  font-family: "impact", impact, HelveticaNeue-CondensedBlack, Futura-CondensedExtraBold, sans-serif;
  color: #666;
  font-size: 20px;
  font-size: 2.0rem;
}
@media screen and (max-width: 47.9375em) {
  .pull-quote p:first-of-type {
    font-size: 20px;
    font-size: 2rem;
  }
}
.pull-quote .source {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 10px 0 0;
  margin:  1rem 0 0;
  color: #666;
  position: relative;
  padding-left: 8px;
}
.pull-quote .source:before {
  content: "- ";
  position: absolute;
  left: 0;
}
.news-list {
	list-style: none;
	padding: 0 0 14px 0;
	padding: 0 0 1.4rem 0;
}
.news-list li {
	padding-bottom: 10px;
	padding-bottom: 1rem;
}
.news-list a {
	font-weight: bold;
}
.news-list .date {
	color: #666;
	display: block;
}

.graybox {
	background: #f9f6f1;
	position: relative;
	padding: 20px;
	padding: 2rem;
	margin: 0 0 14px 0;
	margin: 0 0 1.4rem 0;
}
.graybox h2 {
	margin-top: 0;
}
.graybox:after {
	content: " ";
	display: table;
	clear: both;
}


.home section {
    padding-top: 30px;
	padding-top: 3rem;
    padding-bottom: 70px;
	padding-bottom: 7rem;
}
.home section:nth-of-type(even) {
	background: #f9f6f1;
}
.home .intro {
	background: #141b7b;
	margin-top: -20px;
	margin-top: -2.0rem;
	padding-top: 0;
	padding-bottom: 0;
}
.home .intro .text {
	float: left;
	color: #fff;
	width: 50%;
}
.home .intro h2 {
	color: #fff;
}
.home .intro h2 span {
	color: #02a4a4;
	display: block;
}
.home .intro img {
    float: right;
    margin-right: -20px;
    margin-right: -2.0rem;
    width: 50%;
}
@media screen and (max-width: 58.125em) { /*930*/
	.home .intro .text {
		width: auto;
	}
	.home .intro img {
		margin: 0 -15px;
	    max-width: none;
		width: 100%;
		width: -webkit-calc(100% + 3rem);
	    width: calc(100% + 3rem);
	}
}

.square-bullets {
	list-style: none;
	padding: 0 0 30px 30px;
	padding: 0 0 3rem 3rem;
}
.square-bullets li {
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	color: #666;
	position: relative;
	padding: 0 0 20px 35px;
	padding: 0 0 2rem 3.5rem;
}
.square-bullets li:before {
	content: "";
	height: 20px;
	height: 2rem;
	width: 20px;
	width: 2rem;
	position: absolute;
	top: 6px;
	left: 0;
	background: #666;
}
.square-bullets a {
	color: #666;
}

.community-resilience .square-bullets li:before {
	background: #ffb127;
}
.community-resilience .square-bullets a {
	color: #ffb127;
}
.preparedness .square-bullets li:before {
	background: #ec631f;
}
.preparedness .square-bullets a {
	color: #ec631f;
}

@media screen and (max-width: 47.9375em) {
	.square-bullets li {
		font-size: 16px;
		font-size: 1.6rem;
	}
	.square-bullets li:before {
	    top: 0;
	}
}
.home .photo-right .credit {
	text-align: center;
}
.home .guiding-principles {
	clear: both;
}
.home img.right,
.home .photo-right {
	max-width: 50%;
}
@media screen and (max-width: 58.125em) { /*930*/
	.home img.right,
	.home .photo-right {
		max-width: 70%;
		margin: 0 auto 14px;
		padding: 0;
		display: block;
		float: none;
	}
}
@media screen and (max-width: 28.125em) { /*450*/
	.home img.right,
	.home .photo-right {
		max-width: 100%;
	}
}

.partner,
.who {
	margin-bottom: 50px;
	margin-bottom: 5rem;
}
.about .graybox.right {
	margin-left: 20px;
	margin-left: 2rem;
}
.graybox .partner {
	width: 450px;
	max-width: 100%;
	margin-bottom: 0;
}
.partner img{
	margin-bottom: 5px;
	margin-bottom: 0.5rem;
}
@media screen and (max-width: 47.9375em) {  /*767*/
	.about .graybox.right {
		margin-left: 0;
		float: none;
		margin-bottom: 50px;
		margin-bottom: 5rem;
	}
	.graybox .partner {
		width: auto;
	}
	.about img.right,
	.resources img.right {
		float: none;
		margin-left: 0;
	}
}

.arrow-link-list {
	list-style: none;
	padding-left: 0;
}
.arrow-link-list li {
  font-family: "franklin-gothic-urw", Verdana, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.1;
  margin: 20px 0 10px;
  margin:  2rem 0 1rem;
  color: #666;
}
.arrow-link-list a {
  color: #666;
}
.arrow-link-list a:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	position: relative;
	border: solid 6px;
	border-width: .6rem;
	border-color: transparent transparent transparent #666;
	margin-left: 5px;
	margin-left: 0.5rem;
}
.arrow-blue {
	font-weight: bold;
	display: block;
	margin-bottom: 14px;
}
.arrow-blue:after {
	content: " \00bb";
}

.map-wrap {
	position: relative;
	width: 800px;
	width: 80rem;
	max-width: 100%;
	margin: 0 auto 20px;
	margin: 0 auto 2rem;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
	background: #02A4A4;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

.coalition-type {
    overflow: hidden;
}
.coalition-type.community-resilience {
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}
.coalitions .square-bullets {
	float: left;
	margin-right: 50px;
	margin-right: 5rem;
}
.coalitions h3 {
	clear: both;
}
.coalition-detail h3 {
	margin: 10px 0 -10px;
	margin: 1rem 0 -1rem;
}
.coalition-list {
	list-style: none;
	padding: 0;
}
.coalition-list li {
	clear: both;
	border-bottom: 1px solid #e8e8e8;
	padding: 20px 0;
	padding: 2rem 0;
	margin: 0;
}
.coalition-list li:last-child {
	border-bottom: 0 none;
}
.coalition-list li:after {
	content: " ";
	display: table;
	clear: both;
}
.coalition-list img {
	max-width: 250px;
	max-width: 25rem;
	max-height: 187px;
	max-height: 18.7rem;
	width: 100%;
	margin-bottom: 0;
}
.coalition-list h4 {
	font-size: 24px;
	font-size: 2.4rem;
	margin: -5px 0 5px;
	margin: -0.5rem 0 0.5rem;
}
.coalition-list.preparedness h4,
.coalition-list.preparedness h4 a {
	color: #ec631f;
}
.coalition-list.community-resilience h4,
.coalition-list.community-resilience h4 a {
	color: #ffb127;
}
.coalition-list p:last-child {
	margin: 0;
}
@media screen and (max-width: 47.9375em) {
	.coalition-list h4 {
		font-size: 20px;
		font-size: 2.0rem;
	}
}
@media screen and (max-width: 35em) {  /*560*/
	.coalition .pull-quote.right {
		float: none;
		max-width: 100%;
		margin-left: 0;
	}
	.coalitions .square-bullets {
	    float: none;
	    margin-right: 0;
		padding-bottom: 0;
	}
	.coalitions .square-bullets + .square-bullets {
		padding-bottom: 30px;
		padding-bottom: 3rem;
	}
	.coalition-list img {
		max-width: 100%;
		width: auto;
		margin-right: 0;
		float: none;
	}
	.coalition-list h4 {
	    margin-top: 0;
	}
}
.resources section > ul {
	list-style: none;
	padding-left: 0;
}
.resources section > ul > li > a {
  font-family: "franklin-gothic-urw", Verdana, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.1;
  margin: 20px 0 0;
  margin:  2rem 0 0;
  color: #666;
  display: block;
}
.resources section > ul > li > a:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	position: relative;
	border: solid 6px;
	border-width: .6rem;
	border-color: transparent transparent transparent #666;
	margin-left: 5px;
	margin-left: 0.5rem;
}
.resources section > ul ul {
	list-style: none;
}
.resources section > ul ul a {
    font-size: 20px;
	font-size: 2rem;
}
.resources section h3 {
    margin-bottom: 0;
}


/* Timeline */
#la-timeline {
overflow: inherit;
margin-top: 100px;
margin-top: 10rem;
background: #e8e8e8;
padding-bottom: 20px;
padding-bottom: 2rem;
}

#la-timeline > h2 {
font-family: "franklin-gothic-urw",Verdana,Arial,Helvetica,sans-serif;
font-weight: 700;
font-size: 24px;
font-size: 2.4rem;
line-height: 1.1;
margin: 20px 0 10px;
margin: 2rem 0 1rem;
color: #fff;
background: #141b7b;
color: #fff;
padding: 10px;
padding: 1rem;
display: block;
float: left;
margin-top: -1em
}
#la-timeline > p {
	clear: both;
}
#la-timeline #timeline-content {
margin-top: 25px;
margin-top: 2.5rem;
background: #e8e8e8;
}

#la-timeline .vco-slider .nav-previous, #la-timeline .vco-slider .nav-next {
	color: #333;
}

#la-timeline .vco-storyjs .content-container h3 {
	font-family: "franklin-gothic-urw", Verdana, Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.1;
	margin: 20px 0 10px;
	margin: 2rem 0 1rem;
	color: #02a4a4;
}
#la-timeline .vco-storyjs h2.date {
	color: #666;
}

.contact p {
	clear: both;
}
.contact .vcard {
	max-width: 100%;
	clear: none;
	float: left;
    margin: 0 30px 40px;
    margin: 0 3rem 4rem;
}

.glossary-intro {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}
.glossary-intro h2 {
	color: #37373d;
	font-size: 20px;
	text-transform: none;
}
.glossary-intro ul {
	list-style: disc;
}
.glossary-intro > ul {
	list-style: none;
	padding-left: 0;
}

.enlarge {
	position: relative;
	font-size: 0;
}
.enlarge:after {
	content: "";
    background: url("/images/enlarge.png") no-repeat 3px 3px #666;
    background-color: rgba(0, 0, 0, 0.4);
	-moz-transition: background 0.2s ease;
	-o-transition: background 0.2s ease;
	-webkit-transition: background 0.2s ease;
	transition: background 0.2s ease;
	position: absolute;
	right: 0;
	bottom: 0;
	height: 26px;
	width: 26px;
}
.enlarge:hover:after {
	background-color: rgba(0, 0, 0, 0.7);
}