@charset "UTF-8";
/* ==========================================================================
   Utility Functions
   ========================================================================== */
/* Unit Calculations */
/* Opacity */
/* Colors */
/* ==========================================================================
   Utility Mixins
   ========================================================================== */
/* Set image path if not previously defined */
/* ==========================================================================
   Responsive Mixins
   ========================================================================== */
/* Responsive Breakpoint Magic (breakpoint labels, base font size) */
/* Media Queries */
/*------------------------------------*\
    Breakpoints
\*------------------------------------*/
/*------------------------------------*\
    Colors
\*------------------------------------*/
/*------------------------------------*\
    Typography
\*------------------------------------*/
/* ==========================================================================
   Custom Helper Styles
   ========================================================================== */
/* HTML5 Boilerplate Styles */
.clearfix:before, .footer-heading:before, .footer-heading-button:before, .title-block .secondary:before, .clearfix:after, .footer-heading:after, .footer-heading-button:after, .title-block .secondary:after {
  content: " ";
  display: table; }
.clearfix:after, .footer-heading:after, .footer-heading-button:after, .title-block .secondary:after {
  clear: both; }

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden; }
  .ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%; }

.hidden, [type="hidden"] {
  display: none !important;
  visibility: hidden; }

.visuallyhidden, .no-js .share-menu .label, .fontface .share-menu .label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .focusable.visuallyhidden:active, .no-js .share-menu .focusable.label:active, .fontface .share-menu .focusable.label:active, .focusable.visuallyhidden:focus, .no-js .share-menu .focusable.label:focus, .fontface .share-menu .focusable.label:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto; }

.invisible {
  visibility: hidden; }

.no-script {
  display: none; }
  .no-js .no-script {
    display: block; }

.no-js .show-js {
  display: none; }

.js-no-outlines a, .js-no-outlines button, .js-no-outlines input {
  outline: 0; }

/*
  Media Object (i.e. thumbnail image next to text)

  Based on work by:
  Nicole Sullivan http://goo.gl/5GrKJ
  Nicolas Gallagher http://jsfiddle.net/necolas/rZvEF/
*/
.media-block:before, .media-list > li:before, .media-block:after, .media-list > li:after {
  content: " ";
  display: table; }
.media-block:after, .media-list > li:after {
  clear: both; }
.media-block .media-obj, .media-list > li .media-obj {
  float: left; }
  .layout-rtl .media-block .media-obj, .layout-rtl .media-list > li .media-obj, [dir=rtl] .media-block .media-obj, [dir=rtl] .media-list > li .media-obj {
    float: right; }
  .media-block .media-obj img, .media-list > li .media-obj img {
    display: block;
    margin: 0 10px 10px 0; }
    .layout-rtl .media-block .media-obj img, .layout-rtl .media-list > li .media-obj img, [dir=rtl] .media-block .media-obj img, [dir=rtl] .media-list > li .media-obj img {
      margin: 0 0 10px 10px; }
.media-block .media-body, .media-list > li .media-body {
  overflow: hidden; }

.media-list:before, .media-list:after {
  content: " ";
  display: table; }
.media-list:after {
  clear: both; }

.pct-media-wide, .pct-media-square, .places-banner,
.topic-banner {
  display: block;
  position: relative; }
  .pct-media-wide:before, .pct-media-square:before, .places-banner:before,
  .topic-banner:before {
    content: '\0020';
    display: block; }
    @media print {
      .pct-media-wide:before, .pct-media-square:before, .places-banner:before,
      .topic-banner:before {
        display: none; } }
  .pct-media-wide img, .pct-media-square img, .places-banner img,
  .topic-banner img {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%; }
    @media print {
      .pct-media-wide img, .pct-media-square img, .places-banner img,
      .topic-banner img {
        position: static; } }

.pct-media-wide:before {
  padding-top: 56.25%; }

.pct-media-square:before {
  padding-top: 100%; }

.places-banner,
.topic-banner {
  margin-bottom: 12px;
  margin-bottom: 0.75rem; }
  .places-banner:before,
  .topic-banner:before {
    padding-top: 46.5%; }

/* Reset element styles */
button,
input[type="submit"], input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"], .search-box .search-input {
  background-color: transparent;
  border: none;
  margin: 0;
  padding: 0;
  /**
   * Remove inner padding and border in Firefox 4+.
   */ }
  button::-moz-focus-inner,
  input[type="submit"]::-moz-focus-inner, input[type="email"]::-moz-focus-inner,
  input[type="number"]::-moz-focus-inner,
  input[type="password"]::-moz-focus-inner,
  input[type="search"]::-moz-focus-inner,
  input[type="tel"]::-moz-focus-inner,
  input[type="text"]::-moz-focus-inner,
  input[type="url"]::-moz-focus-inner, .search-box .search-input::-moz-focus-inner {
    border: 0;
    padding: 0; }

button,
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  line-height: normal; }

.media-list, .reset-list, .list-row, .list-centered, .footer-secondary .footer-link-list-row, .divided-list, .divided-list-open, .list-commas, .meta-info, .pct-skip-links ul, .footer-link-list, .left-navigation ul, .share-menu ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  padding-right: 0; }

/* List with items floated to the left */
.list-row > li, .list-centered > li, .footer-secondary .footer-link-list-row > li {
  float: left;
  margin-bottom: 0; }
  .layout-rtl .list-row > li, .layout-rtl .list-centered > li, .layout-rtl .footer-secondary .footer-link-list-row > li, .footer-secondary .layout-rtl .footer-link-list-row > li, [dir=rtl] .list-row > li, [dir=rtl] .list-centered > li, [dir=rtl] .footer-secondary .footer-link-list-row > li, .footer-secondary [dir=rtl] .footer-link-list-row > li {
    float: right; }
  .list-row > li:first-child, .list-centered > li:first-child, .footer-secondary .footer-link-list-row > li:first-child {
    border-left: none;
    margin-left: 0;
    padding-left: 0; }
    .layout-rtl .list-row > li:first-child, .layout-rtl .list-centered > li:first-child, .layout-rtl .footer-secondary .footer-link-list-row > li:first-child, .footer-secondary .layout-rtl .footer-link-list-row > li:first-child, [dir=rtl] .list-row > li:first-child, [dir=rtl] .list-centered > li:first-child, [dir=rtl] .footer-secondary .footer-link-list-row > li:first-child, .footer-secondary [dir=rtl] .footer-link-list-row > li:first-child {
      border-right: none;
      margin-right: 0;
      padding-right: 0; }

/* Centered List Row */
.list-centered {
  display: table;
  margin: 0 auto;
  padding: 0;
  width: auto; }

.divided-list, .divided-list-open {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 10px;
  margin-bottom: 0.625rem; }
  .divided-list > li, .divided-list-open > li {
    border-top: 1px solid #e1e1e1;
    line-height: 1.3;
    margin-bottom: 0;
    padding: 10px 0;
    padding: 0.625rem 0; }

.divided-list-open {
  border-bottom: none; }
  .divided-list-open > li:first-child {
    border-top: none;
    padding-top: 0; }

.list-commas {
  font-size: 0; }
  .list-commas:before, .list-commas:after {
    content: " ";
    display: table; }
  .list-commas:after {
    clear: both; }
  .list-commas li {
    display: inline;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25; }
    .list-commas li:after {
      content: '\002c\0020';
      white-space: nowrap; }
    .list-commas li:last-child:after {
      display: none; }

.pct-separator {
  border-right: 1px solid #969696;
  display: inline;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.5;
  margin-right: 10px;
  margin-right: 0.625rem;
  padding-right: 10px;
  padding-right: 0.625rem;
  white-space: nowrap; }

/* Placeholder Styles */
.pct-double-underline {
  background-image: -webkit-linear-gradient(top, #e2e2e2 0%, #e2e2e2 20%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 80%, #e2e2e2 80%, #e2e2e2 100%);
  background-image: linear-gradient(to bottom, #e2e2e2 0%, #e2e2e2 20%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 80%, #e2e2e2 80%, #e2e2e2 100%);
  background-size: 100% 5px;
  background-repeat: repeat-x;
  background-position: 0 bottom;
  padding-bottom: 10px; }
  .no-cssgradients .pct-double-underline {
    background: url("../img/double-underline.gif") repeat-x 0 bottom; }

.pct-double-underline-green {
  background-image: -webkit-linear-gradient(top, #739600 0%, #739600 20%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 80%, #739600 80%, #739600 100%);
  background-image: linear-gradient(to bottom, #739600 0%, #739600 20%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 80%, #739600 80%, #739600 100%);
  background-size: 100% 5px;
  background-repeat: repeat-x;
  background-position: 0 bottom;
  padding-bottom: 10px; }
  .no-cssgradients .pct-double-underline-green {
    background: url("../img/double-underline-green.gif") repeat-x 0 bottom; }

.theme-blue .footer-secondary {
  background-color: #2482cc; }
.theme-gray .footer-secondary {
  background-color: #525252; }

.theme-blue blockquote {
  color: #2482cc; }
.theme-gray blockquote {
  color: #525252; }

@media print {
  .footer, .header-utils, .share-menu, .pct-share-interactive {
    display: none !important; } }

@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }
@-moz-keyframes fade-in {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }
@-o-keyframes fade-in {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }
@keyframes fade-in {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }
.fade-in {
  -webkit-animation: fade-in 300ms ease-in-out forwards;
  -moz-animation: fade-in 300ms ease-in-out forwards;
  animation: fade-in 300ms ease-in-out forwards; }

.fade-in-custom {
  -webkit-animation: fade-in 300ms ease-in-out;
  -moz-animation: fade-in 300ms ease-in-out;
  animation: fade-in 300ms ease-in-out; }

@-webkit-keyframes fade-in-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(15px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@-moz-keyframes fade-in-up {
  0% {
    opacity: 0;
    -moz-transform: translateY(15px); }

  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }
@-o-keyframes fade-in-up {
  0% {
    opacity: 0;
    -o-transform: translateY(15px); }

  100% {
    opacity: 1;
    -o-transform: translateY(0); } }
@keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translateY(15px); }

  100% {
    opacity: 1;
    transform: translateY(0); } }
.fade-in-up {
  -webkit-animation: fade-in-up 500ms 1s ease-out forwards;
  -moz-animation: fade-in-up 500ms 1s ease-out forwards;
  animation: fade-in-up 500ms 1s ease-out forwards; }

.fade-in-up {
  opacity: 0; }

@-webkit-keyframes fade-out {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }
@-moz-keyframes fade-out {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }
@-o-keyframes fade-out {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }
@keyframes fade-out {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }
.fade-out {
  -webkit-animation: fade-out 300ms ease-in-out forwards;
  -moz-animation: fade-out 300ms ease-in-out forwards;
  animation: fade-out 300ms ease-in-out forwards; }

@-webkit-keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-100%); }

  100% {
    -webkit-transform: translateX(0); } }
@-moz-keyframes slide-in-left {
  0% {
    -moz-transform: translateX(-100%); }

  100% {
    -moz-transform: translateX(0); } }
@-o-keyframes slide-in-left {
  0% {
    -o-transform: translateX(-100%); }

  100% {
    -o-transform: translateX(0); } }
@keyframes slide-in-left {
  0% {
    transform: translateX(-100%); }

  100% {
    transform: translateX(0); } }
.slide-in-left {
  -webkit-animation: slide-in-left 300ms ease-in-out forwards;
  -moz-animation: slide-in-left 300ms ease-in-out forwards;
  animation: slide-in-left 300ms ease-in-out forwards; }

@-webkit-keyframes slide-fade-in-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%); }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@-moz-keyframes slide-fade-in-left {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%); }

  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }
@-o-keyframes slide-fade-in-left {
  0% {
    opacity: 0;
    -o-transform: translateX(-100%); }

  100% {
    opacity: 1;
    -o-transform: translateX(0); } }
@keyframes slide-fade-in-left {
  0% {
    opacity: 0;
    transform: translateX(-100%); }

  100% {
    opacity: 1;
    transform: translateX(0); } }
.slide-fade-in-left {
  -webkit-animation: slide-fade-in-left 300ms ease-in-out forwards;
  -moz-animation: slide-fade-in-left 300ms ease-in-out forwards;
  animation: slide-fade-in-left 300ms ease-in-out forwards; }

@-webkit-keyframes slide-out-left {
  100% {
    -webkit-transform: translateX(-100%); } }
@-moz-keyframes slide-out-left {
  100% {
    -moz-transform: translateX(-100%); } }
@-o-keyframes slide-out-left {
  100% {
    -o-transform: translateX(-100%); } }
@keyframes slide-out-left {
  100% {
    transform: translateX(-100%); } }
.slide-out-left {
  -webkit-animation: slide-out-left 300ms ease-in-out forwards;
  -moz-animation: slide-out-left 300ms ease-in-out forwards;
  animation: slide-out-left 300ms ease-in-out forwards; }

@-webkit-keyframes slide-fade-out-left {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-100%); } }
@-moz-keyframes slide-fade-out-left {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }

  100% {
    opacity: 0;
    -moz-transform: translateX(-100%); } }
@-o-keyframes slide-fade-out-left {
  0% {
    opacity: 1;
    -o-transform: translateX(0); }

  100% {
    opacity: 0;
    -o-transform: translateX(-100%); } }
@keyframes slide-fade-out-left {
  0% {
    opacity: 1;
    transform: translateX(0); }

  100% {
    opacity: 0;
    transform: translateX(-100%); } }
.slide-fade-out-left {
  -webkit-animation: slide-fade-out-left 300ms ease-in-out forwards;
  -moz-animation: slide-fade-out-left 300ms ease-in-out forwards;
  animation: slide-fade-out-left 300ms ease-in-out forwards; }

@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(100%); }

  100% {
    -webkit-transform: translateX(0px); } }
@-moz-keyframes slide-in-right {
  0% {
    -moz-transform: translateX(100%); }

  100% {
    -moz-transform: translateX(0px); } }
@-o-keyframes slide-in-right {
  0% {
    -o-transform: translateX(100%); }

  100% {
    -o-transform: translateX(0px); } }
@keyframes slide-in-right {
  0% {
    transform: translateX(100%); }

  100% {
    transform: translateX(0px); } }
.slide-in-right {
  -webkit-animation: slide-in-right 300ms ease-in-out forwards;
  -moz-animation: slide-in-right 300ms ease-in-out forwards;
  animation: slide-in-right 300ms ease-in-out forwards; }

@-webkit-keyframes slide-out-right {
  0% {
    -webkit-transform: translateX(0); }

  100% {
    -webkit-transform: translateX(100%); } }
@-moz-keyframes slide-out-right {
  0% {
    -moz-transform: translateX(0); }

  100% {
    -moz-transform: translateX(100%); } }
@-o-keyframes slide-out-right {
  0% {
    -o-transform: translateX(0); }

  100% {
    -o-transform: translateX(100%); } }
@keyframes slide-out-right {
  0% {
    transform: translateX(0); }

  100% {
    transform: translateX(100%); } }
.slide-out-right {
  -webkit-animation: slide-out-right 300ms ease-in-out forwards;
  -moz-animation: slide-out-right 300ms ease-in-out forwards;
  animation: slide-out-right 300ms ease-in-out forwards; }

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0); }

  100% {
    -webkit-transform: rotate(360deg); } }
@-moz-keyframes rotate {
  0% {
    -moz-transform: rotate(0); }

  100% {
    -moz-transform: rotate(360deg); } }
@-o-keyframes rotate {
  0% {
    -o-transform: rotate(0); }

  100% {
    -o-transform: rotate(360deg); } }
@keyframes rotate {
  0% {
    transform: rotate(0); }

  100% {
    transform: rotate(360deg); } }
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 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 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * 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/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*------------------------------------*\
  Base Styles
\*------------------------------------*/
html {
  font-family: "base";
  font-size: 100%; }

body {
  font-family: "Helvetica Neue", "HelveticaNeue", Arial, Helvetica, "Roboto", sans-serif;
  line-height: 1.75; }

body:after {
  content: "base";
  display: none; }

@media (max-width: 19.9375em) {
  html {
    font-family: "base";
    font-size: 100%; }

  body:after {
    content: "base"; } }
@media (min-width: 20em) and (max-width: 29.9375em) {
  html {
    font-family: "narrow";
    font-size: 100%; }

  body:after {
    content: "narrow"; } }
@media (min-width: 30em) and (max-width: 39.9375em) {
  html {
    font-family: "small";
    font-size: 100%; }

  body:after {
    content: "small"; } }
@media (min-width: 40em) and (max-width: 44.9375em) {
  html {
    font-family: "med";
    font-size: 100%; }

  body:after {
    content: "med"; } }
@media (min-width: 45em) and (max-width: 59.9375em) {
  html {
    font-family: "med-wide";
    font-size: 100%; }

  body:after {
    content: "med-wide"; } }
@media (min-width: 60em) and (max-width: 63.9375em) {
  html {
    font-family: "wide";
    font-size: 100%; }

  body:after {
    content: "wide"; } }
@media (min-width: 64em) and (max-width: 79.9375em) {
  html {
    font-family: "desktop";
    font-size: 100%; }

  body:after {
    content: "desktop"; } }
@media (min-width: 80em) {
  html {
    font-family: "full";
    font-size: 100%; }

  body:after {
    content: "full"; } }
[data-set] {
  display: none; }

.show-default {
  display: block; }

.js .hide-base {
  display: none; }

.js .show-base {
  display: block; }

@media only screen and (min-width: 20em) {
  .js .hide-narrow {
    display: none; }

  .js .show-narrow {
    display: block; } }
@media only screen and (min-width: 30em) {
  .js .hide-small {
    display: none; }

  .js .show-small {
    display: block; } }
@media only screen and (min-width: 40em) {
  .js .hide-med {
    display: none; }

  .js .show-med {
    display: block; } }
@media only screen and (min-width: 45em) {
  .js .hide-med-wide {
    display: none; }

  .js .show-med-wide {
    display: block; } }
@media only screen and (min-width: 60em) {
  .js .hide-wide {
    display: none; }

  .js .show-wide {
    display: block; } }
@media only screen and (min-width: 64em) {
  .js .hide-desktop {
    display: none; }

  .js .show-desktop {
    display: block; } }
@media only screen and (min-width: 80em) {
  .js .hide-full {
    display: none; }

  .js .show-full {
    display: block; } }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat: no-repeat; }

::-moz-selection {
  background: #3376ae;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #3376ae;
  color: #fff;
  text-shadow: none; }

body {
  background-color: #739600;
  color: #636363;
  font-family: "Whitney SSm A", "Whitney SSm B", "Helvetica Neue", "HelveticaNeue", Arial, Helvetica, "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.75; }
  .oldfonts body {
    font-family: "Helvetica Neue", "HelveticaNeue", Arial, Helvetica, "Roboto", sans-serif; }
  body.theme-blue {
    background-color: #2482cc; }
  body.theme-gray {
    background-color: #525252; }
  [lang=ar] body {
    font-family: "Whitney SSm A", "Whitney SSm B", "Adobe Arabic", "Al Bayan", "DecoType Naskh", "Nadeem", "Sakkal Majalla", "Arabic Typesetting", "Traditional Arabic", sans-serif; }
  [lang=zh] body {
    font-family: "Whitney SSm A", "Whitney SSm B", "STHeitiSC-Light", "STHeitiTC-Light", "SimHei", "Hei", "STHeiti", "SimSun-ExtB", "Helvetica Neue", "HelveticaNeue", Arial, Helvetica, "Roboto", sans-serif; }
  [lang=ja] body {
    font-family: "Whitney SSm A", "Whitney SSm B", "HiraKakuProN-W3", "Hiragino Kaku Gothic Pro", "Hei", "Meiryo", "MS Gothic", "MS PGothic", "ＭＳ Ｐゴシック", "Helvetica Neue", "HelveticaNeue", Arial, Helvetica, "Roboto", sans-serif; }
  [lang=iu] body {
    font-family: "Whitney SSm A", "Whitney SSm B", "Euphemia", "Euphemia UCAS", "Euphemia-web", "Helvetica Neue", "HelveticaNeue", Arial, Helvetica, "Roboto", sans-serif; }

[lang=ar] {
  direction: rtl;
  font-size: 1.5em;
  font-size: 1.5rem;
  line-height: 1.25; }

img {
  height: auto;
  max-width: 100%; }

.main iframe,
.main object {
  z-index: 1 !important; }

.icon-loading-svg {
  -webkit-animation: rotate 1.5s infinite linear;
  -moz-animation: rotate 1.5s infinite linear;
  animation: rotate 1.5s infinite linear;
  fill: #969696; }

.ios input,
.ios textarea,
.ios select {
  font-size: 16px !important; }

.facebook-wrap {
  margin-bottom: 40px;
  width: 300px; }
  @media only screen and (min-width: 40em) {
    .facebook-wrap {
      float: left;
      margin-bottom: 0;
      margin-right: 20px; } }

.facebook-widget {
  display: block !important;
  overflow: hidden; }
  .facebook-widget span,
  .facebook-widget iframe {
    display: block !important;
    position: static !important;
    width: 300px !important; }

.twitter-wrap {
  overflow: hidden; }

[data-twttr-id] iframe {
  display: block;
  width: 100% !important; }

/*------------------------------------*\
    Layout
\*------------------------------------*/
.col-1 {
  width: 100%; }

.col-3-4 {
  width: 75%; }

.col-2-3 {
  width: 66.666666666%; }

.col-2 {
  width: 50%; }

.col-3 {
  width: 33.333333333%; }

.col-4 {
  width: 25%; }

.col-5 {
  width: 20%; }

.col-6 {
  width: 16.666666666%; }

.main {
  background: #e6e6e6 url(data:image/gif;base64,R0lGODlhCQADAIAAAPX19ebm5iH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjEgNjQuMTQwOTQ5LCAyMDEwLzEyLzA3LTEwOjU3OjAxICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1LjEgTWFjaW50b3NoIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjg2OEI4REM3RTY0QTExRTI5QTIzQjAzM0Y2RkNFMzNDIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjg2OEI4REM4RTY0QTExRTI5QTIzQjAzM0Y2RkNFMzNDIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ODY4QjhEQzVFNjRBMTFFMjlBMjNCMDMzRjZGQ0UzM0MiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6ODY4QjhEQzZFNjRBMTFFMjlBMjNCMDMzRjZGQ0UzM0MiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4B//79/Pv6+fj39vX08/Lx8O/u7ezr6uno5+bl5OPi4eDf3t3c29rZ2NfW1dTT0tHQz87NzMvKycjHxsXEw8LBwL++vby7urm4t7a1tLOysbCvrq2sq6qpqKempaSjoqGgn56dnJuamZiXlpWUk5KRkI+OjYyLiomIh4aFhIOCgYB/fn18e3p5eHd2dXRzcnFwb25tbGtqaWhnZmVkY2JhYF9eXVxbWllYV1ZVVFNSUVBPTk1MS0pJSEdGRURDQkFAPz49PDs6OTg3NjU0MzIxMC8uLSwrKikoJyYlJCMiISAfHh0cGxoZGBcWFRQTEhEQDw4NDAsKCQgHBgUEAwIBAAAh+QQAAAAAACwAAAAACQADAAACBwRieMHt3woAOw==) repeat; }
  @media only screen and (min-width: 64em) {
    .main {
      padding-top: 85px; }
      .no-js .main {
        padding-top: 0; }
      .main.template-extranet {
        padding-top: 0; } }

@media only screen and (min-width: 60em) {
  .main-content, .footer .wrap, .header-wrap {
    max-width: 960px; } }
@media only screen and (min-width: 64em) {
  .main-content, .footer .wrap, .header-wrap {
    max-width: 1030px;
    width: 93.75%; } }

.main-content, .footer .wrap {
  padding-left: 10px;
  padding-right: 10px; }
  @media only screen and (min-width: 40em) {
    .main-content, .footer .wrap {
      padding-left: 15px;
      padding-right: 15px; } }
  @media only screen and (min-width: 45em) {
    .main-content, .footer .wrap {
      padding-left: 20px;
      padding-right: 20px; } }

.main-content {
  background: #fff;
  margin: 0 auto;
  padding-bottom: 60px;
  padding-bottom: 3.75rem; }
  .main-content:before, .main-content:after {
    content: " ";
    display: table; }
  .main-content:after {
    clear: both; }
  .template-homepage .main-content {
    padding-top: 3%; }
    @media only screen and (min-width: 40em) {
      .template-homepage .main-content {
        padding-top: 0; } }
    @media only screen and (min-width: 60em) {
      .template-homepage .main-content {
        margin-top: -81px;
        position: relative;
        z-index: 700; } }

.main-top {
  padding-top: 30px; }

.main-body:before, .main-body:after {
  content: " ";
  display: table; }
.main-body:after {
  clear: both; }

.main-section:before, .main-section:after {
  content: " ";
  display: table; }
.main-section:after {
  clear: both; }

@media screen and (min-width: 48.75em) {
  .layout-right-rail .main-primary, .title-block .primary {
    display: table-cell;
    vertical-align: top;
    padding-right: 40px;
    width: 100%; } }

@media screen and (min-width: 48.75em) {
  .layout-rtl.layout-right-rail .main-primary {
    padding-left: 40px;
    padding-right: 0; } }

@media screen and (min-width: 48.75em) {
  .layout-right-rail .main-secondary, .title-block .secondary {
    display: table-cell;
    vertical-align: top;
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
    min-width: 300px;
    width: 300px; } }

@media screen and (min-width: 48.75em) {
  .layout-right-rail .main-body {
    display: table;
    table-layout: fixed;
    vertical-align: top;
    width: 100%; } }
.layout-rtl.layout-right-rail .main-body {
  direction: rtl; }

@media screen and (min-width: 37.5em) {
  .layout-left-nav .main-primary, .layout-left-nav-sidebar .main-primary {
    display: table-cell;
    vertical-align: top;
    padding-left: 40px;
    width: 100%; } }

@media screen and (min-width: 37.5em) {
  .layout-rtl.layout-left-nav .main-primary, .layout-rtl.layout-left-nav-sidebar .main-primary {
    padding-left: 0;
    padding-right: 40px; } }

@media screen and (min-width: 37.5em) {
  .layout-left-nav .main-secondary-nav, .layout-left-nav-sidebar .main-secondary-nav {
    display: table-cell;
    vertical-align: top;
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
    min-width: 140px;
    width: 140px; } }

@media screen and (min-width: 37.5em) {
  .layout-left-nav .main-body, .layout-left-nav-sidebar .main-body {
    display: table;
    table-layout: fixed;
    vertical-align: top;
    width: 100%; } }
.layout-rtl.layout-left-nav .main-body, .layout-rtl.layout-left-nav-sidebar .main-body {
  direction: rtl; }

@media screen and (min-width: 60em) {
  .layout-left-nav-sidebar .main-subsection-primary {
    display: table-cell;
    vertical-align: top;
    padding-right: 40px;
    width: 100%; } }

@media screen and (min-width: 60em) {
  .layout-rtl.layout-left-nav-sidebar .main-subsection-primary {
    padding-left: 40px;
    padding-right: 0; } }

@media screen and (min-width: 60em) {
  .layout-left-nav-sidebar .main-subsection-secondary {
    display: table-cell;
    vertical-align: top;
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
    min-width: 300px;
    width: 300px; } }

@media only screen and (min-width: 40em) {
  .layout-even-split {
    display: table;
    table-layout: fixed;
    vertical-align: top;
    width: 100%; } }
@media only screen and (min-width: 40em) {
  .layout-even-split .primary,
  .layout-even-split .secondary {
    display: table-cell;
    vertical-align: top;
    margin-bottom: 0;
    width: 50%; } }
.layout-even-split .primary {
  margin-bottom: 50px;
  margin-bottom: 3.125rem; }
  @media only screen and (min-width: 40em) {
    .layout-even-split .primary {
      margin-bottom: 0;
      padding-right: 20px; } }
@media only screen and (min-width: 40em) {
  .layout-even-split.layout-rtl .primary {
    padding-left: 20px;
    padding-right: 0; } }
@media only screen and (min-width: 40em) {
  .layout-even-split .secondary {
    padding-left: 20px; } }
@media only screen and (min-width: 40em) {
  .layout-even-split.layout-rtl .secondary {
    padding-left: 0;
    padding-right: 20px; } }

.reset-heading {
  color: #636363;
  font-family: "Whitney SSm A", "Whitney SSm B", "Helvetica Neue", "HelveticaNeue", Arial, Helvetica, "Roboto", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.75;
  margin: 0;
  text-transform: none;
  word-spacing: 0; }

.text1, .text2, .text2-blue, h2, h1, .title-block .title {
  color: #739600;
  font-size: 36px;
  font-size: 2.25rem;
  font-family: "Whitney SSm A", "Whitney SSm B", "Helvetica Neue", "HelveticaNeue", Arial, Helvetica, "Roboto", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.15;
  margin: 0 0 .475em;
  text-rendering: optimizeLegibility;
  word-spacing: 0; }
  .theme-blue .text1, .theme-blue .text2, .theme-blue .text2-blue, .theme-blue h2, .theme-blue h1, .theme-blue .title-block .title, .title-block .theme-blue .title {
    color: #2482cc; }
  .theme-gray .text1, .theme-gray .text2, .theme-gray .text2-blue, .theme-gray h2, .theme-gray h1, .theme-gray .title-block .title, .title-block .theme-gray .title {
    color: #525252; }
  .webos .text1, .webos .text2, .webos .text2-blue, .webos h2, .webos h1, .webos .title-block .title, .title-block .webos .title {
    text-rendering: auto; }
  [lang=ar] .text1, [lang=ar] .text2, [lang=ar] .text2-blue, [lang=ar] h2, [lang=ar] h1, [lang=ar] .title-block .title, .title-block [lang=ar] .title {
    font-family: "Whitney SSm A", "Whitney SSm B", "Adobe Arabic", "Al Bayan", "DecoType Naskh", "Nadeem", "Sakkal Majalla", "Arabic Typesetting", "Traditional Arabic", sans-serif; }
  [lang=zh] .text1, [lang=zh] .text2, [lang=zh] .text2-blue, [lang=zh] h2, [lang=zh] h1, [lang=zh] .title-block .title, .title-block [lang=zh] .title {
    font-family: "Whitney SSm A", "Whitney SSm B", "STHeitiSC-Light", "STHeitiTC-Light", "SimHei", "Hei", "STHeiti", "SimSun-ExtB", "Helvetica Neue", "HelveticaNeue", Arial, Helvetica, "Roboto", sans-serif; }
  [lang=ja] .text1, [lang=ja] .text2, [lang=ja] .text2-blue, [lang=ja] h2, [lang=ja] h1, [lang=ja] .title-block .title, .title-block [lang=ja] .title {
    font-family: "Whitney SSm A", "Whitney SSm B", "HiraKakuProN-W3", "Hiragino Kaku Gothic Pro", "Hei", "Meiryo", "MS Gothic", "MS PGothic", "ＭＳ Ｐゴシック", "Helvetica Neue", "HelveticaNeue", Arial, Helvetica, "Roboto", sans-serif; }
  [lang=iu] .text1, [lang=iu] .text2, [lang=iu] .text2-blue, [lang=iu] h2, [lang=iu] h1, [lang=iu] .title-block .title, .title-block [lang=iu] .title {
    font-family: "Whitney SSm A", "Whitney SSm B", "Euphemia", "Euphemia UCAS", "Euphemia-web", "Helvetica Neue", "HelveticaNeue", Arial, Helvetica, "Roboto", sans-serif; }
  [lang=ar] .text1, [lang=ar] .text2, [lang=ar] .text2-blue, [lang=ar] h2, [lang=ar] h1, [lang=ar] .title-block .title, .title-block [lang=ar] .title {
    font-size: 40px;
    font-size: 2.5rem; }
  [lang=iu] .text1, [lang=iu] .text2, [lang=iu] .text2-blue, [lang=iu] h2, [lang=iu] h1, [lang=iu] .title-block .title, .title-block [lang=iu] .title {
    word-spacing: 0.25em; }
  @media only screen and (min-width: 30em) {
    .text1, .text2, .text2-blue, h2, h1, .title-block .title {
      font-size: 40px;
      font-size: 2.5rem; }
      [lang=ar] .text1, [lang=ar] .text2, [lang=ar] .text2-blue, [lang=ar] h2, [lang=ar] h1, [lang=ar] .title-block .title, .title-block [lang=ar] .title {
        font-size: 44px;
        font-size: 2.75rem; } }

.text2, .text2-blue, h2 {
  font-weight: 300; }
  @media only screen and (min-width: 30em) {
    .text2, .text2-blue, h2 {
      letter-spacing: -1px;
      word-spacing: -1px; }
      [lang=ar] .text2, [lang=ar] .text2-blue, [lang=ar] h2 {
        letter-spacing: 0;
        word-spacing: 0; }
      [lang=iu] .text2, [lang=iu] .text2-blue, [lang=iu] h2 {
        letter-spacing: 0;
        word-spacing: 0.25em; } }

.text2-blue {
  color: #3376ae; }

.text3, h3, .pct-rich-text h1, .pct-rich-text h2,
.pct-rich-text-more h1,
.pct-rich-text-more h2, .title-block .subtitle, .template-blog-article .title-block .title {
  font-size: 28px;
  font-size: 1.75rem;
  font-family: "Whitney SSm A", "Whitney SSm B", "Helvetica Neue", "HelveticaNeue", Arial, Helvetica, "Roboto", sans-serif;
  font-weight: 300;
  color: #969696;
  letter-spacing: 0;
  line-height: 1.25;
  margin: 0 0 1em;
  text-rendering: optimizeLegibility;
  word-spacing: 0; }
  .webos .text3, .webos h3, .webos .pct-rich-text h1, .pct-rich-text .webos h1, .webos .pct-rich-text h2, .pct-rich-text .webos h2,
  .webos .pct-rich-text-more h1,
  .pct-rich-text-more .webos h1,
  .webos .pct-rich-text-more h2,
  .pct-rich-text-more .webos h2, .webos .title-block .subtitle, .title-block .webos .subtitle, .webos .template-blog-article .title-block .title, .template-blog-article .title-block .webos .title {
    text-rendering: auto; }
  [lang=ar] .text3, [lang=ar] h3, [lang=ar] .pct-rich-text h1, .pct-rich-text [lang=ar] h1, [lang=ar] .pct-rich-text h2, .pct-rich-text [lang=ar] h2,
  [lang=ar] .pct-rich-text-more h1,
  .pct-rich-text-more [lang=ar] h1,
  [lang=ar] .pct-rich-text-more h2,
  .pct-rich-text-more [lang=ar] h2, [lang=ar] .title-block .subtitle, .title-block [lang=ar] .subtitle, [lang=ar] .template-blog-article .title-block .title, .template-blog-article .title-block [lang=ar] .title {
    font-family: "Whitney SSm A", "Whitney SSm B", "Adobe Arabic", "Al Bayan", "DecoType Naskh", "Nadeem", "Sakkal Majalla", "Arabic Typesetting", "Traditional Arabic", sans-serif; }
  [lang=zh] .text3, [lang=zh] h3, [lang=zh] .pct-rich-text h1, .pct-rich-text [lang=zh] h1, [lang=zh] .pct-rich-text h2, .pct-rich-text [lang=zh] h2,
  [lang=zh] .pct-rich-text-more h1,
  .pct-rich-text-more [lang=zh] h1,
  [lang=zh] .pct-rich-text-more h2,
  .pct-rich-text-more [lang=zh] h2, [lang=zh] .title-block .subtitle, .title-block [lang=zh] .subtitle, [lang=zh] .template-blog-article .title-block .title, .template-blog-article .title-block [lang=zh] .title {
    font-family: "Whitney SSm A", "Whitney SSm B", "STHeitiSC-Light", "STHeitiTC-Light", "SimHei", "Hei", "STHeiti", "SimSun-ExtB", "Helvetica Neue", "HelveticaNeue", Arial, Helvetica, "Roboto", sans-serif; }
  [lang=ja] .text3, [lang=ja] h3, [lang=ja] .pct-rich-text h1, .pct-rich-text [lang=ja] h1, [lang=ja] .pct-rich-text h2, .pct-rich-text [lang=ja] h2,
  [lang=ja] .pct-rich-text-more h1,
  .pct-rich-text-more [lang=ja] h1,
  [lang=ja] .pct-rich-text-more h2,
  .pct-rich-text-more [lang=ja] h2, [lang=ja] .title-block .subtitle, .title-block [lang=ja] .subtitle, [lang=ja] .template-blog-article .title-block .title, .template-blog-article .title-block [lang=ja] .title {
    font-family: "Whitney SSm A", "Whitney SSm B", "HiraKakuProN-W3", "Hiragino Kaku Gothic Pro", "Hei", "Meiryo", "MS Gothic", "MS PGothic", "ＭＳ Ｐゴシック", "Helvetica Neue", "HelveticaNeue", Arial, Helvetica, "Roboto", sans-serif; }
  [lang=iu] .text3, [lang=iu] h3, [lang=iu] .pct-rich-text h1, .pct-rich-text [lang=iu] h1, [lang=iu] .pct-rich-text h2, .pct-rich-text [lang=iu] h2,
  [lang=iu] .pct-rich-text-more h1,
  .pct-rich-text-more [lang=iu] h1,
  [lang=iu] .pct-rich-text-more h2,
  .pct-rich-text-more [lang=iu] h2, [lang=iu] .title-block .subtitle, .title-block [lang=iu] .subtitle, [lang=iu] .template-blog-article .title-block .title, .template-blog-article .title-block [lang=iu] .title {
    font-family: "Whitney SSm A", "Whitney SSm B", "Euphemia", "Euphemia UCAS", "Euphemia-web", "Helvetica Neue", "HelveticaNeue", Arial, Helvetica, "Roboto", sans-serif; }
  [lang=ar] .text3, [lang=ar] h3, [lang=ar] .pct-rich-text h1, .pct-rich-text [lang=ar] h1, [lang=ar] .pct-rich-text h2, .pct-rich-text [lang=ar] h2,
  [lang=ar] .pct-rich-text-more h1,
  .pct-rich-text-more [lang=ar] h1,
  [lang=ar] .pct-rich-text-more h2,
  .pct-rich-text-more [lang=ar] h2, [lang=ar] .title-block .subtitle, .title-block [lang=ar] .subtitle, [lang=ar] .template-blog-article .title-block .title, .template-blog-article .title-block [lang=ar] .title {
    font-size: 32px;
    font-size: 2rem; }
  [lang=iu] .text3, [lang=iu] h3, [lang=iu] .pct-rich-text h1, .pct-rich-text [lang=iu] h1, [lang=iu] .pct-rich-text h2, .pct-rich-text [lang=iu] h2,
  [lang=iu] .pct-rich-text-more h1,
  .pct-rich-text-more [lang=iu] h1,
  [lang=iu] .pct-rich-text-more h2,
  .pct-rich-text-more [lang=iu] h2, [lang=iu] .title-block .subtitle, .title-block [lang=iu] .subtitle, [lang=iu] .template-blog-article .title-block .title, .template-blog-article .title-block [lang=iu] .title {
    word-spacing: 0.25em; }
  @media only screen and (min-width: 30em) {
    .text3, h3, .pct-rich-text h1, .pct-rich-text h2,
    .pct-rich-text-more h1,
    .pct-rich-text-more h2, .title-block .subtitle, .template-blog-article .title-block .title {
      font-size: 30px;
      font-size: 1.875rem;
      letter-spacing: -1px; }
      [lang=ar] .text3, [lang=ar] h3, [lang=ar] .pct-rich-text h1, .pct-rich-text [lang=ar] h1, [lang=ar] .pct-rich-text h2, .pct-rich-text [lang=ar] h2,
      [lang=ar] .pct-rich-text-more h1,
      .pct-rich-text-more [lang=ar] h1,
      [lang=ar] .pct-rich-text-more h2,
      .pct-rich-text-more [lang=ar] h2, [lang=ar] .title-block .subtitle, .title-block [lang=ar] .subtitle, [lang=ar] .template-blog-article .title-block .title, .template-blog-article .title-block [lang=ar] .title {
        font-size: 34px;
        font-size: 2.125rem;
        letter-spacing: 0; }
      [lang=iu] .text3, [lang=iu] h3, [lang=iu] .pct-rich-text h1, .pct-rich-text [lang=iu] h1, [lang=iu] .pct-rich-text h2, .pct-rich-text [lang=iu] h2,
      [lang=iu] .pct-rich-text-more h1,
      .pct-rich-text-more [lang=iu] h1,
      [lang=iu] .pct-rich-text-more h2,
      .pct-rich-text-more [lang=iu] h2, [lang=iu] .title-block .subtitle, .title-block [lang=iu] .subtitle, [lang=iu] .template-blog-article .title-block .title, .template-blog-article .title-block [lang=iu] .title {
        letter-spacing: 0; } }

.text4, h4, caption, .pct-component-title, .pct-rich-text h3,
.pct-rich-text-more h3 {
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 700;
  color: #21578a;
  line-height: 1.5;
  letter-spacing: -1px;
  margin: 0 0 1em;
  word-spacing: 0; }
  [lang=ar] .text4, [lang=ar] h4, [lang=ar] caption, [lang=ar] .pct-component-title, [lang=ar] .pct-rich-text h3, .pct-rich-text [lang=ar] h3,
  [lang=ar] .pct-rich-text-more h3,
  .pct-rich-text-more [lang=ar] h3 {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: normal;
    letter-spacing: 0; }
  [lang=iu] .text4, [lang=iu] h4, [lang=iu] caption, [lang=iu] .pct-component-title, [lang=iu] .pct-rich-text h3, .pct-rich-text [lang=iu] h3,
  [lang=iu] .pct-rich-text-more h3,
  .pct-rich-text-more [lang=iu] h3 {
    letter-spacing: 0;
    word-spacing: 0.25em; }

.text5, .text5-alt, .footer-heading, .footer-heading-button, .left-navigation .left-nav-header, .pct-rich-text-more .title, h5, .pct-rich-text h4,
.pct-rich-text-more h4 {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
  color: #21578a;
  letter-spacing: 0;
  line-height: 1.5;
  margin: 0 0 1em;
  word-spacing: -2px; }
  [lang=ar] .text5, [lang=ar] .text5-alt, [lang=ar] .footer-heading, [lang=ar] .footer-heading-button, [lang=ar] .left-navigation .left-nav-header, .left-navigation [lang=ar] .left-nav-header, [lang=ar] .pct-rich-text-more .title, .pct-rich-text-more [lang=ar] .title, [lang=ar] h5, [lang=ar] .pct-rich-text h4, .pct-rich-text [lang=ar] h4,
  [lang=ar] .pct-rich-text-more h4,
  .pct-rich-text-more [lang=ar] h4 {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: normal;
    word-spacing: 0; }
  [lang=iu] .text5, [lang=iu] .text5-alt, [lang=iu] .footer-heading, [lang=iu] .footer-heading-button, [lang=iu] .left-navigation .left-nav-header, .left-navigation [lang=iu] .left-nav-header, [lang=iu] .pct-rich-text-more .title, .pct-rich-text-more [lang=iu] .title, [lang=iu] h5, [lang=iu] .pct-rich-text h4, .pct-rich-text [lang=iu] h4,
  [lang=iu] .pct-rich-text-more h4,
  .pct-rich-text-more [lang=iu] h4 {
    font-size: 19px;
    font-size: 1.1875rem;
    font-weight: normal;
    word-spacing: 0.25em; }

.text5-alt, .footer-heading, .footer-heading-button, .left-navigation .left-nav-header, .pct-rich-text-more .title {
  font-size: 15px;
  font-size: 0.9375rem;
  text-transform: uppercase;
  word-spacing: 0; }
  [lang=ar] .text5-alt, [lang=ar] .footer-heading, [lang=ar] .footer-heading-button, [lang=ar] .left-navigation .left-nav-header, .left-navigation [lang=ar] .left-nav-header, [lang=ar] .pct-rich-text-more .title, .pct-rich-text-more [lang=ar] .title {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: bold; }
  [lang=iu] .text5-alt, [lang=iu] .footer-heading, [lang=iu] .footer-heading-button, [lang=iu] .left-navigation .left-nav-header, .left-navigation [lang=iu] .left-nav-header, [lang=iu] .pct-rich-text-more .title, .pct-rich-text-more [lang=iu] .title {
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    word-spacing: 0.25em; }

.text6, .text6-alt, .pct-component-subtitle, .pct-rich-text h5,
.pct-rich-text-more h5, .pct-rich-text .subheader,
.pct-rich-text-more .subheader, .pct-aside-left .content .title, .pct-aside-right .content .title, .pct-aside-full .content .title, .title-block .type, h6, .pct-rich-text h6,
.pct-rich-text-more h6 {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #636363;
  letter-spacing: 0;
  line-height: 1.5;
  margin: 0 0 1em;
  word-spacing: 0; }
  [lang=ar] .text6, [lang=ar] .text6-alt, [lang=ar] .pct-component-subtitle, [lang=ar] .pct-rich-text h5, .pct-rich-text [lang=ar] h5,
  [lang=ar] .pct-rich-text-more h5,
  .pct-rich-text-more [lang=ar] h5, [lang=ar] .pct-rich-text .subheader, .pct-rich-text [lang=ar] .subheader,
  [lang=ar] .pct-rich-text-more .subheader,
  .pct-rich-text-more [lang=ar] .subheader, [lang=ar] .pct-aside-left .content .title, .pct-aside-left .content [lang=ar] .title, [lang=ar] .pct-aside-right .content .title, .pct-aside-right .content [lang=ar] .title, [lang=ar] .pct-aside-full .content .title, .pct-aside-full .content [lang=ar] .title, [lang=ar] .title-block .type, .title-block [lang=ar] .type, [lang=ar] h6 {
    font-size: 17px;
    font-size: 1.0625rem;
    font-weight: normal; }
  [lang=iu] .text6, [lang=iu] .text6-alt, [lang=iu] .pct-component-subtitle, [lang=iu] .pct-rich-text h5, .pct-rich-text [lang=iu] h5,
  [lang=iu] .pct-rich-text-more h5,
  .pct-rich-text-more [lang=iu] h5, [lang=iu] .pct-rich-text .subheader, .pct-rich-text [lang=iu] .subheader,
  [lang=iu] .pct-rich-text-more .subheader,
  .pct-rich-text-more [lang=iu] .subheader, [lang=iu] .pct-aside-left .content .title, .pct-aside-left .content [lang=iu] .title, [lang=iu] .pct-aside-right .content .title, .pct-aside-right .content [lang=iu] .title, [lang=iu] .pct-aside-full .content .title, .pct-aside-full .content [lang=iu] .title, [lang=iu] .title-block .type, .title-block [lang=iu] .type, [lang=iu] h6 {
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
    word-spacing: 0.25em; }

.text6-alt, .pct-component-subtitle, .pct-rich-text h5,
.pct-rich-text-more h5, .pct-rich-text .subheader,
.pct-rich-text-more .subheader, .pct-aside-left .content .title, .pct-aside-right .content .title, .pct-aside-full .content .title, .title-block .type {
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase; }
  [lang=ar] .text6-alt, [lang=ar] .pct-component-subtitle, [lang=ar] .pct-rich-text h5, .pct-rich-text [lang=ar] h5,
  [lang=ar] .pct-rich-text-more h5,
  .pct-rich-text-more [lang=ar] h5, [lang=ar] .pct-rich-text .subheader, .pct-rich-text [lang=ar] .subheader,
  [lang=ar] .pct-rich-text-more .subheader,
  .pct-rich-text-more [lang=ar] .subheader, [lang=ar] .pct-aside-left .content .title, .pct-aside-left .content [lang=ar] .title, [lang=ar] .pct-aside-right .content .title, .pct-aside-right .content [lang=ar] .title, [lang=ar] .pct-aside-full .content .title, .pct-aside-full .content [lang=ar] .title, [lang=ar] .title-block .type, .title-block [lang=ar] .type {
    font-size: 17px;
    font-size: 1.0625rem;
    font-weight: bold; }
  [lang=iu] .text6-alt, [lang=iu] .pct-component-subtitle, [lang=iu] .pct-rich-text h5, .pct-rich-text [lang=iu] h5,
  [lang=iu] .pct-rich-text-more h5,
  .pct-rich-text-more [lang=iu] h5, [lang=iu] .pct-rich-text .subheader, .pct-rich-text [lang=iu] .subheader,
  [lang=iu] .pct-rich-text-more .subheader,
  .pct-rich-text-more [lang=iu] .subheader, [lang=iu] .pct-aside-left .content .title, .pct-aside-left .content [lang=iu] .title, [lang=iu] .pct-aside-right .content .title, .pct-aside-right .content [lang=iu] .title, [lang=iu] .pct-aside-full .content .title, .pct-aside-full .content [lang=iu] .title, [lang=iu] .title-block .type, .title-block [lang=iu] .type {
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: bold;
    word-spacing: 0.25em; }

/*------------------------------------*\
    Typography
\*------------------------------------*/
a, .back-button {
  color: #3376ae; }
  a:hover, .back-button:hover, a:focus, .back-button:focus, a:active, .back-button:active {
    color: #5eb6e4; }

a {
  text-decoration: none;
  -webkit-transition: color 150ms ease-out, background-color 150ms ease-out;
  -moz-transition: color 150ms ease-out, background-color 150ms ease-out;
  transition: color 150ms ease-out, background-color 150ms ease-out; }
  a:hover, a:focus, a:active {
    text-decoration: none; }
  a.disabled {
    cursor: not-allowed; }
    a.disabled:hover {
      text-decoration: none; }

.nowrap, .pct-link-arrow {
  white-space: nowrap; }

.pct-link-arrow:after {
  content: '\0020\203A';
  vertical-align: baseline; }

.pct-external-icon:after {
  content: '\25f3';
  display: inline;
  padding-left: 7px;
  padding-left: 0.4375rem;
  position: relative;
  top: -1px;
  top: -0.0625rem;
  white-space: nowrap; }
  .main-content .pct-external-icon:after {
    color: #5eb6e4; }

p {
  margin-top: 0;
  word-spacing: -1px; }

blockquote {
  color: #739600;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 300;
  line-height: 1.5;
  margin: 1em 0;
  text-align: center; }
  @media only screen and (min-width: 30em) {
    blockquote {
      font-size: 26px;
      font-size: 1.625rem; } }
  blockquote .text {
    display: block; }
    @media only screen and (min-width: 30em) {
      blockquote .text {
        letter-spacing: -1px; } }
    blockquote .text:before, blockquote .text:after {
      display: block;
      font-weight: 700;
      line-height: 1;
      text-align: center;
      width: 100%; }
    blockquote .text:before {
      content: '\201C'; }
    blockquote .text:after {
      content: '\201D';
      margin-top: 15px;
      margin-top: 0.9375rem; }
  blockquote .source {
    color: #969696;
    display: block;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.25;
    margin-top: 10px;
    margin-top: 0.625rem; }

ul,
ol {
  margin: 0 0 16px;
  margin: 0 0 1rem;
  padding-left: 20px;
  padding-left: 1.25rem; }
  li ul, li
  ol {
    margin-bottom: 0;
    margin-top: 16px;
    margin-top: 1rem; }

li {
  margin-bottom: 16px;
  margin-bottom: 1rem; }
  li:last-child {
    margin-bottom: 0; }

li ol {
  list-style: lower-alpha; }

li li ol {
  list-style: lower-roman; }

li ol {
  list-style: lower-alpha; }

li li ol {
  list-style: lower-roman; }

input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"] {
  font-size: 13px;
  font-size: 0.8125rem;
  border: 1px solid #a9b2b1;
  border-radius: 0;
  color: #636363;
  line-height: 1;
  margin: 0;
  padding: 0.6em 0.4em 0.55em;
  width: 100%; }
  input[type="email"]::-webkit-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="search"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="text"]::-webkit-input-placeholder,
  input[type="url"]::-webkit-input-placeholder {
    color: #b7b7b7;
    font-weight: 600;
    line-height: 1.25; }
  input[type="email"]:-moz-placeholder,
  input[type="number"]:-moz-placeholder,
  input[type="password"]:-moz-placeholder,
  input[type="search"]:-moz-placeholder,
  input[type="tel"]:-moz-placeholder,
  input[type="text"]:-moz-placeholder,
  input[type="url"]:-moz-placeholder {
    color: #b7b7b7;
    font-weight: 600;
    line-height: 1.25; }
  input[type="email"]::-moz-placeholder,
  input[type="number"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  input[type="search"]::-moz-placeholder,
  input[type="tel"]::-moz-placeholder,
  input[type="text"]::-moz-placeholder,
  input[type="url"]::-moz-placeholder {
    color: #b7b7b7;
    font-weight: 600;
    line-height: 1.25; }
  input[type="email"]:-ms-input-placeholder,
  input[type="number"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type="search"]:-ms-input-placeholder,
  input[type="tel"]:-ms-input-placeholder,
  input[type="text"]:-ms-input-placeholder,
  input[type="url"]:-ms-input-placeholder {
    color: #b7b7b7;
    font-weight: 600;
    line-height: 1.25; }
  input[type="email"].placeholder,
  input[type="number"].placeholder,
  input[type="password"].placeholder,
  input[type="search"].placeholder,
  input[type="tel"].placeholder,
  input[type="text"].placeholder,
  input[type="url"].placeholder {
    color: #b7b7b7;
    font-weight: 600;
    line-height: 1.25; }

textarea {
  display: block;
  padding: 8px 10px;
  padding: 0.5rem 0.625rem;
  width: 100%; }

.error-msg {
  color: red;
  font-size: 90%;
  margin-top: 0.25em; }

.vcard abbr,
.vevent abbr {
  border-bottom: none; }
.vcard p,
.vevent p {
  margin-bottom: 0; }

/* Tables */
table {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  width: 100%; }

tr:nth-child(2n+2) {
  background-color: #eee; }

th {
  padding: 0.4em 0.8em;
  text-align: left; }

td {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.5;
  padding: 0.8em; }

td,
th {
  vertical-align: middle; }

button,
input[type="submit"], .button, .button-small,
input[type="submit"].button-small, .button-dark,
input[type="submit"].button-dark, .search-box .search-submit {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
  background-color: #5eb6e4;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
  padding: 10px 9px;
  text-transform: uppercase; }
  button:hover,
  input[type="submit"]:hover, .button:hover, .button-small:hover, .button-dark:hover, .search-box .search-submit:hover, button:focus,
  input[type="submit"]:focus, .button:focus, .button-small:focus, .button-dark:focus, .search-box .search-submit:focus {
    background-color: #2382cc;
    color: #fff;
    text-decoration: none; }

button .inner {
  position: relative; }

.button-small,
input[type="submit"].button-small {
  padding: 7px 10px;
  padding: 0.4375rem 0.625rem; }

.button-dark,
input[type="submit"].button-dark, .search-box .search-submit {
  background-color: #22578b; }
  .button-dark:hover,
  input[type="submit"].button-dark:hover, .search-box .search-submit:hover, .button-dark:focus,
  input[type="submit"].button-dark:focus, .search-box .search-submit:focus {
    background-color: #0d2f5e; }

button:disabled, button:disabled:hover, button:disabled:focus,
input[type="submit"]:disabled,
input[type="submit"]:disabled:hover,
input[type="submit"]:disabled:focus {
  background-color: #969696 !important;
  color: #fff !important;
  cursor: not-allowed !important; }

.back-button {
  background-color: transparent;
  color: #636363;
  font-weight: normal;
  padding: 0;
  text-transform: none; }
  .back-button:hover, .back-button:focus, .back-button:active {
    background-color: transparent;
    color: #636363; }

.back-button {
  color: #3376ae; }
  .back-button:hover, .back-button:focus, .back-button:active {
    color: #5eb6e4; }

.pct-section, .pct-divider-a {
  margin-bottom: 50px;
  margin-bottom: 3.125rem; }
  .pct-section:before, .pct-divider-a:before, .pct-section:after, .pct-divider-a:after {
    content: " ";
    display: table; }
  .pct-section:after, .pct-divider-a:after {
    clear: both; }
  .pct-section > p:last-child, .pct-divider-a > p:last-child {
    margin-bottom: 0; }

.pct-divider-a {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  padding-bottom: 16px;
  padding-bottom: 1rem; }
  .pct-divider-a > *:last-child {
    margin-bottom: 0; }

.pct-divider-a {
  border-bottom: 1px solid #b7b7b7; }

.pct-component-title {
  border-bottom: 3px solid #21578a;
  line-height: 1.25;
  padding-bottom: 7px;
  padding-bottom: 0.4375rem;
  margin: -3px 0 15px;
  margin: -0.1875rem 0 0.9375rem; }

.pct-component-subtitle {
  line-height: 1.2;
  margin-bottom: 10px;
  margin-bottom: 0.625rem; }
  .pct-component-title + .pct-component-subtitle {
    margin-top: -5px;
    margin-top: -0.3125rem; }

.pct-component, .pct-component-alt {
  margin-bottom: 35px;
  margin-bottom: 2.1875rem; }
  .pct-component:before, .pct-component-alt:before, .pct-component:after, .pct-component-alt:after {
    content: " ";
    display: table; }
  .pct-component:after, .pct-component-alt:after {
    clear: both; }
  .pct-component ul:last-child, .pct-component-alt ul:last-child {
    margin-bottom: 0; }
  .pct-component p, .pct-component-alt p {
    margin-bottom: 5px;
    margin-bottom: 0.3125rem;
    line-height: 1.625; }
    .pct-component p:last-child, .pct-component-alt p:last-child {
      margin-bottom: -5px;
      margin-bottom: -0.3125rem; }
  .pct-component .description, .pct-component-alt .description {
    margin-bottom: 1em; }
  .pct-component .pct-media-wide, .pct-component-alt .pct-media-wide {
    display: none; }
    @media screen and (min-width: 48.75em) {
      .pct-component .pct-media-wide, .pct-component-alt .pct-media-wide {
        display: block;
        margin-bottom: 5px;
        margin-bottom: 0.3125rem; } }
  .pct-component .list-commas, .pct-component-alt .list-commas {
    margin-bottom: 17px;
    margin-bottom: 1.0625rem; }
    .pct-component .list-commas:last-child, .pct-component-alt .list-commas:last-child {
      margin-bottom: 0; }
    .pct-component .list-commas li, .pct-component-alt .list-commas li {
      line-height: 1.5; }
  .pct-component .vcard, .pct-component-alt .vcard {
    -ms-word-break: break-all;
    word-break: break-all;
    /* Non standard for webkit */
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto; }
    .pct-component .vcard p, .pct-component-alt .vcard p {
      margin-bottom: 0; }
  .pct-component .vevent p, .pct-component-alt .vevent p {
    margin-bottom: 10px;
    margin-bottom: 0.625rem; }
    .pct-component .vevent p:last-child, .pct-component-alt .vevent p:last-child {
      margin-bottom: 0; }
  .pct-component .icon-arrow-box, .pct-component-alt .icon-arrow-box {
    color: #5eb6e4;
    font-size: 15px;
    font-size: 0.9375rem;
    vertical-align: text-bottom; }
  .pct-component .icon-twitter, .pct-component-alt .icon-twitter {
    color: #00a8f3;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1; }
  .pct-component .icon-facebook, .pct-component-alt .icon-facebook {
    color: #365598; }

.pct-component-alt {
  border-top: 3px solid #21578a;
  padding-top: 15px;
  padding-top: 0.9375rem; }
  .pct-component-alt.event-details .pct-component-subtitle {
    margin-bottom: 13px;
    margin-bottom: 0.8125rem; }

.links-box .pct-component-subtitle {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem; }
.links-box .divided-list {
  border-bottom: none;
  margin-bottom: 0; }
  .links-box .divided-list li:first-child {
    border-top: none;
    padding-top: 0; }
  .links-box .divided-list p.readmore {
    border-top: 1px solid #e1e1e1;
    padding-top: 5px;
    padding-top: 0.3125rem; }

.main-secondary [class="pct-component"] .pct-media-wide {
  margin-bottom: 10px;
  margin-bottom: 0.625rem; }

.pct-credit-top-left, .pct-credit-top-right, .pct-credit-bottom-left, .pct-aside-left .media .credit, .pct-aside-right .media .credit, .pct-aside-full .media .credit, .pct-credit-bottom-right {
  color: #fff;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1;
  position: absolute;
  text-align: left;
  text-shadow: 0 0 9px rgba(0, 0, 0, 0.23);
  z-index: 100;
  left: 10px;
  top: 10px; }

.pct-credit-top-left {
  bottom: auto;
  left: 10px;
  right: auto;
  text-align: left;
  top: 10px; }

.pct-credit-top-right {
  bottom: auto;
  left: auto;
  right: 10px;
  text-align: right;
  top: 10px; }

.pct-credit-bottom-left, .pct-aside-left .media .credit, .pct-aside-right .media .credit, .pct-aside-full .media .credit {
  bottom: 10px;
  left: 10px;
  right: auto;
  text-align: left;
  top: auto; }

.pct-credit-bottom-right {
  bottom: 10px;
  left: auto;
  right: 10px;
  text-align: right;
  top: auto; }

.meta-info {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.2;
  margin: 10px 0 0;
  margin: 0.625rem 0 0; }
  @media only screen and (min-width: 40em) {
    .meta-info {
      font-size: 0;
      line-height: 1.2;
      margin-top: 20px;
      margin-top: 1.25rem; } }
  .meta-info li {
    margin-bottom: 10px;
    margin-bottom: 0.625rem; }
    @media only screen and (min-width: 40em) {
      .meta-info li {
        border-right: 1px solid #969696;
        display: inline;
        font-size: 17px;
        font-size: 1.0625rem;
        line-height: 1.5;
        margin-right: 10px;
        margin-right: 0.625rem;
        padding-right: 10px;
        padding-right: 0.625rem; }
        .meta-info li:last-child {
          border-right: none;
          margin-right: 0;
          padding-right: 0; } }
  .meta-info .author {
    margin-top: 0;
    white-space: normal; }
  .meta-info .author-title {
    font-style: italic; }
  .meta-info .title {
    font-weight: 600;
    text-transform: uppercase; }
  .meta-info .department {
    font-style: italic;
    font-weight: 300; }

.pct-skip-links ul li {
  float: left; }
.pct-skip-links a {
  font-size: 11px;
  font-size: 0.6875rem;
  position: absolute;
  right: 20px;
  top: -500px;
  z-index: -1; }
  .pct-skip-links a:focus {
    color: #3376ae;
    top: 2px;
    z-index: 9999; }

select.pct-custom,
select.pct-custom-block {
  opacity: 0; }
  .no-js select.pct-custom, .no-cssanimations select.pct-custom, .no-js
  select.pct-custom-block, .no-cssanimations
  select.pct-custom-block {
    opacity: 1; }

.custom-select {
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  vertical-align: middle;
  position: relative; }
  .custom-select select {
    border: 0;
    color: #636363;
    cursor: pointer;
    display: block;
    font-weight: bold;
    height: 32px;
    height: 2rem;
    opacity: 0;
    position: relative;
    width: auto;
    z-index: 10; }
  .custom-select div {
    border: 1px solid #b7b7b7;
    color: #636363;
    font-weight: 600;
    height: 32px;
    height: 2rem;
    left: 0;
    line-height: 30px;
    line-height: 1.875rem;
    overflow: hidden;
    opacity: 0;
    padding: 0 2.5em 0 0.5em;
    text-overflow: ellipsis;
    top: 0;
    width: 100%;
    z-index: 1; }
    .custom-select div:after {
      content: '\0020';
      display: block;
      margin-top: -0.15em;
      position: absolute;
      top: 50%;
      right: 0.5em;
      height: 0;
      width: 0;
      border-color: transparent;
      border-style: solid;
      border-width: 0.4em;
      border-top-color: #21578a; }
    .custom-select div:before {
      background: #b7b7b7;
      content: '\0020';
      display: block;
      height: 70%;
      position: absolute;
      right: 24px;
      right: 1.5rem;
      top: 15%;
      width: 1px; }
    .custom-select div.focus {
      border-color: #21578a; }
      .custom-select div.focus:before {
        background: #21578a; }
  .custom-select.js-init .placeholder {
    opacity: 1;
    position: absolute; }
  .custom-select.disabled select {
    cursor: not-allowed; }
  .custom-select.disabled div {
    background: #f9f9f9; }
    .custom-select.disabled div:after {
      height: 0;
      width: 0;
      border-color: transparent;
      border-style: solid;
      border-width: 0.4em;
      border-top-color: #b7b7b7; }

.pct-custom-block {
  display: block; }
  .pct-custom-block select {
    width: 100%; }

.footer {
  color: rgba(255, 255, 255, 0.9); }
  .footer .wrap {
    margin: 0 auto; }
    .footer .wrap:before, .footer .wrap:after {
      content: " ";
      display: table; }
    .footer .wrap:after {
      clear: both; }
  @media only screen and (min-width: 45em) {
    .footer .primary,
    .footer .secondary {
      float: left;
      width: 50%; }
    .footer .primary {
      padding-right: 10px; }
    .footer .secondary {
      padding-left: 10px; } }

.footer-heading, .footer-heading-button {
  color: #fff;
  margin-bottom: 12px;
  margin-bottom: 0.75rem; }

.footer-heading-button {
  margin-bottom: 0; }
  .footer-heading-button .text-wrap {
    float: left;
    margin: 10px 19px 10px 0;
    margin: 0.625rem 1.1875rem 0.625rem 0; }
  .footer-heading-button .button {
    float: left; }

.footer-more {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: uppercase; }

.footer-link-list {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.333; }

.footer-primary:before, .footer-primary:after,
.footer-secondary:before,
.footer-secondary:after {
  content: " ";
  display: table; }
.footer-primary:after,
.footer-secondary:after {
  clear: both; }

.footer-primary {
  background: #333333; }
  .footer-primary li {
    margin-bottom: 19px;
    margin-bottom: 1.1875rem; }
    .footer-primary li:last-child {
      margin-bottom: 0; }
  .footer-primary a {
    color: #5eb6e4; }
    .footer-primary a:hover, .footer-primary a:focus, .footer-primary a:active {
      color: #fff;
      text-decoration: none; }
  .footer-primary .button, .footer-primary .button:hover, .footer-primary .button:focus, .footer-primary .button:active {
    color: white; }
  .footer-primary p {
    font-weight: 300;
    font-size: 15px;
    font-size: 0.9375rem; }
  .footer-primary .wrap {
    padding-bottom: 30px;
    padding-bottom: 1.875rem;
    padding-top: 30px;
    padding-top: 1.875rem; }
  .footer-primary .group {
    margin-bottom: 35px; }
    .footer-primary .group:before, .footer-primary .group:after {
      content: " ";
      display: table; }
    .footer-primary .group:after {
      clear: both; }
  @media only screen and (min-width: 45em) {
    .footer-primary .group {
      margin-bottom: 20px; }
      .footer-primary .group:last-child {
        margin-bottom: 0; }
    .footer-primary .secondary .group {
      margin-bottom: 24px; } }

.footer-secondary {
  background-color: #739600;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 300; }
  .footer-secondary a {
    color: rgba(255, 255, 255, 0.8); }
    .footer-secondary a:hover, .footer-secondary a:focus, .footer-secondary a:active {
      color: rgba(255, 255, 255, 0.5); }
  .footer-secondary p {
    font-size: 12px;
    font-size: 0.75rem;
    margin: 0; }
    @media only screen and (min-width: 45em) {
      .footer-secondary p {
        line-height: 1; } }
  .footer-secondary .wrap {
    padding-bottom: 10px;
    padding-bottom: 0.625rem;
    padding-top: 10px;
    padding-top: 0.625rem; }
  .footer-secondary .primary {
    margin-bottom: 1em; }
    @media only screen and (min-width: 45em) {
      .footer-secondary .primary {
        margin-bottom: 0;
        width: 60%; } }
  @media only screen and (min-width: 45em) {
    .footer-secondary .secondary {
      width: 40%; } }
  .footer-secondary .footer-link-list-row {
    line-height: 1; }
    @media only screen and (min-width: 45em) {
      .footer-secondary .footer-link-list-row {
        float: right; } }
    .footer-secondary .footer-link-list-row li {
      border-left: 1px solid #fff;
      margin-left: 10px;
      padding-left: 10px; }

.header-main {
  background-color: #fff;
  border-bottom: 6px solid #21578a;
  position: relative;
  z-index: 950; }
  @media only screen and (min-width: 45em) {
    .header-main {
      height: 85px;
      box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.7); }
      .no-js .header-main {
        box-shadow: none; }
      .header-main.js-nav-open {
        box-shadow: none; } }
  @media only screen and (min-width: 64em) {
    .header-main {
      position: fixed;
      width: 100%; }
      .no-js .header-main {
        position: static; } }

.header-wrap {
  margin: 0 auto;
  position: relative; }
  .header-wrap .logo {
    display: block;
    max-width: 100%;
    padding: 18px 10px; }
    .header-wrap .logo > div {
      margin: 0 auto;
      max-height: 44px;
      max-width: 361px;
      overflow: hidden;
      position: relative; }
      .header-wrap .logo > div:before {
        content: '\0020';
        display: block;
        padding-top: 12.1883%; }
        @media only screen and (min-width: 45em) {
          .header-wrap .logo > div:before {
            display: none; } }
    .header-wrap .logo img {
      bottom: 0;
      display: block;
      left: 0;
      margin: 0 auto;
      position: absolute;
      right: 0;
      top: 0; }
      @media only screen and (min-width: 45em) {
        .header-wrap .logo img {
          position: static; } }
    @media only screen and (min-width: 45em) {
      .header-wrap .logo {
        left: 11px;
        margin-top: 0;
        padding: 0;
        position: absolute;
        top: 16px; } }

.header-utils {
  background-color: #21578a;
  padding: 12px 10px 6px;
  padding: 0.75rem 0.625rem 0.375rem; }
  .header-utils:before, .header-utils:after {
    content: " ";
    display: table; }
  .header-utils:after {
    clear: both; }
  .header-utils .nav-toggle {
    float: right; }
  @media only screen and (min-width: 45em) {
    .header-utils {
      background-color: transparent; }
      .header-utils .nav-toggle {
        float: none; } }

.left-navigation {
  line-height: 1.3;
  padding-bottom: 2em; }
  .left-navigation .left-nav-header {
    line-height: 1.25;
    margin-bottom: 15px;
    margin-bottom: 0.9375rem; }
  .left-navigation ul {
    font-size: 14px;
    font-size: 0.875rem; }
  .left-navigation > ul {
    border-top: 5px solid #e9eceb;
    margin-top: 0.25em; }
    .left-navigation > ul ul {
      border-top: 1px solid #dbe0df; }
  .left-navigation li {
    border-top: 1px solid #dbe0df;
    margin: 0;
    padding: 0; }
    .left-navigation li:first-child {
      border-top: none; }
    .left-navigation li.current {
      background: #f1f3f2;
      font-weight: 700; }
      .left-navigation li.current li {
        background: #fff;
        font-weight: 400; }
    .left-navigation li a {
      display: block;
      padding: 0.65em 0.3em 0.55em;
      text-decoration: none; }
      .left-navigation li a:hover {
        background: #f1f3f2; }
    .left-navigation li li a {
      padding-left: 1.3em; }
  .left-navigation select {
    display: none; }
  @media screen and (min-width: 37.5em) {
    .left-navigation .custom-select {
      display: none; } }
  .left-navigation .custom-select select {
    display: block; }
  .js .left-navigation ul {
    display: none; }
    @media screen and (min-width: 37.5em) {
      .js .left-navigation ul {
        display: block; } }

.pct-list-columns {
  visibility: hidden; }
  .js-list-column-wrapper .pct-list-columns, .no-js .pct-list-columns {
    visibility: visible; }

.js-list-column-wrapper:before, .js-list-column-wrapper:after {
  content: " ";
  display: table; }
.js-list-column-wrapper:after {
  clear: both; }

.js-list-column {
  float: left; }

.pct-rich-text a,
.pct-rich-text-more a {
  color: #007ad7; }
  .pct-rich-text a:hover, .pct-rich-text a:focus, .pct-rich-text a:active,
  .pct-rich-text-more a:hover,
  .pct-rich-text-more a:focus,
  .pct-rich-text-more a:active {
    color: #5eb6e4; }
.pct-rich-text h1, .pct-rich-text h2,
.pct-rich-text-more h1,
.pct-rich-text-more h2 {
  color: #21578a; }
.pct-rich-text h1,
.pct-rich-text h2,
.pct-rich-text h3,
.pct-rich-text h4,
.pct-rich-text h5,
.pct-rich-text h6,
.pct-rich-text-more h1,
.pct-rich-text-more h2,
.pct-rich-text-more h3,
.pct-rich-text-more h4,
.pct-rich-text-more h5,
.pct-rich-text-more h6 {
  margin: 1.5em 0 0.3em; }
  .pct-rich-text h1:first-child,
  .pct-rich-text h2:first-child,
  .pct-rich-text h3:first-child,
  .pct-rich-text h4:first-child,
  .pct-rich-text h5:first-child,
  .pct-rich-text h6:first-child,
  .pct-rich-text-more h1:first-child,
  .pct-rich-text-more h2:first-child,
  .pct-rich-text-more h3:first-child,
  .pct-rich-text-more h4:first-child,
  .pct-rich-text-more h5:first-child,
  .pct-rich-text-more h6:first-child {
    margin-top: 0; }
.pct-rich-text table,
.pct-rich-text-more table {
  width: 100% !important; }
.pct-rich-text .subheader,
.pct-rich-text-more .subheader {
  margin: 2em 0 0; }
.pct-rich-text .soundcloud-widget,
.pct-rich-text .fluid-width-video-wrapper,
.pct-rich-text-more .soundcloud-widget,
.pct-rich-text-more .fluid-width-video-wrapper {
  clear: both;
  margin: 30px 0;
  margin: 1.875rem 0; }

.pct-aside-left, .pct-aside-right, .pct-aside-full {
  background-color: #e1e1e1;
  margin: 7px auto 16px;
  margin: 0.4375rem auto 1rem;
  max-width: 300px; }
  .pct-aside-left .media, .pct-aside-right .media, .pct-aside-full .media {
    display: block;
    position: relative; }
    .pct-aside-left .media img, .pct-aside-right .media img, .pct-aside-full .media img {
      display: block;
      height: auto !important;
      width: 100% !important; }
  .pct-aside-left .content, .pct-aside-right .content, .pct-aside-full .content {
    padding: 16px 20px 25px;
    padding: 1rem 1.25rem 1.5625rem; }
    .pct-aside-left .content .title, .pct-aside-right .content .title, .pct-aside-full .content .title {
      margin: 3px 0 9px;
      margin: 0.1875rem 0 0.5625rem; }
    .pct-aside-left .content p, .pct-aside-right .content p, .pct-aside-full .content p {
      line-height: 1.5;
      margin-bottom: 11px;
      margin-bottom: 0.6875rem; }
      .pct-aside-left .content p:last-child, .pct-aside-right .content p:last-child, .pct-aside-full .content p:last-child {
        margin-bottom: 0; }
    .pct-aside-left .content .credit, .pct-aside-right .content .credit, .pct-aside-full .content .credit {
      font-size: 13px;
      font-size: 0.8125rem; }

@media only screen and (min-width: 64em) {
  .pct-aside-left {
    float: left;
    margin-left: 0;
    margin-right: 25px;
    margin-right: 1.5625rem; }
    .pct-aside-left .media:before {
      display: none; }
    .pct-aside-left .media img {
      display: block;
      position: static; } }

@media only screen and (min-width: 64em) {
  .pct-aside-right {
    float: right;
    margin-left: 25px;
    margin-left: 1.5625rem;
    margin-right: 0; }
    .pct-aside-right .media:before {
      display: none; }
    .pct-aside-right .media img {
      display: block;
      position: static; } }

.pct-aside-full {
  max-width: none;
  width: 100%; }
  @media only screen and (min-width: 30em) {
    .pct-aside-full {
      margin: 53px 0 60px;
      margin: 3.3125rem 0 3.75rem; } }

.pct-rich-text-more {
  margin-bottom: -25px;
  margin-bottom: -1.5625rem; }
  .pct-rich-text-more h2,
  .pct-rich-text-more h3,
  .pct-rich-text-more h4,
  .pct-rich-text-more h5,
  .pct-rich-text-more h6 {
    margin: 1.5em 0 0.3em; }
    .pct-rich-text-more h2:first-child,
    .pct-rich-text-more h3:first-child,
    .pct-rich-text-more h4:first-child,
    .pct-rich-text-more h5:first-child,
    .pct-rich-text-more h6:first-child {
      margin-top: 0; }
  .pct-rich-text-more .title {
    margin-bottom: 0; }

.pct-rich-text-intro .title {
  margin-bottom: 0.25em; }

.search-error {
  bottom: -20px;
  color: red;
  font-size: 12px;
  font-size: 0.75rem;
  position: absolute;
  display: none; }

.search-input:focus {
  outline: none; }

.search-box {
  float: left;
  height: 32px;
  position: relative;
  width: 70%; }
  @media screen and (min-width: 19.375em) {
    .search-box {
      width: auto; } }
  @media only screen and (min-width: 45em) {
    .search-box {
      height: auto;
      position: absolute;
      right: 88px;
      top: 22px; } }
  @media screen and (min-width: 47.5em) {
    .search-box {
      right: 125px; } }
  .search-box .search-input-wrap {
    background-color: #fff;
    border: 1px solid #a9b2b1;
    border-right: none;
    float: left;
    height: 32px;
    position: relative; }
    @media screen and (min-width: 19.375em) {
      .search-box .search-input-wrap {
        min-width: 240px;
        width: 75%; } }
    .search-box .search-input-wrap:after {
      color: #21578a;
      content: '\26b2';
      position: absolute;
      right: 6px;
      top: 7px; }
    @media only screen and (min-width: 45em) {
      .search-box .search-input-wrap {
        min-width: 0;
        width: 70%; }
        .search-box .search-input-wrap:after {
          display: none; } }
    @media screen and (min-width: 47.5em) {
      .search-box .search-input-wrap {
        min-width: 195px;
        width: auto; } }
  .search-box .search-input {
    box-shadow: none;
    color: #333333;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1;
    margin: 0;
    padding: 8px 25px 8px 8px;
    width: 100%; }
    .search-box .search-input::-webkit-input-placeholder {
      color: #878787;
      font-size: 14px;
      font-size: 0.875rem;
      font-weight: 600;
      line-height: 1.25;
      text-transform: uppercase; }
    .search-box .search-input:-moz-placeholder {
      color: #878787;
      font-size: 14px;
      font-size: 0.875rem;
      font-weight: 600;
      line-height: 1.25;
      text-transform: uppercase; }
    .search-box .search-input::-moz-placeholder {
      color: #878787;
      font-size: 14px;
      font-size: 0.875rem;
      font-weight: 600;
      line-height: 1.25;
      text-transform: uppercase; }
    .search-box .search-input:-ms-input-placeholder {
      color: #878787;
      font-size: 14px;
      font-size: 0.875rem;
      font-weight: 600;
      line-height: 1.25;
      text-transform: uppercase; }
    .search-box .search-input.placeholder {
      color: #878787;
      font-size: 14px;
      font-size: 0.875rem;
      font-weight: 600;
      line-height: 1.25;
      text-transform: uppercase; }
    @media only screen and (min-width: 45em) {
      .search-box .search-input {
        float: left;
        line-height: 1;
        padding: 6px 8px; }
        .search-box .search-input::-webkit-input-placeholder {
          line-height: 1.4; }
        .search-box .search-input:-moz-placeholder {
          line-height: 1.4; }
        .search-box .search-input::-moz-placeholder {
          line-height: 1.4; }
        .search-box .search-input:-ms-input-placeholder {
          line-height: 1.4; }
        .search-box .search-input.placeholder {
          line-height: 1.4; } }
  .search-box .search-submit {
    background-image: url("../img/search-icon.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 50% 50%;
    border-radius: 0;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: normal;
    height: 32px;
    padding: 0;
    text-align: center;
    text-indent: -100px;
    width: 32px; }
    .svg .search-box .search-submit {
      background-image: url("../img/search-icon.svg"); }
    @media only screen and (max-width: 44.9375em) {
      .search-box .search-submit {
        background-color: #fff;
        height: 30px;
        left: 100%;
        margin-left: -30px;
        position: absolute;
        top: 1px;
        z-index: 1000; }
        .search-box .search-submit:hover {
          background-color: #fff; }
        .fontface .search-box .search-submit {
          width: 30px; } }
    @media only screen and (min-width: 45em) {
      .search-box .search-submit {
        float: left;
        left: 32px;
        width: 35px; } }
    @media only screen and (min-width: 60em) {
      .search-box .search-submit {
        line-height: 1;
        width: 34px; } }

.share-menu:before, .share-menu:after {
  content: " ";
  display: table; }
.share-menu:after {
  clear: both; }
@media screen and (min-width: 37.5em) {
  .template-approach-case-study .share-menu, .template-results-case-study .share-menu {
    margin-top: -6px;
    margin-top: -0.375rem; } }
@media only screen and (min-width: 40em) {
  .template-report .share-menu, .template-article .share-menu, .template-collection .share-menu, .template-series .share-menu {
    margin-top: -11px;
    margin-top: -0.6875rem; }
  .template-press-release .share-menu, .template-event .share-menu, .template-approach .share-menu, .template-results-landing .share-menu {
    margin-top: -6px;
    margin-top: -0.375rem; }
  .template-blog-article .share-menu, .template-approach-case-study .share-menu, .template-scholars-profile .share-menu, .template-event .share-menu, .template-press-release .share-menu, .template-results-case-study .share-menu, .template-results-landing .share-menu, .template-series .share-menu {
    margin-bottom: 20px;
    margin-bottom: 1.25rem; } }
.pct-video-container .share-menu, .pct-gallery .share-menu {
  margin-top: 10px;
  margin-top: 0.625rem; }
.share-menu.divider {
  border-bottom: 3px solid #f0f0f0;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem; }
.no-fontface .share-menu li, .wf-inactive .share-menu li {
  font-size: 13px;
  font-size: 0.8125rem; }
  .no-fontface .share-menu li a, .wf-inactive .share-menu li a {
    font-family: "Whitney SSm A", "Whitney SSm B", "Helvetica Neue", "HelveticaNeue", Arial, Helvetica, "Roboto", sans-serif;
    font-weight: 600;
    line-height: 1.7; }
    .no-fontface .share-menu li a:before, .wf-inactive .share-menu li a:before {
      display: none; }
.no-js .share-menu .icon-arrow-right-curved, .fontface .share-menu .icon-arrow-right-curved {
  top: -2px;
  top: -0.125rem;
  position: relative; }
.no-js .share-menu .icon-email, .fontface .share-menu .icon-email {
  top: 2px;
  top: 0.125rem;
  text-indent: 1px;
  text-indent: 0.0625rem;
  width: 1.1em; }
.no-js .share-menu .icon-facebook-box, .fontface .share-menu .icon-facebook-box {
  text-indent: -0.03em;
  width: 0.9em; }
.no-js .share-menu .icon-googleplus, .fontface .share-menu .icon-googleplus {
  top: 1px;
  top: 0.0625rem;
  text-indent: -1px;
  text-indent: -0.0625rem;
  width: 0.75em; }
.no-js .share-menu .icon-print, .fontface .share-menu .icon-print {
  top: 1px;
  top: 0.0625rem; }
.no-js .share-menu .icon-youtube, .fontface .share-menu .icon-youtube {
  top: 2px;
  top: 0.125rem; }
.share-menu ul {
  clear: left;
  float: left;
  font-size: 0;
  margin-left: -13px;
  margin-left: -0.8125rem; }
  .layout-rtl .share-menu ul, [dir=rtl] .share-menu ul {
    float: right;
    margin-left: 0; }
.share-menu li {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1;
  margin-bottom: 0;
  margin-left: 13px;
  margin-left: 0.8125rem; }
  .layout-rtl .share-menu li, [dir=rtl] .share-menu li {
    margin-left: 0;
    margin-right: 13px;
    margin-right: 0.8125rem; }
.share-menu a {
  color: #57b3e2;
  display: block;
  position: relative;
  vertical-align: middle; }
  .share-menu a:hover, .share-menu a:focus, .share-menu a:active {
    color: #3376ae;
    text-decoration: none; }
.share-menu .share-label,
.share-menu .share-toggle,
.share-menu .share-toggle:focus,
.share-menu .share-toggle:active {
  color: #969696;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase; }
.share-menu .share-label,
.share-menu .share-toggle {
  float: left; }
  .layout-rtl .share-menu .share-label, [dir=rtl] .share-menu .share-label, .layout-rtl
  .share-menu .share-toggle, [dir=rtl]
  .share-menu .share-toggle {
    float: right; }
.share-menu .share-label {
  margin-top: 4px;
  margin-top: 0.25rem; }
.share-menu .share-toggle {
  background-color: #fff;
  padding: 8px 0;
  padding: 0.5rem 0;
  margin: 0;
  position: relative;
  z-index: 100; }
  .share-menu .share-toggle:hover {
    color: #57b3e2; }
.share-menu.js-active .share-toggle:focus, .share-menu.js-active .share-toggle:active {
  color: #57b3e2; }

@media screen and (min-width: 20.125em) {
  .social-share ul {
    clear: none;
    margin-left: 10px;
    margin-left: 0.625rem; } }
@media screen and (min-width: 20.125em) {
  .social-share li:first-child {
    margin-left: 0; } }

@media screen and (min-width: 20.125em) {
  .social-share-small ul {
    clear: none;
    margin-left: 10px;
    margin-left: 0.625rem; } }
@media screen and (min-width: 20.125em) {
  .social-share-small li:first-child {
    margin-left: 0; } }

@media screen and (min-width: 19.375em) {
  .follow ul {
    clear: none;
    margin-left: 10px;
    margin-left: 0.625rem; } }
@media screen and (min-width: 19.375em) {
  .follow li:first-child {
    margin-left: 0; } }
.follow li {
  font-size: 26px;
  font-size: 1.625rem; }

@media screen and (min-width: 18.125em) {
  .follow-this ul {
    clear: none;
    margin-left: 10px;
    margin-left: 0.625rem; } }
@media screen and (min-width: 18.125em) {
  .follow-this li:first-child {
    margin-left: 0; } }
.template-blog .main-primary .follow-this {
  margin: -10px 0 20px;
  margin: -0.625rem 0 1.25rem; }
.main-secondary .follow-this, .main-subsection-secondary .follow-this {
  float: right; }
  .layout-rtl .main-secondary .follow-this, [dir=rtl] .main-secondary .follow-this, .layout-rtl .main-subsection-secondary .follow-this, [dir=rtl] .main-subsection-secondary .follow-this {
    float: left; }
.follow-this li {
  font-size: 26px;
  font-size: 1.625rem; }
.follow-this a.icon-twitter-circle {
  color: #00a8f3; }
  .follow-this a.icon-twitter-circle:hover, .follow-this a.icon-twitter-circle:focus, .follow-this a.icon-twitter-circle:active {
    color: #0085c0; }
.follow-this a.icon-facebook-circle {
  color: #365598; }
  .follow-this a.icon-facebook-circle:hover, .follow-this a.icon-facebook-circle:focus, .follow-this a.icon-facebook-circle:active {
    color: #294072; }
.follow-this a.icon-rss-circle {
  color: #ff6700; }
  .follow-this a.icon-rss-circle:hover, .follow-this a.icon-rss-circle:focus, .follow-this a.icon-rss-circle:active {
    color: #cc5200; }

.pct-share-follow.divider {
  border-bottom: 3px solid #f0f0f0;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem; }
.pct-share-follow .follow-this {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem; }
  @media only screen and (min-width: 40em) {
    .pct-share-follow .follow-this {
      float: right; }
      .layout-rtl .pct-share-follow .follow-this, [dir=rtl] .pct-share-follow .follow-this {
        float: left; } }
  .layout-right-rail .main-primary .pct-share-follow .follow-this {
    float: none; }
    @media screen and (min-width: 54.375em) {
      .layout-right-rail .main-primary .pct-share-follow .follow-this {
        float: right;
        margin-bottom: 0; } }
  @media screen and (min-width: 54.375em) {
    .layout-right-rail.layout-rtl .main-primary .pct-share-follow .follow-this {
      float: left; } }

.pct-share-interactive {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  max-height: 62px;
  overflow: hidden;
  position: relative; }
  @media screen and (min-width: 17.5em) {
    .pct-share-interactive ul {
      clear: none;
      margin-left: 10px;
      margin-left: 0.625rem; } }
  @media screen and (min-width: 17.5em) {
    .pct-share-interactive li:first-child {
      margin-left: 0; } }
  .pct-share-interactive .share-label {
    margin-top: 6px;
    margin-top: 0.375rem; }
  .pct-share-interactive ul {
    padding: 1px 0 4px;
    padding: 0.0625rem 0 0.25rem; }
  @media screen and (min-width: 17.5em) {
    .pct-share-interactive ul {
      border-left: 1px solid transparent;
      clear: none;
      overflow: hidden;
      margin-left: 10px;
      margin-left: 0.625rem;
      padding-left: 10px;
      padding-left: 0.625rem;
      white-space: nowrap; }
      .pct-share-interactive ul.hide {
        display: none; }
        .no-js .pct-share-interactive ul.hide {
          display: block !important; }
      .pct-share-interactive ul li:first-child {
        margin-left: 0; }
        .layout-rtl .pct-share-interactive ul li:first-child, [dir=rtl] .pct-share-interactive ul li:first-child {
          margin-left: 10px;
          margin-left: 0.625rem;
          margin-right: 0; }
    .no-cssanimations .pct-share-interactive.js-active ul, .no-js .pct-share-interactive ul {
      display: block;
      opacity: 1; }
    .pct-share-interactive.js-active ul, .no-js .pct-share-interactive ul {
      border-left-color: #b7b7b7; } }

.title-block {
  border-bottom: 3px solid #739600;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
  position: relative; }
  .title-block:before, .title-block:after {
    content: " ";
    display: table; }
  .title-block:after {
    clear: both; }
  @media only screen and (min-width: 40em) {
    .title-block {
      margin-bottom: 30px;
      margin-bottom: 1.875rem;
      padding-bottom: 16px;
      padding-bottom: 1rem; }
      .template-event .title-block, .template-collection .title-block, .template-press-release .title-block {
        padding-right: 25%; }
      .template-action-alert-listing .title-block {
        margin-bottom: 0; }
      .template-multimedia-detail .title-block.no-line {
        margin-bottom: 10px;
        margin-bottom: 0.625rem; } }
  .title-block .secondary {
    padding: 1em 0; }
    @media only screen and (min-width: 45em) {
      .title-block .secondary {
        padding: 0.4em 0 0; } }
  .title-block .type {
    font-size: 13px;
    font-size: 0.8125rem;
    margin-bottom: 0px;
    margin-bottom: 0rem; }
  .title-block .title {
    margin: 0; }
    @media only screen and (max-width: 39.9375em) {
      .title-block .title {
        font-size: 32px;
        font-size: 2rem; } }
  .title-block .subtitle {
    margin: 5px 0 0;
    margin: 0.3125rem 0 0; }
    @media only screen and (max-width: 39.9375em) {
      .title-block .subtitle {
        font-size: 25px;
        font-size: 1.5625rem; } }
  .title-block .custom {
    margin: 5px 0 0;
    margin: 0.3125rem 0 0; }
  .template-report .title-block .meta-info {
    margin-top: 30px;
    margin-top: 1.875rem; }
  .title-block.no-line {
    border-bottom: 0;
    padding-bottom: 0; }
  .template-person .title-block {
    margin-bottom: 14px;
    margin-bottom: 0.875rem; }
    @media only screen and (min-width: 60em) {
      .template-person .title-block {
        padding-right: 190px;
        padding-right: 11.875rem; } }
  .title-block .follow-this {
    margin-top: 20px;
    margin-top: 1.25rem; }
    @media only screen and (min-width: 60em) {
      .title-block .follow-this {
        margin-top: 0;
        position: absolute;
        right: 0;
        top: 10px; } }
  .template-blog-article .title-block {
    margin-bottom: 20px;
    margin-bottom: 1.25rem; }
    .template-blog-article .title-block .title {
      color: #739600;
      margin-bottom: 0.25em; }

.back-button {
  background-color: #fff;
  color: #21578a;
  display: block;
  float: right;
  line-height: 1;
  padding: 7px 13px 5px;
  padding: 0.4375rem 0.8125rem 0.3125rem;
  text-align: center; }
  @media only screen and (max-width: 44.9375em) {
    .back-button.js-active {
      background-color: #22578b;
      color: #57b3e2; }
      .back-button.js-active:hover, .back-button.js-active:focus, .back-button.js-active:active {
        background-color: #22578b; } }
  .back-button:hover, .back-button:focus, .back-button:active {
    background: #fff; }
  .back-button:before {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1;
    padding-right: 4px;
    padding-right: 0.25rem;
    position: relative;
    top: -1px; }
  .back-button .label {
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase; }
  @media only screen and (min-width: 45em) {
    .back-button {
      border: 1px solid #90abc4;
      overflow: visible;
      position: absolute;
      right: 20px;
      top: 22px;
      -webkit-transition: all 200ms ease-in-out;
      -moz-transition: all 200ms ease-in-out;
      transition: all 200ms ease-in-out; }
      .back-button.js-active, .back-button:hover, .back-button:focus, .back-button:active {
        background-color: #22578b;
        color: #5db5e3;
        text-decoration: none; }
      .back-button .label {
        position: relative; } }
  @media only screen and (min-width: 60em) {
    .back-button {
      right: 10px; } }
  @media screen and (min-width: 62.5em) {
    .back-button {
      right: 0; } }

.footer .layout-even-split .primary {
  margin-bottom: 19px;
  margin-bottom: 1.1875rem; }
  @media only screen and (min-width: 40em) {
    .footer .layout-even-split .primary {
      margin-bottom: 0; } }

.breadcrumbs {
    color: #878787;
    font-size: 13px;
    font-size: 0.8125rem;
}

.main-top .breadcrumbs {
    margin: -2px 0 15px;
    margin: -0.125rem 0 0.9375rem;
}

.breadcrumbs a {
    color: #21578a;
    font-weight: 700;
}

    .breadcrumbs a:hover, .breadcrumbs a:active, .breadcrumbs a:focus {
        color: #5eb6e4;
        text-decoration: none;
    }

.breadcrumbs .divider:after {
    content: '\002F';
    font-weight: 700;
    padding: 0 5px;
}

@media only screen and (min-width: 40em) {
    .template-article .main-top .breadcrumbs, .template-article .main-top .title-block {
        padding-right: 165px;
    }
}

@media screen and (min-width: 60em) {
    .layout-left-nav-sidebar .main-subsection-primary {
        display: table-cell;
        vertical-align: top;
        padding-right: 40px;
        width: 100%;
    }
}

@media screen and (min-width: 60em) {
    .layout-rtl.layout-left-nav-sidebar .main-subsection-primary {
        padding-left: 40px;
        padding-right: 0;
    }
}

@media screen and (min-width: 60em) {
    .layout-left-nav-sidebar .main-subsection-secondary {
        display: table-cell;
        vertical-align: top;
        padding-bottom: 50px;
        padding-bottom: 3.125rem;
        min-width: 300px;
        width: 300px;
    }
}

