@import "links.css";
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */

  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 2 */

}
/*
 * Removes default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a {
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
}
/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
  color: #000000;
}
/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * Sets consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/*
 * Prevents `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
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */

  padding: 0;
  /* 2 */

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

  font-size: 100%;
  /* 2 */

  margin: 0;
  /* 3 */

}
/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves 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],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */

  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 2 */

}
/*
 * Removes default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
}
/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * Sets consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/*
 * Prevents `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
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */

  padding: 0;
  /* 2 */

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

  font-size: 100%;
  /* 2 */

  margin: 0;
  /* 3 */

}
/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves 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],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */

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

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */

  box-sizing: content-box;
}
/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */

  vertical-align: top;
  /* 2 */

}
/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */

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

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */

  box-sizing: content-box;
}
/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */

  vertical-align: top;
  /* 2 */

}
/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*
* Color variables & mixins
*/
.Arial {
  font-family: Helvetica, Arial, sans-serif;
}
.clearLayout {
  margin: 0;
  padding: 0;
}
.container {
  width: 980px;
  margin: 0 auto;
}
.nonGraphicList {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.nonGraphicList li {
  margin: 0;
  padding: 0;
}
.element-invisible,
.hide,
.skip-link {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */

  clip: rect(1px, 1px, 1px, 1px);
}
.skip-link:focus {
  clip: auto;
  background: #ffffff;
  color: #000000;
  display: inline-block;
  padding: 3px 20px;
  z-index: 100;
}
.ir {
  margin: 0;
  padding: 0;
  color: transparent;
  font: 0/0 serif;
}
.ir:focus {
  outline: 1px dotted #000000;
}
.disabled {
  display: none !important;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.headline {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 17px;
  color: #d72b40;
  line-height: 20px;
}
.grief .headline {
  color: #616161;
}
.whiteButton {
  height: 30px;
  line-height: 30px;
  border: 1px solid #cacaca;
  color: #424242;
  padding: 0 15px 0 20px;
  background: url(../img/bg_btn_white_gradient.png) repeat-x 0 0;
  z-index: 10;
  text-decoration: none;
}
.whiteButton:hover {
  box-shadow: 0 0 1px #cccccc;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}
.whiteButton:active {
  box-shadow: 0 0 3px #cccccc;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.inputStyle {
  border: none;
  border-top: 1px solid #cacaca;
  border-left: 1px solid #ededed;
  padding: 0 10px;
  text-decoration: none;
  font-size: 11px;
  color: #252525;
  background: #ffffff;
}
.red-button {
  background: #d72b40;
  border-radius: 15px;
  display: inline-block;
  margin: 20px 20px 10px;
  padding: 10px;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none !important;
}
body {
  margin: 0;
  padding: 0;
  background: #e7e4dd;
  font: 75%/1.3 Arial, Helvetica, sans-serif;
  color: #424242;
}
body a {
  color: #424242;
}
body a:hover {
  text-decoration: underline;
}
.main-header {
  background: #ffffff;
  border-bottom: 1px solid #d7d7d7;
}
.main-header .container {
  border-bottom: 1px solid #cacaca;
  height: 39px;
  *zoom: 1;
}
.main-header .container:before,
.main-header .container:after {
  display: table;
  content: "";
  line-height: 0;
}
.main-header .container:after {
  clear: both;
}
.main-header .link-home,
.main-header .languages-links-list,
.main-header .link-bip {
  float: left;
}
.main-header .search-form {
  float: right;
}
.main-header .languages-links-list {
  margin-left: 99px;
}
.main-header .link-home {
  color: #252525;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 39px;
  margin-right: 85px;
  margin-left: 10px;
}
.main-header .link-home .ico {
  margin: 0;
  padding: 0;
  color: transparent;
  font: 0/0 serif;
  float: left;
  width: 26px;
  height: 39px;
  margin-right: 5px;
  background: url(../img/sprite_main.png) no-repeat -252px 0;
}
.main-header .link-home .ico:focus {
  outline: 1px dotted #000000;
}
.grief .main-header .link-home .ico {
  background-image: url(../img/sprite_main_grief.png);
}
.main-header .link-bip {
  margin: 0;
  padding: 0;
  color: transparent;
  font: 0/0 serif;
  width: 139px;
  height: 39px;
  background: url(../img/bg_link_bip.png);
}
.main-header .link-bip:focus {
  outline: 1px dotted #000000;
}
.grief .main-header .link-bip {
  background-image: url(../img/bg_link_bip_grief.png);
}
.search-form {
  width: 269px;
  border: 1px solid #cacaca;
  border-width: 1px 0 0 1px;
  height: 38px;
  background: #ffffff;
  *zoom: 1;
}
.search-form:before,
.search-form:after {
  display: table;
  content: "";
  line-height: 0;
}
.search-form:after {
  clear: both;
}
.search-form .search-input {
  display: inline-block;
  border: none;
  background: transparent;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  color: #4c4c4c;
  padding: 0 13px;
  width: 200px;
  float: left;
  font-family: Arial, Helvetica, sans-serif;
}
.search-form .search-submit {
  margin: 0;
  padding: 0;
  color: transparent;
  font: 0/0 serif;
  border: none;
  background: url(../img/sprite_main.png) no-repeat -174px -71px;
  width: 40px;
  height: 40px;
  margin-top: -1px;
  float: right;
}
.search-form .search-submit:focus {
  outline: 1px dotted #000000;
}
.grief .search-form .search-submit {
  background-image: url(../img/sprite_main_grief.png);
}
.search-form .search-submit:hover {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}
.search-form .search-submit:active {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
.languages-links-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.languages-links-list li {
  margin: 0;
  padding: 0;
}
.languages-links-list li {
  float: left;
}
.languages-links-list li a {
  position: relative;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 11px;
  line-height: 39px;
  color: #252525;
  text-transform: uppercase;
  background: #ededed;
  padding: 0 17px;
  border-left: 1px solid #ffffff;
  width: 38px;
}
.languages-links-list li a .ico {
  margin: 0;
  padding: 0;
  color: transparent;
  font: 0/0 serif;
  float: left;
  width: 16px;
  height: 11px;
  margin-top: 14px;
  margin-right: 5px;
  background: url(../img/sprite_main.png) no-repeat -235px -3px;
}
.languages-links-list li a .ico:focus {
  outline: 1px dotted #000000;
}
.grief .languages-links-list li a .ico {
  background-image: url(../img/sprite_main_grief.png);
}
.languages-links-list li a.en .ico {
  background: url(../img/sprite_main.png) no-repeat -235px -20px;
}
.grief .languages-links-list li a.en .ico {
  background-image: url(../img/sprite_main_grief.png);
}
.languages-links-list li a.fr .ico {
  background: url(../img/sprite_main.png) no-repeat -235px -37px;
}
.grief .languages-links-list li a.fr .ico {
  background-image: url(../img/sprite_main_grief.png);
}
.languages-links-list li a:hover,
.languages-links-list li a.active {
  background: transparent;
  text-decoration: none;
}
.languages-links-list li a.active:after {
  content: " ";
  display: block;
  background: url(../img/bg_lang_active.png) no-repeat center bottom;
  height: 9px;
  width: 72px;
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 10;
}
.grief .languages-links-list li a.active:after {
  background-image: url(../img/bg_lang_active_grief.png);
}
.content-wrapper {
  width: 980px;
  margin: 0 auto;
  padding: 0 20px;
  background: #f8f8f8;
  *zoom: 1;
  border: 1px solid #d7d7d7;
  border-width: 0 1px;
  margin-top: -1px;
}
.content-wrapper:before,
.content-wrapper:after {
  display: table;
  content: "";
  line-height: 0;
}
.content-wrapper:after {
  clear: both;
}
.sub-header {
  clear: both;
  position: relative;
  background: url(../img/bg_header_old_4.01.2016.jpg);
  height: 108px;
  *zoom: 1;
}
.grief .sub-header {
  background-image: url(../img/bg_header_grief.jpg);
}
.sub-header:before,
.sub-header:after {
  display: table;
  content: "";
  line-height: 0;
}
.sub-header:after {
  clear: both;
}
.sub-header .main-logo-wrapper {
  display: block;
  width: 501px;
  height: 107px;
  margin: 0;
  padding: 0;
}
.sub-header .main-logo-wrapper .link-main-logo {
  margin-left: 10px;
  margin: 0;
  padding: 0;
  color: transparent;
  font: 0/0 serif;
  width: 100%;
  height: 100%;
  display: block;
  background: url(../img/logo.png) no-repeat 0 0;
}
.sub-header .main-logo-wrapper .link-main-logo:focus {
  outline: 1px dotted #000000;
}
.grief .sub-header .main-logo-wrapper .link-main-logo {
  background-image: url(../img/grief_logo.png);
}
.sub-header .link-video-transmission {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #dadada url(../img/bg_white_button.png) repeat-x 0 0;
  height: 39px;
  width: 110px;
  padding: 0 10px 0 20px;
  line-height: 39px;
  font-family: Arial,  Helvetica, sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #202020;
  border-radius: 10px 0 0 0;
  border: 1px solid #838383;
  border-width: 1px 0 0 1px;
}
.sub-header .link-video-transmission .ico {
  margin: 0;
  padding: 0;
  color: transparent;
  font: 0/0 serif;
  float: right;
  width: 25px;
  height: 25px;
  background: url(../img/sprite_main.png) no-repeat -251px -90px;
  margin: 8px 0 0 2px;
}
.sub-header .link-video-transmission .ico:focus {
  outline: 1px dotted #000000;
}
.grief .sub-header .link-video-transmission .ico {
  background-image: url(../img/sprite_main_grief.png);
}
.breadcrumbs-wrapper {
  position: relative;
  clear: both;
  background: #494949 url(../img/bg_nav_bar.png) repeat-x 0 0;
  height: 43px;
  margin: 0;
  padding: 0;
  *zoom: 1;
}
.breadcrumbs-wrapper:before,
.breadcrumbs-wrapper:after {
  display: table;
  content: "";
  line-height: 0;
}
.breadcrumbs-wrapper:after {
  clear: both;
}
.breadcrumbs-wrapper .link-decisions {
  display: inline-block;
  position: absolute;
  right: 2px;
  top: 4px;
  color: #ffffff;
  text-align: center;
  font-family: Arial,  Helvetica, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 34px;
  height: 36px;
  width: 109px;
  background: url(../img/bg_red_button.png) repeat-x 0 0;
  padding: 0 14px 0 15px;
}
.grief .breadcrumbs-wrapper .link-decisions {
  background-image: url(../img/bg_red_button_grief.png);
}
.breadcrumbs-wrapper .link-decisions:hover {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}
.breadcrumbs-wrapper .link-decisions:active {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
.important-links {
  float: left;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.important-links li {
  margin: 0;
  padding: 0;
}
.important-links li {
  position: relative;
  float: left;
}
.important-links li:hover .link-open {
  /*background-position: -235px -127px;*/
}
.important-links li:hover .sub-menu {
  left: 0;
}
.important-links li .show-menu {
  left: 0;
}
.important-links .link-open {
  display: block;
  margin: 0;
  padding: 0;
  color: transparent;
  font: 0/0 serif;
  width: 40px;
  height: 41px;
  background: url(../img/sprite_main.png) no-repeat -125px -70px;
}
.important-links .link-open:focus {
  outline: 1px dotted #000000;
}
.grief .important-links .link-open {
  background-image: url(../img/sprite_main_grief.png);
}
.important-links .link-open:hover,
.important-links .link-open:focus {
  /*background-position: -235px -127px;*/
}
.important-links .link-open:focus {
  outline: 1px dotted #ffffff;
}
.important-links .link-open:focus + .sub-menu {
  left: 0;
}
.important-links .sub-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: 41px;
  left: -9999px;
  width: 680px;
  z-index: 100;
  color: #ffffff;
  font-family: Arial,  Helvetica, sans-serif;
  font-size: 15px;
  line-height: 25px;
  background: #0d3f6d;
  box-shadow: 3px 3px 7px rgba(5, 27, 48, 0.5);
}
.important-links .sub-menu li {
  margin: 0;
  padding: 0;
}
.important-links .sub-menu:before {
  content: " ";
  display: block;
  width: 12px;
  height: 7px;
  position: absolute;
  top: -7px;
  left: 15px;
  background: url(../img/bg_menu_gate_arrow.png);
}
.important-links .sub-menu > li {
  clear: both;
  display: block;
  width: 100%;
}
.important-links .sub-menu p {
  padding: 0 20px;
}
.important-links .sub-menu .gate-sublist {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: table;
  width: 100%;
}
.important-links .sub-menu .gate-sublist li {
  margin: 0;
  padding: 0;
}
.important-links .sub-menu .gate-sublist li {
  clear: none;
  float: none;
  display: table-cell;
  background: url(../img/bg_menu_gate.png) repeat-x 0 0;
  height: 55px;
}
.important-links .sub-menu .gate-sublist li a {
  display: block;
  color: #ffffff;
  font-family: Arial,  Helvetica, sans-serif;
  font-size: 15px;
  line-height: 54px;
  height: 54px;
  overflow: hidden;
}
.important-links .sub-menu .gate-sublist li a .ico {
  float: left;
  height: 54px;
  width: 40px;
  margin-left: 10px;
  margin-right: 5px;
}
.important-links .sub-menu .gate-sublist li.globe .ico {
  background: url(../img/ico_glob.png) no-repeat center center;
}
.important-links .sub-menu .gate-sublist li.doc .ico {
  background: url(../img/ico_doc.png) no-repeat center center;
}
.important-links .sub-menu .gate-sublist li.talk .ico {
  background: url(../img/ico_talk.png) no-repeat center center;
}
.breadcrumbs a,
.breadcrumbs span {
  display: inline-block;
  font-family: Arial,  Helvetica, sans-serif;
  font-weight: 700;
  font-size: 11px;
  line-height: 42px;
}
.breadcrumbs .page-title {
  text-transform: uppercase;
  color: #8c8c8c;
  padding: 0 3px 0 19px;
}
.breadcrumbs a {
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  padding: 0 0 0 5px;
}
.breadcrumbs .separator {
  margin: 0;
  padding: 0;
  color: transparent;
  /*font: 0/0 serif;*/
  font-size:1px;
  width: 15px;
  line-height: 40px;
  background: url(../img/sprite_main.png) no-repeat -220px 3px;
}
.breadcrumbs .separator:focus {
  outline: 1px dotted #000000;
}
.grief .breadcrumbs .separator {
  background-image: url(../img/sprite_main_grief.png);
}
.left-col {
  float: left;
  width: 270px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.article-col {
  float: left;
  width: 690px;
}
.main-nav {
  position: relative;
  margin-bottom: 10px;
}
.main-nav:after {
  content: " ";
  display: block;
  width: 250px;
  height: 5px;
  background-color: #c7cfd6;
  position: absolute;
  left: 10px;
  bottom: -5px;
}
.main-nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.main-nav ul li {
  margin: 0;
  padding: 0;
}
.main-nav li {
  display: block;
}
.main-nav li a {
  display: block;
  font-family: Arial,  Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.2;
  border-bottom: 1px solid #494949;
  border-top: 1px solid #151314;
  background: #000000;
  color: #ffffff;
  padding: 9px 20px 11px;
}
.main-nav li a.current,
.main-nav li a.active,
.main-nav li a:hover {
  background: #d72b40;
  text-decoration: none;
}
.grief .main-nav li a.current,
.grief .main-nav li a.active,
.grief .main-nav li a:hover {
  background: #616161;
}
.main-nav li a:focus {
  outline: 2px dotted #ffffff;
}
.main-nav li:first-child a {
  padding-top: 10px;
  border-top: none;
}
.main-nav li.parent a,
.main-nav li.current a {
  background: #d72b40;
}
.grief .main-nav li.parent a,
.grief .main-nav li.current a {
  background: #616161;
}
.main-nav .sub-menu {
  margin: 0 10px;
}
.main-nav .sub-menu li a {
  position: relative;
  background: #1c1c1c;
  font-size: 12px;
}
.main-nav .sub-menu li a.current,
.main-nav .sub-menu li a:active {
  color: #ff2b40;
}
.grief .main-nav .sub-menu li a.current,
.grief .main-nav .sub-menu li a:active {
  color: #cdcdcd;
}
.main-nav .sub-menu li a.current:before,
.main-nav .sub-menu li a:active:before {
  content: " ";
  display: block;
  width: 7px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 10px;
  background: url(../img/bg_submenu_active_link.png);
}
.main-nav .sub-menu li a.current + .expandable {
  display: block;
}
.main-nav .sub-menu li a.current + .expandable .expandable {
  display: none;
}
.main-nav .sub-menu li a:hover {
  color: #f4152b;
}
.grief .main-nav .sub-menu li a:hover {
  color: #cdcdcd;
}
.main-nav .sub-menu.level-3 {
  margin: 0;
}
.main-nav .sub-menu.level-3 li a {
  color: #949494;
  line-height: 16px;
}
.main-nav .sub-menu.level-3 li a:hover {
  color: #ffffff;
}
.main-nav .sub-menu.level-3 li a.current {
  color: #ffffff;
}
.main-nav .sub-menu.level-4 {
  margin-right: 0;
}
.main-nav .sub-menu.level-4 li a {
  background: #313131;
}
.main-nav .sub-menu.level-5 {
  margin-right: 0;
}
.main-nav .sub-menu.expandable {
  display: none;
}
.main-nav .sub-menu.expandable.expanded {
  display: block;
}
.main-nav .sub-menu.expandable > li > a {
  padding-left: 40px;
}
.main-nav .sub-menu.expandable > li.has-submenu > a:before {
  content: " ";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 11px;
  left: 20px;
  background: url(../img/sprite_main.png) no-repeat -111px -209px;
}
.grief .main-nav .sub-menu.expandable > li.has-submenu > a:before {
  background-image: url(../img/sprite_main_grief.png);
}
.main-nav .sub-menu.expandable > li.has-submenu > a.current:before {
  background-position: -143px -209px;
}
.right-col {
  float: right;
  width: 270px;
  margin-left: 20px;
  margin-bottom: 20px;
}
.center-col {
  float: left;
  width: 400px;
  margin-bottom: 20px;
}
.master-footer {
  clear: both;
  margin: 0;
  padding: 0;
  background: #d3d0ca;
}
.master-footer .footer-links-wrapper {
  margin: 0;
  padding: 0;
  width: 980px;
  margin: 0 auto;
  *zoom: 1;
  position: relative;
  padding: 0 20px;
  background: #e2e2e2;
  min-height: 150px;
}
.master-footer .footer-links-wrapper:before,
.master-footer .footer-links-wrapper:after {
  display: table;
  content: "";
  line-height: 0;
}
.master-footer .footer-links-wrapper:after {
  clear: both;
}
.master-footer .footer-links-wrapper ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: left;
  width: 200px;
  margin-left: 20px;
  padding: 20px 0 30px;
}
.master-footer .footer-links-wrapper ul li {
  margin: 0;
  padding: 0;
}
.master-footer .footer-links-wrapper ul li {
  display: block;
}
.master-footer .footer-links-wrapper ul li a {
  display: inline-block;
  padding: 2px 0;
}
.master-footer .footer-links-wrapper:before {
  content: " ";
  display: block;
  width: 125px;
  height: 127px;
  background: url(../img/sprite_main.png) no-repeat 0 0;
  position: absolute;
  right: 0;
  top: 0;
}
.grief .master-footer .footer-links-wrapper:before {
  background-image: url(../img/sprite_main_grief.png);
}
.master-footer .copyrights-wrapper {
  clear: both;
  margin: 0;
  padding: 0;
  background: #ffffff;
  *zoom: 1;
}
.master-footer .copyrights-wrapper:before,
.master-footer .copyrights-wrapper:after {
  display: table;
  content: "";
  line-height: 0;
}
.master-footer .copyrights-wrapper:after {
  clear: both;
}
.master-footer .copyrights-wrapper .info {
  float: left;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
  font-size: 14px;
  margin-left: 20px;
  line-height: 50px;
}
.master-footer .copyrights-wrapper .copy-links {
  float: right;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.master-footer .copyrights-wrapper .copy-links li {
  margin: 0;
  padding: 0;
}
.master-footer .copyrights-wrapper .copy-links li {
  float: left;
}
.master-footer .copyrights-wrapper .copy-links li a {
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
  font-size: 14px;
  line-height: 50px;
  padding: 0 10px 0 20px;
}
.master-footer .copyrights-wrapper .copyrights {
  width: 980px;
  margin: 0 auto;
  *zoom: 1;
}
.master-footer .copyrights-wrapper .copyrights:before,
.master-footer .copyrights-wrapper .copyrights:after {
  display: table;
  content: "";
  line-height: 0;
}
.master-footer .copyrights-wrapper .copyrights:after {
  clear: both;
}
.sidebar-left {
  clear: both;
}
.widget {
  clear: both;
  margin-top: 5px;
}
.widget.events-widget .events-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.widget.events-widget .events-list li {
  margin: 0;
  padding: 0;
}
.widget.events-widget .events-list li {
  display: block;
  border-bottom: 1px solid #d7d7d7;
  padding: 20px;
}
.widget.events-widget .events-list li a .event-title {
  margin: 0;
  padding: 0;
}
.widget.events-widget .events-list li a time {
  clear: both;
  display: block;
  margin-top: 5px;
  color: #d72b40;
}
.grief .widget.events-widget .events-list li a time {
  color: #616161;
}
.widget.events-widget .event-thumbnail {
  position: relative;
  width: 230px;
  height: 71px;
  overflow: hidden;
  display: block;
  margin-bottom: 20px;
}
.widget.events-widget .event-thumbnail img {
  display: block;
  max-width: 230px;
  max-height: 71px;
  border-radius: 10px 10px 10px 10px;
}
.widget.events-widget .event-thumbnail:before {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  background: url(../img/sprite_main.png) no-repeat 0 -127px;
  z-index: 1;
}
.grief .widget.events-widget .event-thumbnail:before {
  background-image: url(../img/sprite_main_grief.png);
}
.widget.newsletter-widget .widget-title .ico {
  float: right;
  margin: 0;
  padding: 0;
  color: transparent;
  font: 0/0 serif;
  width: 38px;
  height: 26px;
  background: url(../img/sprite_main.png) no-repeat -125px -30px;
  margin-right: 10px;
  margin-top: -2px;
}
.widget.newsletter-widget .widget-title .ico:focus {
  outline: 1px dotted #000000;
}
.grief .widget.newsletter-widget .widget-title .ico {
  background-image: url(../img/sprite_main_grief.png);
}
.widget.newsletter-widget .newsletter-form {
  clear: both;
  margin: 0;
  padding: 0;
  background-color: #ededed;
  padding: 20px 16px 10px;
}
.widget.newsletter-widget .newsletter-form p {
  font-weight: 300;
  font-size: 13px;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  *zoom: 1;
}
.widget.newsletter-widget .newsletter-form p:before,
.widget.newsletter-widget .newsletter-form p:after {
  display: table;
  content: "";
  line-height: 0;
}
.widget.newsletter-widget .newsletter-form p:after {
  clear: both;
}
.widget.newsletter-widget .newsletter-form .newsletter-input {
  float: left;
  padding: 0 10px;
  color: #424242;
  line-height: 27px;
  height: 34px;
  width: 141px;
  border-width: 1px 0 0 0;
  border-color: #cacaca;
}
.widget.newsletter-widget .newsletter-form .newsletter-submit {
  float: right;
  color: #ffffff;
  border: none;
  height: 35px;
  width: 77px;
  padding: 0;
  font-family: Arial,  Helvetica, sans-serif;
  font-weight: 700;
  background: url(../img/bg_red_button.png) repeat-x 0 0;
}
.grief .widget.newsletter-widget .newsletter-form .newsletter-submit {
  background-image: url(../img/bg_red_button_grief.png);
}
.widget.newsletter-widget .newsletter-form .newsletter-submit:hover {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}
.widget.newsletter-widget .newsletter-form .newsletter-submit:active {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
.widget.calendar-widget {
  margin-top: 0;
  margin-bottom: 10px;
}
.widget.press-widget .widget-title {
  padding-bottom: 15px;
}
.widget.press-widget .press-tabs-wrapper {
  position: relative;
  background: #ededed;
  *zoom: 1;
}
.widget.press-widget .press-tabs-wrapper:before,
.widget.press-widget .press-tabs-wrapper:after {
  display: table;
  content: "";
  line-height: 0;
}
.widget.press-widget .press-tabs-wrapper:after {
  clear: both;
}
.widget.press-widget .pagination-tabs {
  padding-bottom: 18px;
}
.widget.press-widget .press-navi {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-top: -1px;
  margin-bottom: 10px;
  *zoom: 1;
}
.widget.press-widget .press-navi li {
  margin: 0;
  padding: 0;
}
.widget.press-widget .press-navi:before,
.widget.press-widget .press-navi:after {
  display: table;
  content: "";
  line-height: 0;
}
.widget.press-widget .press-navi:after {
  clear: both;
}
.widget.press-widget .press-navi li {
  float: left;
  width: 50%;
}
.widget.press-widget .press-navi li a {
  position: relative;
  display: block;
  color: #a7a7a7;
  font-size: 12px;
  font-family: Arial,  Helvetica, sans-serif;
  font-weight: 700;
  line-height: 39px;
  text-align: center;
  border: 1px solid #cacaca;
  background: url(../img/bg_gray_gradient_button.png) repeat-x 0 0;
}
.widget.press-widget .press-navi li a:before {
  content: " ";
  display: block;
  width: 135px;
  height: 12px;
  background: url(../img/bg_tab_active_border_bottom.png) no-repeat center bottom;
  position: absolute;
  left: -9999px;
  bottom: -10px;
  z-index: 1;
  margin-left: -1px;
}
.widget.press-widget .press-navi li a:hover {
  color: #252525;
  text-decoration: none;
}
.widget.press-widget .press-navi li a:focus {
  outline: 1px dotted #000000;
}
.widget.press-widget .press-navi li:first-of-type a {
  border-right: 0;
}
.widget.press-widget .press-navi li.ui-state-active a {
  color: #252525;
}
.widget.press-widget .press-navi li.ui-state-active a:before {
  left: 0;
}
.press-article-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.press-article-list li {
  margin: 0;
  padding: 0;
}
.press-article-list li {
  position: relative;
  padding: 0 15px 15px;
}
.press-article-list li:before {
  content: " ";
  display: block;
  background: url(../img/bg_list_dot.png) no-repeat 0 0;
  height: 19px;
  width: 9px;
  position: absolute;
  left: 0;
  top: 15px;
}
.grief .press-article-list li:before {
  background-image: url(../img/bg_list_dot_grief.png);
}
.press-article-list li:first-child a {
  border-top: 0;
}
.press-article-list p,
.press-article-list .widget-subtitle {
  margin: 0;
  padding: 0;
}
.press-article-list .widget-subtitle {
  margin-bottom: 4px;
}
.press-article-list p {
  font-weight: 300;
  font-size: 13px;
  line-height: 18px;
}
.press-article-list a {
  display: inline-block;
  border-top: 1px solid #cacaca;
  padding-top: 15px;
  min-width: 240px;
}
.section-title,
.widget-title {
  font-family: Arial,  Helvetica, sans-serif;
  font-weight: 400;
  font-size: 17px;
  color: #d72b40;
  line-height: 20px;
  margin: 0;
  padding: 0;
  padding: 4px 0 9px 19px;
  border-bottom: 1px solid #d7d7d7;
}
.grief .section-title,
.grief .widget-title {
  color: #616161;
}
.tabs-wrapper {
  position: relative;
}
.tabs-wrapper .tab {
  display: none;
}
.tabs-wrapper .tab:first-of-type {
  display: block;
}
.pagination {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}
.pagination li {
  margin: 0;
  padding: 0;
}
.pagination li {
  display: inline-block;
}
.pagination li.ui-state-active a,
.pagination li.ui-state-active a:hover {
  background-position: -125px 4px;
}
.pagination li a {
  display: block;
  margin: 0;
  padding: 0;
  color: transparent;
  font: 0/0 serif;
  width: 17px;
  height: 25px;
  background: url(../img/sprite_main.png) no-repeat -142px 4px;
}
.pagination li a:focus {
  outline: 1px dotted #000000;
}
.grief .pagination li a {
  background-image: url(../img/sprite_main_grief.png);
}
.pagination li a.current,
.pagination li a:active {
  background-position: -125px 4px;
}
.pagination li a:hover {
  background-position: -234px -170px;
}
.press-widget .pagination {
  position: absolute;
  bottom: 0;
  left: 110px;
  margin: 5px 0 0 0;
  display: block;
  width: 51px;
  height: 25px;
  background-color: #f8f8f8;
}
.press-widget .pagination li {
  float: left;
  height: 25px;
  line-height: 25px;
  margin: 0;
  padding: 0;
}
.press-widget .pagination:before,
.press-widget .pagination:after {
  content: " ";
  display: block;
  width: 29px;
  height: 25px;
  position: absolute;
  bottom: 0;
  background: url(../img/sprite_main.png) no-repeat -159px 0;
}
.grief .press-widget .pagination:before,
.grief .press-widget .pagination:after {
  background-image: url(../img/sprite_main_grief.png);
}
.press-widget .pagination:before {
  left: -29px;
}
.press-widget .pagination:after {
  right: -29px;
  background-position: -188px 0;
}
.case-list-wrapper {
  padding-top: 5px;
  position: relative;
  margin-bottom: 5px;
}
.case-list-wrapper .case-pagination {
  position: absolute;
  right: -3px;
  top: -47px;
}
.case-list-wrapper .case-pagination li {
  margin-left: -5px;
}
.case-list-wrapper ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.case-list-wrapper ul li {
  margin: 0;
  padding: 0;
}
.case-list-wrapper .tab li {
  padding: 0 20px;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: -6px;
}
.case-list-wrapper .tab a {
  display: inline-block;
  padding-bottom: 22px;
}
.case-list-wrapper .tab a .applicant-paragraph {
  margin: 0;
  padding: 0;
  color: #707b80;
}
.case-list-wrapper .tab a .applicant-paragraph .applicant {
  color: #d72b40;
  margin-left: 5px;
}
.grief .case-list-wrapper .tab a .applicant-paragraph .applicant {
  color: #616161;
}
.case-list-wrapper .tab a p {
  margin: 5px 0;
  font-weight: 300;
  font-size: 13px;
  color: #424242;
}
.timeline-groups-axis {
  display: none !important;
  width: 0 !important;
}
.timeline-frame > div:first-child > .timeline-axis-grid {
  display: none !important;
}
.sentences-list-wrapper {
  padding-top: 5px;
  position: relative;
  margin-bottom: 5px;
}
.sentences-list-wrapper .tabs-wrapper {
  background-color: #ededed;
}
.sentences-list-wrapper .pagination {
  position: absolute;
  right: -3px;
  top: -46px;
}
.sentences-list-wrapper .pagination li {
  margin-left: -5px;
}
.sentences-list-wrapper ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.sentences-list-wrapper ul li {
  margin: 0;
  padding: 0;
}
.sentences-list-wrapper .tab li {
  position: relative;
  padding: 0 20px;
}
.sentences-list-wrapper .tab li:first-child a {
  border-top: none;
}
.sentences-list-wrapper .tab li:before {
  content: " ";
  display: block;
  background: url(../img/bg_list_dot.png) no-repeat 0 0;
  height: 19px;
  width: 9px;
  position: absolute;
  left: 0;
  top: 30px;
}
.grief .sentences-list-wrapper .tab li:before {
  background-image: url(../img/bg_list_dot_grief.png);
}
.sentences-list-wrapper .tab a {
  display: inline-block;
  border-top: 1px solid #d7d7d7;
  margin-bottom: 26px;
  min-width: 100%;
}
.sentences-list-wrapper .tab a .widget-subtitle {
  margin-bottom: 10px;
  margin-top: 28px;
}
.sentences-list-wrapper .tab a .sentence-id {
  color: #d72b40;
  display: block;
  font-size: 12px;
}
.grief .sentences-list-wrapper .tab a .sentence-id {
  color: #616161;
}
.bottom-links {
  clear: both;
}
.bottom-links ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.bottom-links ul li {
  margin: 0;
  padding: 0;
}
.bottom-links ul li {
  float: left;
  margin-left: 20px;
}
.bottom-links ul li:first-child {
  margin-left: 0;
}
.bottom-links ul li a {
  display: block;
  width: 125px;
  background: #dfdfdf url(../img/bg_gray_gradient_button.png) repeat-x 0 0;
  font-family: Arial,  Helvetica, sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  min-height: 30px;
  color: #000000;
  padding: 15px;
  border: 1px solid #cacaca;
  border-radius: 5px;
}
.bottom-links ul li a .ico {
  margin: 0;
  padding: 0;
  color: transparent;
  font: 0/0 serif;
  float: left;
  width: 21px;
  height: 19px;
  background: url(../img/sprite_main.png) no-repeat -174px -30px;
  margin-right: 10px;
}
.bottom-links ul li a .ico:focus {
  outline: 1px dotted #000000;
}
.grief .bottom-links ul li a .ico {
  background-image: url(../img/sprite_main_grief.png);
}
.bottom-links ul li a.link-contact {
  padding-top: 20px;
  min-height: 25px;
  line-height: 18px;
}
.bottom-links ul li a.twitter {
  padding-top: 20px;
  min-height: 25px;
  line-height: 18px;
}
.bottom-links ul li a.link-addresses .ico {
  margin-top: 6px;
  background-position: -196px -30px;
}
.bottom-links ul li a.link-watcher .ico {
  margin-top: 6px;
  background-position: -174px -50px;
}
.bottom-links ul li a.link-universita .ico {
  margin-top: 4px;
  background-position: -196px -50px;
}
.bottom-links ul li a.twitter .ico {
  margin: 0;
  padding: 0;
  color: transparent;
  font: 0/0 serif;
  float: left;
  width: 21px;
  height: 19px;
  background: url(../img/twitter.png) no-repeat 0px 0px;
  background-size: 21px 19px;
  margin-right: 10px;
}
.master-article {
  margin-bottom: 20px;
}
.master-article p,
.master-article h2,
.master-article h3 {
  padding: 0 20px;
  margin-bottom: 20px;
}
.master-article ul,
.master-article ol {
  padding: 0 20px;
  margin-bottom: 20px;
}
.master-article ul ol,
.master-article ol ol,
.master-article ul ul,
.master-article ol ul {
  padding: 0;
  margin-bottom: 0;
}
.master-article strong {
  color: #424242;
}
.master-article a {
  text-decoration: underline;
}
.master-article a:hover {
  text-decoration: none;
}
.master-article .button {
  height: 30px;
  line-height: 30px;
  border: 1px solid #cacaca;
  color: #424242;
  padding: 0 15px 0 20px;
  background: url(../img/bg_btn_white_gradient.png) repeat-x 0 0;
  z-index: 10;
  text-decoration: none;
  display: inline-block;
  padding: 0 15px;
}
.master-article .button:hover {
  box-shadow: 0 0 1px #cccccc;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}
.master-article .button:active {
  box-shadow: 0 0 3px #cccccc;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.master-article .button:hover {
  box-shadow: 0 0 2px #cacaca;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
.master-article .button:active {
  box-shadow: 0 0 2px #aaaaaa;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}
.master-article .article-title {
  font-family: Arial,  Helvetica, sans-serif;
  font-weight: 700;
  font-size: 19px;
  color: #252525;
  border-bottom: 1px solid #d7d7d7;
  padding: 0 10px 15px;
  margin-bottom: 15px;
  letter-spacing: -0.5px;
}
.master-article.article-signature .article-title {
  padding-right: 123px;
  position: relative;
}
.master-article.article-signature .signature-number {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 300;
  display: block;
  padding: 0 20px;
  height: 48px;
  color: #ffffff;
  font-size: 22px;
  line-height: 46px;
  background: url(../img/bg_gradient_black.png) repeat-x 0 0;
  position: absolute;
  top: 50%;
  margin-top: -32px;
  right: 5px;
  border-radius: 5px;
}
.master-article.article-signature .signature-number span {
  color: #d72b40;
}
.grief .master-article.article-signature .signature-number span {
  color: #616161;
}
.master-article .article-meta {
  *zoom: 1;
}
.master-article .article-meta:before,
.master-article .article-meta:after {
  display: table;
  content: "";
  line-height: 0;
}
.master-article .article-meta:after {
  clear: both;
}
.master-article .article-meta .date {
  color: #d72b40;
  float: left;
  font-size: 12px;
}

.article-meta .link-print {
  float: right;
  color: #a1a1a1;
  margin-left: 20px;
  margin-top:10px;
  font-size:11px;
  margin-right: 10px;
  text-decoration: underline;
}

.master-article .article-meta .link-print {
  float: right;
  color: #a1a1a1;
  margin-left: 20px;
  margin-top:10px;
  font-size:11px;
  margin-right:-34px;
}
.master-article .article-meta .link-print:hover {
  color: #252525;
}
.master-article .article-meta .link-print .ico {
  margin: 0;
  padding: 0;
  color: transparent;
  font: 0/0 serif;
  float: right;
  width: 18px;
  height: 16px;
  margin-left: 5px;
  /*background: url(../img/sprite_main.png) no-repeat -254px -177px;*/
}
.master-article .article-meta .link-print .ico:focus {
  outline: 1px dotted #000000;
}
.grief .master-article .article-meta .link-print .ico {
  /*background-image: url(../img/sprite_main_grief.png);*/
}
.master-article .article-image.align-right {
  float: right;
  margin: 0 20px 20px 20px;
  text-align: right;
}
.master-article .article-image.align-left {
  float: left;
  margin: 0 20px 20px 20px;
  text-align: left;
}
.master-article .article-image.align-center {
  clear: both;
  display: block;
  margin: 0 auto 20px auto;
  text-align: center;
}
.master-article .article-image.align-center img {
  margin: 0 auto;
}
.master-article .article-image figcaption {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #d72b40;
  padding: 10px;
}
.grief .master-article .article-image figcaption {
  color: #616161;
}
.master-article .article-image figcaption .photo-author {
  display: block;
  color: #424242;
  margin-top: 5px;
}
.changes-section {
  position: relative;
  border: 1px solid #d7d7d7;
  background: #ffffff;
  margin-bottom: 50px;
  padding: 1px 20px;
  color: #d72b40;
  line-height: 20px;
}
.grief .changes-section {
  color: #616161;
}
.changes-section a,
.changes-section span,
.changes-section time {
  display: block;
  color: #424242;
}
.changes-section a {
  text-decoration: underline;
}
.changes-section a:hover {
  text-decoration: none;
}
.changes-section .link-roll-up {
  position: absolute;
  left: 0;
  bottom: -31px;
}
.changes-section.expanded .link-roll-up {
  background-position: -362px -130px;
}
.changes-section.expanded .link-roll-up:hover {
  background-position: -362px -162px;
}
.changes-section .latest-info {
  position: relative;
  border-bottom: 1px solid #d7d7d7;
  *zoom: 1;
}
.changes-section .latest-info:before,
.changes-section .latest-info:after {
  display: table;
  content: "";
  line-height: 0;
}
.changes-section .latest-info:after {
  clear: both;
}
.changes-section .latest-info p {
  float: left;
  width: 190px;
  color: #424242;
}
.changes-section .latest-info .article-author {
  width: 400px;
}
.changes-section ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin: 10px 0;
}
.changes-section ul li {
  margin: 0;
  padding: 0;
  color: #424242;
}
.changes-section .inner-wrapper {
  *zoom: 1;
  overflow: hidden;
}
.changes-section .inner-wrapper:before,
.changes-section .inner-wrapper:after {
  display: table;
  content: "";
  line-height: 0;
}
.changes-section .inner-wrapper:after {
  clear: both;
}
.article-pagination {
  clear: both;
  padding-bottom: 10px;
  *zoom: 1;
}
.article-pagination:before,
.article-pagination:after {
  display: table;
  content: "";
  line-height: 0;
}
.article-pagination:after {
  clear: both;
}
.article-pagination ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
  text-align: center;
}
.article-pagination ul li {
  margin: 0;
  padding: 0;
}
.article-pagination ul li {
  display: inline-block;
}
.article-pagination ul a,
.article-pagination ul span,
.article-pagination ul button {
  display: inline-block;
  padding: 0 10px;
  font-family: Arial,  Helvetica, sans-serif;
  font-weight: 300;
  color: #424242;
  line-height: 28px;
  border: none;
  background: transparent;
}
.article-pagination ul .previous {
  color: #000000;
  border-right: 1px solid #d7d7d7;
}
.article-pagination ul .next {
  color: #000000;
  border-left: 1px solid #d7d7d7;
}
.article-pagination ul .current a,
.article-pagination ul .current button {
  color: #d72b40 !important;
}
.grief .article-pagination ul .current a,
.grief .article-pagination ul .current button {
  color: #616161 !important;
}
.cases-loader {
  position: relative;
  background: url(../img/bg_line_mid.png) repeat-y 0 0;
  padding: 20px 0 20px 48px;
  *zoom: 1;
}
.cases-loader:before,
.cases-loader:after {
  display: table;
  content: "";
  line-height: 0;
}
.cases-loader:after {
  clear: both;
}
.cases-loader .top-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
  display: inline-block;
  background: url(../img/bg_line_top.png) no-repeat 0 0;
}
.timeline .cases-loader .top-bg {
  background-image: url(../img/bg_line_top_2.png);
  height: 40px;
}
.cases-loader .btm-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 28px;
  height: 28px;
  display: inline-block;
  background: url(../img/bg_line_btm.png) no-repeat 0 0;
}
.cases-list {
  position: relative;
  border-top: 1px solid #d7d7d7;
}
.cases-list .show-earlier {
  display: block;
  width: 232px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -116px;
  z-index: 10;
  height: 31px;
  background: #ededed;
  line-height: 30px;
  text-align: center;
  color: #252525;
  text-decoration: none;
}
.cases-list .show-earlier .ico {
  margin: 0;
  padding: 0;
  color: transparent;
  font: 0/0 serif;
  position: absolute;
  top: 0;
  right: 15px;
  width: 15px;
  height: 30px;
  background: url(../img/sprite_main.png) no-repeat 0 -227px;
}
.cases-list .show-earlier .ico:focus {
  outline: 1px dotted #000000;
}
.grief .cases-list .show-earlier .ico {
  background-image: url(../img/sprite_main_grief.png);
}
.cases-list .show-earlier .ico:first-of-type {
  right: auto;
  left: 15px;
}
.cases-list .show-earlier:hover .ico {
  background-position: 0 -229px;
}
.cases-list .expand-cases {
  float: right;
  position: absolute;
  top: -1px;
  right: 0;
  height: 30px;
  line-height: 30px;
  border: 1px solid #cacaca;
  color: #424242;
  padding: 0 15px 0 20px;
  background: url(../img/bg_btn_white_gradient.png) repeat-x 0 0;
  z-index: 10;
  text-decoration: none;
}
.cases-list .expand-cases:hover {
  box-shadow: 0 0 1px #cccccc;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}
.cases-list .expand-cases:active {
  box-shadow: 0 0 3px #cccccc;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cases-list .expand-cases .ico {
  margin: 0;
  padding: 0;
  color: transparent;
  font: 0/0 serif;
  width: 12px;
  height: 30px;
  float: right;
  margin-left: 10px;
  background: url(../img/sprite_main.png) no-repeat 0 -198px;
}
.cases-list .expand-cases .ico:focus {
  outline: 1px dotted #000000;
}
.grief .cases-list .expand-cases .ico {
  background-image: url(../img/sprite_main_grief.png);
}
.cases-list .expand-cases:hover .ico {
  background-position: 2px -198px;
}
.filter {
  padding: 20px 0;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 40px;
  *zoom: 1;
}
.filter .label {
  margin-right: 10px;
  float: left;
  line-height: 30px;
}
.filter:before,
.filter:after {
  display: table;
  content: "";
  line-height: 0;
}
.filter:after {
  clear: both;
}
.filter .select-wrapper {
  float: left;
  margin-right: 20px;
}
.case-year-list {
  position: relative;
}
.case-year-list .summary {
  text-align: center;
  color: #252525;
  font-size: 11px;
  font-weight: normal;
  margin: 30px 0;
  margin-right: 47px;
}
.case-year-list .summary span {
  color: #d72b40;
}
.grief .case-year-list .summary span {
  color: #616161;
}
.case-year-list .info {
  width: 52px;
  height: 44px;
  background: url(../img/bg_case_info.png) no-repeat 0 0;
  color: #ffffff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  text-align: center;
  line-height: 23px;
  font-size: 13px;
  position: absolute;
  left: -48px;
  top: -25px;
  font-family: Arial,  Helvetica, sans-serif;
  font-weight: 700;
}
.case-year-list .info span {
  display: block;
}
.input-wrapper input[type="text"],
.input-wrapper input[type="search"] {
  border: none;
  border-top: 1px solid #cacaca;
  border-left: 1px solid #ededed;
  padding: 0 10px;
  text-decoration: none;
  font-size: 11px;
  color: #252525;
  background: #ffffff;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"],
input[type="password"],
.styledInput,
select.select {
  border: none;
  border-top: 1px solid #cacaca;
  border-left: 1px solid #ededed;
  padding: 0 10px;
  text-decoration: none;
  font-size: 11px;
  color: #252525;
  background: #ffffff;
  height: 30px;
  line-height: 30px;
}
select.select {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  padding-bottom: 5px;
  padding-right: 5px;
  padding-top: 5px;
  height: 20px;
}
select.select.department-select {
  width: 157px;
}
select.select.sortby-select {
  width: 100px;
}
select.select.year-select {
  width: 70px;
}
select.select.signature-select {
  width: 80px;
}
textarea,
.styledTextarea {
  border: none;
  border-top: 1px solid #cacaca;
  border-left: 1px solid #ededed;
  padding: 0 10px;
  text-decoration: none;
  font-size: 11px;
  color: #252525;
  background: #ffffff;
  padding: 5px 10px;
}
input[type="reset"],
button[type="reset"],
input[type="submit"],
button[type="submit"],
input[type="button"],
button[type="button"],
.styledButton {
  height: 30px;
  line-height: 30px;
  border: 1px solid #cacaca;
  color: #424242;
  padding: 0 15px 0 20px;
  background: url(../img/bg_btn_white_gradient.png) repeat-x 0 0;
  z-index: 10;
  text-decoration: none;
}
input[type="reset"]:hover,
button[type="reset"]:hover,
input[type="submit"]:hover,
button[type="submit"]:hover,
input[type="button"]:hover,
button[type="button"]:hover,
.styledButton:hover {
  box-shadow: 0 0 1px #cccccc;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}
input[type="reset"]:active,
button[type="reset"]:active,
input[type="submit"]:active,
button[type="submit"]:active,
input[type="button"]:active,
button[type="button"]:active,
.styledButton:active {
  box-shadow: 0 0 3px #cccccc;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
table {
  border: 1px solid #d7d7d7;
  table-layout: auto;
  border-collapse: collapse;
  border-spacing: 0;
}
.select-wrapper {
  position: relative;
}
.select-wrapper.year .select-list {
  width: 43px;
}
.select-wrapper.signature .select-list {
  width: 69px;
}
.select-wrapper.signature .current {
  width: 92px;
}
.select-wrapper.department .select-list {
  width: 157px;
  text-align: right;
}
.select-wrapper.department .current {
  width: 180px;
  text-align: right;
}
.select-wrapper.sortby .select-list {
  width: 77px;
  text-align: right;
}
.select-wrapper.sortby .current {
  width: 100px;
  text-align: right;
}
.select-wrapper .select-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  background: #ffffff;
  left: -99999em;
  top: 29px;
  width: 100px;
  z-index: 100;
  border: 1px solid #ededed;
  border-width: 0 1px 1px 1px;
}
.select-wrapper .select-list li {
  margin: 0;
  padding: 0;
}
.select-wrapper .select-list.visible {
  right: 32px;
  left: auto;
}
.select-wrapper .select-list li {
  display: block;
  margin: 0;
}
.select-wrapper .select-list a {
  display: block;
  font-size: 11px;
  padding: 5px 10px;
  text-decoration: none;
}
.select-wrapper .select-list a:hover {
  background-color: #ededed;
}
.select-wrapper .current {
  display: inline-block;
  height: 30px;
  border-top: 1px solid #cacaca;
  border-left: 1px solid #ededed;
  padding-left: 10px;
  line-height: 30px;
  text-decoration: none;
  font-size: 11px;
  color: #252525;
  background: #ffffff;
}
.select-wrapper .current .text {
  display: inline-block;
  overflow: hidden;
}
.select-wrapper .current .ico {
  margin: 0;
  padding: 0;
  color: transparent;
  font: 0/0 serif;
  float: right;
  height: 30px;
  width: 32px;
  margin-top: -1px;
  margin-left: 10px;
  background: url(../img/sprite_main.png) no-repeat -20px -199px;
}
.select-wrapper .current .ico:focus {
  outline: 1px dotted #000000;
}
.grief .select-wrapper .current .ico {
  background-image: url(../img/sprite_main_grief.png);
}
.loader {
  clear: both;
  display: none;
  height: 100px;
  background: url(../img/loading.png) no-repeat center center;
  *zoom: 1;
}
.loader:before,
.loader:after {
  display: table;
  content: "";
  line-height: 0;
}
.loader:after {
  clear: both;
}
.case-items {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.case-items li {
  margin: 0;
  padding: 0;
}
.case-items li {
  position: relative;
  margin-bottom: 5px;
}
.case-items li .case-item {
  display: block;
  background: #ededed;
  border-radius: 10px;
  padding: 5px 10px;
  position: relative;
  text-decoration: none;
}
.case-items li .case-item:before {
  content: " ";
  display: block;
  width: 8px;
  height: 1px;
  background: url(../img/bg_before_case_item.png) no-repeat 0 0;
  position: absolute;
  top: 15px;
  left: -20px;
}
.case-items li .case-item:hover {
  text-decoration: none;
}
.case-items li .case-item:hover h2 {
  text-decoration: underline;
}
.case-items li h2 {
  font-family: Arial,  Helvetica, sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #252525;
  margin: 5px 0 5px;
  padding-right: 50px;
}
.case-items li .case-meta {
  margin: 5px 0;
  font-size: 11px;
  color: #6d7578;
}
.case-items li .case-meta .case-id {
  color: #d72b40;
}
.grief .case-items li .case-meta .case-id {
  color: #616161;
}
.case-items li .inner-wrapper {
  overflow: hidden;
  display: none;
}
.case-items li p {
  color: #6d7578;
  font-size: 11px;
}
.case-items li .expanded {
  background-color: #ffffff;
}
.case-items li .expanded .inner-wrapper {
  display: block;
}
.case-items li .expanded + .expand-link {
  top: 14px;
  margin-top: 0;
  background-position: -315px -163px;
}
.case-item {
  position: relative;
}
.case-item + .expand-link {
  margin: 0;
  padding: 0;
  color: transparent;
  font: 0/0 serif;
  display: block;
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 14px;
  border: 1px solid #cacaca;
  background: url(../img/sprite_main.png) no-repeat -283px -163px;
}
.case-item + .expand-link:focus {
  outline: 1px dotted #000000;
}
.grief .case-item + .expand-link {
  background-image: url(../img/sprite_main_grief.png);
}
.case-item + .expand-link:hover {
  box-shadow: 0 0 1px #cccccc;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}
.case-item + .expand-link:active {
  box-shadow: 0 0 3px #cccccc;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.article-footer .link-roll-up {
  margin: 0;
  padding: 0;
  color: transparent;
  font: 0/0 serif;
  width: 40px;
  height: 31px;
  background: url(../img/sprite_main.png) no-repeat -282px -130px;
  display: block;
  margin: -1px 0 0 20px;
}
.article-footer .link-roll-up:focus {
  outline: 1px dotted #000000;
}
.grief .article-footer .link-roll-up {
  background-image: url(../img/sprite_main_grief.png);
}
.article-footer .link-roll-up:hover {
  background-position: -322px -130px;
}
.article-subtitle {
  color: #d72b40;
  font-family: Arial,  Helvetica, sans-serif;
  font-weight: 700;
  font-size: 19px;
  clear: both;
  margin-bottom: 15px;
}
.grief .article-subtitle {
  color: #616161;
}
.related-articles ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  *zoom: 1;
  padding: 5px 20px;
  border: 1px solid #d7d7d7;
  border-width: 1px 0;
  background: #ffffff;
}
.related-articles ul li {
  margin: 0;
  padding: 0;
}
.related-articles ul:before,
.related-articles ul:after {
  display: table;
  content: "";
  line-height: 0;
}
.related-articles ul:after {
  clear: both;
}
.related-articles ul li {
  display: block;
}
.related-articles ul li:first-of-type a {
  border-top: none;
}
.related-articles ul li a {
  display: block;
  border-top: 1px solid #d7d7d7;
  padding: 5px 0;
}
.related-articles ul li a:hover {
  text-decoration: none;
}
.related-articles ul li .widget-subtitle {
  margin: 0;
}
.related-articles ul li time {
  color: #d72b40;
}
.grief .related-articles ul li time {
  color: #616161;
}
.article-gallery {
  margin-bottom: 20px;
}
.article-gallery ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  background: #ffffff;
  padding: 20px;
  border: 1px solid #d7d7d7;
  border-width: 1px 0;
  *zoom: 1;
}
.article-gallery ul li {
  margin: 0;
  padding: 0;
}
.article-gallery ul:before,
.article-gallery ul:after {
  display: table;
  content: "";
  line-height: 0;
}
.article-gallery ul:after {
  clear: both;
}
.article-gallery ul li {
  float: left;
  width: 149px;
  margin-left: 18px;
  margin-bottom: 18px;
}
.article-gallery ul li:first-child {
  margin-left: 0;
}
.article-gallery ul li:nth-of-type(4n + 1) {
  clear: both;
  margin-left: 0;
}
.article-gallery ul li .thumbnail {
  display: block;
  margin: 0 auto;
}
.thumbnail {
  display: inline-block;
}
.thumbnail img {
  display: inline-block;
  padding: 1px;
  border: 1px solid #cacaca;
}
.profile-picture .thumbnail img {
  padding-bottom: 0;
  padding-right: 0;
  border-radius: 6px;
  border-color: #838383;
  border:0;
}
.article-attachments {
  margin-bottom: 20px;

  padding: 0 20px;
  *zoom: 1;
}
.article-attachments:before,
.article-attachments:after {
  display: table;
  content: "";
  line-height: 0;
}
.article-attachments:after {
  clear: both;
}
.article-attachments .article-subtitle {
  color: #000000;
  margin: 10px 0;
}
.article-attachments .attachment-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.article-attachments .attachment-list li {
  margin: 0;
  padding: 0;
}
.article-attachments .attachment-list a {
  font-size: 12px;
  line-height: 30px;
  color: #424242;
  text-decoration: none;
}
.article-attachments .attachment-list a .name {
  text-decoration: underline;
}
.article-attachments .attachment-list a:hover .name {
  text-decoration: none;
}
.article-attachments .attachment-list a .ico {
  margin: 0;
  padding: 0;
  color: transparent;
  font: 0/0 serif;
  float: left;
  height: 25px;
  margin: 2px 10px 0 0;
  background: url(../img/sprite_attachment_ico.png) no-repeat 0 0;
  width: 20px;
}
.article-attachments .attachment-list a .ico:focus {
  outline: 1px dotted #000000;
}
.article-attachments .attachment-list .pdf .ico {
  background-position: 0 0;
}
.article-attachments .attachment-list .doc .ico {
  background-position: 0 -31px;
}
.article-attachments .attachment-list .docx .ico {
  background-position: 0 -31px;
}
.article-documents {
  clear: both;
  border-top: 1px solid #cacaca;
  margin-bottom: 20px;
  *zoom: 1;
}
.article-documents:before,
.article-documents:after {
  display: table;
  content: "";
  line-height: 0;
}
.article-documents:after {
  clear: both;
}
.article-documents .article-subtitle {
  margin: 0;
  padding: 15px 20px;
  background: #ededed;
  color: #252525;
}
.article-documents .accordion > h3 {
  padding: 0 20px;
  line-height: 30px;
  height: 30px;
  position: relative;
  margin: 0;
  background: #cbcbcb url(../img/bg_accordion_default.png) repeat-x 0 bottom;
  color: #000000;
  cursor: pointer;
}
.article-documents .accordion > h3 .ui-accordion-header-icon {
  position: absolute;
  right: 10px;
  top: 12px;
  display: block;
  width: 15px;
  height: 10px;
  background: url(../img/sprite_main.png) no-repeat -35px -238px;
}
.grief .article-documents .accordion > h3 .ui-accordion-header-icon {
  background-image: url(../img/sprite_main_grief.png);
}
.article-documents .accordion > h3.ui-state-active .ui-accordion-header-icon {
  background-position: -20px -238px;
}
.article-documents .accordion > h3 span {
  font-weight: normal;
}
.article-documents .accordion > h3.ui-state-active,
.article-documents .accordion > h3:hover {
  background: #e94357 url(../img/bg_accordion_active.png) repeat-x 0 bottom;
  color: #ffffff;
}
.article-documents .accordion > div {
  background: #ffffff;
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
  padding: 10px 20px;
  border-bottom: 1px solid #cacaca;
  *zoom: 1;
}
.article-documents .accordion > div:before,
.article-documents .accordion > div:after {
  display: table;
  content: "";
  line-height: 0;
}
.article-documents .accordion > div:after {
  clear: both;
}
.article-documents .press-article-list {
  margin: 0;
  padding: 0;
}
.article-documents .press-article-list li {
  float: left;
  width: 43%;
  margin-right: 20px;
  border: none !important;
}
.article-documents .press-article-list li:nth-of-type(2n) {
  margin-right: 0;
}
.article-documents .press-article-list li a {
  border: none;
}
.article-documents .press-article-list li:before {
  display: none;
}
/* Article List */
.article-list-section {
  padding: 20px 0;
  *zoom: 1;
}
.article-list-section:before,
.article-list-section:after {
  display: table;
  content: "";
  line-height: 0;
}
.article-list-section:after {
  clear: both;
}
.article-list-section .section-title {
  font-size: 19px;
  padding-bottom: 20px;
}

body.hideH1Header .article-list-section .section-title{display:none}

.article-list-section .navigation-top {
  float: right;
  *zoom: 1;
}
.article-list-section .navigation-top:before,
.article-list-section .navigation-top:after {
  display: table;
  content: "";
  line-height: 0;
}
.article-list-section .navigation-top:after {
  clear: both;
}
.article-list-section .navigation-top .button {
  float: left;
  font-size: 11px;
  margin-left: -1px;
  margin-top: -1px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #cacaca;
  color: #424242;
  padding: 0 15px 0 20px;
  background: url(../img/bg_btn_white_gradient.png) repeat-x 0 0;
  z-index: 10;
  text-decoration: none;
}
.article-list-section .navigation-top .button:hover {
  box-shadow: 0 0 1px #cccccc;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}
.article-list-section .navigation-top .button:active {
  box-shadow: 0 0 3px #cccccc;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.article-list-section .navigation-top .button .ico {
  margin: 0;
  padding: 0;
  color: transparent;
  font: 0/0 serif;
  width: 18px;
  height: 30px;
}
.article-list-section .navigation-top .button .ico:focus {
  outline: 1px dotted #000000;
}
.article-list-section .navigation-top .button.prev {
  padding-left: 10px;
}
.article-list-section .navigation-top .button.prev .ico {
  float: left;
  margin-right: 10px;
  background: url(../img/sprite_main.png) no-repeat -53px -198px;
}
.grief .article-list-section .navigation-top .button.prev .ico {
  background-image: url(../img/sprite_main_grief.png);
}
.article-list-section .navigation-top .button.prev:hover .ico {
  background-position: -54px -198px;
}
.article-list-section .navigation-top .button.next {
  padding-right: 10px;
}
.article-list-section .navigation-top .button.next .ico {
  float: right;
  margin-left: 10px;
  background: url(../img/sprite_main.png) no-repeat -71px -198px;
}
.grief .article-list-section .navigation-top .button.next .ico {
  background-image: url(../img/sprite_main_grief.png);
}
.article-list-section .navigation-top .button.next:hover .ico {
  background-position: -70px -198px;
}
.article-list {
  clear: both;
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding: 10px 0;
}
.article-list li {
  margin: 0;
  padding: 0;
}

.article-list li.syg_k{border-left: 3px solid #9e9e9e}
.article-list li.syg_p{border-left: 3px solid #4a4a4a}
.article-list li.syg_sk{border-left: 3px solid #9e9e9e}
.article-list li.syg_u{border-left: 3px solid #4a4a4a}
.article-list li.syg_kp{border-left: 3px solid #9e9e9e}
.article-list li.syg_kpt{border-left: 3px solid #4a4a4a}
.article-list li.syg_pp{border-left: 3px solid #9e9e9e}
.article-list li.syg_m{border-left: 3px solid #4a4a4a}

.article-list li {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}
.article-list li a {
  display: block;
  border-bottom: 1px solid #d7d7d7;
  padding: 0 20px 10px;
  text-decoration: none;
}
.article-list li a .article-link-title {
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 10px;
  font-weight: bold;
}
.article-list li a:hover h2 {
  text-decoration: underline;
}
.article-list time {
  font-size: 11px;
  color: #d72b40;
}
.grief .article-list time {
  color: #616161;
}
.judge.description h1 {
  color: #d72b40;
  padding-top: 5px;
  padding-right: 40px;
  padding-left: 10px;
  text-align:left;
}
.judge.description .article-image.align-left {
  margin-left: 10px;
  margin-right: 13px;
  margin-bottom: 15px;
}
.judge.description p {
  padding-left: 10px;
  text-align: justify;
}
.judge.description .article-top {
  position: relative;
  text-align: center;
}
.judge.description .article-top .button {
  display: block;
  width: 30px;
  position: absolute;
  top: 0;
  height: 30px;
  line-height: 30px;
  border: 1px solid #cacaca;
  color: #424242;
  padding: 0 15px 0 20px;
  background: url(../img/bg_btn_white_gradient.png) repeat-x 0 0;
  z-index: 10;
  text-decoration: none;
  color: transparent;
  font: 0/0 serif;
  margin: 0;
  padding: 0;
}
.judge.description .article-top .button:hover {
  box-shadow: 0 0 1px #cccccc;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}
.judge.description .article-top .button:active {
  box-shadow: 0 0 3px #cccccc;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.judge.description .article-top .button:focus {
  outline: 1px dotted #000000;
}
.judge.description .article-top .button .ico {
  display: block;
  width: 30px;
  height: 30px;
  background: url(../img/sprite_main.png) no-repeat -53px -229px;
}
.grief .judge.description .article-top .button .ico {
  background-image: url(../img/sprite_main_grief.png);
}
.judge.description .article-top .button.next {
  right: 0;
}
.judge.description .article-top .button.next .ico {
  background-position: -83px -229px;
}
.judge.description .article-top .button.next:hover .ico {
  background-position: -82px -229px;
}
.judge.description .article-top .button.prev {
  left: 0;
}
.judge.description .article-top .button.prev:hover .ico {
  background-position: -54px -229px;
}
.transmission .section-title {
  margin: 10px 0 20px;
  padding-bottom: 10px;
  font-size: 19px;
}
.transmission .article-video img {
  display: block;
  margin: 0;
  padding: 0;
}
.transmission .article-video iframe {
  border: none;
  margin: 0;
  padding: 0;
}
.transmission .article-video-details {
  clear: both;
  background: #ededed;
  padding: 10px 0;
  *zoom: 1;
}
.transmission .article-video-details:before,
.transmission .article-video-details:after {
  display: table;
  content: "";
  line-height: 0;
}
.transmission .article-video-details:after {
  clear: both;
}
.transmission .article-video-details h2 {
  margin-top: 0;
  margin-bottom: 5px;
  padding-top: 5px;
  font-size: 16px;
}
.transmission .article-video-details .case-meta {
  margin: 5px 0;
  font-size: 11px;
  color: #707b80;
}
.transmission .article-video-details .case-meta .case-id {
  color: #d72b40;
}
.grief .transmission .article-video-details .case-meta .case-id {
  color: #616161;
}
.transmission h3 {
  font-size: 13px;
}
.transmission .last-change {
  text-align: right;
  color: #d72b40;
}
.grief .transmission .last-change {
  color: #616161;
}
.gallery-section .gallery-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  clear: both;
  margin-top: 30px;
  *zoom: 1;
}
.gallery-section .gallery-list li {
  margin: 0;
  padding: 0;
}
.gallery-section .gallery-list:before,
.gallery-section .gallery-list:after {
  display: table;
  content: "";
  line-height: 0;
}
.gallery-section .gallery-list:after {
  clear: both;
}
.gallery-section .gallery-list li {
  float: left;
  width: 228px;
  /*
  border-right: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  */
  text-align: center;
  padding: 10px 0;
  min-height: 210px;
}
.gallery-section .gallery-list li:nth-child(3n + 1) {
  clear: both;
}
.gallery-section .gallery-list li:nth-child(1),
.gallery-section .gallery-list li:nth-child(2),
.gallery-section .gallery-list li:nth-child(3) {
  padding-top: 0;
}
.gallery-section .gallery-list li:nth-child(3n) {
  border-right: none;
}
.gallery-section .gallery-list .gallery-item {
  display: block;
  text-decoration: none;
}
.gallery-section .gallery-list .gallery-item:hover .widget-subtitle {
  text-decoration: underline;
}
.gallery-section .gallery-list .gallery-item .widget-subtitle {
  display: block;
  font-size: 1.17em;
  margin-top: 0.1em;
  margin-bottom: 0.4em;
  font-weight: bold;
  text-align:left;
}
.gallery-section .gallery-list .gallery-item figcaption {
  display: block;
  font-family: Arial,  Helvetica, sans-serif;
  font-weight: 700;
  font-size: 11px;
  color: #252525;
  padding: 0 5px;
}
.gallery-section .gallery-list .gallery-item figcaption .photo-author {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #707b80;
  margin-top: 5px;
  text-align:left;
}
.gallery-section .article-title {
  font-family: Arial,  Helvetica, sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #252525;
  border-bottom: 1px solid #d7d7d7;
  padding: 0 20px 15px;
  margin-bottom: 15px;
  letter-spacing: -0.5px;
}
.gallery-section .article-title time {
  margin-top: 5px;
  color: #d72b40;
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  font-size: 12px;
  font-weight: normal;
}
.grief .gallery-section .article-title time {
  color: #616161;
}
.gallery-section p {
  padding: 0 20px;
}
.timeline .cases-list {
  background: url(../img/bg_case_list.png) repeat-x 0 0;
  border-top: none;
}
.timeline .section-title {
  margin-top: 10px;
  padding-bottom: 15px;
}
.timeline .cases-loader {
  padding-top: 80px;
  padding-left: 78px;
}
.timeline .case-year-list {
  padding-bottom: 45px;
}
.timeline .case-year-list .info {
  left: -78px;
  top: -60px;
}
.timeline .case-year-list .case-items li {
  position: relative;
}
.timeline .case-year-list .case-items li .case-item {
  border: 1px dotted transparent;
}
.timeline .case-year-list .case-items li .case-item:before {
  left: -50px;
  top: 19px;
}
.timeline .case-year-list .case-items li .expanded {
  border: 1px dotted #cacaca;
}
.timeline .case-year-list .case-items h1 {
  font-size: 16px;
  margin: 5px 0 0 0;
  padding-right: 40px;
}
.timeline .case-year-list .case-items .time {
  position: absolute;
  top: 12px;
  left: -37px;
  font-weight: bold;
  font-size: 12px;
  color: #252525;
}
.timeline .show-earlier {
  height: 30px;
  line-height: 30px;
  border: 1px solid #cacaca;
  color: #424242;
  padding: 0 15px 0 20px;
  background: url(../img/bg_btn_white_gradient.png) repeat-x 0 0;
  z-index: 10;
  text-decoration: none;
  padding: 0;
  margin-top: -1px;
  border-style: dotted;
}
.timeline .show-earlier:hover {
  box-shadow: 0 0 1px #cccccc;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}
.timeline .show-earlier:active {
  box-shadow: 0 0 3px #cccccc;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.timeline .inner-wrapper {
  border-top: 1px solid #d7d7d7;
}
.timeline .inner-wrapper p {
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 13px;
  color: #252525;
}
.timeline .inner-wrapper strong {
  color: #707b80;
}
.timeline .inner-wrapper .button {
  height: 30px;
  line-height: 30px;
  border: 1px solid #cacaca;
  color: #424242;
  padding: 0 15px 0 20px;
  background: url(../img/bg_btn_white_gradient.png) repeat-x 0 0;
  z-index: 10;
  text-decoration: none;
  display: inline-block;
}
.timeline .inner-wrapper .button:hover {
  box-shadow: 0 0 1px #cccccc;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}
.timeline .inner-wrapper .button:active {
  box-shadow: 0 0 3px #cccccc;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.button.white {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  border: 1px solid #cacaca;
  color: #424242;
  padding: 0 15px 0 20px;
  background: url(../img/bg_btn_white_gradient.png) repeat-x 0 0;
  z-index: 10;
  text-decoration: none;
  padding: 0 15px;
}
.button.white:hover {
  box-shadow: 0 0 1px #cccccc;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}
.button.white:active {
  box-shadow: 0 0 3px #cccccc;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.actual-cases {
  padding-top: 0;
}
.actual-cases .filter {
  padding: 15.037593984962406px 20px;
  padding-right: 0;
  margin-bottom: 15.037593984962406px;
}
.actual-cases .filter .button {
  float: right;
}
.actual-cases .section-title .time {
  float: right;
  font-size: 12px;
  line-height: 23px;
  color: #9e9e9e;
}
.actual-cases .article-list {
  margin-bottom: 20px;
}
.actual-cases .case-item {
  padding-top: 10px;
}
.actual-cases .case-item h2 {
  margin-top: 0;
  padding-right: 40px;
}
.actual-cases .case-item .inner-wrapper {
  display: none;
  color: #6d7578;
}
.actual-cases .case-item.expanded {
  background: #ffffff;
}
.actual-cases .case-item.expanded .inner-wrapper {
  display: block;
}
.search-results {
  padding-top: 0;
}
.search-results .article-list {
  margin-bottom: 20px;
}
.search-results .filter {
  margin-bottom: 15.037593984962406px;
  padding-left: 20px;
}
.search-results .filter .input-wrapper {
  float: left;
  margin-right: 20px;
}
.search-results .filter .input-wrapper input[type="text"],
.search-results .filter .input-wrapper input[type="search"] {
  width: 180px;
}
.search-results .filter .button {
  float: right;
}
.search-results .section-title em {
  font-style: normal;
  color: #000000;
}
.search-results .search-item em {
  font-style: normal;
  background: #fffd67;
}
.search-results .search-item p {
  font-size: 12px;
  margin-bottom: 5px;
}
.search-results .search-item .article-meta {
  margin-top: 5px;
  font-size: 11px;
}
.search-results .search-item .article-author {
  color: #707b80;
}
.search-results .search-item .type {
/*
  display: inline-block;
  padding: 3px 5px 2px;
  background: #d72b40;
  color: #ffffff;
  border-radius: 3px;
  line-height: 1.4;
  font-family: Arial,  Helvetica, sans-serif;
  font-weight: 700;
  font-size: 9px;
  text-transform: uppercase;
  */
}
.grief .search-results .search-item .type {
  /*background: #616161;*/
}
.search-results .search-item.hearing .type {
  /*background: #d72b40;*/
}
.grief .search-results .search-item.hearing .type {
  /*color: #616161;*/
}
.search-results .search-item.event .type {
  /*background: #5ba8e3;*/
}
.search-results.advanced {
  padding-top: 20px;
}
.search-results.advanced .filter {
  padding-bottom: 10px;
  padding-top: 10px;
}
.search-results.advanced .filter .select-wrapper {
  float: right;
  margin-bottom: 5px;
  margin-right: 0;
}
.search-results.advanced .filter .input-wrapper {
  margin-left: -20px;
}
.search-results.advanced .filter .input-wrapper .search-query {
  float: left;
  width: 340px;
}
.search-results.advanced .filter .button {
  padding: 0 30px;
}
.search-results.advanced .section {
  clear: both;
  margin: 0 0 0 -20px;
  padding-left: 20px;
  border-top: 1px solid #d7d7d7;
  *zoom: 1;
}
.search-results.advanced .section > div {
  padding: 5px 0 10px;
}
.search-results.advanced .section:before,
.search-results.advanced .section:after {
  display: table;
  content: "";
  line-height: 0;
}
.search-results.advanced .section:after {
  clear: both;
}
.search-results.advanced .section .search-by {
  float: left;
  width: 220px;
  border-right: 1px solid #d7d7d7;
  margin-right: 20px;
}
.search-results.advanced .section .section-label {
  margin: 10px 0;
  color: #252525;
  font-size: 13px;
  font-family: Arial,  Helvetica, sans-serif;
  font-weight: 700;
}
.search-results.advanced .section p {
  line-height: 16px;
  vertical-align: middle;
  margin: 0;
}
.search-results.advanced .section p input[type="radio"],
.search-results.advanced .section p input[type="checkbox"] {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.search-results.advanced .section p input[type="checkbox"] {
  margin-right: 10px;
}
.search-results.advanced .section label {
  color: #424242;
  line-height: 29px;
  font-size: 11px;
  margin-right: 10px;
  vertical-align: middle;
}
.search-results.advanced .section input[type="checkbox"] + label {
  margin-right: 15px;
}
.search-results.advanced .section .signature input[type="checkbox"] + label {
  margin-right: 30px;
}
.search-results.advanced .section:first-of-type {
  border-top: none;
}
.search-results.advanced .section #searchin-after-case + label {
  display: inline-block;
  min-width: 146px;
}
.search-results.advanced .section #searchin-sentences + label {
  display: inline-block;
  margin-right: 10px;
}
.search-filter-widget {
  background: #ededed;
  padding: 10px 15px 10px;
  margin: 20px auto;
}
.search-filter-widget .sortby {
  float: right;
  margin-right: 3px;
  width: 197px;
  margin-bottom: 10px;
}
.ie8 .search-filter-widget .sortby {
  width: 201px;
}
.search-filter-widget .input-wrapper {
  margin-bottom: 10px;
  *zoom: 1;
}
.search-filter-widget .input-wrapper:before,
.search-filter-widget .input-wrapper:after {
  display: table;
  content: "";
  line-height: 0;
}
.search-filter-widget .input-wrapper:after {
  clear: both;
}
.search-filter-widget .input-wrapper .button {
  float: left;
}
.search-filter-widget .input-wrapper .search-query {
  float: left;
  width: 151px;
  height: 29px;
}
.search-filter-widget .section,
.search-filter-widget .search-by {
  clear: both;
  padding-bottom: 10px;
}
.search-filter-widget .section .signature,
.search-filter-widget .search-by .signature,
.search-filter-widget .section .search-by-choice,
.search-filter-widget .search-by .search-by-choice,
.search-filter-widget .section .filetype,
.search-filter-widget .search-by .filetype {
  *zoom: 1;
}
.search-filter-widget .section .signature:before,
.search-filter-widget .search-by .signature:before,
.search-filter-widget .section .search-by-choice:before,
.search-filter-widget .search-by .search-by-choice:before,
.search-filter-widget .section .filetype:before,
.search-filter-widget .search-by .filetype:before,
.search-filter-widget .section .signature:after,
.search-filter-widget .search-by .signature:after,
.search-filter-widget .section .search-by-choice:after,
.search-filter-widget .search-by .search-by-choice:after,
.search-filter-widget .section .filetype:after,
.search-filter-widget .search-by .filetype:after {
  display: table;
  content: "";
  line-height: 0;
}
.search-filter-widget .section .signature:after,
.search-filter-widget .search-by .signature:after,
.search-filter-widget .section .search-by-choice:after,
.search-filter-widget .search-by .search-by-choice:after,
.search-filter-widget .section .filetype:after,
.search-filter-widget .search-by .filetype:after {
  clear: both;
}
.search-filter-widget .section .signature .row,
.search-filter-widget .search-by .signature .row,
.search-filter-widget .section .search-by-choice .row,
.search-filter-widget .search-by .search-by-choice .row,
.search-filter-widget .section .filetype .row,
.search-filter-widget .search-by .filetype .row {
  float: left;
  width: 45%;
}
.search-filter-widget .section .row,
.search-filter-widget .search-by .row {
  padding-left: 10px;
  line-height: 20px;
  vertical-align: middle;
  margin: 0;
}
.search-filter-widget .section .row input[type="radio"],
.search-filter-widget .search-by .row input[type="radio"],
.search-filter-widget .section .row input[type="checkbox"],
.search-filter-widget .search-by .row input[type="checkbox"] {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.search-filter-widget .section .row input[type="checkbox"],
.search-filter-widget .search-by .row input[type="checkbox"] {
  margin-right: 5px;
}
.search-filter-widget .section .row label,
.search-filter-widget .search-by .row label {
  color: #424242;
  line-height: 20px;
  font-size: 11px;
  margin-right: 10px;
  vertical-align: middle;
}
.search-filter-widget .section .section-label,
.search-filter-widget .search-by .section-label {
  margin-top: 0;
  padding-top: 10px;
  border-top: 1px solid #d7d7d7;
  margin-bottom: 7px;
  font-weight: bold;
  display: block;
  width: 100%;
}
.search-filter-widget .search-by .section-label {
  border-top: none;
}
fieldset,
legend {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
.important-slider {
  height: 39px;
  margin-left: -20px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.important-slider .title {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.important-slider .title .text {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-family: Arial,  Helvetica, sans-serif;
  font-weight: 700;
  color: #ffffff;
  font-size: 11px;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  background: url(../img/bg_important.png) no-repeat right top;
  padding: 0 55px 0 17px;
  line-height: 39px;
}
.grief .important-slider .title .text {
  background-image: url(../img/bg_important_grief.png);
}
.important-slider .starter {
  margin: 0;
  padding: 0;
  color: transparent;
  font: 0/0 serif;
  position: absolute;
  top: 7px;
  right: 20px;
  width: 25px;
  height: 25px;
  background: url(../img/ico_pause_play.png) no-repeat left top;
  cursor: pointer;
  z-index: 10;
}
.important-slider .starter:focus {
  outline: 1px dotted #000000;
}
.important-slider .starter:focus {
  outline: 1px dotted #ffffff;
}
.important-slider .starter.play {
  background-position: right top;
}
.important-slider .marquee {
  width: 100%;
  line-height: 38px;
  background: #dedede;
  height: 39px;
  margin-left: 69px;
}
.important-slider .important-item {
  display: inline-block;
  margin: 0 10px;
  line-height: 38px;
  color: #424242;
}
.judges-list-section {
  padding: 20px 0;
}
.judges-list-section .section-title {
  margin-bottom: 20px;
}
.judges-list-section .judges-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.judges-list-section .judges-list li {
  margin: 0;
  padding: 0;
}
.judges-list-section .judges-list li {
  float: left;
  width: 170px;
  border-bottom: 1px solid #d7d7d7;
  border-left: 1px solid #d7d7d7;
  min-height: 240px;
  padding: 10px 0;
  text-align: center;
}
.judges-list-section .judges-list li:nth-of-type(4n + 1) {
  clear: both;
  border-left: 0;
}
.judges-list-section .judges-list li:nth-of-type(1),
.judges-list-section .judges-list li:nth-of-type(2),
.judges-list-section .judges-list li:nth-of-type(3),
.judges-list-section .judges-list li:nth-of-type(4) {
  border-top: none;
  padding-top: 0;
}
.judges-list-section .judges-list li.last-row {
  border-bottom: 0;
}
.judges-list-section .judges-list a {
  display: block;
  text-decoration: none;
}
.judges-list-section .judges-list a h2,
.judges-list-section .judges-list a h3 {
  font-family: Arial,  Helvetica, sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #424242;
  letter-spacing: -0.5px;
  padding: 0 5px;
  margin: 2px 0 0 0;
}
.judges-list-section .judges-list a h3 {
  color: #d72b40;
  margin-top: 0;
}
.grief .judges-list-section .judges-list a h3 {
  color: #616161;
}
.tk-address {
  display: none;
  width: 365px;
  margin: 20px auto;
  font-style: normal;
  *zoom: 1;
  padding-left:25%;
}
.tk-address:before,
.tk-address:after {
  display: table;
  content: "";
  line-height: 0;
}
.tk-address:after {
  clear: both;
}
.tk-address .symbol {
  float: left;
  margin-right: 20px;
}
.tk-address .headline {
  margin: 0;
  font-family: Arial,  Helvetica, sans-serif;
  font-weight: 700;
  font-size: 19px;
  color: #252525;
}
.tk-address p {
  font-size: 17px;
  color: #30323b;
}
.footnotes {
  background: #eee;
  padding: 0.25em;
}
.controls {
  margin: 1em 0;
  padding: 0.5em;
}
.widget_calendar {
  position: relative;
}
.jquery_calendar {
  position: relative;
  float: left;
}
.jquery_calendar ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.jquery_calendar ul li {
  margin: 0;
  padding: 0;
}
#calendar_wrap .ui-datepicker-header {
  display: block;
  color: #d72b40;
  font-family: Arial,  Helvetica, sans-serif;
  font-weight: 700;
  font-size: 19px;
  line-height: 15px;
  text-align: center;
  padding: 10px 0 13px;
  border-bottom: 1px solid #d7d7d7;
}
.grief #calendar_wrap .ui-datepicker-header {
  color: #616161;
}
#calendar_wrap .ui-datepicker-title {
  float: left;
  width: 84%;
}
#calendar_wrap .ui-datepicker-prev,
#calendar_wrap .ui-datepicker-next {
  float: left;
  position: relative;
  z-index: -1;
  width: 8%;
}
#calendar_wrap .ui-datepicker-calendar {
  border-collapse: collapse;
  margin: 0;
  width: 100%;
  float: left;
  border: none;
  border-bottom: 1px solid #d7d7d7;
  table-layout: fixed;
}
#calendar_wrap .ui-datepicker-calendar tr td {
  font-family: Arial,  Helvetica, sans-serif;
  font-size: 13px;
  line-height: 13px;
  text-align: center;
  background: #ffffff;
  color: #323232;
  padding: 0 0 0 1px;
}
#calendar_wrap .ui-datepicker-calendar tr td:first-of-type {
  padding: 0;
}
#calendar_wrap .ui-datepicker-calendar tr td a {
  display: block;
  padding: 10px 5px;
  color: #323232;
  cursor: default;
  text-decoration: none;
}
#calendar_wrap .ui-datepicker-calendar tr td.jquery-cal-popup a {
  cursor: pointer;
}
#calendar_wrap .ui-datepicker-calendar tr td.ui-datepicker-other-month span {
  display: block;
  padding: 12px 5px;
  color: #b6b6b6;
  cursor: default;
  background: #f8f8f8;
  border: 1px solid #d7d7d7;
  border-width: 1px 0 0 1px;
}
#calendar_wrap .ui-datepicker-calendar tr td.jquery-cal-popup > a {
  border: 1px solid #d72b40;
  color: #d72b40;
  padding: 8px 5px;
  position: relative;
}
.grief #calendar_wrap .ui-datepicker-calendar tr td.jquery-cal-popup > a {
  color: #616161;
}
#calendar_wrap .ui-datepicker-calendar tr td.jquery-cal-popup > a.events {
  border-color: #5ba8e3;
  color: #5ba8e3;
}
#calendar_wrap .ui-datepicker-calendar tr td.jquery-cal-popup > a.hearing {
  border-color: #d72b40;
  color: #d72b40;
}
.grief #calendar_wrap .ui-datepicker-calendar tr td.jquery-cal-popup > a.hearing {
  color: #616161;
}
#calendar_wrap .ui-datepicker-calendar tr td.jquery-cal-popup > a.publication {
  border-color: #d72b40;
  color: #d72b40;
}
.grief #calendar_wrap .ui-datepicker-calendar tr td.jquery-cal-popup > a.publication {
  color: #616161;
}

#calendar_wrap .ui-datepicker-calendar tr td.jquery-cal-popup > a.hearing.events .events-dot,
#calendar_wrap .ui-datepicker-calendar tr td.jquery-cal-popup > a.hearing.events .publication-dot,
#calendar_wrap .ui-datepicker-calendar tr td.jquery-cal-popup > a.hearing.events .hearing-dot {
  display: block;
}
#calendar_wrap .ui-datepicker-calendar tr td.jquery-cal-popup > a .events-dot,
#calendar_wrap .ui-datepicker-calendar tr td.jquery-cal-popup > a .publication-dot,
#calendar_wrap .ui-datepicker-calendar tr td.jquery-cal-popup > a .hearing-dot {
  margin: 0;
  padding: 0;
  color: transparent;
  font: 0/0 serif;
  display: none;
  width: 4px;
  height: 4px;
  position: absolute;
  bottom: 1px;
  left: 16px;
  background: #5ba8e3;
}
#calendar_wrap .ui-datepicker-calendar tr td.jquery-cal-popup > a .events-dot:focus,
#calendar_wrap .ui-datepicker-calendar tr td.jquery-cal-popup > a .publication-dot:focus,
#calendar_wrap .ui-datepicker-calendar tr td.jquery-cal-popup > a .hearing-dot:focus {
  outline: 1px dotted #000000;
}
#calendar_wrap .ui-datepicker-calendar tr td.jquery-cal-popup > a .hearing-dot {
  background: #d72b40;
  left: 10px;
}
.grief #calendar_wrap .ui-datepicker-calendar tr td.jquery-cal-popup > a .hearing-dot {
  background: #616161;
}

#calendar_wrap .ui-datepicker-calendar tr td.jquery-cal-popup > a .publication-dot {
  background: #d72b40;
  left: 10px;
}
.grief #calendar_wrap .ui-datepicker-calendar tr td.jquery-cal-popup > a .publication-dot {
  background: #616161;
}

#calendar_wrap .ui-datepicker-calendar tr td.jquery-cal-popup.event > a {
  border: 4px solid #5ba8e3;
  color: #5ba8e3;
}
#calendar_wrap .ui-datepicker-calendar tr td:hover .wp-cal-tooltip {
  display: block;
}
#calendar_wrap .ui-datepicker-calendar tr:first-of-type td.ui-datepicker-other-month span {
  border-top: none;
}
#calendar_wrap .ui-datepicker-calendar tr th {
  font-family: Arial,  Helvetica, sans-serif;
  font-size: 13px;
  line-height: 10px;
  text-align: center;
  background: #ffffff;
  border-bottom: 1px solid #d7d7d7;
}
#calendar_wrap .ui-datepicker-calendar tr th span {
  display: block;
  padding: 10px 5px;
  color: #323232;
  cursor: default;
}
#calendar_wrap .ui-datepicker-calendar .wp-cal-tooltip {
  background-color: #ffffff;
  padding: 3px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.24);
  display: none;
  position: absolute;
  text-align: left;
  width: 258px;
  z-index: 10000;
  right: 34px;
  top: -5px;
}
#calendar_wrap .ui-datepicker-calendar .wp-cal-tooltip:before {
  content: " ";
  display: block;
  background: url(../img/bg_tooltip_arrow.png) no-repeat 0 0;
  height: 17px;
  width: 10px;
  position: absolute;
  right: -10px;
  top: 11px;
}
#calendar_wrap .ui-datepicker-calendar .wp-cal-tooltip a {
  color: #252525;
  margin: 0;
  padding: 0;
}
#calendar_wrap .ui-datepicker-calendar .wp-cal-tooltip a .type {
  display: block;
  font-family: Arial,  Helvetica, sans-serif;
  font-weight: 700;
  font-size: 9px;
  line-height: 16px;
  text-transform: uppercase;
  color: #ffffff;
  background: #d72b40;
  padding: 0 12px;
  margin-bottom: 7px;
}
.grief #calendar_wrap .ui-datepicker-calendar .wp-cal-tooltip a .type {
  background: #616161;
}
#calendar_wrap .ui-datepicker-calendar .wp-cal-tooltip a.event .type {
  background-color: #5ba8e3;
}
#calendar_wrap .ui-datepicker-calendar .wp-cal-tooltip a .signature {
  display: none;
}
#calendar_wrap .ui-datepicker-calendar .wp-cal-tooltip a h4 {
  margin: 0;
  padding: 0;
  font-family: Arial,  Helvetica, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  text-decoration: underline;
  margin: 0 12px 6px;
}
#calendar_wrap .ui-datepicker-calendar .wp-cal-tooltip a p {
  font-weight: 300;
  font-size: 12px;
  margin: 0 12px 10px;
}
#calendar_wrap .ui-datepicker-calendar .wp-cal-tooltip a.date-link {
  text-decoration: none;
}
#calendar_wrap .ui-datepicker-calendar .wp-cal-tooltip a.date-link h4 {
  text-decoration: none;
}
#calendar_wrap .ui-datepicker-calendar .wp-cal-tooltip a.date-link:hover {
  text-decoration: none;
}
#calendar_wrap .ui-datepicker-calendar .wp-cal-tooltip a.date-link:hover h4 {
  text-decoration: underline;
}
#calendar_wrap .ui-datepicker-calendar .wp-cal-tooltip .date {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */

  clip: rect(1px, 1px, 1px, 1px);
}
#calendar_wrap .ui-datepicker-calendar .wp-cal-tooltip ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#calendar_wrap .ui-datepicker-calendar .wp-cal-tooltip ul li {
  margin: 0;
  padding: 0;
}
#calendar_wrap .ui-datepicker-calendar .wp-cal-tooltip li {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
#calendar_wrap .calendar-pagi {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#calendar_wrap .calendar-pagi ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding: 6px 7px;
}
#calendar_wrap .calendar-pagi ul li {
  margin: 0;
  padding: 0;
}
#calendar_wrap .calendar-pagi .jquery-cal-prev a,
#calendar_wrap .calendar-pagi .jquery-cal-next a {
  display: block;
  margin: 0;
  padding: 0;
  color: transparent;
  font: 0/0 serif;
  width: 27px;
  height: 25px;
  background: url(../img/sprite_main.png) no-repeat -251px -40px;
  cursor: pointer;
}
#calendar_wrap .calendar-pagi .jquery-cal-prev a:focus,
#calendar_wrap .calendar-pagi .jquery-cal-next a:focus {
  outline: 1px dotted #000000;
}
.grief #calendar_wrap .calendar-pagi .jquery-cal-prev a,
.grief #calendar_wrap .calendar-pagi .jquery-cal-next a {
  background-image: url(../img/sprite_main_grief.png);
}
#calendar_wrap .calendar-pagi .jquery-cal-prev {
  float: left;
}
#calendar_wrap .calendar-pagi .jquery-cal-prev a:hover {
  background-position: -253px -40px;
}
#calendar_wrap .calendar-pagi .jquery-cal-next {
  float: right;
}
#calendar_wrap .calendar-pagi .jquery-cal-next a {
  background-position: -252px -65px;
}
#calendar_wrap .calendar-pagi .jquery-cal-next a:hover {
  background-position: -250px -65px;
}
.widget_calendar {
  margin-top: 0;
  margin-bottom: 10px;
}
.jquery_calendar a.jquery_calendar_url {
  color: #A52A2A !important;
  float: left;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
.jquery_calendar a.jquery_calendar_url:hover {
  color: #A52A2A !important;
  float: left;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
}
.jquery_calendar .jquery-cal-popup .wp-cal-tooltip {
  display: none;
}
/*********************************** Calendar Size Style ***********************************/
.widget_calendar_medium_size {
  min-width: 242px !important;
  width: 242px;
}
.widget_calendar_small_size {
  min-width: 270px !important;
  width: 270px !important;
}
.widget_calendar_large_size {
  min-width: 392px !important;
  width: 392px !important;
}
.widget_calendar_large_size #calendar_wrap .ui-datepicker-header {
  font-size: 15px;
}
.widget_calendar_large_size #calendar_wrap .ui-datepicker-calendar tr th {
  font-size: 14px;
}
.widget_calendar_large_size #calendar_wrap .ui-datepicker-calendar tr td {
  font-size: 14px;
}
.widget_calendar_large_size #calendar_wrap .ui-datepicker-calendar tr td a {
  font-size: 14px;
}
.widget_calendar_large_size #calendar_wrap .ui-datepicker-calendar tr td a:hover {
  font-size: 14px;
}
.widget_calendar_large_size #calendar_wrap .calendar-pagi ul li a {
  font-size: 14px;
}
.widget_calendar_large_size #calendar_wrap .calendar-pagi ul li a:hover {
  font-size: 14px;
}
.widget_calendar_large_size #calendar_wrap .ui-datepicker-calendar tr td .wp-cal-tooltip ul li {
  font-size: 13px;
}
.widget_calendar_large_size #calendar_wrap .ui-datepicker-calendar tr td .wp-cal-tooltip ul li a .title {
  font-size: 16px;
}
.widget_calendar_large_size #calendar_wrap .ui-datepicker-calendar tr td .wp-cal-tooltip ul li a .title:hover {
  font-size: 16px;
}
.widget_calendar_large_size #calendar_wrap .ui-datepicker-calendar tr td,
.widget_calendar_large_size #calendar_wrap .ui-datepicker-calendar tr th {
  padding: 11px;
  line-height: 15px;
}
.widget_calendar_large_size #calendar_wrap .ui-datepicker-header {
  padding: 8px;
}
.widget_calendar_large_size #calendar_wrap .calendar-pagi {
  padding: 7px;
}
.widget_calendar_small_size #calendar_wrap .ui-datepicker-title {
  float: none;
  margin: 0 auto;
}
.calendar_wrap_loading {
  width: 100%;
  text-align: center;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 150px;
  display:none !important;
}
.jquery_calendar .calendar_wrap_loading_show {
  display: block;
}
.calendar-big {
  padding-top: 10px;
}
.calendar-big .widget_calendar_small_size {
  width: 100% !important;
}
.calendar-big #calendar_wrap {
  border-bottom: 1px solid #d7d7d7;
  *zoom: 1;
}
.calendar-big #calendar_wrap:before,
.calendar-big #calendar_wrap:after {
  display: table;
  content: "";
  line-height: 0;
}
.calendar-big #calendar_wrap:after {
  clear: both;
}
.calendar-big #calendar_wrap .calendar-pagi {
  top: -2px;
}
.calendar-big #calendar_wrap .jquery-cal-prev {
  margin-left: 190px;
}
.calendar-big #calendar_wrap .jquery-cal-next {
  margin-right: 190px;
}
.calendar-big #calendar_wrap .ui-datepicker-calendar {
  border: none;
}
.calendar-big #calendar_wrap .ui-datepicker-calendar tr th span {
  font-family: Arial,  Helvetica, sans-serif;
  font-weight: 700;
  color: #d72b40;
}
.grief .calendar-big #calendar_wrap .ui-datepicker-calendar tr th span {
  color: #616161;
}
.calendar-big #calendar_wrap .ui-datepicker-calendar tr td {
  background: #f8f8f8;
  border: 4px solid white;
  border-left: none;
  border-bottom: none;
}
.calendar-big #calendar_wrap .ui-datepicker-calendar tr td.ui-datepicker-other-month {
  background: #ffffff;
}
.calendar-big #calendar_wrap .ui-datepicker-calendar tr td.ui-datepicker-week-end {
  border-right: none;
  border-left: 4px solid white;
}
.calendar-big #calendar_wrap .ui-datepicker-calendar tr td > a {
  font-family: Arial,  Helvetica, sans-serif;
  font-weight: 300;
  font-size: 17px;
  padding: 36px;
  box-shadow: 0px 0px 0 rgba(0, 0, 0, 0.2) inset;
  border-width: 1px;
}
.calendar-big #calendar_wrap .ui-datepicker-calendar tr td.jquery-cal-popup > a .events-dot,
.calendar-big #calendar_wrap .ui-datepicker-calendar tr td.jquery-cal-popup > a .hearing-dot {
  font-size: 10px;
  color: #1d9ed9;
  display: block;
  width: 87px;
  text-align: center;
  height: 13px;
  overflow: hidden;
  line-height: 13px;
  text-transform: uppercase;
  position: absolute;
  bottom: 15px;
  left: 0;
  background: transparent;
  font-family: Arial,  Helvetica, sans-serif;
  font-weight: 700;
}
.calendar-big #calendar_wrap .ui-datepicker-calendar tr td.jquery-cal-popup > a .events-dot + .events-dot,
.calendar-big #calendar_wrap .ui-datepicker-calendar tr td.jquery-cal-popup > a .events-dot + .hearing-dot,
.calendar-big #calendar_wrap .ui-datepicker-calendar tr td.jquery-cal-popup > a .hearing-dot + .events-dot,
.calendar-big #calendar_wrap .ui-datepicker-calendar tr td.jquery-cal-popup > a .hearing-dot + .hearing-dot {
  bottom: 2px;
}
.calendar-big #calendar_wrap .ui-datepicker-calendar tr td.jquery-cal-popup > a .hearing-dot {
  background: transparent;
  color: #d72b40;
}
.grief .calendar-big #calendar_wrap .ui-datepicker-calendar tr td.jquery-cal-popup > a .hearing-dot {
  color: #616161;
}
.calendar-big #calendar_wrap .wp-cal-tooltip {
  right: 100px;
}
.calendar-big #calendar_wrap .wp-cal-tooltip a .signature {
  display: none;
}
.judges-timeline-section {
  clear: both;
  border-top: 1px solid #dfdfdf;
  padding-top: 10px;
}
.judges-timeline-section .section-title {
  border-bottom: none;
  margin-bottom: 10px;
}
.judges-timeline {
  margin-bottom: 20px;
  border-bottom: 9px solid #404040;
}
div.timeline-frame {
  position: relative;
  border: none;
  background: #ececec url(../img/bg_timeline_left.png) repeat-y 0 0;
  overflow: hidden;
}
div.timeline-frame:before {
  content: " ";
  display: block;
  width: 30px;
  height: 100%;
  background: #ececec url(../img/bg_timeline_right.png) repeat-y 0 0;
  position: absolute;
  top: 0;
  right: 0;
}
div.timeline-frame > div {
  z-index: 10;
}
div.timeline-axis {
  border-color: transparent;
  border-width: 1px;
  border-top-style: solid;
}
div.timeline-axis-grid {
  border-left-style: solid;
  border-width: 1px;
}
div.timeline-axis-grid-minor {
  border-color: #cecece;
}
div.timeline-axis-grid-major {
  border-color: #676767;
}
div.timeline-axis-text {
  color: #464a4d;
  font-family: Arial,  Helvetica, sans-serif;
  font-weight: 700;
  padding: 3px;
  white-space: nowrap;
}
div.timeline-event {
  color: #1A1A1A;
  border-color: #97B0F8;
  background-color: #D5DDF6;
  display: inline-block;
}
div.timeline-event-selected {
  border-color: #FFC200;
  background-color: #FFF785;
  z-index: 999;
}
div.timeline-event-cluster {
  /* TODO: use another color or pattern? */

  background: #97b0f8 url('../js/libs/timeline/img/cluster_bg.png');
  color: white;
}
div.timeline-event-cluster div.timeline-event-dot {
  border-color: #D5DDF6;
}
div.timeline-event-box {
  text-align: center;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  /* For Firefox 3.6 and older */

}
div.timeline-event-dot {
  border-style: solid;
  border-width: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  /* For Firefox 3.6 and older */

}
div.timeline-event-range {
  background: transparent;
  border: none;
  position: relative;
  height: 17px;
  /*margin-bottom: 15px;*/

}
div.timeline-event-range:before {
  content: " ";
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 10px;
  border-radius: 2.857142857142857px;
  border: 1px solid transparent;
  background-color: #607487;
}
div.timeline-event-range-drag-left {
  cursor: w-resize;
  z-index: 1000;
}
div.timeline-event-range-drag-right {
  cursor: e-resize;
  z-index: 1000;
}
div.timeline-event-line {
  border-left-width: 1px;
  border-left-style: solid;
}
div.timeline-event-content {
  width: 100%;
  text-align: center;
  font-family: Arial,  Helvetica, sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: black;
  height: 16px;
  overflow: hidden;
  margin-top: -5px;
  cursor: pointer;
}
div.timeline-event-content .timeline-subbar {
  display: block;
  height: 3px;
  position: absolute;
  right: -2px;
  bottom: 0;
  border-radius: 10px;
  border-radius: 2.857142857142857px;
  border: 1px solid transparent;
  background-color: #d72b40;
}
div.timeline-event-content .timeline-subbar.blue {
  background-color: #1d9ed9;
}
div.timeline-event-content .popup-info {
  display: none;
  text-decoration: none;
  position: absolute;
  width: 410px;
  background: white;
  padding: 20px;
  z-index: 1000;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  text-align: left;
  border-radius: 10px;
}
div.timeline-event-content .popup-info .thumbnail {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}
div.timeline-event-content .popup-info p {
  margin-top: 0;
}
div.timeline-event-content .popup-info h3 {
  font-size: 16px;
  margin-top: 0;
}
div.timeline-event-content .red {
  color: #d72b40;
}
div.timeline-event-content .blue {
  color: #1d9ed9;
}
div.timeline-groups-axis {
  border-color: #BEBEBE;
  border-width: 1px;
}
div.timeline-groups-axis-onleft {
  border-style: none solid none none;
}
div.timeline-groups-axis-onright {
  border-style: none none none solid;
}
div.timeline-groups-text {
  color: #4D4D4D;
  padding-left: 10px;
  padding-right: 10px;
}
div.timeline-currenttime {
  background-color: #d72b40;
  width: 2px;
}
div.timeline-customtime {
  background-color: #6E94FF;
  width: 2px;
  cursor: move;
}
div.timeline-navigation {
  font-family: arial;
  font-size: 20px;
  font-weight: bold;
  color: gray;
  border-bottom: 1px solid white;
  background: url(../img/bg_timeline_nav.png) repeat-x 0 0;
  top: 0 !important;
  left: 0 !important;
  width: 100%;
  height: 40px;
}
div.timeline-navigation-new,
div.timeline-navigation-delete,
div.timeline-navigation-zoom-in,
div.timeline-navigation-zoom-out,
div.timeline-navigation-move-left,
div.timeline-navigation-move-right {
  cursor: pointer;
  padding: 10px 10px;
  float: left;
  text-decoration: none;
  border-color: #BEBEBE;
  /* border is used for the separator between new and navigation buttons */

  width: 16px;
  height: 16px;
}
div.timeline-navigation-move-left,
div.timeline-navigation-move-right {
  width: 41px;
  height: 40px;
  border: none;
  padding: 0;
  color: transparent;
  font-size: 0;
  background: url(../img/sprite_main.png) no-repeat -174px -219px;
}
div.timeline-navigation-move-left:hover {
  background-position: -175px -219px;
}
div.timeline-navigation-move-right {
  float: right;
  background-position: -213px -219px;
}
div.timeline-navigation-move-right:hover {
  background-position: -212px -219px;
}
div.timeline-navigation-zoom-in,
div.timeline-navigation-zoom-out {
  display: none;
}
div.timeline-navigation-new {
  background: url('../js/libs/timeline/img/16/new.png') no-repeat center;
}
div.timeline-navigation-new-line {
  border-right: solid 1px;
}
div.timeline-navigation-delete {
  padding: 0px;
  padding-left: 5px;
  background: url('../js/libs/timeline/img/16/delete.png') no-repeat center;
}
div.timeline-navigation-zoom-in {
  background: url('../js/libs/timeline/img/16/zoomin.png') no-repeat center;
}
div.timeline-navigation-zoom-out {
  background: url('../js/libs/timeline/img/16/zoomout.png') no-repeat center;
}
/*div.timeline-navigation-move-left {*/
/*background: url('../js/libs/timeline/img/16/moveleft.png') no-repeat center;*/
/*}*/
/*div.timeline-navigation-move-right {*/
/*background: url('../js/libs/timeline/img/16/moveright.png') no-repeat center;*/
/*}*/
#modal {
  display: none;
}
.mobile-modal {
  margin: 0;
  padding: 0;
  width: 100%;
}
.mobile-modal .modal-title {
  margin: 0;
  padding: 0;
  background: #1e1f24;
  color: #d72b40;
  line-height: 80px;
  font-size: 15px;
  font-family: Arial,  Helvetica, sans-serif;
  font-weight: 700;
  cursor: pointer;
}
.grief .mobile-modal .modal-title {
  color: #616161;
}
.mobile-modal .modal-title span {
  color: #ffffff;
}
.mobile-modal .modal-title .ico {
  margin: 0;
  padding: 0;
  color: transparent;
  font: 0/0 serif;
  float: left;
  width: 40px;
  height: 40px;
  margin: 20px 20px 0 20px;
  background: url(../img/sprite_mobile.png) no-repeat 0 0;
}
.mobile-modal .modal-title .ico:focus {
  outline: 1px dotted #000000;
}
.mobile-header {
  position: relative;
  width: 100%;
  height: 80px;
  margin: 0;
  padding: 0;
  line-height: 80px;
  color: #ffffff;
  font-family: Arial,  Helvetica, sans-serif;
  font-weight: 700;
  font-size: 15px;
  text-align: center;
  background: url(../img/bg_mobile_menu.png) repeat-x 0 0;
}
.mobile-header .mobile-title {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 26px;
  padding: 10px 70px 0 70px;
  min-width: 150px;
}
.mobile-header p{line-height:15px !important; font-size:13px; margin:3px 0}
.mobile-header .mobile-menu-link {
  margin: 0;
  padding: 0;
  color: transparent;
  font: 0/0 serif;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  z-index: 10;
  width: 70px;
  height: 80px;
  background: url(../img/sprite_mobile.png) no-repeat -45px 18px;
}
.mobile-header .mobile-menu-link:focus {
  outline: 1px dotted #000000;
}
.mobile-header a.main-page{color:#fff}
.mobile-header .mobile-search-link {
  margin: 0;
  padding: 0;
  color: transparent;
  font: 0/0 serif;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  display: inline-block;
  width: 70px;
  height: 80px;
  background: url(../img/sprite_mobile.png) no-repeat -125px 18px;
}
.mobile-header .mobile-search-link:focus {
  outline: 1px dotted #000000;
}
.mobile-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.mobile-menu li {
  margin: 0;
  padding: 0;
}
.mobile-menu li {
  display: block;
}
.mobile-menu li a {
  display: block;
  position: relative;
  border: none;
  line-height: 25px;
  padding: 9px 20px;
  font-family: Arial,  Helvetica, sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: 1px 0 2px rgba(0, 0, 0, 0.3);
  text-decoration: none;
  background: #343640 url(../img/bg_mobile_menu_link.png) repeat-x 0 0;
}
.mobile-menu li a:hover {
  background: #343640;
}
.mobile-menu li a .language-current {
  display: inline-block;
  background: #ffffff;
  color: #d72b40;
  border-radius: 15px;
  margin-left: 20px;
  padding: 0 15px;
}
.grief .mobile-menu li a .language-current {
  color: #616161;
}
.mobile-menu .languages-links-list li {
  float: left;
  width: 33%;
}
.mobile-menu .languages-links-list li a {
  margin: 0;
  padding: 9px 24px;
  width: auto;
}
.mobile-menu .languages-links-list li a.active:after {
  display: none;
}
.mobile-menu .languages-links-list li a.active,
.mobile-menu .languages-links-list li a:hover {
  background: #1e1f24;
}
.mobile-menu .languages-links-list li a .ico {
  margin-top: 10px;
}
.mobile-only {
  display: none;
}
#modal {
  display: none;
}
#pageslide {
  /* These styles MUST be included. Do not change. */

  display: none;
  position: absolute;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  /* Specify the width of your pageslide here */

  width: 290px;
  margin: 0;
  padding: 0;
  /* These styles are optional, and describe how the pageslide will look */

  background-color: #3c3e49;
  color: #FFF;
}
.error-404 {
  background: #f8f8f8;
}
.error-404 .container-404 {
  width: 980px;
  margin: 0 auto;
  background: url(../../_media/404.png) no-repeat center top;
  min-height: 644px;
}
.error-404 .page-title,
.error-404 h1 {
  text-align: center;
  font-family: Arial,  Helvetica, sans-serif;
  font-weight: 300;
  font-size: 61px;
  line-height: 1.2;
  color: #252525;
  background: none;
}
.error-404 .page-title strong,
.error-404 h1 strong {
  color: #d72b40;
  font-weight: 300;
}
.grief .error-404 .page-title strong,
.grief .error-404 h1 strong {
  color: #616161;
}
.error-404 .page-title {
  padding-top: 70px;
  margin-bottom: 260px;
}
.error-404 h1 {
  margin-bottom: -25px;
}
.error-404 .error-msg {
  font-family: Arial,  Helvetica, sans-serif;
  font-weight: 300;
  text-align: center;
  font-size: 29px;
  line-height: 1.3;
  color: #424242;
}
.gallery-list-section .gallery-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin: 20px 0;
}
.gallery-list-section .gallery-list li {
  margin: 0;
  padding: 0;
}
.gallery-list-section .gallery-list li {
  display: block;
  border-bottom: 1px solid #d7d7d7;
}
.gallery-list-section .gallery-list .gallery-list-item {
  display: block;
  padding: 10px 0;
  text-decoration: none;
  *zoom: 1;
}
.gallery-list-section .gallery-list .gallery-list-item:before,
.gallery-list-section .gallery-list .gallery-list-item:after {
  display: table;
  content: "";
  line-height: 0;
}
.gallery-list-section .gallery-list .gallery-list-item:after {
  clear: both;
}
.gallery-list-section .gallery-list .gallery-list-item .thumbnail {
  float: left;
  width: 189px;
  height: 135px;
  padding: 11px 8px;
  background: url(../img/bg_gallery_thumbnail.png) no-repeat 0 0;
  margin: 0 20px 0 10px;
}
.gallery-list-section .gallery-list .gallery-list-item .thumbnail img {
  display: block;
  border: none;
  padding: 0;
}
.gallery-list-section .gallery-list .gallery-list-item time {
  padding-top: 20px;
  display: block;
  color: #d72b40;
  font-size: 11px;
  margin-bottom: 4px;
}
.grief .gallery-list-section .gallery-list .gallery-list-item time {
  color: #616161;
}
.gallery-list-section .gallery-list .gallery-list-item .widget-subtitle {
  font-family: Arial,  Helvetica, sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 17px;
  margin-bottom: 4px;
}
.gallery-list-section .gallery-list .gallery-list-item .photo-author {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #707b80;
  font-size: 11px;
}
.gallery-list-section .gallery-list .gallery-list-item:hover .widget-subtitle {
  text-decoration: underline;
}
.contact-wrapper {
  padding-top: 10px;
}
.contact-wrapper .section-title {
  padding-bottom: 15px;
}
.contact-form {
  padding: 10px 20px;
  background: #ededed;
}
.contact-form .row {
  padding: 0 0 20px;
  *zoom: 1;
}
.contact-form .row:before,
.contact-form .row:after {
  display: table;
  content: "";
  line-height: 0;
}
.contact-form .row:after {
  clear: both;
}
.contact-form .row input,
.contact-form .row label,
.contact-form .row span,
.contact-form .row textarea {
  float: left;
}
.contact-form .row label {
  width: 100px;
  font-family: Arial,  Helvetica, sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  padding-top: 7px;
}
.contact-form .row input {
  color: #424242;
  font-size: 11px;
}
.contact-form .row #name,
.contact-form .row #email {
  width: 529px;
}
.contact-form .row #message {
  max-width: 529px;
  min-width: 529px;
  width: 529px;
  height: 100px;
}
.contact-form .row .captcha-placeholder {
  width: 200px;
  height: 50px;
  margin-right: 10px;
}
.contact-form .row .contact-submit {
  float: right;
  color: #ffffff;
  border: none;
  height: 30px;
  width: 77px;
  padding: 0;
  margin-top: 10px;
  font-family: Arial, Helvetica, sans-serif;
  background: url(../img/bg_red_button.png) repeat-x 0 0;
}
.grief .contact-form .row .contact-submit {
  background-image: url(../img/bg_red_button_grief.png);
}
.contact-form .row .contact-submit:hover {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}
.contact-form .row .contact-submit:active {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
.contact-form .row #captcha {
  width: 230px;
  margin: 10px 10px 0 0;
}

.useful-links-second{margin-left:20px !important; display:inline-block}
/* Smartphones (landscape) ----------- */
@media only screen and (min-width: 321px) {
  /* Styles */
}
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* Styles */
  body,
  html {
    min-width: 1060px;
  }
}
/* iPads (landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* Styles */
}
/* iPads (portrait) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* Styles */
}
/* Desktops and laptops ----------- */
@media only screen and (min-width: 1224px) {
  body,
  html {
    min-width: 1060px;
  }
  /* Styles */
}
/* Large screens ----------- */
@media only screen and (min-width: 1824px) {
  /* Styles */
}
/* iPhone 4 ----------- */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* Styles */
}
.print-only {
  display: none;
}
/*
 * Print
 */
@media print {
  * {
    /*		background: transparent !important;*/

    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  @page  {
    margin: 0.5cm;
  }
  h2,
  h3 {
    font-size: 2em !important;
    orphans: 3;
    widows: 3;
    page-break-after: avoid;
  }
  h2 {
    font-size: 20pt;
    border-bottom: 10px solid #232323;
  }
  p {
    font-size: 15pt;
    orphans: 3;
    widows: 3;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  img {
    max-width: 100% !important;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr {
    page-break-inside: avoid;
  }
  .print-only {
    display: block;
  }
  .center-col,
  .article-col {
    width: auto;
    padding: 0 2em;
    float: none;
  }
  .content-wrapper {
    border: none;
  }
  h1 {
    font-size: 3em !important;
    margin-bottom: 30pt !important;
    padding-bottom: 30pt !important;
    margin-top: 10pt !important;
  }
  .date {
    font-size: 15pt !important;
    margin-bottom: 15pt !important;
  }
  .left-col,
  .right-col,
  .sub-header,
  .breadcrumbs-wrapper,
  .main-header,
  .master-footer,
  .article-pagination,
  .related-articles,
  .changes-section,
  .article-gallery,
  .link-print {
    display: none !important;
  }
  .mobile-header {
    display: block;
  }
  .mobile-header .mobile-search-link,
  .mobile-header .mobile-menu-link {
    display: none;
  }
  .mobile-header .mobile-title {
    text-align: left;
    font-size: 1em !important;
    margin: 0 !important;
    margin-bottom: 10pt !important;
    padding: 0 2em !important;
  }
  .mobile-only{display:none}
  .link-switch-wrap{display:none}
  .article-documents{display:none}
}

#content p.align-center{text-align:center}
#content p.align-right{text-align:right}

span.typo-search-like-css{margin-top:10px; margin-left:10px; }
p span.typo-search-like-css{margin-top:10px; margin-left:0px;}
p.typo-search-like-css{display: inline-block !important; color:#fff !important; margin-top:10px !important; margin-left:10px;}
.typo-search-like-css{
  display: inline-block;
  padding: 3px 5px 2px !important;
  background: #d72b40;
  color: #ffffff;
  border-radius: 3px;
  line-height: 1.4;
  font-family: Arial,  Helvetica, sans-serif;
  font-weight: 700;
  font-size: 9px;
  text-transform: uppercase;
  }

  p.typo-search-like-css:empty{background: #ffffff}

.article-col p a, a.sig-link {color:#d72b40; text-decoration:underline}
.article-col p a:hover, a.sig-link:hover {text-decoration:none}
.article-col .feEditAdvanced-firstWrapper ul li a{color:#d72b40; text-decoration:underline}
.article-col .feEditAdvanced-firstWrapper ul li a:hover{text-decoration:none}

.main-nav .sub-menu li a.current + .expandable .expanded {
	display: block;
}
.master-article p{margin-bottom:7px; padding-bottom:0; margin-top:0px; color:#000; padding-left:10px;}
.master-article ol li{color:#000;}
.master-article ul li{color:#000;}
.news-single-imgcaption{padding-left:0px !important}
.press-article-list .widget-subtitle .cat-2{display:none;}
.press-article-list .widget-subtitle .cat-9{display:none;}
.press-article-list .widget-subtitle .cat-4{display:none;}

.calendar-widget .ui-datepicker-current-day{background: url(../img/current-day-calendar.png) no-repeat 7px 4px !important;}
.calendar-widget .ui-datepicker-current-day a.ui-state-default{color:#fff !important; font-weight:bold !important;}
.article-col .indent{margin-left:30px;}

.case-list-wrapper .tabs-wrapper .ui-tabs-panel ul li p{color:#d72b40 !important}
.case-list-wrapper .tabs-wrapper .ui-tabs-panel ul li p.applicant-paragraph{color:#424242 !important}
.case-list-wrapper .tabs-wrapper .ui-tabs-panel ul li p.applicant-paragraph span.applicant{color:#424242 !important}
.press-article-wrapper .ui-tabs-panel ul li p{color:#d72b40 !important}
.article-list .sentence p.meta{margin-bottom:0px}
.article-list .sentence h2{margin-top:0px}
.align-center{text-align:center}
.gallery-section{margin-left:-10px}
.gallery-section .typo-search-like-css{margin-left:20px;}
#searchpanel_form .twitter-typeahead{float:left}
.article-documents .press-article-list li a p.applicant{display:none}
.article-documents .press-article-list li.cat-9 a p.applicant{display:block}

.typo-link-class .article-col a{color:#d72b40; text-decoration:underline}
.typo-link-class .article-col a:hover{text-decoration:none}

.case-year-list .previous {background: url(../img/bg_case_info_bw.png) no-repeat 0 0;}
.master-article p{font-family: Arial !important;}
.article-meta span.date{padding:12px 0 0 5px}
.gallery-section  span.date{padding:12px 0 0 1px}
a.link-switch{display:inline-block; text-indent:-1000000px; width:26px; height:26px; background: url(../img/switch_on.png) no-repeat; }
a.link-switch[data-state='1'] {background: url(../img/switch_on.png) no-repeat; }
a.link-switch[data-state='0'] {background: url(../img/switch_off.png) no-repeat; }

.view-page-version-wrapper{width:100%; text-align:center;}
.view-page-version-wrapper a{font-size:12px; color:#000; text-decoration:underline}


ul.standard-list li a:hover{text-decoration:none !important}
.standard-list-item:hover{text-decoration:none}
.standard-list .standard-list-item .thumbnail{background:url(../img/bg_gallery_thumbnail_no_border.png) no-repeat 0 0 !important}

.filter .archive ul{list-style-type: none; width:100% }
.filter .archive ul li{display:inline; padding:0 5px;}
.filter .archive ul li a{color:#ff2b40}
.filter .archive ul li.amenu-act a{text-decoration: underline}
.filter .archive span.label{padding-top:4px;}

.amenu li {padding: 15px 20px !important}
.amenu li .event-thumbnail{display:none !important}
.amenu li .event-title{font-size:15px !important; font-weight:700 !important; text-decoration:none !important; color:#424242 !important}
.amenu li .event-title:hover{ text-decoration:underline !important; }

.case-items li .case-item span.category{
	display: inline-block;
	padding: 3px 5px 2px !important;
	background: #d72b40;
	color: #ffffff;
	border-radius: 3px;
	line-height: 1.4;
	font-family: Arial,  Helvetica, sans-serif;
	font-weight: 700;
	font-size: 9px;
	text-transform: uppercase;
  }
.year-menu{margin-bottom: 0 !important}

.contenttable{border:0}

a[href*="ipo"]{font-size:14px;}

.search-results.advanced .search-filter-widget .section {
  padding-bottom: 0;
}

.search-results.advanced .search-filter-widget .section .section-label {
  border-top: 0;
  margin: 0;
}

.search-results.advanced .search-filter-widget .section a.solr-ajaxified:hover,
.search-results.advanced .search-filter-widget .section a.solr-ajaxified:active,
.search-results.advanced .search-filter-widget .section a.solr-ajaxified:focus {
  text-decoration: none;
}

.search-results.advanced .search-filter-widget .section a.solr-ajaxified label,
.search-results.advanced .search-filter-widget .section a.solr-ajaxified input {
  cursor: pointer;
}

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

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

.tx-solr-autosuggest strong {
  color: #000000!important;
  font-weight: normal!important;
}

.tx-solr-autosuggest .autocomplete-suggestion {
  font-weight: bold;
}

.tx-solr-autosuggest .autocomplete-suggestion:hover {
  background-color: #0097cf;
}

.main-nav > ul > li.last > a{background: #66B74E; color:#000}
.main-nav > ul > li.last > a:hover{background: #68ab54; color:#000}

.important-slider .marquee p {
  margin: 0;
}

.important-slider .marquee a {
  color: #424242 !important;
  text-decoration: none;
}

.important-slider .marquee a:hover {
  text-decoration: underline;
}

.widget.events-widget .event-thumbnail {
  width: auto;
  max-width: 100%;
  height: auto;
  overflow: visible;
}

.widget.events-widget .event-thumbnail:before {
  display: none;
}

.widget.events-widget .event-thumbnail img {
  max-width: 100%;
  max-height: none;
}

#textZoom {
  display: inline-block;
  float: left;
  padding: 0;
  margin-left: 20px;
  list-style-type: none;
}

#textZoom li {
  float: left;
  margin-right: 15px;
  font-weight: bold;
  cursor: pointer;
  line-height: 20px;
}

#textZoom li:nth-child(2) {
  font-size: 16px;
}

#textZoom li:nth-child(3) {
  font-size: 20px;
}

figure:has(table.contenttable) {
  overflow: hidden;
}

figure table.contenttable {
  width: 100%;
  border-spacing: 1px;
}

figure table.contenttable td, figure table.contenttable th {
  padding: 5px;
}
