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

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

body {
  line-height: 1;
  color: #000; }

ol,
ul {
  list-style: none; }

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

caption,
th,
td {
  text-align: left;
  font-weight: normal; }

blockquote,
q {
  quotes: none; }

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

a:focus {
  outline: thin dotted #000; }

a:hover {
  outline: none; }

strong,
b {
  font-weight: bold; }

em,
i {
  font-style: italic; }

sup {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
  font-size: 60%; }

pre {
  font-family: "Lucida Console", Monaco, monospace; }

label {
  cursor: pointer; }

input[type="search"]::-webkit-search-decoration {
  display: none; }

input:invalid,
button:invalid,
a.button:invalid,
select:invalid,
textarea:invalid {
  -webkit-box-shadow: none;
  box-shadow: none; }

input:focus,
button:focus,
a.button:focus,
select:focus,
textarea:focus {
  -webkit-box-shadow: #0066ff 0 0 5px 0;
  box-shadow: #0066ff 0 0 5px 0;
  z-index: 1; }

input[type="file"]:focus, input[type="file"]:active,
input[type="radio"]:focus,
input[type="radio"]:active,
input[type="checkbox"]:focus,
input[type="checkbox"]:active {
  -webkit-box-shadow: none;
  box-shadow: none; }

button,
a.button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
  -webkit-background-clip: padding;
  background-clip: padding-box;
  background: #c63636;
  border: 0 none;
  cursor: pointer;
  color: #fff;
  display: inline-block;
  font: 700 12px/1.3 "Helvetica Neue", Arial, "Liberation Sans", FreeSans, sans-serif;
  outline: 0;
  overflow: visible;
  margin: 0;
  padding: 3px 10px;
  text-shadow: none;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: top;
  width: auto;
  *padding-top: 2px;
  *padding-bottom: 0; }
  button.button-secondary,
  a.button.button-secondary,
  input[type="reset"].button-secondary,
  input[type="submit"].button-secondary,
  input[type="button"].button-secondary {
    background: #014e79; }

button:hover,
a.button:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background: #9e2b2b;
  text-decoration: none; }
  button:hover.button-secondary:hover,
  a.button:hover.button-secondary:hover,
  input[type="reset"]:hover.button-secondary:hover,
  input[type="submit"]:hover.button-secondary:hover,
  input[type="button"]:hover.button-secondary:hover {
    background: #013e61; }

button:active,
a.button:active,
input[type="reset"]:active,
input[type="submit"]:active,
input[type="button"]:active {
  -webkit-box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
  box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0; }

button::-moz-focus-inner,
a.button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {
  border: 0;
  padding: 0; }

a.button {
  *padding-bottom: 3px; }

button {
  *padding-top: 1px;
  *padding-bottom: 1px; }

textarea,
select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  border-radius: 0;
  -webkit-appearance: none;
  background-color: white;
  border: 1px solid;
  border-color: #848484 #c1c1c1 #e1e1e1;
  color: black;
  outline: 0;
  margin: 0;
  padding: 2px 3px;
  text-align: left;
  font-size: 13px;
  font-family: Arial, "Liberation Sans", FreeSans, sans-serif;
  height: 1.8em;
  vertical-align: top;
  *padding-top: 2px;
  *padding-bottom: 1px;
  *height: auto; }

textarea[disabled],
select[disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="email"][disabled],
input[type="month"][disabled],
input[type="number"][disabled],
input[type="password"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="text"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
input[type="week"][disabled] {
  background-color: #eeeeee; }

button[disabled],
input[disabled],
select[disabled],
select[disabled] option,
select[disabled] optgroup,
textarea[disabled],
a.button_disabled {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
  color: #888888;
  cursor: default; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #888888; }

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #888888; }

input.placeholder_text,
textarea.placeholder_text {
  color: #888888; }

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

select[size="0"],
select[size="1"] {
  height: 1.8em;
  *height: auto; }

@media (-webkit-min-device-pixel-ratio: 0) {
  select[size],
  select[multiple],
  select[multiple][size] {
    background-image: none;
    padding-right: 3px; }
  select,
  select[size="0"],
  select[size="1"] {
    background-image: url(data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px; }
  ::-webkit-validation-bubble-message {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666666), color-stop(1, black));
    border: 0;
    color: white;
    font: 13px/17px "Lucida Grande", Arial, "Liberation Sans", FreeSans, sans-serif;
    overflow: hidden;
    padding: 15px 15px 17px;
    text-shadow: black 0 0 1px;
    min-height: 16px; }
  ::-webkit-validation-bubble-arrow,
  ::-webkit-validation-bubble-top-outer-arrow,
  ::-webkit-validation-bubble-top-inner-arrow {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #666666;
    border-color: #666666; } }

textarea {
  min-height: 40px;
  overflow: auto;
  resize: vertical;
  width: 100%; }

optgroup {
  color: black;
  font-style: normal;
  font-weight: normal;
  font-family: Arial, "Liberation Sans", FreeSans, sans-serif; }

optgroup::-moz-focus-inner {
  border: 0;
  padding: 0; }

.ie6_button,
* html button,
* html a.button {
  background: #dddddd url("../images/button.png?1298351022") repeat-x;
  border: 1px solid;
  border-color: #dddddd #bbbbbb #999999;
  cursor: pointer;
  color: #333333;
  font: bold 12px/1.2 Arial, sans-serif;
  padding: 2px 10px 0;
  text-decoration: none;
  overflow: visible;
  vertical-align: top;
  width: auto; }

* html a.button {
  position: relative;
  top: 3px;
  padding-bottom: 2px; }

* html button {
  padding-top: 1px;
  padding-bottom: 1px; }

.ie6_input,
* html textarea,
* html select {
  background: white;
  border: 1px solid;
  border-color: #848484 #c1c1c1 #e1e1e1;
  color: black;
  padding: 2px 3px 1px;
  font-size: 13px;
  font-family: Arial, sans-serif;
  vertical-align: top; }

* html select {
  margin-top: 1px; }

.placeholder_text,
.ie6_input_disabled,
.ie6_button_disabled {
  color: #888888; }

.ie6_input_disabled {
  background: #eeeeee; }

.clearfix {
  zoom: 1; }

.clearfix:before,
.clearfix:after {
  content: '.';
  display: block;
  height: 0;
  overflow: hidden;
  zoom: 1; }

.clearfix:after {
  clear: both; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Open Sans", "Gill Sans MT", "Gill Sans", Corbel, Arial, sans-serif; }

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

a {
  text-decoration: none;
  -webkit-transition-property: background-color, border-color, color, opacity, text-shadow, -webkit-box-shadow, -webkit-transform;
  transition-property: background-color, border-color, color, opacity, text-shadow, -webkit-box-shadow, -webkit-transform;
  transition-property: background-color, border-color, box-shadow, color, opacity, text-shadow, transform;
  transition-property: background-color, border-color, box-shadow, color, opacity, text-shadow, transform, -webkit-box-shadow, -webkit-transform;
  color: #014e79; }

a:hover,
a:focus {
  text-decoration: underline;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s; }

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

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor; }

/* ==========================================
Single-colored icons can be modified like so:
.icon-name {
  font-size: 32px;
  color: red;
}
========================================== */
.icon-search {
  width: 0.9285703003406525em; }

.icon-align-justify {
  width: 1.0000009797513485em; }

.icon-chevron-left {
  width: 0.7500009983778em; }

.icon-chevron-right {
  width: 0.6785712540149689em; }

.icon-arrow-down {
  width: 0.9285712018609047em; }

.icon-chevron-up {
  width: 0.9999999701976776em; }

.icon-chevron-down {
  width: 0.999999925494194em; }

.icon-twitter {
  width: 0.9285703301429749em; }

.icon-facebook {
  width: 0.5881709158420563em; }

.icon-linkedin {
  width: 0.8571425303816795em; }

.icon-angle-double-right {
  width: 0.5535722766071558em; }

.icon-youtube {
  width: 1.0000000302679837em; }

.icon-flickr {
  width: 0.8571436107158661em; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden !important; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }

.screen-reader-text:focus {
  clip: auto !important;
  display: block;
  height: auto;
  left: 5px;
  top: 5px;
  width: auto;
  z-index: 100; }

.skip-to-content-link {
  background-color: #ef8923;
  color: #fff;
  padding: 0.75em; }

.admin-bar .skip-to-content-link {
  z-index: 999999; }

.site-wrapper {
  position: relative;
  overflow-x: hidden; }

.holder {
  max-width: 85.375em;
  margin-left: auto;
  margin-right: auto;
  padding-right: 4.25em; }

.p2p-page .holder {
  padding-right: 0;
  max-width: 56.25em; }

.site-header .holder {
  padding-right: 0; }

.main-content {
  padding-left: 2.8125em;
  padding-right: 2.8125em;
  overflow: auto;
  height: 100%; }

.p2p-page .main-content {
  padding-left: 0.625em;
  padding-right: 0.625em;
  overflow: visible; }

.two-column-layout .main-content {
  border-right: 0.0625em solid #ddd;
  float: left;
  padding-left: 2.8125em;
  padding-right: 3.4375em;
  width: 76%; }

.two-column-layout .sidebar {
  border-left: 0.0625em solid #ddd;
  position: relative;
  left: -0.0625em;
  float: left;
  width: 24%; }

@media (max-width: 48.75em) {
  .holder {
    padding-right: 0; } }

.columns-2,
.columns-3,
.columns-4 {
  overflow: auto;
  height: 100%; }

.columns-2 .column {
  float: left;
  width: 50%; }

.columns-3 .column {
  float: left;
  width: 33.33333%; }

.columns-4 .column {
  float: left;
  width: 25%; }

.columns-2 .column-right,
.columns-3 .column-right,
.columns-4 .column-right {
  float: right; }

table {
  border: 0.0625em solid #ddd;
  border-collapse: separate;
  padding: 0.125em;
  margin-bottom: 0.9375em;
  width: 100%; }
  table .align-right,
  table .currency {
    text-align: right; }
  table .align-left {
    text-align: left; }
  table .align-center {
    text-align: center; }

th,
td {
  font-size: 0.875em;
  border-left: 0.03571em solid #fff;
  border-right: 0.03571em solid #fff; }

th {
  background-color: #223346;
  color: #fff;
  padding: 0.92857em 0.71429em; }

td {
  padding: 0.85714em 0.92857em; }

.breadcrumbs li {
  float: left;
  font-size: 0.75em;
  font-weight: 700;
  text-transform: uppercase; }

.breadcrumbs a {
  color: #014e79; }

.breadcrumbs .breadcrumb-separator {
  color: #aaa;
  margin: 0 0.83333em; }

.breadcrumbs .current {
  color: #999; }

.horizontal,
.horizontal-right {
  padding-left: 0;
  margin-bottom: 0; }

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

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

.tabs {
  overflow: auto;
  height: 100%;
  border-bottom: 0;
  margin-bottom: 0;
  font-family: "Open Sans", "Gill Sans MT", "Gill Sans", Corbel, Arial, sans-serif; }
  .tabs li {
    border: 0;
    text-transform: uppercase;
    font-size: 0.75em;
    margin: 0; }
  .tabs a {
    color: #9e9e9e;
    padding: 0.16667em 0.83333em;
    text-decoration: none;
    display: block; }
  .tabs .first a {
    border-right: 0.08333em solid #ccc; }
  .tabs .active {
    position: relative; }
  .tabs .active a {
    color: #61615E; }

.site-header {
  z-index: 50; }

.site-logo-link {
  display: inline-block;
  padding: 1.25em 0 0 2.5em;
  height: 5.125em; }

.header-nav {
  display: table;
  float: right;
  overflow: auto; }
  .header-nav .header-list {
    float: left; }
  .header-nav .nav-item {
    display: table-cell;
    position: relative; }
  .header-nav .nav-link {
    display: block;
    padding: 2.75em 0.9375em;
    text-align: center;
    color: #444;
    text-transform: uppercase;
    font-weight: 600; }
  .header-nav .sub-menu {
    position: absolute;
    visibility: hidden;
    background-color: #5e7685;
    padding-left: 1.5625em;
    padding-right: 1.5625em;
    top: 75%;
    left: -20%;
    z-index: 5;
    width: 140%; }
    .header-nav .sub-menu .nav-item {
      display: block; }
    .header-nav .sub-menu .nav-link {
      color: #fff;
      font-size: 0.75em;
      line-height: 1.35;
      padding: 1em 0;
      border-bottom: 0.08333em solid #849faf;
      text-align: left; }
  .header-nav .top-level:hover .sub-menu {
    visibility: visible; }
  .header-nav .compact-menu-list {
    display: none; }
    .header-nav .compact-menu-list .icon {
      display: block;
      margin: 0 auto;
      font-size: 2em;
      padding-bottom: 0.125em; }
    .header-nav .compact-menu-list .nav-item {
      padding-bottom: 0; }
    .header-nav .compact-menu-list .topics-nav-item {
      display: none; }
    .header-nav .compact-menu-list .nav-link {
      padding-top: 1.75em;
      padding-bottom: 1.75em; }
  .header-nav .cta-press,
  .header-nav .cta-join {
    color: #fff;
    width: 6.25em; }
  .header-nav .cta-press {
    background-color: #014e79; }
  .header-nav .cta-join {
    background-color: #c63636; }

.header-shadow {
  background-color: rgba(0, 0, 0, 0.08);
  height: 0.1875em;
  position: absolute;
  top: 6.375em;
  width: 100%;
  border: 0 none;
  margin: 0; }

@media (max-width: 73.125em) {
  .header-nav .compact-menu-list {
    display: table; }
  .header-nav .primary-nav-list {
    position: absolute;
    background-color: #5e7685;
    top: 100%;
    width: 100%;
    left: 0;
    z-index: 60;
    padding: 3.125em 3.4375em; }
    .header-nav .primary-nav-list .nav-item {
      display: block; }
    .header-nav .primary-nav-list .nav-link {
      color: #fff;
      text-align: left;
      padding: 1em 0.5em; }
    .header-nav .primary-nav-list .sub-menu {
      visibility: visible;
      position: static;
      width: auto; }
  .js .primary-nav-list {
    width: 26.5625em;
    top: 6.5em;
    bottom: 0;
    right: 0;
    left: auto;
    -webkit-transform: translateX(28.125em);
        -ms-transform: translateX(28.125em);
            transform: translateX(28.125em); }
  body.open-menu-panel .primary-nav-list {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); }
  .open-menu-panel .menu-nav-item,
  .open-menu-panel .menu-nav-link {
    background-color: #5e7685;
    color: #fff; }
  .js .menu-animateable {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s; } }

@media (max-width: 48.75em) {
  .header-nav .compact-menu-list .topics-nav-item {
    display: table-cell; }
  .js .primary-nav-list {
    -webkit-transform: translateX(48.75em);
        -ms-transform: translateX(48.75em);
            transform: translateX(48.75em);
    width: 100%;
    z-index: 50; }
  .open-refine-topics-panel .topics-nav-item,
  .open-refine-topics-panel .topics-nav-link {
    background-color: #223346;
    color: #fff; } }

@media (max-width: 43.75em) {
  .header-nav {
    float: none;
    display: block;
    padding-top: 1.375em; }
    .header-nav .compact-menu-list {
      position: absolute;
      right: 0;
      top: 0; }
    .header-nav .header-cta-list {
      float: none;
      display: table;
      width: 100%; }
    .header-nav .cta-press,
    .header-nav .cta-join {
      padding: 1.25em 0;
      width: auto; } }

.page-banner {
  padding: 3.125em 2.8125em 3.75em; }
  .page-banner .page-title {
    font-size: 3em;
    font-weight: 300;
    padding-bottom: 0.3125em; }

.the-page-content p {
  font-size: 1.125em;
  color: #555;
  line-height: 1.333333;
  margin-bottom: 1.94444em; }

.p2p-header {
  padding: 2.8125em 0.9375em 0; }
  .p2p-header img {
    display: block;
    margin: 0 auto; }
  .p2p-header .button {
    border-radius: 0.9375em;
    float: left; }
  .p2p-header .button-secondary {
    float: right; }

@media (max-width: 31.25em) {
  .p2p-header {
    padding-top: 0.9375em; }
    .p2p-header .button {
      float: none;
      display: block;
      text-align: center;
      margin-bottom: 0.9375em;
      font-size: 1em; }
    .p2p-header .button-secondary {
      float: none; } }

.wysiwyg-content h2 {
  color: #014e79;
  font-size: 1.625em;
  line-height: 1.07;
  font-weight: 600;
  margin-bottom: 0.30769em; }

.wysiwyg-content h3 {
  color: #014e79;
  font-size: 1.375em;
  line-height: 1.07;
  font-weight: 600;
  margin-bottom: 0.36364em; }

.wysiwyg-content h4 {
  color: #014e79;
  font-size: 1.125em;
  line-height: 1.07;
  font-weight: 600;
  margin-bottom: 0.44444em; }

.wysiwyg-content p,
.wysiwyg-content li {
  font-size: 1em;
  line-height: 1.75; }

.wysiwyg-content p,
.wysiwyg-content ul,
.wysiwyg-content ol {
  margin-bottom: 1.875em; }

.wysiwyg-content ul,
.wysiwyg-content ol {
  padding-left: 1.375em; }

.wysiwyg-content ul {
  list-style: disc; }

.wysiwyg-content ol {
  list-style: decimal; }

.p2p-forms {
  overflow: auto;
  height: 100%;
  border-top: 0.0625em solid #ccc;
  border-bottom: 0.0625em solid #ccc;
  padding: 3.4375em 0 4.0625em;
  margin-bottom: 3.4375em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 768px) {
    .p2p-forms {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.p2p-form .heading {
  font-size: 2.25em;
  font-weight: 500;
  color: #849faf;
  margin-bottom: 0.27778em; }

.p2p-form p {
  font-size: 1em;
  line-height: 1.75;
  margin-bottom: 1.875em; }

.p2p-form select,
.p2p-form button {
  display: block;
  margin-bottom: 0.9375em; }

.p2p-or {
  width: auto;
  text-align: center;
  font-size: 1.625em;
  padding: 0 20px; }
  @media screen and (max-width: 768px) {
    .p2p-or {
      padding: 40px 0; } }

.p2p-customize-form p {
  padding: 0.9375em 0; }

.p2p-customize-form .column label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.3;
  font-size: 0.875em;
  padding: 0.21429em 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline; }
  .p2p-customize-form .column label input {
    margin-right: 5px; }

.p2p-customize-form .p2p-submit {
  font-size: 1em;
  margin: 0.9375em 0 2.8125em; }

.p2p-change-chart-form fieldset {
  display: block;
  padding: 0.9375em 0; }

.p2p-chart-section {
  padding-bottom: 2.8125em; }
  .p2p-chart-section .heading {
    font-size: 1.625em;
    font-weight: 500;
    color: #436677;
    margin: 1.15385em;
    text-align: center; }
  .p2p-chart-section .download-chart {
    float: right; }
    .p2p-chart-section .download-chart .download-chart-link {
      color: #c63636; }

.p2p-label {
  font-size: 0.875em;
  display: block;
  margin-bottom: 0.57143em; }

.p2p-go-home {
  padding: 0.9375em 0; }
  .p2p-go-home .icon {
    font-size: 0.8125em;
    margin-right: 0.30769em; }

.p2p-footer {
  background-color: #eaeef1;
  padding-top: 2.5em; }
  .p2p-footer .holder {
    padding-left: 0.9375em;
    padding-right: 0.9375em; }
  .p2p-footer .column {
    width: 45%; }
  .p2p-footer .footer-inconsequentials {
    margin-bottom: 0.9375em; }
  .p2p-footer .footer-copyright {
    text-align: left;
    padding-left: 5%; }
  .p2p-footer .site-design-credit {
    background-color: #5e7685;
    text-align: center; }
  .p2p-footer .site-design-credit-link {
    color: #fff;
    display: block;
    padding: 0.9375em 0; }

@media (max-width: 43.75em) {
  .p2p-footer .column,
  .p2p-footer .column-right {
    float: none;
    width: auto; } }

@media (max-width: 42.5em) {
  .p2p-page .columns-3 {
    padding-bottom: 1.875em; }
    .p2p-page .columns-3 .column {
      float: none;
      width: auto; }
  .p2p-customize-form .column label {
    font-size: 1em;
    padding: 0.375em; } }

@media (max-width: 35em) {
  .p2p-change-chart-form fieldset {
    padding-bottom: 2.8125em; }
  .p2p-change-chart-form label {
    padding: 0.42857em 0; }
  .p2p-select,
  input.p2p-submit,
  .p2p-button {
    display: block;
    width: 100%; }
  input.p2p-submit,
  .p2p-button {
    padding: 0.9375em;
    margin-bottom: 0.9375em; }
  select {
    font-size: 1.125em;
    margin-bottom: 0.83333em;
    padding-left: 0.41667em;
    padding-right: 0.41667em; } }

.refine-topics-trigger {
  position: absolute;
  background-color: #223346;
  width: 4.25em;
  top: 6.5em;
  right: 0;
  bottom: 0;
  z-index: 70; }
  .refine-topics-trigger :active {
    outline: 0; }

.refine-topics-trigger-text {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  color: #fff;
  position: absolute;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 1.25em;
  top: 8.5em;
  left: -6.25em;
  width: 16.5em;
  line-height: 1; }
  .refine-topics-trigger-text .refine-topics-search-icon {
    margin-right: 1em;
    border-radius: 50%;
    background-color: #314456;
    padding: 0.4375em 0.5625em 0.3125em; }

.refine-topics {
  background-color: #223346;
  color: #fff;
  padding: 3.125em 3.4375em; }
  .refine-topics .refine-topics-form {
    margin-bottom: 2.875em; }
  .refine-topics .refine-topics-search-input {
    padding: 0.92308em 0 0.92308em 0.92308em;
    border: 0.125em solid #5e7685;
    background-color: #223346;
    color: #fff;
    width: 100%;
    height: auto;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.75s;
            transition-duration: 0.75s; }
  .refine-topics .refine-topics-search-input:active,
  .refine-topics .refine-topics-search-input:focus {
    background-color: #fff;
    color: #5e7685; }
  .refine-topics .refine-topics-search-input::-webkit-input-placeholder {
    color: #5e7685; }
  .refine-topics .refine-topics-search-input:-ms-input-placeholder {
    color: #5e7685; }
  .refine-topics .refine-topics-search-input::placeholder {
    color: #5e7685; }
  .refine-topics .filter-label {
    text-transform: uppercase;
    font-size: 0.75em;
    font-weight: 700;
    display: block;
    padding-bottom: 1em; }
  .refine-topics .filter-top-level {
    text-transform: uppercase;
    border-bottom: 0.125em solid #5e7685;
    padding: 1.25em 0; }
  .refine-topics .filter-items {
    text-transform: none;
    padding-left: 2.1875em;
    padding-top: 0.9375em; }
  .refine-topics .filter-link {
    color: #fff;
    display: block;
    padding: 0.9375em 0; }

.admin-bar .refine-topics {
  top: 6.5em; }

.js .refine-topics {
  position: absolute;
  -webkit-transform: translateX(28.125em);
      -ms-transform: translateX(28.125em);
          transform: translateX(28.125em);
  z-index: 1;
  top: 6.5em;
  right: 0;
  bottom: 0.125em;
  width: 26.5625em; }

.js .refine-topics-animateable {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s; }

body.open-refine-topics-panel .refine-topics {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }

@media (max-width: 48.75em) {
  .refine-topics-trigger {
    display: none; }
  .js .refine-topics {
    -webkit-transform: translateX(48.75em);
        -ms-transform: translateX(48.75em);
            transform: translateX(48.75em);
    width: 100%;
    z-index: 50; } }

.site-footer {
  background-color: #e6ecef;
  background-image: url("../img/gray-trees-and-houses.png");
  background-position: bottom center;
  background-repeat: repeat-x;
  clear: both;
  overflow: auto;
  height: 100%;
  padding: 3.125em 0 11.5625em; }

.footer-links {
  float: left;
  width: 60%; }
  .footer-links .footer-links-list {
    display: table;
    width: 100%; }
  .footer-links .top-level {
    display: table-cell;
    padding-left: 5%; }
  .footer-links .nav-link {
    display: block; }
  .footer-links .top-level .nav-link {
    color: #223346;
    font-size: 1em;
    font-weight: 600;
    padding-bottom: 1.1875em;
    text-transform: uppercase; }
  .footer-links .sub-menu .nav-link {
    color: #014e79;
    font-size: 0.875em;
    font-weight: 400;
    padding: 1.35714em 0;
    text-transform: none; }

.footer-misc {
  float: right;
  padding-right: 2.1875em;
  width: 36%; }

.footer-social-icons {
  display: table;
  margin-bottom: 2.1875em;
  width: 100%; }

.footer-social-icon {
  display: table-cell; }

.footer-social-link {
  background-color: #b4c5ce;
  border-radius: 50%;
  color: #e6ecef;
  display: block;
  text-align: center;
  font-size: 1.875em;
  width: 1.66667em;
  padding-top: 0.33333em;
  padding-bottom: 0.2em;
  margin-left: auto; }

.footer-social-linkedin:hover,
.footer-social-linkedin:focus {
  background-color: #0077b5; }

.footer-social-twitter:hover,
.footer-social-twitter:focus {
  background-color: #1da1f2; }

.footer-social-facebook:hover,
.footer-social-facebook:focus {
  background-color: #3b5998; }

.footer-social-youtube:hover,
.footer-social-youtube:focus {
  background-color: #e52d27; }

.footer-social-flickr:hover,
.footer-social-flickr:focus {
  background-color: #ff0084; }

.footer-email-signup {
  text-align: right;
  margin-bottom: 2.1875em;
  overflow: auto;
  height: 100%; }
  .footer-email-signup .footer-email-label {
    color: #223346;
    font-weight: 700;
    margin-bottom: 0.9375em;
    display: block;
    font-size: 0.875em; }
  .footer-email-signup .footer-email-input {
    padding: 1.15385em 0.38462em 1.15385em 1.15385em;
    float: left;
    border: 0;
    width: 80%;
    height: 2.61538em; }
  .footer-email-signup .footer-email-button {
    float: left;
    font-size: 0.875em;
    height: 2.42857em;
    font-weight: 700;
    width: 20%; }

.footer-inconsequentials {
  display: table;
  width: 100%;
  margin-bottom: 2.1875em; }

.footer-inconsequential {
  display: table-cell;
  border-left: 0.0625em solid #5e7685; }

.footer-first-inconsequential {
  border-left: 0; }

.footer-inconsequential-link {
  display: block;
  text-align: center;
  color: #5e7685;
  font-size: 0.875em; }

.footer-copyright {
  color: #5e7685;
  font-size: 0.875em;
  text-align: right;
  margin-bottom: 1.28571em; }

.site-design-credit {
  text-align: right; }

.site-design-credit-link {
  color: #5e7685;
  font-size: 0.875em;
  padding: 0.57143em;
  margin-right: -0.57143em; }
  .site-design-credit-link strong {
    text-transform: uppercase; }

.site-design-credit-link:hover,
.site-design-credit-link:focus {
  background-color: #a1db35;
  color: #fff;
  text-decoration: none;
  border-radius: 0.21429em; }

@media (max-width: 62.5em) {
  .footer-links {
    float: none;
    width: 95%;
    margin-bottom: 2.8125em; }
  .footer-misc {
    float: none;
    width: auto;
    max-width: 31.25em;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0; }
  .footer-email-signup {
    text-align: center; }
  .footer-copyright,
  .site-design-credit {
    text-align: center; } }

@media (max-width: 37.5em) {
  .footer-links .top-level {
    display: block;
    float: left;
    width: 50%; } }

@media (max-width: 30em) {
  .footer-links .top-level {
    float: none;
    width: auto;
    margin-bottom: 1.875em; } }

/*# sourceMappingURL=national-housing-conference.css.map */
