@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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,
menu,
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/10/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 of focused elements when they are also in an
 * active/hover state.
 */
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 {
  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.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * 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; }

/*! jQuery UI - v1.11.4 - 2016-06-10
* http://jqueryui.com
* Includes: core.css, autocomplete.css, menu.css
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */ }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */ }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important; }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default; }

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none; }

.ui-menu .ui-menu {
  position: absolute; }

.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px .4em;
  cursor: pointer;
  min-height: 0;
  /* support: IE7 */
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); }

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0; }

/* icon support */
.ui-menu-icons {
  position: relative; }

.ui-menu-icons .ui-menu-item {
  padding-left: 2em; }

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0; }

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0; }

.ui-menu {
  background: #FFFFFF;
  border: 1px solid #006; }
  .ui-menu .ui-state-focus,
  .ui-menu .ui-state-active {
    background: #006;
    color: #FFFFFF; }

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0; }
  .container::after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 544px) {
    .container {
      max-width: 576px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 940px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0; }
  .container-fluid::after {
    content: "";
    display: table;
    clear: both; }

.row {
  margin-left: 0;
  margin-right: 0; }
  .row::after {
    content: "";
    display: table;
    clear: both; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 544px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 768px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left; }
  .col-xl-1 {
    width: 8.33333%; }
  .col-xl-2 {
    width: 16.66667%; }
  .col-xl-3 {
    width: 25%; }
  .col-xl-4 {
    width: 33.33333%; }
  .col-xl-5 {
    width: 41.66667%; }
  .col-xl-6 {
    width: 50%; }
  .col-xl-7 {
    width: 58.33333%; }
  .col-xl-8 {
    width: 66.66667%; }
  .col-xl-9 {
    width: 75%; }
  .col-xl-10 {
    width: 83.33333%; }
  .col-xl-11 {
    width: 91.66667%; }
  .col-xl-12 {
    width: 100%; }
  .col-xl-pull-0 {
    right: auto; }
  .col-xl-pull-1 {
    right: 8.33333%; }
  .col-xl-pull-2 {
    right: 16.66667%; }
  .col-xl-pull-3 {
    right: 25%; }
  .col-xl-pull-4 {
    right: 33.33333%; }
  .col-xl-pull-5 {
    right: 41.66667%; }
  .col-xl-pull-6 {
    right: 50%; }
  .col-xl-pull-7 {
    right: 58.33333%; }
  .col-xl-pull-8 {
    right: 66.66667%; }
  .col-xl-pull-9 {
    right: 75%; }
  .col-xl-pull-10 {
    right: 83.33333%; }
  .col-xl-pull-11 {
    right: 91.66667%; }
  .col-xl-pull-12 {
    right: 100%; }
  .col-xl-push-0 {
    left: auto; }
  .col-xl-push-1 {
    left: 8.33333%; }
  .col-xl-push-2 {
    left: 16.66667%; }
  .col-xl-push-3 {
    left: 25%; }
  .col-xl-push-4 {
    left: 33.33333%; }
  .col-xl-push-5 {
    left: 41.66667%; }
  .col-xl-push-6 {
    left: 50%; }
  .col-xl-push-7 {
    left: 58.33333%; }
  .col-xl-push-8 {
    left: 66.66667%; }
  .col-xl-push-9 {
    left: 75%; }
  .col-xl-push-10 {
    left: 83.33333%; }
  .col-xl-push-11 {
    left: 91.66667%; }
  .col-xl-push-12 {
    left: 100%; }
  .col-xl-offset-0 {
    margin-left: 0%; }
  .col-xl-offset-1 {
    margin-left: 8.33333%; }
  .col-xl-offset-2 {
    margin-left: 16.66667%; }
  .col-xl-offset-3 {
    margin-left: 25%; }
  .col-xl-offset-4 {
    margin-left: 33.33333%; }
  .col-xl-offset-5 {
    margin-left: 41.66667%; }
  .col-xl-offset-6 {
    margin-left: 50%; }
  .col-xl-offset-7 {
    margin-left: 58.33333%; }
  .col-xl-offset-8 {
    margin-left: 66.66667%; }
  .col-xl-offset-9 {
    margin-left: 75%; }
  .col-xl-offset-10 {
    margin-left: 83.33333%; }
  .col-xl-offset-11 {
    margin-left: 91.66667%; }
  .col-xl-offset-12 {
    margin-left: 100%; } }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  max-width: 100%; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-left: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #006;
  border-radius: 0;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--default .select2-selection--single {
  border: 1px solid #006;
  height: 40px;
  line-height: 40px;
  padding: 0 7px;
  outline: none;
  background-color: #fff; }
  .select2-container--default .select2-selection--single:hover, .select2-container--default .select2-selection--single:active, .select2-container--default .select2-selection--single:focus {
    outline: none; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #006;
    line-height: 40px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #006; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
    position: absolute;
    top: 1px;
    left: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #006 transparent transparent transparent;
      border-style: solid;
      border-width: 7px 6px 0 6px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #006 transparent;
  border-width: 0 6px 7px 6px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #006;
  outline: none; }
  .select2-container--default .select2-search--dropdown .select2-search__field:hover, .select2-container--default .select2-search--dropdown .select2-search__field:active, .select2-container--default .select2-search--dropdown .select2-search__field:focus {
    outline: none; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #006;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box;
  background: #FFFFFF;
  cursor: default; }

html, body, #app, #app > div {
  height: 100%;
  min-width: 330px; }

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*, *::before, *::after {
  box-sizing: inherit; }

/**
 * Basic styles for links
 */
a {
  color: #21205f;
  text-decoration: none; }
  a:hover {
    color: #ed1c24;
    text-decoration: none; }
  a.disabled {
    color: #777; }

.btn {
  display: inline-block;
  color: #006;
  border: 1px solid #006;
  font-weight: 500;
  text-decoration: none;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  outline: none;
  padding: 4px 22px; }
  .btn:hover, .btn:active, .btn:focus {
    outline: none; }
  .btn:hover, .btn.active {
    background: #21205f;
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer; }
  .btn .icon {
    display: inline-block;
    font-size: 26px; }

.control {
  border: 1px solid #006;
  height: 40px;
  line-height: 40px;
  padding: 0 7px;
  outline: none; }
  .control:hover, .control:active, .control:focus {
    outline: none; }
  .control::-webkit-input-placeholder {
    text-align: center;
    color: #9E9EAE;
    font-weight: bold;
    text-transform: uppercase; }
  .control:-moz-placeholder {
    text-align: center;
    color: #9E9EAE;
    font-weight: bold;
    text-transform: uppercase; }

::-webkit-input-placeholder {
  color: #006;
  opacity: 1; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #006;
  opacity: 1; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #006;
  opacity: 1; }

:-ms-input-placeholder {
  color: #006;
  opacity: 1; }

.breadcrumbs + .container {
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 750px) {
    .right-bar .breadcrumbs + .container:after {
      content: " ";
      position: absolute;
      z-index: -1;
      top: 0;
      right: 0;
      bottom: 0;
      width: 330px;
      background: red;
      border: 1px solid #E3E3E3;
      display: none; } }

.left-bar {
  width: 230px; }
  .left-bar + .content-area {
    width: 640px; }
  .left-bar .brand-header {
    padding-left: 15px;
    padding-right: 15px;
    text-transform: uppercase;
    background: #63628f;
    font-size: 18px; }

@media screen and (max-width: 750px) {
  .content-area {
    max-width: 750px;
    width: 100% !important; } }

.content-area {
  width: 870px;
  position: relative; }
  .content-area.full-width {
    width: 100%; }

.content-top {
  background: #FFFFFF; }

.right-bar {
  padding-bottom: 50px;
  width: 330px;
  background: #f5f5f5;
  border: 1px solid #E3E3E3;
  border-bottom: none;
  position: static; }
  .right-bar .block {
    border-top: 1px solid #21205f;
    margin: 0;
    padding: 20px 30px 0;
    margin-top: 30px; }
    .right-bar .block h3 {
      margin-top: 0; }
    .right-bar .block:first-child {
      border-top: none;
      margin-top: 0;
      padding-top: 0; }

.image-credit {
  display: block;
  text-align: right;
  padding-right: 6px;
  font-style: italic;
  font-size: 90%;
  color: #777; }

.right-bar-title {
  position: absolute;
  margin-top: -100px;
  right: 20px;
  font-weight: 500;
  font-size: 53px; }

@font-face {
  font-family: 'ProximaNova';
  src: url("../fonts/ProximaNova-Regular.otf");
  font-weight: normal; }

@font-face {
  font-family: 'ProximaNova';
  src: url("../fonts/ProximaNova-RegularItalic.otf");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'ProximaNova';
  src: url("../fonts/ProximaNova-Semibold.otf");
  font-weight: 500; }

@font-face {
  font-family: 'ProximaNova';
  src: url("../fonts/ProximaNova-SemiboldItalic.otf");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'ProximaNova';
  src: url("../fonts/ProximaNova-Bold.otf");
  font-weight: bold; }

@font-face {
  font-family: 'ProximaNova';
  src: url("../fonts/ProximaNova-BoldIt.otf");
  font-weight: bold;
  font-style: italic; }

/**
 * Basic typography style for copy text
 */
body {
  color: #333333;
  font: 18px "ProximaNova", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  line-height: 1.4; }

h1 {
  font-size: 32px;
  font-weight: 500;
  text-transform: uppercase;
  color: #006; }

h2 {
  font-size: 48px;
  font-weight: bold;
  text-transform: uppercase;
  color: #006; }

h3 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  color: #006; }

h4 {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #006; }

.calendar-page .content-top,
.event-page .content-top {
  padding-left: 120px; }

.calendar-page .right-bar,
.event-page .right-bar {
  border: none;
  border-left: 1px solid #E3E3E3;
  background: transparent; }

.calendar-page + .content:after,
.event-page + .content:after {
  display: none; }

@media screen and (max-width: 750px) {
  .event-page .content-top,
  .hearings-page .content-top {
    padding: 0;
    padding-left: 0 !important; }
    .event-page .content-top h1,
    .hearings-page .content-top h1 {
      width: 100%;
      text-align: center;
      padding: 0; }
  .global-search-page h1 {
    background-color: #EFEEF3;
    margin: 0;
    padding: 0.67em 0;
    font-size: 31px !important; } }

@media screen and (max-width: 320px) {
  .global-search-page h1 {
    padding: 0;
    padding-left: 10px !important; } }

.global-search-page h1 {
  padding-left: 60px;
  font-size: 57px; }

.search-page .content-top h1 {
  padding-left: 60px; }

.search-page .pager.regular {
  padding-right: 20px; }

.article-page .right-bar .must-read h3 {
  margin: 20px 0 10px 0; }

.hearings-page .content-top {
  padding-left: 260px; }

.hearings-page .right-bar .brand-header {
  padding-left: 20px;
  padding-right: 20px;
  margin: -1px -20px 0;
  text-transform: uppercase;
  background: #63628f; }

.hearings-page .right-bar .votes {
  padding-top: 0;
  border-top: none; }

.static-page {
  padding: 0 50px; }
  .static-page h1 {
    margin: 0 0 40px 0; }

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: '';
  display: table; }

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 */
.container {
  max-width: 1200px;
  /* 1 */
  margin-left: auto;
  /* 2 */
  margin-right: auto;
  /* 2 */
  width: 1200px;
  /* 1 */ }

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap; }

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.header {
  position: relative; }

.right-bar {
  background: #f5f5f5;
  border: 1px solid #E3E3E3;
  padding-bottom: 50px;
  width: 330px; }
  .right-bar .block {
    border-top: 1px solid #21205f;
    margin: 0;
    padding: 30px 20px 0;
    margin-top: 30px; }
    .right-bar .block h3 {
      margin: 0; }
    .right-bar .block:first-child {
      border-top: none;
      margin-top: 0;
      padding-top: 0; }
  .right-bar .inbox h3 {
    margin: 0 0 -20px 0; }

@media screen and (max-width: 500px) {
  .right-bar .block h3 {
    margin: 0 0 -20px 0; }
  .right-bar .block.calendar-recent h3 {
    margin: 0; } }

@media screen and (max-width: 750px) {
  .footer {
    height: auto !important;
    background: url("../img/bg-footer.png") 0 0 repeat-x;
    background-size: contain !important;
    padding-left: 55px;
    padding-bottom: 55px; }
    .footer .container {
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center;
      position: relative; }
      .footer .container span.logo {
        position: absolute;
        left: 0;
        top: -75px;
        margin-right: 0;
        display: block;
        z-index: 2; }
      .footer .container p {
        order: 1;
        max-width: 460px;
        padding-bottom: 20px; } }

@media screen and (max-width: 500px) {
  .footer {
    padding: 0 15px; } }

.article h2 {
  margin: 0 30px;
  font-size: 40px;
  line-height: 44px;
  text-transform: none; }

.article .article-image {
  width: 100%;
  display: block; }

.article .details {
  margin: 3px 0 30px 31px;
  font-weight: bold; }

.article .article-body {
  margin: 30px 30px; }

.article .add-to-calendar-wrapper {
  text-align: center; }
  .article .add-to-calendar-wrapper > div {
    padding: 40px 0 80px; }
  .article .add-to-calendar-wrapper .add-to-calendar {
    display: inline-block; }

.article .load-comments {
  display: block;
  text-transform: uppercase;
  font-size: 26px;
  text-align: center;
  font-weight: 500; }

@media screen and (max-width: 720px) {
  .article h2 {
    margin: 0 15px; }
  .article .details {
    margin-left: 15px; }
  .article .article-body {
    margin-left: 15px;
    margin-right: 15px; } }

@media screen and (max-width: 750px) {
  .articles-list {
    margin-top: 60px; } }

.articles-list h1 {
  margin: 30px 0 0 30px;
  font-weight: 600;
  /*padding-left: $content-padding-left;*/ }

.articles-list .pager.regular {
  padding-right: 20px; }

.articles-list .articles-list-item {
  border-bottom: 1px solid #E3E3E3;
  padding: 30px 30px 35px 30px; }
  .articles-list .articles-list-item:last-child {
    border-bottom: none; }
  .articles-list .articles-list-item.with-image {
    padding-right: 244px; }
    .articles-list .articles-list-item.with-image img {
      width: 184px;
      max-height: 184px;
      float: right;
      margin: 0 -214px 0 30px; }
  @media screen and (max-width: 550px) {
    .articles-list .articles-list-item.with-image {
      padding-right: 30px; }
      .articles-list .articles-list-item.with-image img {
        width: 100%;
        max-height: none;
        display: block;
        margin: 0 0 10px 0; } }
  .articles-list .articles-list-item h3 {
    text-transform: none;
    margin: 0;
    line-height: 1;
    font-weight: 500; }
    .articles-list .articles-list-item h3 strong {
      font-weight: bold; }
  .articles-list .articles-list-item .details {
    color: #006; }
    .articles-list .articles-list-item .details a {
      display: inline-block;
      background: #d5d6e9;
      text-transform: uppercase;
      font-size: 14px;
      padding: 1px 5px;
      margin: 0 0 0 10px; }
  .articles-list .articles-list-item p {
    margin: 0; }

@media screen and (max-width: 500px) {
  .container .col-xs-9.content-area div.articles-list div.content h1 {
    font-size: 32px;
    width: 100%;
    text-align: left;
    padding: 0; }
  .container .global-search-page.clearfix .col-xs-9.content-area div.articles-list-item {
    padding: 30px 10px 35px 10px; } }

.add-to-calendar {
  position: relative; }
  .add-to-calendar .btn {
    width: 160px;
    display: block;
    text-align: center;
    font-size: 16px; }
  .add-to-calendar .add-to-calendar-links {
    background: #fff;
    border: 1px solid #006;
    padding: 1px 10px;
    width: 160px;
    display: none; }
    .add-to-calendar .add-to-calendar-links a {
      display: block;
      margin: 10px 0;
      white-space: nowrap;
      font-size: 16px; }
  .add-to-calendar .add-to-calendar-checkbox:checked + .add-to-calendar-links {
    display: block; }
  .add-to-calendar input[type=checkbox].add-to-calendar-checkbox {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    top: 0;
    left: 0; }

@media screen and (max-width: 550px) {
  .col-xs-9.content-area .calendar-events.block .day-wrapper .brand-header {
    padding-left: 20px; }
  .col-xs-9.content-area .calendar-events.block .day-wrapper .day-event {
    padding: 20px 10px 25px 20px; } }

@media screen and (max-width: 320px) {
  .col-xs-9.content-area .calendar-events.block .day-wrapper .brand-header {
    padding-left: 20px; } }

.brand-header {
  background: #21205f;
  color: #FFFFFF;
  padding-left: 120px;
  font-weight: bold;
  height: 34px;
  line-height: 34px;
  margin-right: -1px; }

.breadcrumbs {
  position: absolute;
  margin: -105px 0 0 200px;
  text-transform: uppercase;
  color: #21205f;
  padding: 0; }
  .breadcrumbs li {
    list-style: none;
    float: left;
    padding: 0; }
    .breadcrumbs li:before {
      content: "|";
      float: left;
      margin: 0 10px; }
    .breadcrumbs li:first-child:before {
      display: none; }

.calendar-recent h3 {
  margin: 0; }

.calendar-recent h4 {
  margin: 0; }

.calendar-recent p {
  margin: 0px 0px 20px 0px; }

.calendar-recent .full-calendar {
  margin: 40px 0 -10px;
  display: block; }

@media screen and (max-width: 750px) {
  .col-xs-3.right-bar,
  .col-xs-2.left-bar {
    width: 100%; }
    .col-xs-3.right-bar .calendar-monthly.block,
    .col-xs-2.left-bar .calendar-monthly.block {
      border-top: 32px solid #21205f; }
      .col-xs-3.right-bar .calendar-monthly.block.mobile-block,
      .col-xs-2.left-bar .calendar-monthly.block.mobile-block {
        padding-top: 0; }
      .col-xs-3.right-bar .calendar-monthly.block .brand-header,
      .col-xs-2.left-bar .calendar-monthly.block .brand-header {
        background: none;
        position: absolute;
        margin: -32px -10px 0; }
    .col-xs-3.right-bar table,
    .col-xs-2.left-bar table {
      max-width: 295px;
      margin: 0 auto; }
    .col-xs-3.right-bar h3,
    .col-xs-2.left-bar h3 {
      position: relative;
      text-align: center; }
      .col-xs-3.right-bar h3 .nav,
      .col-xs-2.left-bar h3 .nav {
        position: absolute;
        top: 135px; }
      .col-xs-3.right-bar h3 .nav.next,
      .col-xs-2.left-bar h3 .nav.next {
        right: 0; }
      .col-xs-3.right-bar h3 .nav.prev,
      .col-xs-2.left-bar h3 .nav.prev {
        left: 0; } }

@media screen and (max-width: 430px) {
  .col-xs-3.right-bar .calendar-monthly.block,
  .col-xs-2.left-bar .calendar-monthly.block {
    padding-left: 10px;
    padding-right: 10px; }
  .col-xs-3.right-bar table,
  .col-xs-2.left-bar table {
    max-width: 225px; } }

.left-bar .calendar-monthly,
.right-bar .calendar-monthly {
  font-size: 20px;
  color: #006;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 25px;
  background: #FFFFFF; }
  .left-bar .calendar-monthly .brand-header,
  .right-bar .calendar-monthly .brand-header {
    margin: 0 -50px 0 -51px; }
  .left-bar .calendar-monthly .reset,
  .right-bar .calendar-monthly .reset {
    cursor: pointer; }
  .left-bar .calendar-monthly h3,
  .right-bar .calendar-monthly h3 {
    font-size: 20px;
    padding: 30px 0 25px;
    line-height: 24px;
    margin: 0; }
    .left-bar .calendar-monthly h3 .nav,
    .right-bar .calendar-monthly h3 .nav {
      border-radius: 50%;
      height: 24px;
      width: 24px;
      border: 1px solid #006;
      float: right;
      text-align: center;
      margin-left: 5px;
      text-decoration: none;
      cursor: pointer; }
      .left-bar .calendar-monthly h3 .nav:after,
      .right-bar .calendar-monthly h3 .nav:after {
        display: block;
        font-size: 27px;
        margin-top: -1px; }
      .left-bar .calendar-monthly h3 .nav.next:after,
      .right-bar .calendar-monthly h3 .nav.next:after {
        content: "›"; }
      .left-bar .calendar-monthly h3 .nav.prev:after,
      .right-bar .calendar-monthly h3 .nav.prev:after {
        content: "‹"; }
  .left-bar .calendar-monthly table,
  .right-bar .calendar-monthly table {
    width: 100%; }
    .left-bar .calendar-monthly table th,
    .right-bar .calendar-monthly table th {
      font-weight: bold; }
    .left-bar .calendar-monthly table th, .left-bar .calendar-monthly table td,
    .right-bar .calendar-monthly table th,
    .right-bar .calendar-monthly table td {
      text-align: center; }
    .left-bar .calendar-monthly table a,
    .right-bar .calendar-monthly table a {
      font-weight: bold;
      cursor: pointer; }

.left-bar .calendar-monthly {
  padding-left: 10px;
  padding-right: 10px; }
  .left-bar .calendar-monthly .brand-header {
    margin: 0 -10px 0 -10px; }

.calendar-events {
  font-size: 20px; }
  .calendar-events .day-header {
    background: #21205f;
    color: #FFFFFF;
    padding-left: 120px;
    font-weight: bold;
    height: 34px;
    line-height: 34px;
    margin-right: -1px; }
  .calendar-events .day-event {
    padding: 20px 30px 25px 120px;
    background: #f5f5f5; }
    .calendar-events .day-event h3 {
      margin: 0;
      font-weight: 500;
      text-transform: none;
      font-size: 24px; }
    .calendar-events .day-event p {
      margin: 0; }
    .calendar-events .day-event .btn {
      margin-top: 10px;
      font-size: 16px; }
    .calendar-events .day-event:nth-child(2n+1) {
      background: #FFFFFF; }

@media screen and (max-width: 750px) {
  .container .calendar-page.clearfix .col-xs-12.content-top {
    padding-left: 0; }
    .container .calendar-page.clearfix .col-xs-12.content-top h1 {
      padding-left: 40px; } }

@media screen and (max-width: 320px) {
  .container .calendar-page.clearfix .col-xs-12.content-top,
  .container .event-page.clearfix .col-xs-12.content-top {
    padding-left: 0; }
    .container .calendar-page.clearfix .col-xs-12.content-top h1,
    .container .event-page.clearfix .col-xs-12.content-top h1 {
      padding-left: 0;
      width: 100%;
      text-align: center; } }

.content-top h1 {
  font-size: 40px;
  font-weight: 500;
  padding: 0;
  margin: 0; }

.current-hearings .hearing-details {
  padding: 25px;
  background: #f5f5f5; }

.current-hearings .brand-header {
  padding: 0 25px;
  text-transform: uppercase; }
  .current-hearings .brand-header .date {
    float: right;
    color: #d5d6e9; }

.current-hearings .hearing-number-title,
.current-hearings .hearing-time {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  text-transform: none; }

.current-hearings .hearing-title {
  font-size: 26px;
  font-weight: normal;
  margin: 0;
  text-transform: none; }

.current-hearings .hearing-links > * {
  float: left; }

.current-hearings .hearing-links > a {
  font-weight: bold; }

.current-hearings .hearing-links .add-to-calendar {
  margin-left: 25px; }
  .current-hearings .hearing-links .add-to-calendar:before {
    content: '|';
    position: absolute;
    margin-left: -3px; }
  .current-hearings .hearing-links .add-to-calendar .btn {
    padding-top: 0;
    padding-bottom: 0;
    border: none;
    font-weight: bold; }
    .current-hearings .hearing-links .add-to-calendar .btn:hover {
      color: #ed1c24;
      text-decoration: none;
      background: transparent; }

.current-hearings .current-hearings-navigation {
  text-align: right;
  padding: 0 25px 50px; }
  .current-hearings .current-hearings-navigation a {
    font-weight: bold;
    cursor: pointer; }
  .current-hearings .current-hearings-navigation span {
    display: inline-block;
    content: "|";
    margin: -1px 10px 0; }
  .current-hearings .current-hearings-navigation .disabled {
    opacity: 0.5;
    cursor: default;
    color: #006; }

.current-hearings .related-articles.people-related {
  margin: 0 25px;
  border-top: none; }
  .current-hearings .related-articles.people-related .related-articles-item {
    margin: 0; }

.elsewhere {
  padding: 0 30px; }
  .elsewhere h3 {
    margin-bottom: 0;
    text-transform: none; }
  .elsewhere.elsewhere-recent {
    border-top: 2px solid #E3E3E3;
    margin-top: 30px;
    padding: 0px 30px 80px 30px; }
    .elsewhere.elsewhere-recent h2 {
      color: #333;
      margin: 35px 0 0 0px;
      font-size: 20px;
      padding: 0; }
    .elsewhere.elsewhere-recent h3 {
      font-size: 26px;
      margin-top: 25px; }
    .elsewhere.elsewhere-recent .archive {
      float: right;
      text-transform: uppercase;
      font-weight: 500;
      margin-right: 30px; }
  .elsewhere .details {
    margin-top: 0;
    color: #006; }

@media screen and (max-width: 770px) {
  .elsewhere h2 {
    font-size: 40px; }
  .elsewhere h3 {
    font-size: 26.66667px; } }

@media screen and (max-width: 550px) {
  .event-body {
    padding: 0 10px 0 10px; } }

.event {
  text-align: center; }
  .event .calendar-events {
    text-align: left; }
    .event .calendar-events .calendar-events-title {
      font-size: 32px;
      font-weight: bold; }
  .event .event-image {
    margin-top: 60px; }
  .event .event-body {
    padding-top: 60px;
    text-align: left; }

@media screen and (max-width: 550px) {
  .filter {
    padding: 10px !important; } }

@media screen and (max-width: 550px) {
  .filter {
    text-align: center !important; } }

.filter {
  border-top: 1px solid #d5d6e9;
  border-bottom: 1px solid #d5d6e9;
  padding: 10px 0;
  text-align: center; }
  .filter a {
    font-weight: bold;
    color: #006;
    font-size: 14px;
    text-transform: uppercase;
    padding: 3px 10px 1px;
    display: inline-block;
    margin-right: 13px; }
    .filter a:hover {
      color: #ed1c24; }
    .filter a.active {
      background: #d5d6e9; }
    .filter a:after {
      content: "|";
      position: absolute;
      margin: 0 0 0 15px; }
    .filter a:last-child {
      margin-right: 0; }
      .filter a:last-child:after {
        display: none; }

.page-wrapper {
  min-height: 100%;
  margin-bottom: -180px; }
  .page-wrapper:after {
    content: "";
    display: block;
    height: 180px; }

.footer {
  height: 180px;
  background: url("../img/bg-footer.png") 0 0 repeat-x;
  color: #FFFFFF;
  padding-top: 50px; }
  .footer .logo {
    width: 86px;
    height: 86px;
    background: url("../img/logo-small.png") 0 0 no-repeat;
    float: left;
    margin-right: 25px; }
  .footer p {
    font-size: 16px;
    margin: 0 0 4px 0; }
  .footer a {
    color: #FFFFFF;
    margin: 0 10px; }
    .footer a:first-child {
      margin-left: 0; }
    .footer a:hover {
      color: #ed1c24; }

@media screen and (max-width: 320px) {
  .global-search-page.clearfix,
  .col-xs-9.content-area {
    max-width: 320px;
    width: 100%; } }

@media screen and (max-width: 750px) {
  .global-search-form {
    background-color: #EFEEF3;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end; }
    .global-search-form div {
      order: 1;
      float: none;
      display: inline-block;
      width: auto; }
    .global-search-form .col-xs-10 {
      width: 100%; }
      .global-search-form .col-xs-10 input.control {
        float: right; }
      .global-search-form .col-xs-10 .order {
        width: 60%;
        text-align: right; }
      .global-search-form .col-xs-10 .results {
        width: 40%;
        float: left; }
    .global-search-form .col-xs-2 input[type="submit"] {
      width: 40px;
      height: 40px;
      margin: 0;
      font-size: 0;
      background: #8080A1 url("../img/search-btn.png") no-repeat center;
      border: 0; }
      .global-search-form .col-xs-2 input[type="submit"]:hover {
        background-color: #21205f; } }

@media screen and (max-width: 400px) {
  .global-search-form.clearfix {
    padding: 10px !important; } }

.global-search-form {
  padding: 0 30px 20px 60px; }
  .global-search-form .control {
    font-size: 26px;
    display: block;
    width: 100%; }
  .global-search-form .btn {
    text-transform: uppercase;
    font-size: 20px;
    margin: 5px 0 0 10px; }
  .global-search-form .results, .global-search-form .order {
    padding-top: 10px; }
  .global-search-form .order {
    float: right; }
    .global-search-form .order a {
      cursor: pointer; }
    .global-search-form .order span {
      display: inline-block;
      margin: 0 10px; }
    .global-search-form .order .active {
      font-weight: bold; }
  .global-search-form .results {
    text-transform: uppercase;
    color: #006; }

.happening-now {
  padding: 0 30px 15px 30px; }
  .happening-now strong {
    font-size: 20px; }
  .happening-now h2, .happening-now h3 {
    margin: 10px 0;
    font-size: 32px; }
  .happening-now p {
    margin: 0 0 15px 0; }
  .happening-now strong {
    color: #006; }

@media screen and (max-width: 750px) {
  .header {
    background-color: #EFEEF3; } }

.header {
  height: 210px; }
  .header .stripe {
    background: #21205f;
    height: 83px; }
  .header .logo {
    width: 158px;
    height: 158px;
    background: url("../img/logo.png") 0 0 no-repeat;
    position: absolute;
    top: 23px;
    left: 28px; }

.inbox h4 {
  margin: 20px 0 0 0;
  text-transform: none; }

.inbox p {
  margin: 0;
  color: #006; }

.index-articles {
  padding-bottom: 60px; }
  .index-articles h1 {
    margin: 10px 0 0 0;
    padding-left: 60px; }
  .index-articles .section {
    padding-bottom: 30px; }
  .index-articles .brand-header {
    padding: 5px 0 1px 60px;
    height: auto; }
    .index-articles .brand-header a {
      text-transform: uppercase;
      color: #FFFFFF;
      font-size: 26px;
      display: block; }
      .index-articles .brand-header a:hover {
        color: #ed1c24; }
  .index-articles .index-articles-item {
    padding: 15px 30px 10px 60px;
    background: #f5f5f5; }
    .index-articles .index-articles-item h3 {
      text-transform: none;
      margin: 0 0 5px 0;
      line-height: 1;
      font-weight: 500; }
      .index-articles .index-articles-item h3 strong {
        font-weight: bold; }
    .index-articles .index-articles-item .details {
      color: #006; }
      .index-articles .index-articles-item .details a {
        display: inline-block;
        background: #d5d6e9;
        text-transform: uppercase;
        font-size: 14px;
        padding: 1px 5px;
        margin: 0 0 0 10px; }
    .index-articles .index-articles-item p {
      margin: 0; }
    .index-articles .index-articles-item:nth-child(2n+1) {
      background: #FFFFFF; }
  .index-articles .pager.more {
    padding-top: 15px; }

.loader {
  background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  transition-duration: 0.3s;
  transition-property: opacity;
  width: 100%;
  z-index: 9999; }
  .loader .spinner {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNjAiIGhlaWdodD0iMTYwIiB2aWV3Qm94PSIwIC0wLjMxIDE2MCAxNjAiIG92ZXJmbG93PSJ2aXNpYmxlIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgLTAuMzEgMTYwIDE2MCI+PHBhdGggZmlsbD0iI0FFQkVFMiIgZD0iTTIxLjEwMyAxMTMuN2wtMTAuMTEyIDUuODM0YzE0LjY1NCAyNS4zODUgMzkuNzAxIDM5Ljg0NiA2OS4wMTIgMzkuODQ2di0xMS41MThjLTI1LjIwNy0uMDA4LTQ3LjE5LTEzLjc2Mi01OC45LTM0LjE2MnoiLz48cGF0aCBmaWxsPSIjODc5REQxIiBkPSJNMTIuMTE3IDc5Ljk1NGMwLTEyLjQ1MSAzLjM2Ni0yNC4xMDcgOS4yMTQtMzQuMTM5bC0xMC4zNC01Ljk2OWMtMTQuNjU0IDI1LjM4MS0xNC42NTQgNTQuMzA1IDAgNzkuNjg4bDEwLjExMS01LjgzOGMtNS43MDctOS45NDItOC45ODUtMjEuNDU1LTguOTg1LTMzLjc0MnoiLz48cGF0aCBmaWxsPSIjNjI3Q0JEIiBkPSJNODAuMDAyIDEyLjA0OHYtMTIuMDQ4Yy0yOS4zMSAwLTU0LjM1NyAxNC40NTgtNjkuMDExIDM5Ljg0NmwxMC4zNCA1Ljk2OWMxMS43NjUtMjAuMTg0IDMzLjYyNy0zMy43NTkgNTguNjcxLTMzLjc2N3oiLz48cGF0aCBmaWxsPSIjNDA2MEFDIiBkPSJNODAuMDI0IDEyLjA0OGMyNS4wNDggMCA0Ni45MTEgMTMuNTcxIDU4LjY4MyAzMy43NTFsMTAuMzEyLTUuOTU0Yy0xNC42NTYtMjUuMzg3LTM5LjcwMi0zOS44NDUtNjkuMDE3LTM5Ljg0NXYxMi4wNDhoLjAyMnoiLz48cGF0aCBmaWxsPSIjRTRFOUY1IiBkPSJNMTQ5LjAxOSAzOS44NDZsLTEwLjMxMiA1Ljk1NGM1Ljg1NCAxMC4wMzUgOS4yMjQgMjEuNjk5IDkuMjI0IDM0LjE1NCAwIDEyLjI5NS0zLjI4MiAyMy44MTItOC45OTYgMzMuNzYybDEwLjA4NSA1LjgxOGMxNC42NTQtMjUuMzgzIDE0LjY1NC01NC4zMDctLjAwMS03OS42ODh6Ii8+PHBhdGggZmlsbD0iI0Q3REZGMSIgZD0iTTEzOC45MzQgMTEzLjcxNWMtMTEuNzE1IDIwLjM5OC0zMy42OTggMzQuMTQ2LTU4LjkxIDM0LjE0NmgtLjAyMXYxMS41MThjMjkuMzE0IDAgNTQuMzYtMTQuNDYxIDY5LjAxNy0zOS44NDZsLTEwLjA4Ni01LjgxOHoiLz48L3N2Zz4=");
    -webkit-animation: spinner 0.6s linear infinite;
    -moz-animation: spinner 0.6s linear infinite;
    -ms-animation: spinner 0.6s linear infinite;
    -o-animation: spinner 0.6s linear infinite;
    animation: spinner 0.6s linear infinite;
    background-size: 80px auto;
    height: 80px;
    left: 50%;
    position: fixed;
    top: 50%;
    width: 80px;
    margin: -40px 0 0 -40px; }

@keyframes spinner {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes spinner {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

.must-read h3 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #333333; }

.must-read h4 {
  margin: 5px 0 0;
  text-transform: none; }

.must-read .must-read-item {
  margin-bottom: 15px; }
  .must-read .must-read-item img {
    width: 100%;
    display: block; }

.pager.more {
  text-align: center; }
  .pager.more a {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer; }
    .pager.more a span {
      content: '>';
      display: inline-block;
      font-size: 26px; }

.pager.regular {
  text-align: right;
  padding: 40px 0 30px; }
  .pager.regular span {
    display: inline-block;
    padding: 0 10px;
    font-size: 20px;
    color: #333333;
    cursor: pointer; }
    .pager.regular span:after {
      content: '|';
      position: absolute;
      margin-left: 7px; }
    .pager.regular span:last-child {
      padding-right: 0; }
      .pager.regular span:last-child:after {
        display: none; }
  .pager.regular .active {
    font-weight: bold;
    color: #006;
    cursor: default; }

.people-bio {
  padding: 0 30px; }
  .people-bio .brand-header {
    margin: 0 -30px; }
  .people-bio .back {
    text-transform: uppercase;
    display: inline-block;
    margin: 10px 0 30px;
    font-weight: 500; }
  .people-bio h1 {
    font-size: 32px; }
  .people-bio .profile h2.name {
    font-size: 32px;
    border-bottom: 1px solid #006;
    margin: 0 -10px 15px 0; }
  .people-bio .profile .main-data {
    background: #f5f5f5;
    padding: 10px; }
    .people-bio .profile .main-data img {
      float: left;
      margin: 0 20px 0 0;
      height: 227px; }
    .people-bio .profile .main-data p {
      margin: 0; }
  .people-bio .profile h3 {
    background: #f5f5f5;
    font-size: 26px;
    padding: 3px 10px;
    font-weight: 500; }
  .people-bio .profile .professional-profile, .people-bio .profile .committees {
    padding: 0 10px; }
    .people-bio .profile .professional-profile .col-xs-6, .people-bio .profile .committees .col-xs-6 {
      padding-right: 10px; }
      .people-bio .profile .professional-profile .col-xs-6 + .col-xs-6, .people-bio .profile .committees .col-xs-6 + .col-xs-6 {
        padding-left: 10px;
        padding-right: 0; }
    .people-bio .profile .professional-profile .professional-profile-item, .people-bio .profile .committees .professional-profile-item {
      margin-bottom: 10px; }
    .people-bio .profile .professional-profile label, .people-bio .profile .committees label {
      text-transform: uppercase;
      font-weight: bold;
      margin-right: 10px; }

.people-list .filter {
  margin: 30px 0; }

.people-list .content {
  padding-left: 60px;
  padding-right: 30px;
  padding-bottom: 60px; }

.people-list .pager {
  padding-right: 30px;
  margin-top: -60px; }

.people-list .letters {
  text-align: center;
  margin-bottom: 20px;
  margin-left: -60px;
  margin-right: -30px; }
  .people-list .letters a {
    font-size: 32px;
    font-weight: 500;
    display: inline-block;
    padding: 0 5px;
    cursor: pointer; }
    .people-list .letters a.active {
      color: #ed1c24; }

.people-list .letter-wrapper > span {
  display: block;
  background: #E3E3E3;
  color: #006;
  font-weight: bold;
  padding: 3px 10px;
  margin-top: 30px;
  font-size: 20px; }

.people-list .letter-wrapper a {
  display: block;
  border-bottom: 1px solid #006;
  padding: 3px 10px;
  font-weight: bold;
  font-size: 20px; }
  .people-list .letter-wrapper a span {
    font-weight: normal;
    font-size: 18px; }

.people-list.people-search .letters {
  margin-top: 30px; }

.people-list.people-search .letter-wrapper a {
  padding-left: 20px; }

.people-search.block > div {
  clear: both; }

.people-search.block .brand-header {
  margin: -1px -20px 0 -21px; }

.people-search.block h4 {
  margin: 20px -20px 10px -20px;
  padding: 0 20px 10px;
  border-bottom: 5px solid #006; }

.people-search.block label {
  text-transform: uppercase;
  color: #006;
  font-size: 20px;
  display: block; }

.people-search.block .control {
  display: block;
  width: 100%; }

.people-search.block .row {
  margin: 10px 0; }

.people-search.block .search-btn {
  float: right;
  margin: 30px;
  clear: both;
  text-transform: uppercase;
  background: #63628f;
  color: #FFFFFF;
  border-color: #63628f; }
  .people-search.block .search-btn:hover, .people-search.block .search-btn.active {
    background: #21205f;
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer;
    border-color: #21205f; }
  .people-search.block .search-btn + div {
    padding: 0 30px; }
    .people-search.block .search-btn + div h4 {
      margin: 20px -30px 10px -30px;
      padding-left: 30px; }

.people-search.block .buttons-wrapper {
  text-align: center;
  margin-top: 20px; }
  .people-search.block .buttons-wrapper .btn {
    background: #fff;
    text-transform: uppercase; }
    .people-search.block .buttons-wrapper .btn:hover {
      color: #006; }

.people-bio-page .people-search.block {
  overflow: inherit; }
  .people-bio-page .people-search.block .search-btn {
    margin: 44px 30px 0 0; }

@media screen and (max-width: 900px) {
  .people-bio-page .content-top h1,
  .people-page .content-top h1 {
    padding: 0 30px;
    width: 100%;
    max-width: none; } }

@media screen and (max-width: 320px) {
  .people-bio-page .content-top h1,
  .people-page .content-top h1 {
    text-align: center;
    padding: 0; }
  .people-list .content {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100%;
    margin: 0 auto; }
  .people-list .pager.regular.clearfix {
    padding-right: 0;
    width: 100%;
    margin: 0 auto;
    text-align: center; }
  .people-list .filter.clearfix {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0 10px 20px;
    background: #EFEFEF; }
  .people-list .letters {
    margin: 0 !important; } }

.related-articles {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 25px 0; }
  .related-articles h2 {
    color: #333;
    margin: 0 0 25px 0;
    font-size: 20px; }
  .related-articles .related-articles-item {
    margin-bottom: 20px;
    overflow: hidden;
    position: relative; }
    .related-articles .related-articles-item:last-child {
      margin-right: 0; }
    .related-articles .related-articles-item .related-articles-item-image {
      float: left;
      width: 200px;
      margin: 0 20px 0 0; }
    .related-articles .related-articles-item h3 {
      margin: 0;
      text-transform: none;
      padding: 0;
      font-size: 20px; }
    .related-articles .related-articles-item img + .related-articles-item-text {
      position: absolute;
      top: 50%;
      left: 230px;
      transform: translateY(-50%); }
    .related-articles .related-articles-item span {
      font-weight: bold; }
  .related-articles.people-related {
    margin: 0 -30px;
    border-bottom: none; }
    .related-articles.people-related h2 {
      padding: 0 30px; }
    .related-articles.people-related .btn {
      padding: 0 5px 2px;
      line-height: 1;
      position: relative;
      top: -30px; }
    .related-articles.people-related .related-articles-item {
      padding: 0 0 20px 0;
      border-bottom: 1px solid #E3E3E3;
      float: none;
      width: auto;
      margin: 0 30px; }
      .related-articles.people-related .related-articles-item + .related-articles-item {
        padding-top: 20px; }
      .related-articles.people-related .related-articles-item:last-child {
        border-bottom: none;
        padding-bottom: 50px; }
      .related-articles.people-related .related-articles-item h3 {
        padding: 0;
        text-transform: uppercase;
        font-size: 18px; }
        .related-articles.people-related .related-articles-item h3 a {
          color: #333; }
          .related-articles.people-related .related-articles-item h3 a:hover {
            color: #ed1c24; }
      .related-articles.people-related .related-articles-item span {
        font-weight: bold;
        color: #006; }

.search-bar {
  float: right;
  padding-right: 30px;
  padding-top: 8px; }
  .search-bar label {
    text-transform: uppercase;
    color: #006;
    font-weight: 500;
    font-size: 28px;
    line-height: 40px;
    display: inline-block;
    vertical-align: middle; }
  .search-bar .btn {
    font-size: 23px;
    text-transform: uppercase; }
  .search-bar input[type="text"] {
    margin: 0 10px; }

.document-items .search-items-filter,
.search-items .search-items-filter {
  padding: 40px 0 30px;
  text-align: center; }
  .document-items .search-items-filter a,
  .search-items .search-items-filter a {
    display: inline-block;
    padding: 3px 20px;
    min-width: 140px;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid #006;
    height: 30px; }
    .document-items .search-items-filter a + a,
    .search-items .search-items-filter a + a {
      border-left: none; }
    .document-items .search-items-filter a.active,
    .search-items .search-items-filter a.active {
      background: #d5d6e9; }

.document-items table,
.search-items table {
  width: 100%; }
  .document-items table tr,
  .search-items table tr {
    background: #FFFFFF; }
    .document-items table tr td,
    .search-items table tr td {
      padding: 15px;
      min-width: 130px;
      color: #006;
      font-size: 20px;
      vertical-align: top; }
      .document-items table tr td:first-child,
      .search-items table tr td:first-child {
        padding-left: 120px;
        text-transform: uppercase;
        font-weight: bold; }
      .document-items table tr td:last-child,
      .search-items table tr td:last-child {
        padding-right: 70px; }
      .document-items table tr td.details a,
      .search-items table tr td.details a {
        font-weight: 500; }
      .document-items table tr td.details div,
      .search-items table tr td.details div {
        color: #333333;
        font-size: 18px; }
    .document-items table tr:nth-child(2n+1),
    .search-items table tr:nth-child(2n+1) {
      background: #f5f5f5; }

.top-menu {
  float: right;
  color: #FFFFFF;
  padding: 25px 40px;
  height: 32px;
  line-height: 32px;
  white-space: nowrap; }
  .top-menu .top-menu-welcome {
    font-weight: bold; }
  .top-menu .top-menu-items {
    font-size: 16px;
    display: inline-block;
    margin: 0 20px 0 12px;
    padding: 0; }
    .top-menu .top-menu-items li {
      display: inline-block; }
      .top-menu .top-menu-items li:before {
        content: "|";
        float: left;
        margin: 0 10px; }
      .top-menu .top-menu-items li:first-child:before {
        display: none; }
      .top-menu .top-menu-items li a {
        color: #FFFFFF; }
  .top-menu .top-menu-search,
  .top-menu .top-menu-menu {
    display: inline-block;
    width: 35px;
    height: 32px;
    background: url("../img/icons.png") 0 0 no-repeat;
    margin-bottom: -11px;
    cursor: pointer; }
  .top-menu .top-menu-menu {
    background-position: 0 -40px;
    margin-left: 25px;
    position: relative;
    z-index: 100;
    height: 30px; }
    .top-menu .top-menu-menu.opened {
      background-position: 0 -110px; }

@media screen and (max-width: 750px) {
  .stripe .top-menu .top-menu-drop-down {
    max-width: 410px;
    width: 100%; }
    .stripe .top-menu .top-menu-drop-down .top-menu-drop-down-items > li > a {
      margin: 15px 0; } }

.top-menu-drop-down {
  position: absolute;
  top: 0;
  right: 0;
  background: #E3E3E3;
  z-index: 10;
  padding: 70px 30px 40px;
  width: 410px; }
  .top-menu-drop-down ul, .top-menu-drop-down li {
    list-style: none;
    padding: 0;
    margin: 0; }
  .top-menu-drop-down li.border-top {
    border-top: 3px solid #21205f;
    padding: 0 30px;
    margin: 0 -30px; }
  .top-menu-drop-down a {
    font-weight: normal; }
    .top-menu-drop-down a:hover {
      font-weight: bold; }
  .top-menu-drop-down form {
    position: relative; }
    .top-menu-drop-down form .control {
      display: block;
      color: #006;
      background: transparent;
      margin: -20px 0 20px;
      width: 100%; }
    .top-menu-drop-down form .top-menu-drop-down-search-submit {
      position: absolute;
      top: 5px;
      right: 10px;
      width: 35px;
      height: 32px;
      background: url("../img/icons.png") 0 -70px no-repeat;
      cursor: pointer;
      border: none;
      color: transparent;
      font-size: 1px;
      outline: none; }
  .top-menu-drop-down .top-menu-drop-down-items > li > a, .top-menu-drop-down .top-menu-drop-down-items > li > .toggle {
    display: block;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 20px 0; }
  .top-menu-drop-down .top-menu-drop-down-items > li > .toggle {
    float: right;
    width: 30px;
    text-align: right;
    cursor: pointer;
    margin: 0;
    color: #21205f; }
    .top-menu-drop-down .top-menu-drop-down-items > li > .toggle:hover {
      color: #ed1c24; }
  .top-menu-drop-down .top-menu-drop-down-items > li .top-menu-drop-down-areas {
    margin-top: -10px;
    margin-left: 25px;
    display: none; }
    .top-menu-drop-down .top-menu-drop-down-items > li .top-menu-drop-down-areas a {
      font-size: 20px; }
    .top-menu-drop-down .top-menu-drop-down-items > li .top-menu-drop-down-areas.top-menu-drop-down-areas-opened {
      display: block; }
  .top-menu-drop-down .top-menu-drop-down-items > li .active {
    color: #ed1c24; }

.top-menu-search-drop-down {
  position: absolute;
  top: 0;
  right: 90px;
  z-index: 10;
  padding: 20px 0 20px 10px;
  width: 320px;
  overflow: hidden; }
  .top-menu-search-drop-down form {
    position: relative;
    height: 40px; }
    .top-menu-search-drop-down form .control {
      display: block;
      color: #006;
      position: absolute;
      right: 60px;
      width: 270px;
      border-left: 20px solid #21205f;
      border-radius: 0; }
    .top-menu-search-drop-down form .top-menu-drop-down-search-submit {
      position: absolute;
      top: 5px;
      right: 10px;
      width: 35px;
      height: 32px;
      background: url("../img/icons.png") 0 0 no-repeat #21205f;
      cursor: pointer;
      border: none;
      color: transparent;
      font-size: 1px;
      outline: none; }

.what-to-watch h2, .what-to-watch h3 {
  margin: 12px 0 0;
  font-size: 32px; }

.what-to-watch h4 {
  margin: 20px 0 0 0; }

.what-to-watch p {
  margin: 0; }

.what-to-watch .date {
  margin: 15px 0 40px; }

.left-bar .what-to-watch-content {
  padding: 25px 15px; }

.right-bar .what-to-watch {
  margin-top: 0;
  padding-top: 0;
  border-top: none; }

.mobile-block {
  display: none !important; }

.mobile-inline-block {
  display: none !important; }

.desktop-block {
  display: block !important; }

.desktop-inline-block {
  display: inline-block !important; }

@media screen and (max-width: 1300px) {
  .container {
    width: 100%; }
    .container .brand-header {
      margin-right: 0;
      position: relative; }
  .content-area {
    width: 72%; }
  .right-bar {
    width: 28%; }
  .breadcrumbs + .container .right-bar:after {
    display: none; }
  .document-items .search-items-filter {
    padding: 85px 43px 80px 55px;
    display: flex;
    width: 100%; }
    .document-items .search-items-filter a {
      min-width: inherit;
      height: auto;
      overflow: hidden;
      font-size: 1.7vw; }
  .people-bio {
    padding: 0; }
    .people-bio h1 {
      padding-left: 30px; }
    .people-bio .back {
      margin: 50px 10px 5px 30px; }
    .people-bio .profile h3 {
      padding-left: 30px; }
    .people-bio .profile .main-data {
      padding: 10px 30px; } }

@media screen and (max-width: 900px) {
  .container .brand-header {
    height: auto; }
  .right-bar-title {
    display: none; }
  .header,
  .content-top {
    background: #EFEFEF; }
  .breadcrumbs {
    margin: -104px 0 0 188px;
    font-size: 14px; }
  .content-area,
  .right-bar {
    width: 100%; }
  .happening-now {
    padding: 35px 45px 0 45px; }
  .filter {
    text-align: left;
    padding: 10px 10px 10px 45px; }
  .content-top {
    padding-bottom: 15px;
    display: flex;
    justify-content: space-between; }
    .content-top h1 {
      padding-left: 45px;
      line-height: 1; }
    .content-top .search-bar {
      float: none;
      padding: 0;
      align-self: flex-end;
      padding-right: 70px; }
      .content-top .search-bar label {
        display: none; }
      .content-top .search-bar .control {
        border: 1px solid #8080A1;
        width: 100%;
        line-height: 1;
        margin: 0;
        background: #EFEFEF; }
      .content-top .search-bar .btn {
        position: absolute;
        width: 40px;
        height: 40px;
        font-size: 0;
        background: #8080A1 url("../img/search-btn.png") no-repeat center;
        border: none;
        padding: 0; }
        .content-top .search-bar .btn:hover {
          background-color: #21205f; }
  .search-items .search-items-filter {
    padding: 85px 43px 80px 55px;
    display: flex;
    width: 100%; }
    .search-items .search-items-filter a {
      min-width: inherit;
      height: auto;
      overflow: hidden; }
  .search-items table tr td {
    min-width: inherit;
    padding: 5px; }
    .search-items table tr td:first-child {
      padding-left: 20px; }
    .search-items table tr td:last-child {
      padding-right: 20px; }
  .content-area.full-width h1 {
    font-size: 38px;
    margin: 0;
    padding: 0 20px 0 50px;
    background: #EFEFEF;
    text-align: left; }
  .content-area.full-width .global-search-form {
    padding: 0 30px 10px 50px;
    background: #EFEFEF;
    position: relative; }
    .content-area.full-width .global-search-form .order,
    .content-area.full-width .global-search-form .results {
      position: absolute;
      margin-top: 22px;
      top: 100%; }
    .content-area.full-width .global-search-form .order {
      left: 100%;
      margin-left: -40%; }
    .content-area.full-width .global-search-form .control {
      max-width: 218px;
      float: right;
      border: 1px solid #8080A1;
      background: #EFEFEF; }
    .content-area.full-width .global-search-form .btn {
      margin: 0;
      width: 40px;
      height: 40px;
      font-size: 0;
      background: #8080A1 url("../img/search-btn.png") no-repeat center;
      border: none;
      padding: 0; }
      .content-area.full-width .global-search-form .btn:hover {
        background-color: #21205f; }
  .content-area.full-width table tr td {
    min-width: inherit;
    padding: 5px; }
    .content-area.full-width table tr td:first-child {
      padding-left: 20px; }
    .content-area.full-width table tr td:last-child {
      padding-right: 20px; } }

@media screen and (max-width: 770px) {
  .top-menu .top-menu-welcome {
    margin-right: 15px;
    width: calc(100% - 320px);
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    position: absolute;
    right: 120px; }
  .top-menu .top-menu-items {
    position: absolute;
    z-index: 1;
    right: 130px; }
    .top-menu .top-menu-items li:before {
      display: none; }
  .breadcrumbs {
    margin-top: -50px !important;
    margin-left: 30px !important; }
  .index-articles h1 {
    margin: 0;
    padding: 12px 0 0 0;
    font-size: 38px;
    padding-left: 50px;
    background: #EFEFEF; }
  .index-articles .brand-header {
    padding: 7px 0 5px 50px;
    line-height: 1; }
    .index-articles .brand-header a {
      font-size: 22px;
      line-height: 1; }
      .index-articles .brand-header a[href*="finance"]:before, .index-articles .brand-header a[href*="healthcare"]:before {
        content: "";
        display: none;
        width: 92px;
        height: 92px;
        position: absolute;
        right: 45px;
        border: 4px solid #2C348F;
        pointer-events: none;
        border-radius: 100px;
        margin-top: -38px; }
      .index-articles .brand-header a[href*="finance"]:before {
        background: #fff url("../img/finance-icon.png") no-repeat center; }
      .index-articles .brand-header a[href*="healthcare"]:before {
        background: #fff url("../img/healthcare-icon.png") no-repeat center; }
  .index-articles .index-articles-item {
    padding-left: 50px; }
  .search-items .search-items-filter a {
    font-size: 2vw; }
  .search-items table,
  .document-items table {
    display: block; }
    .search-items table tbody,
    .document-items table tbody {
      display: block; }
      .search-items table tbody tr,
      .document-items table tbody tr {
        display: block;
        padding: 18px 0; }
        .search-items table tbody tr td,
        .document-items table tbody tr td {
          display: block;
          width: 100%;
          padding: 0 20px 0 50px; }
          .search-items table tbody tr td:first-child,
          .document-items table tbody tr td:first-child {
            padding-left: 50px; }
  .content-area.full-width .global-search-form {
    display: block;
    padding: 0 30px 10px 50px; }
    .content-area.full-width .global-search-form:after {
      content: "";
      display: block;
      clear: both; }
    .content-area.full-width .global-search-form .col-xs-10 {
      width: 83.33333%;
      top: 0;
      float: left; }
    .content-area.full-width .global-search-form .col-xs-2 {
      top: 0;
      float: left; }
  .content-area.full-width table tr td {
    padding: 0 20px 0 50px; }
    .content-area.full-width table tr td:first-child {
      padding-left: 50px; }
  .people-list .content {
    padding-left: 30px; }
  .people-list .letters {
    margin-left: -30px; }
  .document-items .search-items-filter {
    flex-wrap: wrap; }
    .document-items .search-items-filter a {
      width: 100%;
      border-bottom: none;
      font-size: 18px; }
      .document-items .search-items-filter a + a {
        border-left: 1px solid #006; }
      .document-items .search-items-filter a:last-child {
        border-bottom: 1px solid #006; }
  .left-bar .brand-header {
    background: #21205f; }
  .hearings-page .right-bar .brand-header {
    background: #21205f;
    margin: 0 -30px;
    padding: 0 30px; }
  .top-menu-search-drop-down form .control {
    border-left: none; }
  .mobile-block {
    display: block !important; }
  .mobile-inline-block {
    display: inline-block !important; }
  .desktop-inline-block {
    display: none !important; }
  .desktop-block {
    display: none !important; } }

@media screen and (max-width: 550px) {
  .breadcrumbs {
    margin-top: -75px;
    margin-left: 30px;
    margin-right: 30px;
    line-height: 1.8; }
  .top-menu .top-menu-welcome {
    position: absolute;
    right: 30px;
    margin-top: 77px;
    width: calc(100% - 60px);
    color: #010164;
    overflow: hidden;
    font-size: 20px;
    text-overflow: ellipsis;
    text-align: right; }
  .header .logo {
    width: 91px;
    height: 91px;
    display: block;
    background-size: cover; }
  .content-top {
    flex-wrap: wrap; }
    .content-top h1 {
      max-width: none; }
    .content-top .search-bar {
      width: 100%;
      margin: 0 auto 5px;
      padding-right: 40px; }
  .search-items .search-items-filter {
    flex-wrap: wrap; }
    .search-items .search-items-filter a {
      width: 100%;
      border-bottom: none;
      font-size: 18px; }
      .search-items .search-items-filter a + a {
        border-left: 1px solid #006; }
      .search-items .search-items-filter a:last-child {
        border-bottom: 1px solid #006; }
  .people-bio .profile .professional-profile,
  .people-bio .profile .committees {
    padding: 0 30px; }
    .people-bio .profile .professional-profile .col-xs-6,
    .people-bio .profile .professional-profile .col-xs-6 + .col-xs-6,
    .people-bio .profile .committees .col-xs-6,
    .people-bio .profile .committees .col-xs-6 + .col-xs-6 {
      width: 100%;
      float: none;
      padding: 0; } }
