/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

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

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

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/**
 * Site Section colors
 * Based on the confluence doc
 * https://confluence.portlandwebworks.com/pages/viewpage.action?spaceKey=VTJudiciary&title=Vermont+Judiciary+Theme+Development
 */
/* Typography (fonts) */
/* Icons / placeholders */
body {
  font-family: "Lato", sans-serif;
  font-size: 1.4rem;
  line-height: 1.625; }
  @media screen and (min-width: 425px) {
    body {
      font-size: 1.5rem; } }
  @media screen and (min-width: 768px) {
    body {
      font-size: 1.6rem; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  margin: 0; }

h1,
.h1 {
  font-size: 4rem;
  line-height: 1; }
  @media screen and (min-width: 425px) {
    h1,
    .h1 {
      font-size: 5rem; } }
  @media screen and (min-width: 768px) {
    h1,
    .h1 {
      font-size: 6rem; } }

h2,
.h2 {
  font-size: 3.4rem;
  line-height: 1; }
  @media screen and (min-width: 425px) {
    h2,
    .h2 {
      font-size: 3.6rem; } }
  @media screen and (min-width: 768px) {
    h2,
    .h2 {
      font-size: 4rem; } }

h3,
.h3,
.views-row.media-document .file a,
.supreme-court-document .file a {
  font-size: 1.7rem;
  line-height: 1.667; }
  @media screen and (min-width: 768px) {
    h3,
    .h3,
    .views-row.media-document .file a,
    .supreme-court-document .file a {
      font-size: 1.8rem; } }

h4,
.h4 {
  font-size: 1.6rem;
  line-height: 1.667; }
  @media screen and (min-width: 768px) {
    h4,
    .h4 {
      font-size: 1.7rem; } }

h5,
.h5,
.footer__text-title,
.court-location__court-subtitle {
  font-size: 1.4rem;
  line-height: 1.667; }

h6,
.h6 {
  font-size: 1.4rem;
  line-height: 1.625; }
  @media screen and (min-width: 425px) {
    h6,
    .h6 {
      font-size: 1.5rem; } }
  @media screen and (min-width: 768px) {
    h6,
    .h6 {
      font-size: 1.6rem; } }

p,
ul {
  margin: 1rem 0; }

.italic, .body-copy i,
.body-copy em {
  font-style: italic; }

.light {
  font-weight: 300; }

.thin {
  font-weight: 100; }

.bold, .body-copy b,
.body-copy strong {
  font-weight: 700; }

.black {
  font-weight: 900; }

.block-margins, .body-copy ul,
.body-copy ol {
  margin: 0 0 1rem; }

.unordered-list, .body-copy ul {
  list-style-type: disc; }

.ordered-list,
.body-copy ol {
  list-style: decimal; }

.body-copy h2,
.body-copy h3,
.body-copy h4,
.body-copy h5 {
  margin: 1em 0 0.5em; }

.body-copy h2 {
  text-transform: uppercase; }

.body-copy h3 {
  font-size: 1.7rem;
  line-height: 1.667;
  font-weight: 700; }
  @media screen and (min-width: 768px) {
    .body-copy h3 {
      font-size: 1.8rem; } }

.body-copy table {
  border-collapse: separate;
  border-spacing: 2rem; }

.button {
  display: inline-block;
  margin: 0;
  padding: 10px 15px;
  background-color: #5a8b76;
  text-decoration: none;
  color: #fff;
  width: 200px;
  text-align: center;
  max-width: 100%;
  font-weight: 400;
  border: 0 none;
  font-size: 1.6rem;
  line-height: 2rem; }
  @media screen and (min-width: 768px) {
    .button {
      font-size: 1.8rem;
      line-height: 2.5rem; } }
  .button:link, .button:visited, .button:focus {
    color: #fff; }
  .button:hover, .button:active {
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    background-color: #507c69; }

a {
  color: #004876;
  cursor: pointer;
  text-decoration: underline; }
  a:link, a:visited {
    color: #004876; }
  a:hover, a:active, a:focus {
    color: #0390dd;
    text-decoration: none; }

html {
  box-sizing: border-box;
  font-size: 62.5%;
  background-color: #fdfaf5;
  min-height: 100%;
  color: #333; }
  html *,
  html *::before,
  html *::after {
    box-sizing: inherit; }

body {
  min-height: 0 !important; }

#main-content {
  background-color: #fff; }

.font-secondary {
  font-family: serif; }

.group::after {
  content: "";
  display: table;
  clear: both; }

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

.region {
  position: relative; }

input[type=text],
input[type=email] {
  padding: 6px 15px;
  max-width: 100%; }

.form-error {
  border: 1px solid red; }

.error-msg {
  color: red;
  font-style: italic; }

svg {
  fill: currentColor; }

.file {
  background-size: 27px 24px;
  background-position: 2px top;
  min-height: 27px;
  padding-left: 38px; }
  .file.file--application-pdf {
    background-image: url("../images/pdf.svg"); }
  .file.file--x-office-document {
    background-image: url("../images/doc.svg"); }
  .file.file--x-office-spreadsheet {
    background-image: url("../images/xls.svg"); }
  .file.file--audio {
    background-image: url("../images/audio.svg"); }

figure {
  margin: 0; }

.table-wrapper {
  width: 100%;
  overflow-x: scroll; }

.paragraph table {
  border-collapse: separate;
  border-spacing: 2rem; }

.hidden, .region-sidebar-first .block-facets label[for=edit-facet-from-date],
.region-sidebar-first .block-facets label[for=edit-facet-to-date], label[for=edit-court-hearings-date-from],
label[for=edit-court-hearings-date-to], label[for=edit-judicial-bureau-hearings-date-from],
label[for=edit-judicial-bureau-hearings-date-to], .keyword-search label {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.content-container, .column-mask--full-page__col-1, .page-header__content, .related-content-widget__content-container, .page-header .views-exposed-form,
.home-header .views-exposed-form {
  width: 1250px;
  max-width: 100%;
  margin: 0 auto; }
  .content-container::before, .column-mask--full-page__col-1::before, .page-header__content::before, .related-content-widget__content-container::before, .page-header .views-exposed-form::before,
  .home-header .views-exposed-form::before, .content-container::after, .column-mask--full-page__col-1::after, .page-header__content::after, .related-content-widget__content-container::after, .page-header .views-exposed-form::after,
  .home-header .views-exposed-form::after {
    display: table;
    content: '';
    clear: both; }

.row, .feature-block, .page-header__main-content, .page-header__secondary-content, .calendar-menu, .court-hearing__feature-content, .court-hearing__cta-items, .topical-grouping {
  margin: 1rem -2rem; }
  .row::before, .feature-block::before, .page-header__main-content::before, .page-header__secondary-content::before, .calendar-menu::before, .court-hearing__feature-content::before, .court-hearing__cta-items::before, .topical-grouping::before, .row::after, .feature-block::after, .page-header__main-content::after, .page-header__secondary-content::after, .calendar-menu::after, .court-hearing__feature-content::after, .court-hearing__cta-items::after, .topical-grouping::after {
    display: table;
    content: '';
    clear: both; }
  @media screen and (min-width: 768px) {
    .row, .feature-block, .page-header__main-content, .page-header__secondary-content, .calendar-menu, .court-hearing__feature-content, .court-hearing__cta-items, .topical-grouping {
      margin: 1.25rem -2.5rem; } }

.content-section {
  margin-top: 4rem;
  margin-bottom: 4rem; }
  @media screen and (min-width: 768px) {
    .content-section {
      margin-top: 5rem;
      margin-bottom: 5rem; } }

.col, .column-mask--2-col-view-with-filters aside, .column-mask--2-col-view-with-filters main, .feature-block__image, .feature-block__content, .feature-block__content--with-image, .page-header__resources-content, .page-header__body, .page-header__body--with-aside, .page-header__aside, .page-header__secondary-content .link-bricks, .page-header .related-links, .sidebar-first > section, .sidebar-second > section, .calendar-menu__items, .court-hearing__left-section, .court-hearing__right-section, .court-hearing__cta-items p, .court-location__feature-block .court-location-result__image, .court-location__info, .court-location__info--image, .related-links-list--related-content, .topical-grouping__header, .topical-grouping__topic, .topical-grouping h3.topical-grouping__topic-title, .court-location-result__header, .court-location-result__image, .court-location-result__body, .court-location-result__body--image, .court-hearings-result__get-directions, .court-hearings-results__body-1, .court-hearings-results__body-2 {
  position: relative;
  padding: 0 2rem;
  min-height: 1px; }
  @media screen and (min-width: 768px) {
    .col, .column-mask--2-col-view-with-filters aside, .column-mask--2-col-view-with-filters main, .feature-block__image, .feature-block__content, .feature-block__content--with-image, .page-header__resources-content, .page-header__body, .page-header__body--with-aside, .page-header__aside, .page-header__secondary-content .link-bricks, .page-header .related-links, .sidebar-first > section, .sidebar-second > section, .calendar-menu__items, .court-hearing__left-section, .court-hearing__right-section, .court-hearing__cta-items p, .court-location__feature-block .court-location-result__image, .court-location__info, .court-location__info--image, .related-links-list--related-content, .topical-grouping__header, .topical-grouping__topic, .topical-grouping h3.topical-grouping__topic-title, .court-location-result__header, .court-location-result__image, .court-location-result__body, .court-location-result__body--image, .court-hearings-result__get-directions, .court-hearings-results__body-1, .court-hearings-results__body-2 {
      padding: 0 2.5rem; } }

.container {
  margin: 0 auto; }
  .container::before, .container::after {
    display: table;
    content: '';
    clear: both; }
  @media only screen and (min-width: 768px) {
    .container.has-sidebar-first {
      padding-left: 232px; } }
  @media only screen and (min-width: 768px) {
    .container.has-sidebar-second {
      padding-right: 232px; } }

/* common column settings */
.column-mask__col-left,
.column-mask__col-mid,
.column-mask__col-right {
  float: left;
  width: 100%;
  position: relative; }

.column-mask__col-1,
.column-mask__col-2,
.column-mask__col-3 {
  float: left;
  position: relative;
  padding: 0;
  overflow: hidden; }

/* column container */
.column-mask {
  position: relative;
  clear: both;
  float: left;
  width: 100%;
  overflow: hidden;
  /* full width single column stack settings */
  /* 3 column stack settings */ }
  .column-mask::before, .column-mask::after {
    display: table;
    content: '';
    clear: both; }
  .column-mask--full-page__col-1 {
    overflow: visible;
    padding: 0 2rem;
    float: none; }
    @media screen and (min-width: 768px) {
      .column-mask--full-page__col-1 {
        padding: 0 2.5rem; } }
  .column-mask--3-col__col-mid {
    right: 25%;
    background: #fff; }
  .column-mask--3-col__col-left {
    right: 50%; }
  .column-mask--3-col__col-1 {
    width: 50%;
    left: 100%; }
  .column-mask--3-col__col-2 {
    width: 25%;
    left: 25%; }
  .column-mask--3-col__col-3 {
    width: 25%;
    left: 75%; }
  @media screen and (min-width: 1024px) {
    .column-mask--blogstyle-px__col-mid {
      width: 200%;
      margin-left: -320px;
      right: 100%; } }
  .column-mask--blogstyle-px__col-left {
    float: none;
    width: 100%; }
    @media screen and (min-width: 1024px) {
      .column-mask--blogstyle-px__col-left {
        float: left;
        margin-left: -320px; } }
  @media screen and (min-width: 1024px) {
    .column-mask--blogstyle-px__col-1-wrap {
      float: left;
      width: 50%; } }
  .column-mask--blogstyle-px__col-1 {
    float: none; }
    @media screen and (min-width: 1024px) {
      .column-mask--blogstyle-px__col-1 {
        margin: 0 0 0 640px;
        left: 100%; } }
  .column-mask--blogstyle-px__col-2 {
    float: none; }
    @media screen and (min-width: 768px) {
      .column-mask--blogstyle-px__col-2 {
        float: left;
        width: 50%; } }
    @media screen and (min-width: 1024px) {
      .column-mask--blogstyle-px__col-2 {
        float: right;
        width: 320px;
        left: 320px; } }
  .column-mask--blogstyle-px__col-3 {
    float: none; }
    @media screen and (min-width: 768px) {
      .column-mask--blogstyle-px__col-3 {
        float: left;
        width: 50%; } }
    @media screen and (min-width: 1024px) {
      .column-mask--blogstyle-px__col-3 {
        float: right;
        width: 320px;
        left: 960px; } }
  .column-mask--2-col-view-with-filters aside {
    width: 100%; }
    @media screen and (min-width: 768px) {
      .column-mask--2-col-view-with-filters aside {
        float: left;
        width: 33.333333%; } }
    @media screen and (min-width: 1024px) {
      .column-mask--2-col-view-with-filters aside {
        float: left;
        width: 25%; } }
  .column-mask--2-col-view-with-filters main {
    width: 100%; }
    @media screen and (min-width: 768px) {
      .column-mask--2-col-view-with-filters main {
        float: left;
        width: 66.666667%; } }
    @media screen and (min-width: 1024px) {
      .column-mask--2-col-view-with-filters main {
        float: left;
        width: 75%; } }

body {
  padding-top: 80px; }
  @media screen and (min-width: 768px) {
    body {
      padding-top: 80px; } }
  @media screen and (min-width: 1024px) {
    body.path-frontpage {
      padding-top: 129px; } }
  body .toolbar-menu-administration {
    margin-top: 0; }
  body.toolbar-vertical {
    padding-top: 119px !important; }
    body.toolbar-vertical .header {
      background: #fff;
      top: 0;
      margin: 0;
      padding-top: 39px;
      height: 80px; }
  body.toolbar-fixed {
    padding-top: 119px !important; }
    body.toolbar-fixed .header {
      padding-top: 0;
      margin-top: 39px; }
    @media screen and (min-width: 768px) {
      body.toolbar-fixed {
        padding-top: 119px !important; } }
    body.toolbar-fixed.path-frontpage {
      padding-top: 119px !important; }
      @media screen and (min-width: 1024px) {
        body.toolbar-fixed.path-frontpage {
          padding-top: 168px !important; } }
    @media screen and (min-width: 768px) {
      body.toolbar-fixed.toolbar-tray-open.toolbar-horizontal {
        padding-top: 159px !important; }
        body.toolbar-fixed.toolbar-tray-open.toolbar-horizontal.path-frontpage {
          padding-top: 208px !important; }
        body.toolbar-fixed.toolbar-tray-open.toolbar-horizontal .header {
          margin-top: 79px; } }

.widget-title {
  color: #063;
  text-transform: capitalize;
  font-size: 3rem;
  line-height: 4rem; }
  .widget-title--black {
    font-size: 2.5rem;
    line-height: 2.8rem;
    color: #000;
    font-weight: 700; }
  .widget-title--centered {
    text-align: center; }
  .widget-title--uppercase {
    font-size: 3.4rem;
    line-height: 1;
    text-transform: uppercase; }
    @media screen and (min-width: 425px) {
      .widget-title--uppercase {
        font-size: 3.6rem; } }
    @media screen and (min-width: 768px) {
      .widget-title--uppercase {
        font-size: 4rem; } }
  .widget-title--inline-content {
    font-size: 1.4rem;
    line-height: 1.625;
    font-weight: 700; }
    @media screen and (min-width: 425px) {
      .widget-title--inline-content {
        font-size: 1.5rem; } }
    @media screen and (min-width: 768px) {
      .widget-title--inline-content {
        font-size: 1.6rem; } }

.widget, .additional-resources, .related-content, .related-documents, article .related-links, .field--name-field-accordions, .field--body, .news-detail__article-header, .news-detail--teaser, .person-details__content, .roster-list, .court-locations, .court-hearings, .forms-library, .judicial-bureau-hearings, .supreme-court-calendar {
  clear: both;
  margin: 6rem 0; }

.external-link-icon {
  position: relative;
  font-size: 1.4rem;
  top: -0.5em;
  width: 1.5rem;
  height: 1.5rem; }

.link-bricks {
  position: relative;
  display: block;
  padding: 0;
  list-style: none;
  font-size: 0;
  line-height: 0;
  text-align: left; }
  .link-bricks__item {
    position: relative;
    margin: 0;
    font-size: 1.6rem;
    line-height: 1; }
    @media screen and (min-width: 768px) {
      .link-bricks__item {
        display: inline-block; } }
    .link-bricks__item + .link-bricks__item {
      margin-top: 2rem; }
      @media screen and (min-width: 768px) {
        .link-bricks__item + .link-bricks__item {
          margin-top: -1px; } }
  .link-bricks a {
    position: relative;
    display: block;
    text-align: center;
    padding: 1.5rem;
    color: #fff;
    text-decoration: none;
    background: rgba(0, 0, 0, 0.2);
    transition: background 0.3s linear;
    border: 1px solid #fff;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background-clip: padding-box; }
    @media screen and (min-width: 768px) {
      .link-bricks a {
        padding: 1.5rem 4rem; } }
    .link-bricks a:link, .link-bricks a:visited {
      color: #fff;
      background: rgba(0, 0, 0, 0.2); }
    .link-bricks a:hover, .link-bricks a:active, .link-bricks a:focus {
      color: #fff;
      text-decoration: none;
      background: rgba(0, 0, 0, 0.9); }
  .link-bricks .external-link-icon {
    position: absolute;
    top: 50%;
    margin-top: -0.75rem;
    right: 1rem;
    color: #fff;
    fill: #fff; }
  .link-bricks--cta .link-bricks__item {
    display: block;
    width: 33.5rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (min-width: 768px) {
      .link-bricks--cta .link-bricks__item {
        margin-right: 0; } }
  @media screen and (min-width: 768px) {
    .link-bricks--cta .link-bricks__item + .link-bricks__item {
      margin-top: 2.5rem; } }
  .link-bricks--cta a,
  .link-bricks--cta a:link,
  .link-bricks--cta a:visited {
    background: rgba(0, 0, 0, 0.5);
    border: 0 none; }
  .link-bricks--cta a:hover,
  .link-bricks--cta a:active,
  .link-bricks--cta a:focus {
    background: rgba(0, 0, 0, 0.9); }
  @media screen and (min-width: 768px) {
    .link-bricks--grid {
      margin-left: -1%;
      margin-right: -1%; } }
  @media screen and (min-width: 768px) {
    .link-bricks--grid .link-bricks__item {
      margin: 1%;
      width: 31%; } }
  .link-bricks--grid .link-bricks__item + .link-bricks--grid .link-bricks__item {
    margin-top: 1.8rem; }
  .link-bricks--grid .external-link-icon {
    color: #666;
    fill: #666; }
  .link-bricks--grid a {
    border: 1px solid #e6e6e6;
    background: #f9f9f9;
    text-decoration: none;
    color: #063;
    font-size: 1.8rem;
    line-height: 1.8rem;
    padding: 2.4rem 1.5rem; }
    .link-bricks--grid a:link, .link-bricks--grid a:visited {
      color: #063;
      background: #f9f9f9; }
    .link-bricks--grid a:hover, .link-bricks--grid a:active, .link-bricks--grid a:focus {
      color: #063;
      background: #eff5f2;
      text-decoration: none; }
  .link-bricks--related-content {
    margin-left: -1%;
    margin-right: -1%; }
    .link-bricks--related-content .link-bricks__item {
      margin: 1%; }
    .link-bricks--related-content .external-link-icon {
      color: #666;
      fill: #666; }
    .link-bricks--related-content a {
      border: 1px solid #063;
      background: #fff;
      background: rgba(255, 255, 255, 0.5);
      color: #333; }
      .link-bricks--related-content a:link, .link-bricks--related-content a:visited {
        background: #fff;
        background: rgba(255, 255, 255, 0.5);
        color: #333; }
      .link-bricks--related-content a:hover, .link-bricks--related-content a:active, .link-bricks--related-content a:focus {
        color: #333;
        background: #d8e8e0;
        background: rgba(216, 232, 224, 0.5); }

@media screen and (min-width: 768px) {
  .additional-resources .link-bricks__item {
    display: table;
    float: left;
    min-height: 8.6rem; } }

@media screen and (min-width: 768px) {
  .additional-resources .link-bricks__item a {
    display: table-cell;
    vertical-align: middle; } }

@-moz-document url-prefix() {
  .additional-resources .link-bricks__item {
    height: 8.6rem; } }

.related-content {
  background: #eff5f2;
  position: relative;
  margin: 0 -2rem 0 -50vw;
  padding: 5rem 2rem 3.25rem;
  width: 100vw;
  left: 50%; }
  @media screen and (min-width: 768px) {
    .related-content {
      padding: 5rem 2.5rem 3.25rem; } }
  .related-content + .related-content {
    padding-top: 1.75rem; }

.related-documents__items {
  margin-left: -1%;
  margin-right: -1%;
  padding: 0;
  list-style: none; }
  @media screen and (min-width: 768px) {
    .related-documents__items::before, .related-documents__items::after {
      display: table;
      content: '';
      clear: both; } }

.related-documents__item {
  margin: 1%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #e1e1e1; }
  @media screen and (min-width: 768px) {
    .related-documents__item {
      border: 0 none;
      float: left;
      width: 48%;
      min-height: 8rem; } }

.field--name-field-document-number {
  display: inline-block;
  padding-left: 3.2rem;
  font-size: 1.4rem;
  font-style: italic; }

.related-links .widget-title {
  font-size: 1.6rem;
  text-transform: uppercase; }

.caption figcaption {
  display: block;
  padding: 1rem 2rem;
  font-size: 14px;
  color: #999;
  border: 1px solid #efefef;
  border-top: 0 none; }
  @media screen and (min-width: 768px) {
    .caption figcaption {
      padding: 1rem 2.5rem; } }

.media__image-block {
  margin: 0; }

.media__images {
  display: block;
  width: 100%; }

.media__image {
  display: block;
  width: 100%;
  height: auto; }

.block-vj-announcements {
  background: #fee583;
  padding: 4px 2rem;
  color: #000;
  text-align: center; }

article {
  max-width: 930px;
  margin: 0 auto; }
  article::before, article::after {
    display: table;
    content: '';
    clear: both; }
  article img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1;
    border: 0 none; }

.align-left,
.align-right,
.align-center {
  margin: 1rem 0; }

.align-left,
.align-right {
  max-width: 40%; }

.align-left {
  margin-right: 1em; }

.align-right {
  margin-left: 1em; }

.align-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

article figure img {
  min-width: 100%; }

article figure.caption.align-left, article figure.caption.align-right {
  max-width: 50%; }

@media screen and (min-width: 768px) {
  article figure.caption.align-left, article figure.caption.align-right {
    max-width: 33%; } }

@media screen and (min-width: 1024px) {
  article figure.caption.align-left, article figure.caption.align-right {
    max-width: 25%; } }

.branding__logo {
  text-align: center; }
  .branding__logo::before, .branding__logo::after {
    display: table;
    content: '';
    clear: both; }

.branding__site-logo {
  display: block;
  margin: 0 auto;
  text-align: center;
  line-height: 1;
  font-size: 1rem; }

.branding__logo-link {
  display: block;
  margin: 0 auto;
  width: 100px;
  transition: width 0.1s linear; }
  @media screen and (min-width: 768px) {
    .branding__logo-link {
      width: 235px; } }

.masthead--mini .branding__logo-link {
  width: 100px; }

.breadcrumbs {
  z-index: 2;
  padding: 0;
  margin: 0 0 2rem; }
  @media screen and (min-width: 768px) {
    .breadcrumbs {
      margin: 0 0 2.5rem; } }
  .breadcrumbs__list {
    margin: 0;
    padding: 0;
    list-style: none; }
  .breadcrumbs__item {
    color: #666;
    font-weight: 700;
    font-size: 1.5rem;
    display: inline-block; }
    .breadcrumbs__item::before {
      font-weight: normal;
      content: '> '; }
    .breadcrumbs__item:first-child::before {
      display: none; }
  .breadcrumbs--white .breadcrumbs__item, body.path-user .breadcrumbs .breadcrumbs__item, body.path-opinions-decisions .breadcrumbs .breadcrumbs__item, body.path-professional-responsibility-board-decisions .breadcrumbs .breadcrumbs__item, body.page-node-type-page .breadcrumbs .breadcrumbs__item, body.page-node-type-gal-portal .breadcrumbs .breadcrumbs__item, body.page-node-type-interpreter-portal .breadcrumbs .breadcrumbs__item, body.page-node-type-le-portal .breadcrumbs .breadcrumbs__item, body.page-node-type-pc-portal .breadcrumbs .breadcrumbs__item, body.page-node-type-mediator-portal .breadcrumbs .breadcrumbs__item, body.page-node-type-ocs-portal .breadcrumbs .breadcrumbs__item, body.page-node-type-court-security-portal .breadcrumbs .breadcrumbs__item, body.page-node-type-dcf-portal .breadcrumbs .breadcrumbs__item, body.page-node-type-article .breadcrumbs .breadcrumbs__item, body.path-court-hearings .breadcrumbs .breadcrumbs__item, body.context-court-locations .breadcrumbs .breadcrumbs__item, body.path-judicial-bureau-hearings .breadcrumbs .breadcrumbs__item, body.path-supreme-court-calendar .breadcrumbs .breadcrumbs__item, body.path-forms-library .breadcrumbs .breadcrumbs__item, body.path-news .breadcrumbs .breadcrumbs__item, body.path-search .breadcrumbs .breadcrumbs__item, body.context-jurors .breadcrumbs .breadcrumbs__item, body.context-self-help .breadcrumbs .breadcrumbs__item, body.context-attorneys .breadcrumbs .breadcrumbs__item, body.context-media .breadcrumbs .breadcrumbs__item, body.context-about-vermont-judiciary .breadcrumbs .breadcrumbs__item,
  .breadcrumbs--white a.breadcrumbs__link,
  body.path-user .breadcrumbs a.breadcrumbs__link,
  body.path-opinions-decisions .breadcrumbs a.breadcrumbs__link,
  body.path-professional-responsibility-board-decisions .breadcrumbs a.breadcrumbs__link,
  body.page-node-type-page .breadcrumbs a.breadcrumbs__link,
  body.page-node-type-gal-portal .breadcrumbs a.breadcrumbs__link,
  body.page-node-type-interpreter-portal .breadcrumbs a.breadcrumbs__link,
  body.page-node-type-le-portal .breadcrumbs a.breadcrumbs__link,
  body.page-node-type-pc-portal .breadcrumbs a.breadcrumbs__link,
  body.page-node-type-mediator-portal .breadcrumbs a.breadcrumbs__link,
  body.page-node-type-ocs-portal .breadcrumbs a.breadcrumbs__link,
  body.page-node-type-court-security-portal .breadcrumbs a.breadcrumbs__link,
  body.page-node-type-dcf-portal .breadcrumbs a.breadcrumbs__link,
  body.page-node-type-article .breadcrumbs a.breadcrumbs__link,
  body.path-court-hearings .breadcrumbs a.breadcrumbs__link,
  body.context-court-locations .breadcrumbs a.breadcrumbs__link,
  body.path-judicial-bureau-hearings .breadcrumbs a.breadcrumbs__link,
  body.path-supreme-court-calendar .breadcrumbs a.breadcrumbs__link,
  body.path-forms-library .breadcrumbs a.breadcrumbs__link,
  body.path-news .breadcrumbs a.breadcrumbs__link,
  body.path-search .breadcrumbs a.breadcrumbs__link,
  body.context-jurors .breadcrumbs a.breadcrumbs__link,
  body.context-self-help .breadcrumbs a.breadcrumbs__link,
  body.context-attorneys .breadcrumbs a.breadcrumbs__link,
  body.context-media .breadcrumbs a.breadcrumbs__link,
  body.context-about-vermont-judiciary .breadcrumbs a.breadcrumbs__link,
  .breadcrumbs--white a.breadcrumbs__link:link,
  body.path-user .breadcrumbs a.breadcrumbs__link:link,
  body.path-opinions-decisions .breadcrumbs a.breadcrumbs__link:link,
  body.path-professional-responsibility-board-decisions .breadcrumbs a.breadcrumbs__link:link,
  body.page-node-type-page .breadcrumbs a.breadcrumbs__link:link,
  body.page-node-type-gal-portal .breadcrumbs a.breadcrumbs__link:link,
  body.page-node-type-interpreter-portal .breadcrumbs a.breadcrumbs__link:link,
  body.page-node-type-le-portal .breadcrumbs a.breadcrumbs__link:link,
  body.page-node-type-pc-portal .breadcrumbs a.breadcrumbs__link:link,
  body.page-node-type-mediator-portal .breadcrumbs a.breadcrumbs__link:link,
  body.page-node-type-ocs-portal .breadcrumbs a.breadcrumbs__link:link,
  body.page-node-type-court-security-portal .breadcrumbs a.breadcrumbs__link:link,
  body.page-node-type-dcf-portal .breadcrumbs a.breadcrumbs__link:link,
  body.page-node-type-article .breadcrumbs a.breadcrumbs__link:link,
  body.path-court-hearings .breadcrumbs a.breadcrumbs__link:link,
  body.context-court-locations .breadcrumbs a.breadcrumbs__link:link,
  body.path-judicial-bureau-hearings .breadcrumbs a.breadcrumbs__link:link,
  body.path-supreme-court-calendar .breadcrumbs a.breadcrumbs__link:link,
  body.path-forms-library .breadcrumbs a.breadcrumbs__link:link,
  body.path-news .breadcrumbs a.breadcrumbs__link:link,
  body.path-search .breadcrumbs a.breadcrumbs__link:link,
  body.context-jurors .breadcrumbs a.breadcrumbs__link:link,
  body.context-self-help .breadcrumbs a.breadcrumbs__link:link,
  body.context-attorneys .breadcrumbs a.breadcrumbs__link:link,
  body.context-media .breadcrumbs a.breadcrumbs__link:link,
  body.context-about-vermont-judiciary .breadcrumbs a.breadcrumbs__link:link,
  .breadcrumbs--white a.breadcrumbs__link:active,
  body.path-user .breadcrumbs a.breadcrumbs__link:active,
  body.path-opinions-decisions .breadcrumbs a.breadcrumbs__link:active,
  body.path-professional-responsibility-board-decisions .breadcrumbs a.breadcrumbs__link:active,
  body.page-node-type-page .breadcrumbs a.breadcrumbs__link:active,
  body.page-node-type-gal-portal .breadcrumbs a.breadcrumbs__link:active,
  body.page-node-type-interpreter-portal .breadcrumbs a.breadcrumbs__link:active,
  body.page-node-type-le-portal .breadcrumbs a.breadcrumbs__link:active,
  body.page-node-type-pc-portal .breadcrumbs a.breadcrumbs__link:active,
  body.page-node-type-mediator-portal .breadcrumbs a.breadcrumbs__link:active,
  body.page-node-type-ocs-portal .breadcrumbs a.breadcrumbs__link:active,
  body.page-node-type-court-security-portal .breadcrumbs a.breadcrumbs__link:active,
  body.page-node-type-dcf-portal .breadcrumbs a.breadcrumbs__link:active,
  body.page-node-type-article .breadcrumbs a.breadcrumbs__link:active,
  body.path-court-hearings .breadcrumbs a.breadcrumbs__link:active,
  body.context-court-locations .breadcrumbs a.breadcrumbs__link:active,
  body.path-judicial-bureau-hearings .breadcrumbs a.breadcrumbs__link:active,
  body.path-supreme-court-calendar .breadcrumbs a.breadcrumbs__link:active,
  body.path-forms-library .breadcrumbs a.breadcrumbs__link:active,
  body.path-news .breadcrumbs a.breadcrumbs__link:active,
  body.path-search .breadcrumbs a.breadcrumbs__link:active,
  body.context-jurors .breadcrumbs a.breadcrumbs__link:active,
  body.context-self-help .breadcrumbs a.breadcrumbs__link:active,
  body.context-attorneys .breadcrumbs a.breadcrumbs__link:active,
  body.context-media .breadcrumbs a.breadcrumbs__link:active,
  body.context-about-vermont-judiciary .breadcrumbs a.breadcrumbs__link:active,
  .breadcrumbs--white a.breadcrumbs__link:visited,
  body.path-user .breadcrumbs a.breadcrumbs__link:visited,
  body.path-opinions-decisions .breadcrumbs a.breadcrumbs__link:visited,
  body.path-professional-responsibility-board-decisions .breadcrumbs a.breadcrumbs__link:visited,
  body.page-node-type-page .breadcrumbs a.breadcrumbs__link:visited,
  body.page-node-type-gal-portal .breadcrumbs a.breadcrumbs__link:visited,
  body.page-node-type-interpreter-portal .breadcrumbs a.breadcrumbs__link:visited,
  body.page-node-type-le-portal .breadcrumbs a.breadcrumbs__link:visited,
  body.page-node-type-pc-portal .breadcrumbs a.breadcrumbs__link:visited,
  body.page-node-type-mediator-portal .breadcrumbs a.breadcrumbs__link:visited,
  body.page-node-type-ocs-portal .breadcrumbs a.breadcrumbs__link:visited,
  body.page-node-type-court-security-portal .breadcrumbs a.breadcrumbs__link:visited,
  body.page-node-type-dcf-portal .breadcrumbs a.breadcrumbs__link:visited,
  body.page-node-type-article .breadcrumbs a.breadcrumbs__link:visited,
  body.path-court-hearings .breadcrumbs a.breadcrumbs__link:visited,
  body.context-court-locations .breadcrumbs a.breadcrumbs__link:visited,
  body.path-judicial-bureau-hearings .breadcrumbs a.breadcrumbs__link:visited,
  body.path-supreme-court-calendar .breadcrumbs a.breadcrumbs__link:visited,
  body.path-forms-library .breadcrumbs a.breadcrumbs__link:visited,
  body.path-news .breadcrumbs a.breadcrumbs__link:visited,
  body.path-search .breadcrumbs a.breadcrumbs__link:visited,
  body.context-jurors .breadcrumbs a.breadcrumbs__link:visited,
  body.context-self-help .breadcrumbs a.breadcrumbs__link:visited,
  body.context-attorneys .breadcrumbs a.breadcrumbs__link:visited,
  body.context-media .breadcrumbs a.breadcrumbs__link:visited,
  body.context-about-vermont-judiciary .breadcrumbs a.breadcrumbs__link:visited,
  .breadcrumbs--white a.breadcrumbs__link:focus,
  body.path-user .breadcrumbs a.breadcrumbs__link:focus,
  body.path-opinions-decisions .breadcrumbs a.breadcrumbs__link:focus,
  body.path-professional-responsibility-board-decisions .breadcrumbs a.breadcrumbs__link:focus,
  body.page-node-type-page .breadcrumbs a.breadcrumbs__link:focus,
  body.page-node-type-gal-portal .breadcrumbs a.breadcrumbs__link:focus,
  body.page-node-type-interpreter-portal .breadcrumbs a.breadcrumbs__link:focus,
  body.page-node-type-le-portal .breadcrumbs a.breadcrumbs__link:focus,
  body.page-node-type-pc-portal .breadcrumbs a.breadcrumbs__link:focus,
  body.page-node-type-mediator-portal .breadcrumbs a.breadcrumbs__link:focus,
  body.page-node-type-ocs-portal .breadcrumbs a.breadcrumbs__link:focus,
  body.page-node-type-court-security-portal .breadcrumbs a.breadcrumbs__link:focus,
  body.page-node-type-dcf-portal .breadcrumbs a.breadcrumbs__link:focus,
  body.page-node-type-article .breadcrumbs a.breadcrumbs__link:focus,
  body.path-court-hearings .breadcrumbs a.breadcrumbs__link:focus,
  body.context-court-locations .breadcrumbs a.breadcrumbs__link:focus,
  body.path-judicial-bureau-hearings .breadcrumbs a.breadcrumbs__link:focus,
  body.path-supreme-court-calendar .breadcrumbs a.breadcrumbs__link:focus,
  body.path-forms-library .breadcrumbs a.breadcrumbs__link:focus,
  body.path-news .breadcrumbs a.breadcrumbs__link:focus,
  body.path-search .breadcrumbs a.breadcrumbs__link:focus,
  body.context-jurors .breadcrumbs a.breadcrumbs__link:focus,
  body.context-self-help .breadcrumbs a.breadcrumbs__link:focus,
  body.context-attorneys .breadcrumbs a.breadcrumbs__link:focus,
  body.context-media .breadcrumbs a.breadcrumbs__link:focus,
  body.context-about-vermont-judiciary .breadcrumbs a.breadcrumbs__link:focus,
  .breadcrumbs--white a.breadcrumbs__link:hover,
  body.path-user .breadcrumbs a.breadcrumbs__link:hover,
  body.path-opinions-decisions .breadcrumbs a.breadcrumbs__link:hover,
  body.path-professional-responsibility-board-decisions .breadcrumbs a.breadcrumbs__link:hover,
  body.page-node-type-page .breadcrumbs a.breadcrumbs__link:hover,
  body.page-node-type-gal-portal .breadcrumbs a.breadcrumbs__link:hover,
  body.page-node-type-interpreter-portal .breadcrumbs a.breadcrumbs__link:hover,
  body.page-node-type-le-portal .breadcrumbs a.breadcrumbs__link:hover,
  body.page-node-type-pc-portal .breadcrumbs a.breadcrumbs__link:hover,
  body.page-node-type-mediator-portal .breadcrumbs a.breadcrumbs__link:hover,
  body.page-node-type-ocs-portal .breadcrumbs a.breadcrumbs__link:hover,
  body.page-node-type-court-security-portal .breadcrumbs a.breadcrumbs__link:hover,
  body.page-node-type-dcf-portal .breadcrumbs a.breadcrumbs__link:hover,
  body.page-node-type-article .breadcrumbs a.breadcrumbs__link:hover,
  body.path-court-hearings .breadcrumbs a.breadcrumbs__link:hover,
  body.context-court-locations .breadcrumbs a.breadcrumbs__link:hover,
  body.path-judicial-bureau-hearings .breadcrumbs a.breadcrumbs__link:hover,
  body.path-supreme-court-calendar .breadcrumbs a.breadcrumbs__link:hover,
  body.path-forms-library .breadcrumbs a.breadcrumbs__link:hover,
  body.path-news .breadcrumbs a.breadcrumbs__link:hover,
  body.path-search .breadcrumbs a.breadcrumbs__link:hover,
  body.context-jurors .breadcrumbs a.breadcrumbs__link:hover,
  body.context-self-help .breadcrumbs a.breadcrumbs__link:hover,
  body.context-attorneys .breadcrumbs a.breadcrumbs__link:hover,
  body.context-media .breadcrumbs a.breadcrumbs__link:hover,
  body.context-about-vermont-judiciary .breadcrumbs a.breadcrumbs__link:hover {
    color: #fff; }

.breadcrumbs__link {
  color: #666;
  font-weight: normal; }
  .breadcrumbs__link:link, .breadcrumbs__link:visited {
    color: #666; }
  .breadcrumbs__link:hover, .breadcrumbs__link:focus, .breadcrumbs__link:active {
    text-decoration: none; }

.external-link-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(248, 248, 248, 0.9);
  z-index: 999999999999999; }

.external-link-modal__content {
  position: absolute;
  width: 930px;
  max-width: 95%;
  padding: 2rem;
  background: #fff;
  border: 5px solid #063;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  @media screen and (min-width: 768px) {
    .external-link-modal__content {
      padding: 2.5rem; } }

.external-link-modal__close {
  position: absolute;
  width: 3.2rem;
  height: 3.2rem;
  top: -1.5rem;
  right: -1.5rem;
  background: url(../images/close-x.svg) center center no-repeat;
  background-size: cover;
  text-indent: 99999px;
  overflow: hidden; }

.button.external-link-modal__continue {
  z-index: 3;
  display: block;
  margin: 2rem auto 1rem; }
  @media screen and (min-width: 768px) {
    .button.external-link-modal__continue {
      display: inline-block;
      margin: 0 2rem 0 0; } }

.external-link-modal__return {
  display: block;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .external-link-modal__return {
      display: inline;
      text-align: left; } }

.region-subheader .views-exposed-form .block__title {
  display: none; }

.region-sidebar-first .block-facets {
  border-bottom: 2px solid #ddd; }
  @media screen and (min-width: 768px) {
    .region-sidebar-first .block-facets {
      margin: 0 -2.5rem; } }
  .region-sidebar-first .block-facets:first-child {
    margin-top: 2rem; }
    @media screen and (min-width: 768px) {
      .region-sidebar-first .block-facets:first-child {
        margin-top: 6rem; } }
  .region-sidebar-first .block-facets:last-child {
    margin-bottom: 2rem; }
    @media screen and (min-width: 768px) {
      .region-sidebar-first .block-facets:last-child {
        margin-bottom: 6rem; } }
  .region-sidebar-first .block-facets .contextual {
    top: -1em;
    right: -1em; }
  .region-sidebar-first .block-facets .form-item-facet-from-date, .region-sidebar-first .block-facets.views-exposed-form .form-item-court-hearings__date-to,
  .region-sidebar-first .block-facets.views-exposed-form .form-item-court-hearings__date-from,
  .region-sidebar-first .block-facets.views-exposed-form .form-item-judicial-bureau-hearings__date-to,
  .region-sidebar-first .block-facets.views-exposed-form .form-item-judicial-bureau-hearings__date-from,
  .region-sidebar-first .block-facets .form-item-facet-to-date {
    position: relative;
    padding-top: 2px; }
  .region-sidebar-first .block-facets.views-exposed-form {
    background: transparent;
    padding: 0;
    margin-right: 0; }
    @media screen and (min-width: 768px) {
      .region-sidebar-first .block-facets.views-exposed-form {
        margin-right: -2.5rem; } }
    .region-sidebar-first .block-facets.views-exposed-form .form__inline {
      width: 100%;
      margin: 0; }
      .region-sidebar-first .block-facets.views-exposed-form .form__inline input[type=text] {
        width: 150px;
        border: 1px solid #ddd;
        outline: none; }
      .region-sidebar-first .block-facets.views-exposed-form .form__inline button,
      .region-sidebar-first .block-facets.views-exposed-form .form__inline input.button {
        background: #fff;
        border: 1px solid #333;
        padding: 0.25em 2em;
        margin-bottom: 0.5em;
        width: auto;
        color: #333;
        font-size: 16px; }
    .region-sidebar-first .block-facets.views-exposed-form .form-item-court-hearings__date-from::after,
    .region-sidebar-first .block-facets.views-exposed-form .form-item-judicial-bureau-hearings__date-from::after,
    .region-sidebar-first .block-facets.views-exposed-form .form-item-facet-from-date::after,
    .region-sidebar-first .block-facets.views-exposed-form .form-item-court-hearings__date-to::after,
    .region-sidebar-first .block-facets.views-exposed-form .form-item-court-hearings__date-from::after,
    .region-sidebar-first .block-facets.views-exposed-form .form-item-judicial-bureau-hearings__date-to::after,
    .region-sidebar-first .block-facets.views-exposed-form .form-item-judicial-bureau-hearings__date-from::after {
      content: " to"; }
    .region-sidebar-first .block-facets.views-exposed-form .form-item-court-hearings__date-to::after,
    .region-sidebar-first .block-facets.views-exposed-form .form-item-judicial-bureau-hearings__date-to::after {
      content: ''; }
  .region-sidebar-first .block-facets > h2,
  .region-sidebar-first .block-facets .block__title {
    min-height: 50px;
    margin: 0;
    padding: 1.8rem;
    font-weight: bold;
    font-size: 1.6rem; }
  .region-sidebar-first .block-facets .block__header .accordion-toggle {
    float: right;
    height: 50px;
    width: 50px;
    font-size: 1.6em;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    cursor: pointer; }
    .region-sidebar-first .block-facets .block__header .accordion-toggle::before {
      display: inline-block;
      *display: inline;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      vertical-align: middle;
      content: "+"; }
  .region-sidebar-first .block-facets .block__header .block__title {
    float: left;
    max-width: 75%; }
  .region-sidebar-first .block-facets.accordion-active .accordion-toggle::before {
    content: "-"; }
  .region-sidebar-first .block-facets .block__body {
    border-top: 1px solid #eaeaea;
    margin-top: 0;
    padding: 0 2rem 1rem; }
  .region-sidebar-first .block-facets .keyword-search {
    display: none; }

.block-facets {
  font-size: 1em; }
  .block-facets ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .block-facets a {
    text-decoration: none;
    color: #333; }
    .block-facets a:link, .block-facets a:visited {
      color: #333; }
    .block-facets a:hover, .block-facets a:active, .block-facets a:focus {
      color: #333;
      text-decoration: underline; }
  .block-facets .item-list,
  .block-facets .item-list__checkbox {
    margin: 0; }
    .block-facets .item-list li,
    .block-facets .item-list__checkbox li {
      overflow: hidden;
      margin: 1rem 0; }
    .block-facets .item-list input,
    .block-facets .item-list__checkbox input {
      float: left;
      margin-top: 5px; }
    .block-facets .item-list label,
    .block-facets .item-list__checkbox label {
      display: block;
      overflow: hidden; }
    .block-facets .item-list span,
    .block-facets .item-list__checkbox span {
      text-transform: capitalize;
      margin-left: 5px;
      display: inline-block; }

.block-facet--dropdown select {
  width: 100%;
  margin: 1rem 0; }

.feature-block {
  position: relative;
  background-color: #f8f8f8;
  padding: 2rem 0;
  margin-bottom: 2rem; }
  @media screen and (min-width: 768px) {
    .feature-block {
      padding: 2.5rem 0;
      margin: 0 0 4rem; } }

.feature-block__image {
  margin-bottom: 2rem;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .feature-block__image {
      float: left;
      width: 50%; } }
  @media screen and (min-width: 768px) {
    .feature-block__image {
      margin-bottom: 0; } }

.feature-block__content {
  width: 100%; }
  @media screen and (min-width: 768px) {
    .feature-block__content--with-image {
      float: left;
      width: 50%; } }

.feed-icon {
  margin: 0 0 0 auto; }

.footer {
  background: #fdfaf5;
  padding: 20px 0;
  border-top: 1px solid #056839;
  clear: both; }
  @media screen and (min-width: 768px) {
    .footer {
      padding: 25px 0; } }
  .footer__content {
    margin: 0 auto;
    width: 100%;
    float: none; }
    .footer__content::before, .footer__content::after {
      display: table;
      content: '';
      clear: both; }
    @media screen and (min-width: 768px) {
      .footer__content .column-mask--blogstyle-px__col-mid,
      .footer__content .column-mask--blogstyle-px__col-left {
        border-right: 1px solid #e1e1e1; } }
    .footer__content .column-mask--blogstyle-px__col-1 {
      border-bottom: 1px solid #e1e1e1;
      padding: 0 0 2rem;
      margin: 0 2rem; }
      @media screen and (min-width: 768px) {
        .footer__content .column-mask--blogstyle-px__col-1 {
          padding: 0 0 2.5rem;
          margin: 0 2.5rem 2.5rem; } }
      @media screen and (min-width: 1024px) {
        .footer__content .column-mask--blogstyle-px__col-1 {
          margin: 0 2.5rem 0 640px;
          padding-left: 2.5rem;
          border-bottom: 0 none; } }
      @media screen and (min-width: 1200px) {
        .footer__content .column-mask--blogstyle-px__col-1 {
          padding: 0 0 2.5rem 6rem;
          margin: 0 6rem 2.5rem 640px; } }
    .footer__content .column-mask--blogstyle-px__col-2 {
      margin-bottom: 0;
      padding-bottom: 0; }
      @media screen and (min-width: 425px) {
        .footer__content .column-mask--blogstyle-px__col-2 {
          border-right: 1px solid #e1e1e1; } }
      @media screen and (min-width: 1024px) {
        .footer__content .column-mask--blogstyle-px__col-2 {
          border-right: 0 none; } }
    .footer__content .column-mask--blogstyle-px__col-3 {
      padding-top: 0; }
      @media screen and (min-width: 425px) {
        .footer__content .column-mask--blogstyle-px__col-3 {
          border-left: 1px solid #e1e1e1;
          margin-left: -1px; } }
      @media screen and (min-width: 1024px) {
        .footer__content .column-mask--blogstyle-px__col-3 {
          border-left: 0 none;
          margin-left: 0; } }
  @media screen and (min-width: 768px) {
    .footer__text {
      width: 100%;
      max-width: 930px; } }
  .footer__text + .footer__text {
    padding: 2rem 0 0; }
    @media screen and (min-width: 768px) {
      .footer__text + .footer__text {
        padding: 2.5rem 0 0; } }
  .footer__text p {
    margin: 0;
    font-size: 1.4rem;
    line-height: 1.625; }
    .footer__text p + .footer__text p {
      margin-top: 1em; }
  .footer__text-title {
    color: #063;
    font-weight: 700;
    margin-bottom: 0.1rem;
    margin-top: 0; }

.footer-meta {
  clear: both;
  padding: 20px 0 0;
  margin: 0 2rem;
  border-top: 1px solid #e1e1e1; }
  .footer-meta::before, .footer-meta::after {
    display: table;
    content: '';
    clear: both; }
  @media screen and (min-width: 768px) {
    .footer-meta {
      margin: 25px 2.5rem 0; } }
  @media screen and (min-width: 1200px) {
    .footer-meta {
      margin: 25px 6rem 0; } }
  .footer-meta__copyright {
    float: left;
    width: 50%; }
    .footer-meta__copyright p {
      font-size: 1.4rem;
      line-height: 1.625;
      margin: 0;
      line-height: 25px; }
  .footer-meta__social {
    float: right;
    width: 50%; }
  .footer-meta__social-items {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
    height: 25px; }
  .footer-meta__social-item {
    display: inline-block;
    width: 25px; }
    .footer-meta__social-item + .footer-meta__social-item {
      margin-left: 1rem; }
    .footer-meta__social-item a {
      display: block;
      text-indent: 9999px;
      overflow: hidden;
      width: 25px;
      height: 25px; }
    .footer-meta__social-item--facebook {
      background: url("../images/facebook.svg") 0 center no-repeat;
      background-size: 25px 25px; }
    .footer-meta__social-item--twitter {
      background: url("../images/twitter.svg") 0 center no-repeat;
      background-size: 25px 25px; }

.views-exposed-form {
  margin-right: 2.5rem;
  padding: 2.5rem;
  background: #eee; }
  .views-exposed-form .form__inline {
    width: 50%;
    margin: 0 auto; }
  .views-exposed-form .form-text {
    width: 100%;
    padding: 5px; }

.views-exposed-form__forwarder {
  display: none;
  text-align: center; }

a.views-exposed-form__forwarder-link {
  color: #fff;
  text-decoration: underline; }
  a.views-exposed-form__forwarder-link:link, a.views-exposed-form__forwarder-link:visited, a.views-exposed-form__forwarder-link:hover, a.views-exposed-form__forwarder-link:active, a.views-exposed-form__forwarder-link:focus {
    color: #fff; }

.block-gtranslate {
  color: #000;
  margin-bottom: 1rem; }
  @media screen and (min-width: 768px) {
    .block-gtranslate {
      float: right;
      margin-bottom: 0; } }

.home-header__gtranslate {
  margin-top: 2rem; }
  @media screen and (min-width: 1130px) {
    .home-header__gtranslate {
      margin-top: 2.5rem; } }

.header {
  width: 100%;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0; }
  .header__content {
    position: relative;
    z-index: 2;
    background: white;
    background-clip: padding-box;
    border-bottom: 3px solid rgba(0, 0, 0, 0.1);
    padding: 15px 20px 5px;
    box-sizing: padding-box;
    height: 85px; }
    .header__content::before, .header__content::after {
      display: table;
      content: '';
      clear: both; }
    @media screen and (min-width: 768px) {
      .header__content {
        border-bottom: 5px solid rgba(0, 0, 0, 0.1); } }
    @media screen and (min-width: 1024px) {
      .path-frontpage .header__content {
        padding: 30px 20px 0;
        height: 134px; } }

.nav__hamburger {
  position: relative;
  display: block;
  width: 33px;
  height: 25px;
  margin: 0;
  cursor: pointer; }
  .nav__hamburger span {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: 0.2s ease-in-out;
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #222;
    border-radius: 0;
    opacity: 1;
    left: 0; }
    .nav__hamburger span:nth-child(1) {
      top: 0; }
    .nav__hamburger span:nth-child(2), .nav__hamburger span:nth-child(3) {
      top: 10px; }
    .nav__hamburger span:nth-child(4) {
      top: 20px; }
  .nav__hamburger--open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%; }
  .nav__hamburger--open span:nth-child(2) {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .nav__hamburger--open span:nth-child(3) {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .nav__hamburger--open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%; }

.logo {
  display: block;
  float: left;
  width: 174px;
  margin: 0 auto;
  line-height: 1;
  padding: 0 0 20px; }
  @media screen and (min-width: 425px) {
    .logo {
      width: 200px; } }
  @media screen and (min-width: 768px) {
    .logo {
      padding: 0; } }
  @media screen and (min-width: 1024px) {
    .logo--front {
      width: 325px; } }
  .logo__link {
    display: block; }
  .logo__img {
    width: 100%;
    height: auto; }

.nav {
  display: block;
  float: left;
  width: calc(50% - 87px); }
  @media screen and (min-width: 425px) {
    .nav {
      width: calc(50% - 100px); } }
  @media screen and (min-width: 1024px) {
    .nav--front {
      width: calc(50% - 162.5px); } }
  .nav--utility {
    float: right;
    display: none; }
    @media screen and (min-width: 425px) {
      .nav--utility {
        display: block; } }
  .nav__items {
    list-style: none;
    margin: 0;
    padding: 0;
    display: table; }
    .nav__items--utility {
      float: right; }
  .nav__item-link, .nav__item--login a {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.4rem;
    line-height: 1.714;
    color: #333;
    text-decoration: none;
    white-space: nowrap;
    padding: 1rem 1.8rem;
    position: relative; }
    .nav__item-link:link, .nav__item--login a:link, .nav__item-link:visited, .nav__item--login a:visited {
      color: #333; }
    .nav__item-link:hover, .nav__item--login a:hover, .nav__item-link:focus, .nav__item--login a:focus, .nav__item-link:active, .nav__item--login a:active {
      color: #333;
      text-decoration: underline; }
    .nav__item-link--menu {
      display: none; }
      @media screen and (min-width: 768px) {
        .nav__item-link--menu {
          display: table-cell; } }
    .nav__item-link--search {
      display: block;
      text-indent: 9999px;
      overflow: hidden;
      vertical-align: middle;
      height: 25px;
      width: 25px;
      background: url("../images/min/search.svg") 0 center no-repeat;
      background-size: 25px auto;
      z-index: 2;
      margin: 0 0 0 auto; }
      .nav__item-link--search:focus {
        outline: none; }
  .nav__item {
    display: table-cell;
    vertical-align: middle;
    height: 45px;
    position: relative;
    z-index: 1; }
    .nav__item::before, .nav__item::after {
      display: table;
      content: '';
      clear: both; }
    @media screen and (min-width: 425px) {
      .nav__item {
        height: 52px; } }
    @media screen and (min-width: 768px) {
      .nav__item {
        height: 60px; } }
    @media screen and (min-width: 768px) {
      .nav__item + .nav__item:not(.nav__item--menu) a {
        border-left: 1px solid #e1e1e1; } }
    @media screen and (min-width: 1024px) {
      .nav__item--front {
        height: 80px; } }
    .nav__item--home {
      display: none; }
      @media screen and (min-width: 768px) {
        .nav__item--home {
          display: table-cell; } }
    .nav__item--search {
      display: none; }
      @media screen and (min-width: 768px) {
        .nav__item--search {
          display: table-cell;
          text-align: right; } }
      .nav__item--search.nav__item--search-open {
        width: 100%; }
    .nav__item--login a {
      padding-right: 0; }
      @media screen and (min-width: 768px) {
        .nav__item--login a {
          border-left: 1px solid #e1e1e1; } }

.nav__search-form {
  position: absolute;
  right: 0.5rem;
  left: auto;
  top: 13px; }
  .nav__item--search-open .nav__search-form {
    width: 100%; }
    .nav__item--search-open .nav__search-form input[type=text] {
      width: 90%;
      visibility: visible; }
  .nav__search-form .views-exposed-form {
    background: transparent;
    margin: 0;
    padding: 0; }
  .nav__search-form .form__inline {
    width: auto;
    margin: 0; }
  .nav__search-form label {
    position: absolute;
    visibility: hidden;
    width: 0;
    height: 0; }
  .nav__search-form input[type=text] {
    width: 0;
    transition: all 300ms ease-in;
    visibility: hidden;
    font-size: 1.6rem;
    line-height: 1;
    height: 34px;
    border-radius: 6px;
    border: 1px solid #e1e1e1;
    padding: 6px 35px 6px 15px; }
    .nav__search-form input[type=text]:focus {
      outline: none; }
    .nav__search-form input[type=text].open {
      visibility: visible; }
  .nav__search-form .form-item {
    margin: 0; }
  .nav__search-form input[type=submit] {
    position: absolute;
    visibility: hidden;
    width: 0;
    height: 0; }

.header__mobile-search {
  background: #e1e1e1;
  width: 100%;
  margin: 0 0 30px;
  position: relative;
  padding: 10px 20px; }
  .header__mobile-search fieldset {
    border: none;
    padding: 0;
    margin: 0; }
    .header__mobile-search fieldset legend {
      display: none; }
  .header__mobile-search .views-exposed-form {
    background: transparent;
    margin: 0;
    padding: 0; }
  .header__mobile-search .form__inline {
    width: auto;
    margin: 0;
    position: relative; }
  @media screen and (min-width: 768px) {
    .header__mobile-search {
      display: none; } }
  .header__mobile-search input[type=submit] {
    display: inline-block;
    width: 25px;
    position: absolute;
    right: 5px;
    top: 5px;
    margin: 0; }
  .header__mobile-search label {
    position: absolute;
    visibility: hidden;
    width: 0;
    height: 0; }
  .header__mobile-search input[type=text] {
    width: 100%;
    font-size: 1.6rem;
    line-height: 1;
    height: 34px;
    border-radius: 6px;
    border: 1px solid #e1e1e1;
    padding: 6px 35px 6px 15px; }
    .header__mobile-search input[type=text]:focus {
      outline: none; }
  .header__mobile-search input[type=submit] {
    display: block;
    margin: 0;
    border: 0;
    padding: 0;
    text-indent: 9999px;
    overflow: hidden;
    height: 25px;
    width: 25px;
    background: transparent url("../images/min/search.svg") 0 center no-repeat;
    background-size: 25px auto; }

.news-carousel {
  position: relative;
  z-index: 1;
  width: 100vw;
  margin-left: -50vw;
  left: 50%;
  background: #f8f8f8; }
  .news-carousel .content-container, .news-carousel .column-mask--full-page__col-1, .news-carousel .page-header__content, .news-carousel .related-content-widget__content-container, .news-carousel .page-header .views-exposed-form, .page-header .news-carousel .views-exposed-form,
  .news-carousel .home-header .views-exposed-form, .home-header .news-carousel .views-exposed-form {
    max-width: 930px; }
  .news-carousel .views-slideshow-controls-bottom {
    height: 0; }
  .news-carousel:hover .views-slideshow-controls-text-previous-processed a,
  .news-carousel:hover .views-slideshow-controls-text-next-processed a {
    opacity: 1; }
  .news-carousel .views-slideshow-controls-text-status-pause {
    display: none; }

.views-slideshow-controls-text-previous-processed,
.views-slideshow-controls-text-next-processed {
  position: absolute;
  top: 50%;
  margin-top: -5.5rem; }
  .views-slideshow-controls-text-previous-processed a,
  .views-slideshow-controls-text-next-processed a {
    width: 4.5rem;
    height: 11rem;
    display: block;
    background-color: #c6c6c6;
    font-weight: 700;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    opacity: 0.2;
    transition: all 0.3s linear; }
    .views-slideshow-controls-text-previous-processed a:link, .views-slideshow-controls-text-previous-processed a:visited,
    .views-slideshow-controls-text-next-processed a:link,
    .views-slideshow-controls-text-next-processed a:visited {
      background-color: #c6c6c6; }
    .views-slideshow-controls-text-previous-processed a:hover,
    .views-slideshow-controls-text-next-processed a:hover {
      text-decoration: none;
      opacity: 1;
      background-color: #666; }
    .views-slideshow-controls-text-previous-processed a:active, .views-slideshow-controls-text-previous-processed a:focus,
    .views-slideshow-controls-text-next-processed a:active,
    .views-slideshow-controls-text-next-processed a:focus {
      background-color: #000; }

.views-slideshow-controls-text-previous-processed {
  left: 0; }
  .views-slideshow-controls-text-previous-processed a,
  .views-slideshow-controls-text-previous-processed a:link,
  .views-slideshow-controls-text-previous-processed a:visited,
  .views-slideshow-controls-text-previous-processed a:active,
  .views-slideshow-controls-text-previous-processed a:focus,
  .views-slideshow-controls-text-previous-processed a:hover {
    background-image: url(../images/arrow-prev.svg); }

.views-slideshow-controls-text-next-processed {
  left: auto;
  right: 0; }
  .views-slideshow-controls-text-next-processed a,
  .views-slideshow-controls-text-next-processed a:link,
  .views-slideshow-controls-text-next-processed a:active,
  .views-slideshow-controls-text-next-processed a:hover,
  .views-slideshow-controls-text-next-processed a:focus,
  .views-slideshow-controls-text-next-processed a:visited {
    background-image: url(../images/arrow-next.svg); }

.content {
  overflow: hidden; }
  .content::before, .content::after {
    display: table;
    content: '';
    clear: both; }

.page-header {
  position: relative;
  background-size: cover;
  margin: 0 -2rem 0 -50vw;
  padding: 2rem 2rem 3.25rem;
  color: #666;
  width: 100vw;
  left: 50%; }
  @media screen and (min-width: 768px) {
    .page-header {
      padding: 2.5rem 2.5rem; } }
  .page-header--public-portal {
    background: url(../images/content/topic-header/self-help-topic-header-bg.jpg) 0 0 no-repeat; }
    .page-header--public-portal .breadcrumbs__item {
      color: #fff; }
    .page-header--public-portal .breadcrumbs__link {
      color: #fff; }
    .page-header--public-portal__title {
      color: #fff; }
  .page-header__title {
    display: block;
    color: #063;
    font-size: 6rem;
    font-weight: 300;
    text-align: center; }
    .page-header__title--white, body.path-user .page-header__title,
    body.path-opinions-decisions .page-header__title,
    body.path-professional-responsibility-board-decisions .page-header__title,
    body.page-node-type-page .page-header__title,
    body.page-node-type-gal-portal .page-header__title,
    body.page-node-type-interpreter-portal .page-header__title,
    body.page-node-type-le-portal .page-header__title,
    body.page-node-type-pc-portal .page-header__title,
    body.page-node-type-mediator-portal .page-header__title,
    body.page-node-type-ocs-portal .page-header__title,
    body.page-node-type-court-security-portal .page-header__title,
    body.page-node-type-dcf-portal .page-header__title,
    body.page-node-type-article .page-header__title,
    body.path-user.context-user-login .page-header__title,
    body.path-court-hearings .page-header__title,
    body.context-court-locations .page-header__title,
    body.path-judicial-bureau-hearings .page-header__title,
    body.path-supreme-court-calendar .page-header__title,
    body.path-forms-library .page-header__title,
    body.path-news .page-header__title,
    body.path-search .page-header__title,
    body.context-jurors .page-header__title,
    body.context-self-help .page-header__title,
    body.context-attorneys .page-header__title,
    body.context-media .page-header__title,
    body.context-about-vermont-judiciary .page-header__title {
      color: #fff; }
  .page-header__resources-content {
    width: 100%; }
  .page-header__body {
    width: 100%;
    margin: 2rem 0; }
    @media screen and (min-width: 768px) {
      .page-header__body {
        margin: 2.5rem 0; } }
    @media screen and (min-width: 768px) {
      .page-header__body--with-aside {
        float: left;
        width: 66.666667%; } }
  .page-header__aside {
    width: 100%;
    margin: 2rem 0; }
    @media screen and (min-width: 768px) {
      .page-header__aside {
        float: left;
        width: 33.333333%; } }
    @media screen and (min-width: 768px) {
      .page-header__aside {
        margin: 2.5rem 0; } }
  .page-header__secondary-content .link-bricks {
    width: 100%; }
  .page-header h3 {
    text-transform: uppercase;
    line-height: 1; }
  .page-header .related-links {
    width: 100%; }

body.path-user .page-header,
body.path-opinions-decisions .page-header,
body.path-professional-responsibility-board-decisions .page-header,
body.page-node-type-page .page-header,
body.page-node-type-gal-portal .page-header,
body.page-node-type-interpreter-portal .page-header,
body.page-node-type-le-portal .page-header,
body.page-node-type-pc-portal .page-header,
body.page-node-type-mediator-portal .page-header,
body.page-node-type-ocs-portal .page-header,
body.page-node-type-court-security-portal .page-header,
body.page-node-type-dcf-portal .page-header,
body.page-node-type-article .page-header,
body.path-user.context-user-login .page-header,
body.path-court-hearings .page-header,
body.context-court-locations .page-header,
body.path-judicial-bureau-hearings .page-header,
body.path-supreme-court-calendar .page-header,
body.path-forms-library .page-header,
body.path-news .page-header,
body.path-search .page-header,
body.context-jurors .page-header,
body.context-self-help .page-header,
body.context-attorneys .page-header,
body.context-media .page-header,
body.context-about-vermont-judiciary .page-header {
  color: #fff;
  padding-bottom: 3.5rem; }
  @media screen and (min-width: 768px) {
    body.path-user .page-header,
    body.path-opinions-decisions .page-header,
    body.path-professional-responsibility-board-decisions .page-header,
    body.page-node-type-page .page-header,
    body.page-node-type-gal-portal .page-header,
    body.page-node-type-interpreter-portal .page-header,
    body.page-node-type-le-portal .page-header,
    body.page-node-type-pc-portal .page-header,
    body.page-node-type-mediator-portal .page-header,
    body.page-node-type-ocs-portal .page-header,
    body.page-node-type-court-security-portal .page-header,
    body.page-node-type-dcf-portal .page-header,
    body.page-node-type-article .page-header,
    body.path-user.context-user-login .page-header,
    body.path-court-hearings .page-header,
    body.context-court-locations .page-header,
    body.path-judicial-bureau-hearings .page-header,
    body.path-supreme-court-calendar .page-header,
    body.path-forms-library .page-header,
    body.path-news .page-header,
    body.path-search .page-header,
    body.context-jurors .page-header,
    body.context-self-help .page-header,
    body.context-attorneys .page-header,
    body.context-media .page-header,
    body.context-about-vermont-judiciary .page-header {
      padding-bottom: 6.5rem; } }
  body.path-user .page-header .page-header__body a,
  body.path-user .page-header .page-header__body a:link,
  body.path-user .page-header .page-header__body a:hover,
  body.path-user .page-header .page-header__body a:active,
  body.path-user .page-header .page-header__body a:visited,
  body.path-user .page-header .page-header__body a:focus,
  body.path-opinions-decisions .page-header .page-header__body a,
  body.path-opinions-decisions .page-header .page-header__body a:link,
  body.path-opinions-decisions .page-header .page-header__body a:hover,
  body.path-opinions-decisions .page-header .page-header__body a:active,
  body.path-opinions-decisions .page-header .page-header__body a:visited,
  body.path-opinions-decisions .page-header .page-header__body a:focus,
  body.path-professional-responsibility-board-decisions .page-header .page-header__body a,
  body.path-professional-responsibility-board-decisions .page-header .page-header__body a:link,
  body.path-professional-responsibility-board-decisions .page-header .page-header__body a:hover,
  body.path-professional-responsibility-board-decisions .page-header .page-header__body a:active,
  body.path-professional-responsibility-board-decisions .page-header .page-header__body a:visited,
  body.path-professional-responsibility-board-decisions .page-header .page-header__body a:focus,
  body.page-node-type-page .page-header .page-header__body a,
  body.page-node-type-page .page-header .page-header__body a:link,
  body.page-node-type-page .page-header .page-header__body a:hover,
  body.page-node-type-page .page-header .page-header__body a:active,
  body.page-node-type-page .page-header .page-header__body a:visited,
  body.page-node-type-page .page-header .page-header__body a:focus,
  body.page-node-type-gal-portal .page-header .page-header__body a,
  body.page-node-type-gal-portal .page-header .page-header__body a:link,
  body.page-node-type-gal-portal .page-header .page-header__body a:hover,
  body.page-node-type-gal-portal .page-header .page-header__body a:active,
  body.page-node-type-gal-portal .page-header .page-header__body a:visited,
  body.page-node-type-gal-portal .page-header .page-header__body a:focus,
  body.page-node-type-interpreter-portal .page-header .page-header__body a,
  body.page-node-type-interpreter-portal .page-header .page-header__body a:link,
  body.page-node-type-interpreter-portal .page-header .page-header__body a:hover,
  body.page-node-type-interpreter-portal .page-header .page-header__body a:active,
  body.page-node-type-interpreter-portal .page-header .page-header__body a:visited,
  body.page-node-type-interpreter-portal .page-header .page-header__body a:focus,
  body.page-node-type-le-portal .page-header .page-header__body a,
  body.page-node-type-le-portal .page-header .page-header__body a:link,
  body.page-node-type-le-portal .page-header .page-header__body a:hover,
  body.page-node-type-le-portal .page-header .page-header__body a:active,
  body.page-node-type-le-portal .page-header .page-header__body a:visited,
  body.page-node-type-le-portal .page-header .page-header__body a:focus,
  body.page-node-type-pc-portal .page-header .page-header__body a,
  body.page-node-type-pc-portal .page-header .page-header__body a:link,
  body.page-node-type-pc-portal .page-header .page-header__body a:hover,
  body.page-node-type-pc-portal .page-header .page-header__body a:active,
  body.page-node-type-pc-portal .page-header .page-header__body a:visited,
  body.page-node-type-pc-portal .page-header .page-header__body a:focus,
  body.page-node-type-mediator-portal .page-header .page-header__body a,
  body.page-node-type-mediator-portal .page-header .page-header__body a:link,
  body.page-node-type-mediator-portal .page-header .page-header__body a:hover,
  body.page-node-type-mediator-portal .page-header .page-header__body a:active,
  body.page-node-type-mediator-portal .page-header .page-header__body a:visited,
  body.page-node-type-mediator-portal .page-header .page-header__body a:focus,
  body.page-node-type-ocs-portal .page-header .page-header__body a,
  body.page-node-type-ocs-portal .page-header .page-header__body a:link,
  body.page-node-type-ocs-portal .page-header .page-header__body a:hover,
  body.page-node-type-ocs-portal .page-header .page-header__body a:active,
  body.page-node-type-ocs-portal .page-header .page-header__body a:visited,
  body.page-node-type-ocs-portal .page-header .page-header__body a:focus,
  body.page-node-type-court-security-portal .page-header .page-header__body a,
  body.page-node-type-court-security-portal .page-header .page-header__body a:link,
  body.page-node-type-court-security-portal .page-header .page-header__body a:hover,
  body.page-node-type-court-security-portal .page-header .page-header__body a:active,
  body.page-node-type-court-security-portal .page-header .page-header__body a:visited,
  body.page-node-type-court-security-portal .page-header .page-header__body a:focus,
  body.page-node-type-dcf-portal .page-header .page-header__body a,
  body.page-node-type-dcf-portal .page-header .page-header__body a:link,
  body.page-node-type-dcf-portal .page-header .page-header__body a:hover,
  body.page-node-type-dcf-portal .page-header .page-header__body a:active,
  body.page-node-type-dcf-portal .page-header .page-header__body a:visited,
  body.page-node-type-dcf-portal .page-header .page-header__body a:focus,
  body.page-node-type-article .page-header .page-header__body a,
  body.page-node-type-article .page-header .page-header__body a:link,
  body.page-node-type-article .page-header .page-header__body a:hover,
  body.page-node-type-article .page-header .page-header__body a:active,
  body.page-node-type-article .page-header .page-header__body a:visited,
  body.page-node-type-article .page-header .page-header__body a:focus,
  body.path-user.context-user-login .page-header .page-header__body a,
  body.path-user.context-user-login .page-header .page-header__body a:link,
  body.path-user.context-user-login .page-header .page-header__body a:hover,
  body.path-user.context-user-login .page-header .page-header__body a:active,
  body.path-user.context-user-login .page-header .page-header__body a:visited,
  body.path-user.context-user-login .page-header .page-header__body a:focus,
  body.path-court-hearings .page-header .page-header__body a,
  body.path-court-hearings .page-header .page-header__body a:link,
  body.path-court-hearings .page-header .page-header__body a:hover,
  body.path-court-hearings .page-header .page-header__body a:active,
  body.path-court-hearings .page-header .page-header__body a:visited,
  body.path-court-hearings .page-header .page-header__body a:focus,
  body.context-court-locations .page-header .page-header__body a,
  body.context-court-locations .page-header .page-header__body a:link,
  body.context-court-locations .page-header .page-header__body a:hover,
  body.context-court-locations .page-header .page-header__body a:active,
  body.context-court-locations .page-header .page-header__body a:visited,
  body.context-court-locations .page-header .page-header__body a:focus,
  body.path-judicial-bureau-hearings .page-header .page-header__body a,
  body.path-judicial-bureau-hearings .page-header .page-header__body a:link,
  body.path-judicial-bureau-hearings .page-header .page-header__body a:hover,
  body.path-judicial-bureau-hearings .page-header .page-header__body a:active,
  body.path-judicial-bureau-hearings .page-header .page-header__body a:visited,
  body.path-judicial-bureau-hearings .page-header .page-header__body a:focus,
  body.path-supreme-court-calendar .page-header .page-header__body a,
  body.path-supreme-court-calendar .page-header .page-header__body a:link,
  body.path-supreme-court-calendar .page-header .page-header__body a:hover,
  body.path-supreme-court-calendar .page-header .page-header__body a:active,
  body.path-supreme-court-calendar .page-header .page-header__body a:visited,
  body.path-supreme-court-calendar .page-header .page-header__body a:focus,
  body.path-forms-library .page-header .page-header__body a,
  body.path-forms-library .page-header .page-header__body a:link,
  body.path-forms-library .page-header .page-header__body a:hover,
  body.path-forms-library .page-header .page-header__body a:active,
  body.path-forms-library .page-header .page-header__body a:visited,
  body.path-forms-library .page-header .page-header__body a:focus,
  body.path-news .page-header .page-header__body a,
  body.path-news .page-header .page-header__body a:link,
  body.path-news .page-header .page-header__body a:hover,
  body.path-news .page-header .page-header__body a:active,
  body.path-news .page-header .page-header__body a:visited,
  body.path-news .page-header .page-header__body a:focus,
  body.path-search .page-header .page-header__body a,
  body.path-search .page-header .page-header__body a:link,
  body.path-search .page-header .page-header__body a:hover,
  body.path-search .page-header .page-header__body a:active,
  body.path-search .page-header .page-header__body a:visited,
  body.path-search .page-header .page-header__body a:focus,
  body.context-jurors .page-header .page-header__body a,
  body.context-jurors .page-header .page-header__body a:link,
  body.context-jurors .page-header .page-header__body a:hover,
  body.context-jurors .page-header .page-header__body a:active,
  body.context-jurors .page-header .page-header__body a:visited,
  body.context-jurors .page-header .page-header__body a:focus,
  body.context-self-help .page-header .page-header__body a,
  body.context-self-help .page-header .page-header__body a:link,
  body.context-self-help .page-header .page-header__body a:hover,
  body.context-self-help .page-header .page-header__body a:active,
  body.context-self-help .page-header .page-header__body a:visited,
  body.context-self-help .page-header .page-header__body a:focus,
  body.context-attorneys .page-header .page-header__body a,
  body.context-attorneys .page-header .page-header__body a:link,
  body.context-attorneys .page-header .page-header__body a:hover,
  body.context-attorneys .page-header .page-header__body a:active,
  body.context-attorneys .page-header .page-header__body a:visited,
  body.context-attorneys .page-header .page-header__body a:focus,
  body.context-media .page-header .page-header__body a,
  body.context-media .page-header .page-header__body a:link,
  body.context-media .page-header .page-header__body a:hover,
  body.context-media .page-header .page-header__body a:active,
  body.context-media .page-header .page-header__body a:visited,
  body.context-media .page-header .page-header__body a:focus,
  body.context-about-vermont-judiciary .page-header .page-header__body a,
  body.context-about-vermont-judiciary .page-header .page-header__body a:link,
  body.context-about-vermont-judiciary .page-header .page-header__body a:hover,
  body.context-about-vermont-judiciary .page-header .page-header__body a:active,
  body.context-about-vermont-judiciary .page-header .page-header__body a:visited,
  body.context-about-vermont-judiciary .page-header .page-header__body a:focus {
    color: #fff;
    text-decoration: underline; }
  body.path-user .page-header .related-links .link-bricks,
  body.path-opinions-decisions .page-header .related-links .link-bricks,
  body.path-professional-responsibility-board-decisions .page-header .related-links .link-bricks,
  body.page-node-type-page .page-header .related-links .link-bricks,
  body.page-node-type-gal-portal .page-header .related-links .link-bricks,
  body.page-node-type-interpreter-portal .page-header .related-links .link-bricks,
  body.page-node-type-le-portal .page-header .related-links .link-bricks,
  body.page-node-type-pc-portal .page-header .related-links .link-bricks,
  body.page-node-type-mediator-portal .page-header .related-links .link-bricks,
  body.page-node-type-ocs-portal .page-header .related-links .link-bricks,
  body.page-node-type-court-security-portal .page-header .related-links .link-bricks,
  body.page-node-type-dcf-portal .page-header .related-links .link-bricks,
  body.page-node-type-article .page-header .related-links .link-bricks,
  body.path-user.context-user-login .page-header .related-links .link-bricks,
  body.path-court-hearings .page-header .related-links .link-bricks,
  body.context-court-locations .page-header .related-links .link-bricks,
  body.path-judicial-bureau-hearings .page-header .related-links .link-bricks,
  body.path-supreme-court-calendar .page-header .related-links .link-bricks,
  body.path-forms-library .page-header .related-links .link-bricks,
  body.path-news .page-header .related-links .link-bricks,
  body.path-search .page-header .related-links .link-bricks,
  body.context-jurors .page-header .related-links .link-bricks,
  body.context-self-help .page-header .related-links .link-bricks,
  body.context-attorneys .page-header .related-links .link-bricks,
  body.context-media .page-header .related-links .link-bricks,
  body.context-about-vermont-judiciary .page-header .related-links .link-bricks {
    padding: 0; }
  body.path-user .page-header .related-links p a,
  body.path-user .page-header .related-links p a:link,
  body.path-user .page-header .related-links p a:hover,
  body.path-user .page-header .related-links p a:active,
  body.path-user .page-header .related-links p a:visited,
  body.path-user .page-header .related-links p a:focus,
  body.path-opinions-decisions .page-header .related-links p a,
  body.path-opinions-decisions .page-header .related-links p a:link,
  body.path-opinions-decisions .page-header .related-links p a:hover,
  body.path-opinions-decisions .page-header .related-links p a:active,
  body.path-opinions-decisions .page-header .related-links p a:visited,
  body.path-opinions-decisions .page-header .related-links p a:focus,
  body.path-professional-responsibility-board-decisions .page-header .related-links p a,
  body.path-professional-responsibility-board-decisions .page-header .related-links p a:link,
  body.path-professional-responsibility-board-decisions .page-header .related-links p a:hover,
  body.path-professional-responsibility-board-decisions .page-header .related-links p a:active,
  body.path-professional-responsibility-board-decisions .page-header .related-links p a:visited,
  body.path-professional-responsibility-board-decisions .page-header .related-links p a:focus,
  body.page-node-type-page .page-header .related-links p a,
  body.page-node-type-page .page-header .related-links p a:link,
  body.page-node-type-page .page-header .related-links p a:hover,
  body.page-node-type-page .page-header .related-links p a:active,
  body.page-node-type-page .page-header .related-links p a:visited,
  body.page-node-type-page .page-header .related-links p a:focus,
  body.page-node-type-gal-portal .page-header .related-links p a,
  body.page-node-type-gal-portal .page-header .related-links p a:link,
  body.page-node-type-gal-portal .page-header .related-links p a:hover,
  body.page-node-type-gal-portal .page-header .related-links p a:active,
  body.page-node-type-gal-portal .page-header .related-links p a:visited,
  body.page-node-type-gal-portal .page-header .related-links p a:focus,
  body.page-node-type-interpreter-portal .page-header .related-links p a,
  body.page-node-type-interpreter-portal .page-header .related-links p a:link,
  body.page-node-type-interpreter-portal .page-header .related-links p a:hover,
  body.page-node-type-interpreter-portal .page-header .related-links p a:active,
  body.page-node-type-interpreter-portal .page-header .related-links p a:visited,
  body.page-node-type-interpreter-portal .page-header .related-links p a:focus,
  body.page-node-type-le-portal .page-header .related-links p a,
  body.page-node-type-le-portal .page-header .related-links p a:link,
  body.page-node-type-le-portal .page-header .related-links p a:hover,
  body.page-node-type-le-portal .page-header .related-links p a:active,
  body.page-node-type-le-portal .page-header .related-links p a:visited,
  body.page-node-type-le-portal .page-header .related-links p a:focus,
  body.page-node-type-pc-portal .page-header .related-links p a,
  body.page-node-type-pc-portal .page-header .related-links p a:link,
  body.page-node-type-pc-portal .page-header .related-links p a:hover,
  body.page-node-type-pc-portal .page-header .related-links p a:active,
  body.page-node-type-pc-portal .page-header .related-links p a:visited,
  body.page-node-type-pc-portal .page-header .related-links p a:focus,
  body.page-node-type-mediator-portal .page-header .related-links p a,
  body.page-node-type-mediator-portal .page-header .related-links p a:link,
  body.page-node-type-mediator-portal .page-header .related-links p a:hover,
  body.page-node-type-mediator-portal .page-header .related-links p a:active,
  body.page-node-type-mediator-portal .page-header .related-links p a:visited,
  body.page-node-type-mediator-portal .page-header .related-links p a:focus,
  body.page-node-type-ocs-portal .page-header .related-links p a,
  body.page-node-type-ocs-portal .page-header .related-links p a:link,
  body.page-node-type-ocs-portal .page-header .related-links p a:hover,
  body.page-node-type-ocs-portal .page-header .related-links p a:active,
  body.page-node-type-ocs-portal .page-header .related-links p a:visited,
  body.page-node-type-ocs-portal .page-header .related-links p a:focus,
  body.page-node-type-court-security-portal .page-header .related-links p a,
  body.page-node-type-court-security-portal .page-header .related-links p a:link,
  body.page-node-type-court-security-portal .page-header .related-links p a:hover,
  body.page-node-type-court-security-portal .page-header .related-links p a:active,
  body.page-node-type-court-security-portal .page-header .related-links p a:visited,
  body.page-node-type-court-security-portal .page-header .related-links p a:focus,
  body.page-node-type-dcf-portal .page-header .related-links p a,
  body.page-node-type-dcf-portal .page-header .related-links p a:link,
  body.page-node-type-dcf-portal .page-header .related-links p a:hover,
  body.page-node-type-dcf-portal .page-header .related-links p a:active,
  body.page-node-type-dcf-portal .page-header .related-links p a:visited,
  body.page-node-type-dcf-portal .page-header .related-links p a:focus,
  body.page-node-type-article .page-header .related-links p a,
  body.page-node-type-article .page-header .related-links p a:link,
  body.page-node-type-article .page-header .related-links p a:hover,
  body.page-node-type-article .page-header .related-links p a:active,
  body.page-node-type-article .page-header .related-links p a:visited,
  body.page-node-type-article .page-header .related-links p a:focus,
  body.path-user.context-user-login .page-header .related-links p a,
  body.path-user.context-user-login .page-header .related-links p a:link,
  body.path-user.context-user-login .page-header .related-links p a:hover,
  body.path-user.context-user-login .page-header .related-links p a:active,
  body.path-user.context-user-login .page-header .related-links p a:visited,
  body.path-user.context-user-login .page-header .related-links p a:focus,
  body.path-court-hearings .page-header .related-links p a,
  body.path-court-hearings .page-header .related-links p a:link,
  body.path-court-hearings .page-header .related-links p a:hover,
  body.path-court-hearings .page-header .related-links p a:active,
  body.path-court-hearings .page-header .related-links p a:visited,
  body.path-court-hearings .page-header .related-links p a:focus,
  body.context-court-locations .page-header .related-links p a,
  body.context-court-locations .page-header .related-links p a:link,
  body.context-court-locations .page-header .related-links p a:hover,
  body.context-court-locations .page-header .related-links p a:active,
  body.context-court-locations .page-header .related-links p a:visited,
  body.context-court-locations .page-header .related-links p a:focus,
  body.path-judicial-bureau-hearings .page-header .related-links p a,
  body.path-judicial-bureau-hearings .page-header .related-links p a:link,
  body.path-judicial-bureau-hearings .page-header .related-links p a:hover,
  body.path-judicial-bureau-hearings .page-header .related-links p a:active,
  body.path-judicial-bureau-hearings .page-header .related-links p a:visited,
  body.path-judicial-bureau-hearings .page-header .related-links p a:focus,
  body.path-supreme-court-calendar .page-header .related-links p a,
  body.path-supreme-court-calendar .page-header .related-links p a:link,
  body.path-supreme-court-calendar .page-header .related-links p a:hover,
  body.path-supreme-court-calendar .page-header .related-links p a:active,
  body.path-supreme-court-calendar .page-header .related-links p a:visited,
  body.path-supreme-court-calendar .page-header .related-links p a:focus,
  body.path-forms-library .page-header .related-links p a,
  body.path-forms-library .page-header .related-links p a:link,
  body.path-forms-library .page-header .related-links p a:hover,
  body.path-forms-library .page-header .related-links p a:active,
  body.path-forms-library .page-header .related-links p a:visited,
  body.path-forms-library .page-header .related-links p a:focus,
  body.path-news .page-header .related-links p a,
  body.path-news .page-header .related-links p a:link,
  body.path-news .page-header .related-links p a:hover,
  body.path-news .page-header .related-links p a:active,
  body.path-news .page-header .related-links p a:visited,
  body.path-news .page-header .related-links p a:focus,
  body.path-search .page-header .related-links p a,
  body.path-search .page-header .related-links p a:link,
  body.path-search .page-header .related-links p a:hover,
  body.path-search .page-header .related-links p a:active,
  body.path-search .page-header .related-links p a:visited,
  body.path-search .page-header .related-links p a:focus,
  body.context-jurors .page-header .related-links p a,
  body.context-jurors .page-header .related-links p a:link,
  body.context-jurors .page-header .related-links p a:hover,
  body.context-jurors .page-header .related-links p a:active,
  body.context-jurors .page-header .related-links p a:visited,
  body.context-jurors .page-header .related-links p a:focus,
  body.context-self-help .page-header .related-links p a,
  body.context-self-help .page-header .related-links p a:link,
  body.context-self-help .page-header .related-links p a:hover,
  body.context-self-help .page-header .related-links p a:active,
  body.context-self-help .page-header .related-links p a:visited,
  body.context-self-help .page-header .related-links p a:focus,
  body.context-attorneys .page-header .related-links p a,
  body.context-attorneys .page-header .related-links p a:link,
  body.context-attorneys .page-header .related-links p a:hover,
  body.context-attorneys .page-header .related-links p a:active,
  body.context-attorneys .page-header .related-links p a:visited,
  body.context-attorneys .page-header .related-links p a:focus,
  body.context-media .page-header .related-links p a,
  body.context-media .page-header .related-links p a:link,
  body.context-media .page-header .related-links p a:hover,
  body.context-media .page-header .related-links p a:active,
  body.context-media .page-header .related-links p a:visited,
  body.context-media .page-header .related-links p a:focus,
  body.context-about-vermont-judiciary .page-header .related-links p a,
  body.context-about-vermont-judiciary .page-header .related-links p a:link,
  body.context-about-vermont-judiciary .page-header .related-links p a:hover,
  body.context-about-vermont-judiciary .page-header .related-links p a:active,
  body.context-about-vermont-judiciary .page-header .related-links p a:visited,
  body.context-about-vermont-judiciary .page-header .related-links p a:focus {
    color: #fff;
    text-decoration: underline; }

body.page-node-type-page .page-header {
  background-color: #24523b;
  background-image: linear-gradient(rgba(0, 102, 51, 0.9), rgba(0, 102, 51, 0.9)), url(../images/min/vt-bg-banner6.jpg);
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  background-position: center center; }

body.path-news .page-header,
body.path-search .page-header,
body.page-node-type-article .page-header {
  background-color: #4e88c8;
  background-image: linear-gradient(rgba(78, 136, 200, 0.9), rgba(78, 136, 200, 0.9)), url(../images/min/vt-bg-banner3.jpg);
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  background-position: center center; }

body.page-node-type-article .page-header {
  padding-bottom: 2rem; }
  @media screen and (min-width: 768px) {
    body.page-node-type-article .page-header {
      padding-bottom: 2.5rem; } }

body.page-node-type-gal-portal .page-header,
body.page-node-type-interpreter-portal .page-header,
body.page-node-type-le-portal .page-header,
body.page-node-type-pc-portal .page-header,
body.page-node-type-mediator-portal .page-header,
body.page-node-type-ocs-portal .page-header,
body.page-node-type-court-security-portal .page-header,
body.page-node-type-dcf-portal .page-header {
  background-color: #84a8c1;
  background-image: linear-gradient(rgba(132, 168, 193, 0.9), rgba(132, 168, 193, 0.9)), url(../images/min/vt-bg-banner3.jpg);
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  background-position: center center; }

body.path-court-hearings .page-header {
  background: #a9ddf3;
  background-size: cover; }

body.path-user .page-header {
  background-color: #466c93;
  background-image: linear-gradient(rgba(70, 108, 147, 0.9), rgba(70, 108, 147, 0.9)), url(../images/min/vt-bg-banner3.jpg);
  background-size: cover;
  background-position: center center; }

body.context-court-locations .page-header {
  background: #6f9faa;
  padding-bottom: 3rem; }
  @media screen and (min-width: 768px) {
    body.context-court-locations .page-header {
      padding-bottom: 4rem; } }

body.path-user.context-user-login .breadcrumbs {
  display: none; }

body.path-user.context-user-login .page-header {
  background-color: #466c93;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  background-position: center center;
  color: #fff;
  padding-bottom: 4.5rem; }

body.path-judicial-bureau-hearings .page-header {
  background: #a9ddf3;
  background-size: cover; }

body.path-supreme-court-calendar .page-header {
  background: #a9ddf3;
  background-size: cover; }

body.path-forms-library .page-header,
body.path-opinions-decisions .page-header,
body.path-professional-responsibility-board-decisions .page-header {
  background: #4f83bf;
  padding-bottom: 0; }

body.path-forms-library .view-empty,
body.path-opinions-decisions .view-empty,
body.path-professional-responsibility-board-decisions .view-empty {
  margin: 4em 0; }

body.context-jurors .page-header {
  background-color: #004791;
  background-image: linear-gradient(rgba(0, 71, 145, 0.9), rgba(0, 71, 145, 0.9)), url(../images/min/vt-bg-banner5.jpg);
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  background-position: center center; }

body.context-self-help .page-header {
  background-color: #24523b;
  background-image: linear-gradient(rgba(36, 82, 59, 0.9), rgba(36, 82, 59, 0.9)), url(../images/min/vt-bg-banner6.jpg);
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  background-position: center center; }

body.context-attorneys .page-header {
  background-color: #185b8a;
  background-image: linear-gradient(rgba(24, 91, 138, 0.9), rgba(24, 91, 138, 0.9)), url(../images/min/vt-bg-banner3.jpg);
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  background-position: center center; }

body.context-media .page-header {
  background-color: #007791;
  background-image: linear-gradient(rgba(0, 119, 145, 0.9), rgba(0, 119, 145, 0.9)), url(../images/min/vt-bg-banner7.jpg);
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  background-position: center center; }

body.context-about-vermont-judiciary .page-header {
  background-color: #7a9d96;
  background-image: linear-gradient(rgba(122, 157, 150, 0.9), rgba(122, 157, 150, 0.9)), url(../images/min/vt-bg-banner1.jpg);
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  background-position: center center; }

body.path-search .page-header .views-exposed-form__forwarder {
  display: block; }

#primary-menu {
  display: none;
  background-color: #fdfaf5;
  padding: 0 0 2.5rem;
  position: fixed;
  width: 100vw; }
  @media screen and (min-width: 768px) {
    #primary-menu {
      padding: 2.5rem 0 6rem;
      background-clip: padding-box;
      border-bottom: 5px solid rgba(0, 0, 0, 0.1); } }
  #primary-menu.open {
    overflow: auto;
    max-height: calc(100vh - 113px);
    margin-top: -3px; }
    @media screen and (min-width: 768px) {
      #primary-menu.open {
        max-height: calc(100vh - 105px);
        margin-top: -5px; } }

.sidebar-first > section {
  width: 100%; }
  .sidebar-first > section + section {
    margin-top: 3.6rem; }

.sidebar-second > section {
  width: 100%; }
  .sidebar-second > section + section {
    margin-top: 3.6rem; }

.contact-form {
  margin-bottom: 60px; }
  .contact-form .tabledrag-toggle-weight {
    display: none; }
  .contact-form table thead th {
    text-align: left;
    padding-bottom: 0.5em; }
  .contact-form table td.field-multiple-drag {
    display: none; }
  .contact-form .form-item label {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    width: 100%;
    font-weight: bold; }
    @media screen and (min-width: 768px) {
      .contact-form .form-item label {
        width: 150px; } }
  .contact-form .form-type-checkbox label {
    margin-left: 0.5em;
    font-weight: normal; }
  .contact-form > .form-submit {
    margin-top: 30px; }

.user-login-form {
  text-align: center;
  margin: 60px 0 120px;
  color: #5a8b76; }
  .user-login-form .login-header {
    margin-bottom: 60px; }
  .user-login-form .login-help {
    background: #fee583;
    padding: 4px 2rem;
    margin: 0 auto 30px;
    max-width: 700px;
    color: #333; }
  .user-login-form .login-input {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    max-width: 100%;
    margin: 0 auto 30px; }
  .user-login-form .form-type-textfield label,
  .user-login-form .form-type-password label {
    display: block;
    clear: both;
    padding: 0.5em 0; }
    .user-login-form .form-type-textfield label::after,
    .user-login-form .form-type-password label::after {
      background: transparent;
      vertical-align: baseline;
      color: #333; }
      @media screen and (min-width: 768px) {
        .user-login-form .form-type-textfield label::after,
        .user-login-form .form-type-password label::after {
          content: ': '; } }
    @media screen and (min-width: 768px) {
      .user-login-form .form-type-textfield label,
      .user-login-form .form-type-password label {
        float: left;
        clear: none;
        width: 10rem;
        text-align: left; } }
  .user-login-form .form-type-textfield input,
  .user-login-form .form-type-password input {
    display: block;
    width: 325px;
    max-width: 100%;
    padding: 0.5em;
    color: #333; }
    @media screen and (min-width: 768px) {
      .user-login-form .form-type-textfield input,
      .user-login-form .form-type-password input {
        margin-left: 10rem;
        margin-right: 5rem; } }
  .user-login-form .form-type-textfield .description,
  .user-login-form .form-type-password .description {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px); }
  .user-login-form .reset-password-link {
    float: right; }
    @media screen and (min-width: 768px) {
      .user-login-form .reset-password-link {
        margin-right: 5rem; } }
  .user-login-form input[type=submit] {
    margin-bottom: 1em; }

.account-menu {
  margin-bottom: 1rem; }

.account-menu__item {
  margin-bottom: 1rem; }

.account-menu__link {
  font-weight: bold;
  color: #000;
  text-decoration: none; }
  .account-menu__link:link, .account-menu__link:hover, .account-menu__link:visited, .account-menu__link:active, .account-menu__link:focus {
    color: #000; }

body.user-logged-in .mega-menu .account-menu {
  display: block; }

@media screen and (min-width: 425px) {
  .mega-menu .account-menu {
    display: none; } }

.account-menu__link--user,
.account-menu__link--login {
  display: inline-block;
  float: left;
  line-height: 3.2rem; }
  .account-menu__link--user::before,
  .account-menu__link--login::before {
    content: '';
    background-image: url("../images/login.svg");
    display: inline-block;
    width: 3.2rem;
    height: 3.2rem;
    vertical-align: middle;
    margin-right: 1rem; }

.account-menu__link--logout {
  display: inline-block;
  margin-left: 1rem;
  padding-left: 1rem;
  border-left: 1px solid #ddd;
  line-height: 3.2rem; }
  @media screen and (min-width: 425px) {
    .account-menu__link--logout {
      display: none; } }

.calendar-menu {
  margin-top: 4rem; }
  @media screen and (min-width: 768px) {
    .calendar-menu {
      margin-top: 5rem; } }
  .calendar-menu__items {
    width: 100%;
    text-align: center;
    font-size: 0; }
  .calendar-menu__item {
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1.625; }
    @media screen and (min-width: 425px) {
      .calendar-menu__item {
        font-size: 1.5rem; } }
    @media screen and (min-width: 768px) {
      .calendar-menu__item {
        font-size: 1.6rem; } }
    .calendar-menu__item a {
      display: block;
      color: #fff;
      padding: 1rem 2rem;
      text-decoration: none;
      background: rgba(0, 0, 0, 0.2);
      border: 1px solid #fff;
      border: 1px solid rgba(255, 255, 255, 0.5); }
      @media screen and (min-width: 768px) {
        .calendar-menu__item a {
          padding: 1.25rem 2.5rem; } }
      .calendar-menu__item a:link, .calendar-menu__item a:visited {
        background: rgba(0, 0, 0, 0.2);
        color: #fff; }
      .calendar-menu__item a:hover, .calendar-menu__item a:active, .calendar-menu__item a:focus {
        color: #fff;
        background: rgba(0, 0, 0, 0.4); }
      .calendar-menu__item a.is-active {
        background: rgba(0, 0, 0, 0.4); }
        .calendar-menu__item a.is-active:link, .calendar-menu__item a.is-active:visited, .calendar-menu__item a.is-active:hover, .calendar-menu__item a.is-active:active, .calendar-menu__item a.is-active:focus {
          background: rgba(0, 0, 0, 0.8); }

@media screen and (max-width: 424px) {
  .footer__menu {
    margin: 0 20px; } }

@media screen and (min-width: 425px) {
  .footer__menu {
    padding: 0 20px;
    margin: 0 0 20px; } }

@media screen and (min-width: 768px) {
  .footer__menu {
    padding: 0 25px;
    margin: 0 0 25px; } }

@media screen and (max-width: 424px) {
  .footer__menu--primary {
    padding: 20px 0 0; } }

@media screen and (max-width: 424px) {
  .footer__menu--secondary {
    margin-bottom: 20px; } }

.footer__menu-items {
  margin: 0;
  padding: 0;
  list-style: none; }

.footer__menu-item a {
  color: #056839;
  text-decoration: none; }
  .footer__menu-item a:link, .footer__menu-item a:visited {
    color: #056839; }
  .footer__menu-item a:hover, .footer__menu-item a:active, .footer__menu-item a:focus {
    color: #056839;
    text-decoration: underline; }

.mega-menu {
  width: 100%;
  max-width: 930px;
  margin: 0 auto; }
  @media screen and (min-width: 1130px) {
    .mega-menu {
      max-width: none;
      width: auto;
      margin: 0 100px; } }
  @media screen and (min-width: 768px) {
    .mega-menu__row {
      display: table;
      width: 100%; } }
  .mega-menu__column {
    padding: 0 2rem;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .mega-menu__column {
        display: table-cell;
        width: 25%;
        padding: 0 2.5rem; } }
    @media screen and (min-width: 768px) {
      .mega-menu__column + .mega-menu__column {
        border-left: 1px solid #dedede; } }
  .mega-menu__menu-container {
    width: 100%; }
  .mega-menu__menu-title {
    color: #063;
    font-weight: 700;
    margin-bottom: 1rem;
    font-size: 1.6rem;
    text-transform: uppercase; }
    @media screen and (min-width: 768px) {
      .mega-menu__menu-title {
        font-size: 1.8rem; } }
  .mega-menu__menu {
    text-align: left;
    list-style: none;
    margin: 0 0 2rem;
    padding: 0; }
    @media screen and (min-width: 768px) {
      .mega-menu__menu {
        margin: 0 0 2.5rem; } }
  .mega-menu__item {
    position: relative; }
    .mega-menu__item.external-link a {
      position: relative; }
      .mega-menu__item.external-link a::after {
        content: '';
        position: absolute;
        top: 0.5rem;
        right: 0.25rem;
        left: auto;
        background: url(../images/exit-link.svg) left top no-repeat;
        background-size: 1.25rem auto;
        width: 1.5rem;
        height: 1.5rem; }
    .mega-menu__item.external-link a {
      padding-right: 2rem; }

a.mega-menu__link {
  text-decoration: none;
  color: #595853;
  font-size: 1.4rem; }
  @media screen and (min-width: 1024px) {
    a.mega-menu__link {
      font-size: 1.6rem; } }
  a.mega-menu__link:link, a.mega-menu__link:visited {
    color: #595853; }
  a.mega-menu__link:hover, a.mega-menu__link:active, a.mega-menu__link:focus {
    color: #595853;
    text-decoration: underline; }

.mega-menu__menu-container--public-portals a {
  color: #063;
  text-transform: uppercase;
  font-weight: 700; }
  .mega-menu__menu-container--public-portals a:link, .mega-menu__menu-container--public-portals a:hover, .mega-menu__menu-container--public-portals a:visited, .mega-menu__menu-container--public-portals a:active, .mega-menu__menu-container--public-portals a:focus {
    color: #063; }

.mega-menu__menu-container--quick-links a {
  color: #257ad2;
  font-weight: 700;
  text-transform: uppercase;
  padding-left: 3rem;
  background-image: url(../images/e-filing.svg);
  background-position: 0 center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  white-space: nowrap;
  overflow: visible; }
  .mega-menu__menu-container--quick-links a:link, .mega-menu__menu-container--quick-links a:active, .mega-menu__menu-container--quick-links a:hover, .mega-menu__menu-container--quick-links a:visited {
    color: #257ad2; }
  .mega-menu__menu-container--quick-links a.court-calendars {
    background-image: url(../images/court-calendar-icon.svg); }
  .mega-menu__menu-container--quick-links a.find-a-court {
    background-image: url(../images/find-a-court.svg); }
  .mega-menu__menu-container--quick-links a.court-forms {
    background-image: url(../images/court-forms.svg); }
  .mega-menu__menu-container--quick-links a.e-filing {
    background-image: url(../images/e-filing.svg); }
  .mega-menu__menu-container--quick-links a.pay-a-fine {
    background-image: url(../images/pay-a-fine.svg);
    background-size: auto 90%; }
  .mega-menu__menu-container--quick-links a.court-divisions {
    background-image: url(../images/court-divisions.svg); }

.mega-menu__menu-container--additional-resources {
  margin: 2rem 0; }
  @media screen and (min-width: 768px) {
    .mega-menu__menu-container--additional-resources {
      width: 100%; } }
  .mega-menu__menu-container--additional-resources ul {
    font-size: 0; }
  .mega-menu__menu-container--additional-resources .mega-menu__item {
    font-size: 1.5rem; }
    @media screen and (min-width: 768px) {
      .mega-menu__menu-container--additional-resources .mega-menu__item {
        display: inline-block;
        margin-left: -1px; }
        .mega-menu__menu-container--additional-resources .mega-menu__item:first-child {
          margin-left: 0; } }
  .mega-menu__menu-container--additional-resources a {
    display: block;
    padding: 1rem 1.5rem;
    background: #f5f8f1;
    border: 1px solid #d8e3d4;
    text-decoration: none; }
    .mega-menu__menu-container--additional-resources a:link, .mega-menu__menu-container--additional-resources a:visited {
      background: #f5f8f1; }
    .mega-menu__menu-container--additional-resources a:hover, .mega-menu__menu-container--additional-resources a:focus, .mega-menu__menu-container--additional-resources a:active {
      background: #dde7cf;
      text-decoration: none;
      color: #595853; }

ul.pager__items {
  padding: 0;
  margin-left: 0;
  margin-right: 0; }
  ul.pager__items li.pager__item {
    display: inline-block;
    padding: 0;
    text-align: center; }
    ul.pager__items li.pager__item.pager__item--ellipsis {
      display: none; }
      @media screen and (min-width: 768px) {
        ul.pager__items li.pager__item.pager__item--ellipsis {
          display: inline-block; } }
    ul.pager__items li.pager__item a {
      display: inline-block;
      *display: inline;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      min-width: 25px;
      height: 25px;
      line-height: 25px;
      color: #999;
      text-decoration: none; }
      ul.pager__items li.pager__item a:link, ul.pager__items li.pager__item a:visited {
        color: #999; }
      ul.pager__items li.pager__item a:hover, ul.pager__items li.pager__item a:active, ul.pager__items li.pager__item a:focus {
        color: #222; }
      @media screen and (min-width: 768px) {
        ul.pager__items li.pager__item a {
          min-width: 50px;
          height: 50px;
          line-height: 50px; } }
      @media screen and (min-width: 425px) {
        ul.pager__items li.pager__item a {
          min-width: 28px;
          height: 28px;
          line-height: 28px; } }
    ul.pager__items li.pager__item:hover a, ul.pager__items li.pager__item.is-active a {
      color: #222; }
      ul.pager__items li.pager__item:hover a:link, ul.pager__items li.pager__item:hover a:visited, ul.pager__items li.pager__item:hover a:active, ul.pager__items li.pager__item:hover a:focus, ul.pager__items li.pager__item.is-active a:link, ul.pager__items li.pager__item.is-active a:visited, ul.pager__items li.pager__item.is-active a:active, ul.pager__items li.pager__item.is-active a:focus {
        color: #222; }
    ul.pager__items li.pager__item.is-active {
      border: 1px solid #666; }

body.path-frontpage section.main-content {
  clear: both;
  overflow: auto; }

.quick-links__menu-container {
  margin: 2.5rem 0; }
  .quick-links__menu-container ul {
    text-align: center; }
  .quick-links__menu-container li {
    display: inline-block;
    width: 120px;
    margin: 1.25rem;
    vertical-align: top; }
    @media screen and (min-width: 768px) {
      .quick-links__menu-container li {
        margin: 0 1.25rem; } }
  .quick-links__menu-container a {
    display: inline-block;
    color: #257ad2;
    font-weight: 700;
    text-transform: uppercase;
    background-image: url(../images/e-filing.svg);
    background-position: center 5px;
    background-size: 50px auto;
    background-repeat: no-repeat;
    white-space: normal;
    overflow: visible;
    padding: 60px 5px 5px;
    text-align: center;
    vertical-align: top;
    line-height: 2rem; }
    .quick-links__menu-container a:link, .quick-links__menu-container a:visited, .quick-links__menu-container a:hover, .quick-links__menu-container a:active, .quick-links__menu-container a:focus {
      color: #257ad2; }
    .quick-links__menu-container a.court-calendars {
      background-image: url(../images/court-calendar-icon.svg); }
    .quick-links__menu-container a.find-a-court {
      background-image: url(../images/find-a-court.svg); }
    .quick-links__menu-container a.court-forms {
      background-image: url(../images/court-forms.svg); }
    .quick-links__menu-container a.e-filing {
      background-image: url(../images/e-filing.svg); }
    .quick-links__menu-container a.pay-a-fine {
      background-image: url(../images/pay-a-fine.svg); }
    .quick-links__menu-container a.court-divisions {
      background-image: url(../images/court-divisions.svg); }

.user-accessible-pages-links {
  border-bottom: 2px solid #ddd; }
  .region-sidebar-first .user-accessible-pages-links:first-child {
    margin-top: 2rem; }
    @media screen and (min-width: 768px) {
      .region-sidebar-first .user-accessible-pages-links:first-child {
        margin-top: 60px; } }

.user-accessible-pages-links__title {
  margin: 0;
  padding: 1.8rem;
  font-weight: bold;
  font-size: 1.6rem;
  border-bottom: 1px solid #ddd;
  color: #063; }

.user-accessible-pages-links__menu {
  margin: 0;
  list-style: none;
  padding: 0 3.6rem 1rem; }

.user-accessible-pages-links__item {
  margin: 1rem 0; }

.user-accessible-pages-links__link {
  color: #666;
  text-decoration: none; }
  .user-accessible-pages-links__link:link, .user-accessible-pages-links__link:visited, .user-accessible-pages-links__link:active, .user-accessible-pages-links__link:hover, .user-accessible-pages-links__link:focus {
    color: #666; }

.court-hearing__feature {
  background: #f8f8f8;
  padding: 2rem;
  margin-bottom: 4rem; }
  .court-hearing__feature::before, .court-hearing__feature::after {
    display: table;
    content: '';
    clear: both; }
  @media screen and (min-width: 768px) {
    .court-hearing__feature {
      padding: 2.5rem;
      margin-bottom: 6rem; } }

.court-hearing__feature-content {
  padding: 0 2rem; }
  @media screen and (min-width: 768px) {
    .court-hearing__feature-content {
      padding: 0 2.5rem; } }
  .court-hearing__feature-content strong,
  .court-hearing__feature-content .field__label {
    color: #1a5b7a; }

.court-hearing__left-section {
  width: 100%; }
  @media screen and (min-width: 768px) {
    .court-hearing__left-section {
      float: left;
      width: 50%; } }

.court-hearing__right-section {
  width: 100%; }
  @media screen and (min-width: 768px) {
    .court-hearing__right-section {
      float: left;
      width: 50%; } }

.court-hearing__feature-title {
  font-size: 2rem;
  font-weight: 400;
  border-bottom: 1px solid #d4dee8;
  margin-top: 2rem; }
  @media screen and (min-width: 768px) {
    .court-hearing__feature-title {
      margin-top: 0;
      font-size: 2.6rem; } }

.court-hearing__case-description {
  margin: 0 auto;
  padding: 2.5rem 0;
  text-align: center;
  font-weight: 300;
  color: #666;
  font-size: 2.4rem; }
  @media screen and (min-width: 768px) {
    .court-hearing__case-description {
      font-size: 2.6rem; } }

.court-hearing__litigants-list {
  padding: 0;
  list-style: none;
  margin-top: 2rem; }
  @media screen and (min-width: 768px) {
    .court-hearing__litigants-list {
      margin-top: 2.5rem; } }

.court-hearing__litigants-list-item {
  margin: 0; }
  .court-hearing__litigants-list-item + .court-hearing__litigants-list-item {
    margin-top: 2.5rem; }

.court-hearing__cta-items {
  padding: 2rem; }
  @media screen and (min-width: 768px) {
    .court-hearing__cta-items {
      text-align: center;
      padding: 2.5rem; } }
  .court-hearing__cta-items p {
    width: 100%; }
    @media screen and (min-width: 768px) {
      .court-hearing__cta-items p {
        float: left;
        width: 50%; } }
    @media screen and (min-width: 768px) {
      .court-hearing__cta-items p {
        display: inline-block;
        margin-top: 0;
        text-align: left;
        padding-left: 0; }
        .court-hearing__cta-items p:first-child {
          text-align: right;
          padding-left: 2.5rem; } }
  .court-hearing__cta-items::before, .court-hearing__cta-items::after {
    display: table;
    content: '';
    clear: both; }

.court-location-details {
  margin-bottom: 3rem;
  background-color: #eee; }

.court-location__feature-block {
  position: relative;
  background-color: #f8f8f8;
  margin: 0 0 4rem; }
  .court-location__feature-block::before, .court-location__feature-block::after {
    display: table;
    content: '';
    clear: both; }
  @media screen and (min-width: 768px) {
    .court-location__feature-block {
      display: table;
      width: 100%;
      margin-bottom: 6rem; } }
  .court-location__feature-block .court-location-result__image {
    line-height: 1;
    overflow: hidden;
    padding: 0; }
    @media screen and (min-width: 768px) {
      .court-location__feature-block .court-location-result__image {
        float: left;
        width: 50%; } }
    @media screen and (min-width: 768px) {
      .court-location__feature-block .court-location-result__image {
        float: none;
        display: table-cell;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat; } }
    .court-location__feature-block .court-location-result__image img {
      display: block;
      width: 100%;
      height: auto;
      line-height: 1; }
      @media screen and (min-width: 768px) {
        .court-location__feature-block .court-location-result__image img {
          display: none; } }

.court-location__info {
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem; }
  @media screen and (min-width: 768px) {
    .court-location__info--image {
      float: left;
      width: 50%; } }
  @media screen and (min-width: 768px) {
    .court-location__info--image {
      float: none;
      display: table-cell; } }
  @media screen and (min-width: 768px) {
    .court-location__info {
      padding: 4rem; } }

.court-location__info-header {
  margin-bottom: 2rem; }
  @media screen and (min-width: 768px) {
    .court-location__info-header {
      margin-bottom: 2.5rem; } }

.court-location__court-title {
  font-weight: bold;
  margin: 0;
  font-size: 2.4rem; }
  @media screen and (min-width: 768px) {
    .court-location__court-title {
      font-size: 2.6rem; } }

.court-location__court-subtitle {
  margin: 0; }

.court-location__directions-button {
  margin: 2rem 0; }
  @media screen and (min-width: 768px) {
    .court-location__directions-button {
      margin: 2.5rem 0; } }

.court-location__info-heading {
  margin-top: 2rem;
  color: #004976;
  font-weight: 700; }
  @media screen and (min-width: 768px) {
    .court-location__info-heading {
      margin-top: 2.5rem; } }

.court-location__info-content {
  margin-top: 0; }

.court-location__content {
  margin: 0; }

.court-location__content-title {
  font-weight: 700;
  font-size: 2.4rem;
  color: #000; }
  @media screen and (min-width: 768px) {
    .court-location__content-title {
      font-size: 2.6rem; } }

.court-location__body-text {
  margin-top: 0; }

.court-location__staff-items {
  margin: 0;
  padding: 0;
  list-style: none; }
  .court-location__staff-items + .court-location__staff-items {
    margin-top: 2rem; }
    @media screen and (min-width: 768px) {
      .court-location__staff-items + .court-location__staff-items {
        margin-top: 2.5rem; } }

.court-location__staff-item strong {
  color: #063; }

.home-header {
  position: relative;
  margin: 0 -2rem 0 -50vw;
  padding: 0 2rem 3.25rem;
  color: #fff;
  width: 100vw;
  left: 50%;
  z-index: 0;
  overflow: hidden;
  text-align: center; }
  .home-header::before, .home-header::after {
    display: table;
    content: '';
    clear: both; }
  @media screen and (min-width: 768px) {
    .home-header {
      margin: 0 -2.5rem 0 -50vw;
      padding: 0 2.5rem 6.5rem; } }

.home-header__background-image {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
  background-position: center; }

.home-header .field--name-field-homepage-background-image {
  height: 100%; }

.home-header__page-title {
  font-size: 3.5rem;
  font-weight: 300;
  margin-top: 50px;
  text-shadow: 1px 1px 2px black; }
  @media screen and (min-width: 768px) {
    .home-header__page-title {
      font-size: 6.5rem;
      font-weight: 300;
      margin-top: 70px; } }

.home-header__page-subtitle {
  font-size: 2rem;
  font-weight: 300;
  margin-top: 15px;
  text-shadow: 1px 1px 2px black; }

.home-header__keyword-search .keyword-search .form-submit {
  background-color: #ccc; }

.home-header__keyword-search .keyword-search .form-type-textfield ::-webkit-input-placeholder {
  color: #ccc; }

.home-header__keyword-search .keyword-search .form-type-textfield ::-moz-placeholder {
  color: #ccc; }

.home-header__keyword-search .keyword-search .form-type-textfield :-ms-input-placeholder {
  color: #ccc; }

.home-header__keyword-search .keyword-search .form-type-textfield :-moz-placeholder {
  color: #ccc; }

.home-header__keyword-search input[type=text] {
  opacity: 0.9; }

.home-header__user-portals .link-bricks {
  text-align: center; }

.home-header .related-links-list__items .related-links-list__item {
  margin-top: 5px; }

.news-detail__article-header {
  margin-bottom: 2rem; }
  @media screen and (min-width: 768px) {
    .news-detail__article-header {
      margin-bottom: 2.5rem; } }

.news-detail__published-date {
  font-weight: 300;
  font-style: italic; }

.news-detail__article-title {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 3.5rem;
  color: #000; }

.news-detail .field--body {
  margin-top: 0;
  clear: none; }

.news-detail img.image-style-news-article {
  float: right;
  max-width: 40%;
  margin: 1rem 2rem 1rem; }

.news-detail--teaser .news-detail__article-header {
  margin: 0; }

.news-detail--teaser .news-detail__article-title {
  color: #318281;
  font-weight: 400; }

.news-detail--teaser > a {
  float: right;
  display: block;
  width: 290px;
  height: auto;
  max-width: 100%;
  margin: 1rem 1rem 1rem 4rem; }

@media screen and (min-width: 768px) {
  .feature-block--person-details {
    padding: 4rem 2rem; } }

@media screen and (min-width: 768px) {
  .person-details__content {
    padding-left: 4rem;
    padding-right: 4rem; } }

.person-details__content .widget-title--inline-content + p,
.person-details__content .widget-title--inline-content + .body-copy p:first-child {
  margin-top: 0; }

.person-details__license-doc > div {
  display: none; }

.person-details__license-doc > .field--name-field-document {
  display: block; }
  .person-details__license-doc > .field--name-field-document .field__label {
    display: none; }

.person-details__name {
  display: block;
  color: #063;
  border-bottom: 1px solid #ddd;
  font-size: 2.4rem;
  margin-bottom: 1rem; }
  @media screen and (min-width: 768px) {
    .person-details__name {
      font-size: 2.8rem; } }

.person-details__title {
  color: #666;
  font-style: italic; }
  @media screen and (min-width: 768px) {
    .person-details__title {
      font-size: 1.8rem; } }

.person-details__email a {
  word-break: break-all; }

.accordion .field--name-field-accordions {
  margin-top: 60px;
  margin-bottom: 60px; }

.entity-accordion {
  border-bottom: 1px solid #ddd; }
  .entity-accordion .accordion__header {
    position: relative;
    background: #063;
    cursor: pointer;
    color: #fff;
    font-size: 1.5em;
    padding: 1.5rem 2rem; }
    @media screen and (min-width: 768px) {
      .entity-accordion .accordion__header {
        padding: 1.75rem 2.5rem; } }
    .entity-accordion .accordion__header .accordion__title {
      min-height: 1.5em;
      margin-right: 50px; }
  .entity-accordion .accordion-toggle {
    position: absolute;
    top: 1.75rem;
    right: 2rem;
    width: 1.5em;
    height: 1.5em;
    font-size: 1.5em;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    line-height: 1;
    box-sizing: border-box; }
    .entity-accordion .accordion-toggle::before {
      display: inline-block;
      *display: inline;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      content: "-"; }
    @media screen and (min-width: 768px) {
      .entity-accordion .accordion-toggle {
        top: 1.75rem;
        right: 2.5rem; } }
  .entity-accordion.accordion-collapsed .accordion__header {
    background: transparent;
    color: #063; }
  .entity-accordion.accordion-collapsed .accordion-toggle::before {
    color: #333;
    content: "+"; }
  @media screen and (min-width: 768px) {
    .entity-accordion .accordion__body.has-ctas .accordion__content {
      float: left;
      width: 60%; }
    .entity-accordion .accordion__body.has-ctas .accordion__ctas {
      float: left;
      width: 40%;
      margin-top: 0; } }
  .entity-accordion .accordion-wrapper {
    margin: 2em 0; }
  .entity-accordion .accordion__content {
    padding: 0 2rem;
    box-sizing: border-box; }
  .entity-accordion .accordion__ctas {
    padding: 0 2rem;
    margin-top: 2em;
    box-sizing: border-box; }
    .entity-accordion .accordion__ctas a {
      display: block;
      padding: 1rem 2rem;
      margin-bottom: 4px;
      font-size: 2.2rem;
      line-height: 3.5rem;
      background: #5a8b76;
      color: #fff;
      text-decoration: none;
      text-align: center; }
      .entity-accordion .accordion__ctas a:link, .entity-accordion .accordion__ctas a:visited, .entity-accordion .accordion__ctas a:focus, .entity-accordion .accordion__ctas a:active {
        background: #5a8b76;
        color: #fff; }
      .entity-accordion .accordion__ctas a:hover {
        color: #fff;
        background: #063; }
  .entity-accordion .accordion__related-links {
    background: #e1e1e1;
    padding: 1rem 2rem;
    margin: 1.5em 0; }
    .entity-accordion .accordion__related-links .link-bricks {
      padding: 0;
      margin: 0; }
      .entity-accordion .accordion__related-links .link-bricks .link-bricks__item {
        margin-left: -1px; }
        .entity-accordion .accordion__related-links .link-bricks .link-bricks__item a {
          background: #fff;
          border: 1px solid #c4c4c4;
          color: #333;
          padding: 1rem 2rem; }
          @media screen and (min-width: 768px) {
            .entity-accordion .accordion__related-links .link-bricks .link-bricks__item a {
              padding: 1rem 2.5rem; } }
          .entity-accordion .accordion__related-links .link-bricks .link-bricks__item a:link, .entity-accordion .accordion__related-links .link-bricks .link-bricks__item a:visited {
            background: #fff;
            color: #333; }
          .entity-accordion .accordion__related-links .link-bricks .link-bricks__item a:hover, .entity-accordion .accordion__related-links .link-bricks .link-bricks__item a:active, .entity-accordion .accordion__related-links .link-bricks .link-bricks__item a:focus {
            color: #333;
            background: #eff5f2; }
        .entity-accordion .accordion__related-links .link-bricks .link-bricks__item + .related-links-list__item {
          margin-top: 4px; }
          @media screen and (min-width: 768px) {
            .entity-accordion .accordion__related-links .link-bricks .link-bricks__item + .related-links-list__item {
              margin-top: 0; } }
        .entity-accordion .accordion__related-links .link-bricks .link-bricks__item.external-link a {
          padding-right: 2.8rem; }
        .entity-accordion .accordion__related-links .link-bricks .link-bricks__item svg {
          fill: #333; }
        .entity-accordion .accordion__related-links .link-bricks .link-bricks__item .related-links-list__item__exit {
          top: 1rem; }

.related-content-widget {
  position: relative;
  margin: 4rem -2rem -4rem -50vw;
  padding: 0;
  width: 100vw;
  left: 50%;
  background: #eff5f2; }
  .related-content-widget::before, .related-content-widget::after {
    display: table;
    content: '';
    clear: both; }
  @media screen and (min-width: 768px) {
    .related-content-widget {
      margin: 5rem -2.5rem -5rem -50vw; } }

.related-links-list--related-content {
  width: 100%;
  margin: 4rem 0; }
  .related-links-list--related-content::before, .related-links-list--related-content::after {
    display: table;
    content: '';
    clear: both; }
  @media screen and (min-width: 768px) {
    .related-links-list--related-content {
      margin: 5rem 0; } }

.main-content h1.related-links-list__title--related-content {
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 300;
  text-transform: none;
  margin-top: 0; }

.related-links-list__items-wrap {
  margin: 2rem -1% 0; }
  @media screen and (min-width: 768px) {
    .related-links-list__items-wrap {
      margin: 2.5rem -1% 0; } }

.related-links-list__items--related-content::before, .related-links-list__items--related-content::after {
  display: table;
  content: '';
  clear: both; }

.related-links-list__items--related-content .related-links-list__item {
  padding: 0 0.75rem;
  margin: 1.5rem 0; }
  .related-links-list__items--related-content .related-links-list__item .related-links-list__item__exit {
    color: #063;
    top: 0.5rem;
    right: 1.5rem;
    width: 2rem;
    height: 2rem; }
  .related-links-list__items--related-content .related-links-list__item a {
    background: #fff;
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid #063;
    font-weight: 700;
    color: #333;
    font-size: 1.4rem;
    line-height: 1.143; }
    .related-links-list__items--related-content .related-links-list__item a:link, .related-links-list__items--related-content .related-links-list__item a:visited {
      background: rgba(255, 255, 255, 0.5);
      color: #333; }
    .related-links-list__items--related-content .related-links-list__item a:hover, .related-links-list__items--related-content .related-links-list__item a:active, .related-links-list__items--related-content .related-links-list__item a:focus {
      background: #d8e8e0;
      background: rgba(216, 232, 224, 0.5); }

.related-documents-list {
  margin: 0; }

.related-documents-list .related-documents-list__title {
  text-transform: capitalize;
  font-size: 2.5rem;
  color: #000; }

.related-documents-list__items {
  margin: 2rem 0 0; }
  @media screen and (min-width: 768px) {
    .related-documents-list__items {
      margin: 2.5rem 0 0; } }
  .related-documents-list__items::before, .related-documents-list__items::after {
    display: table;
    content: '';
    clear: both; }

.related-documents-list__item {
  margin: 10px 0;
  padding-bottom: 5px;
  border-bottom: 2px solid #e1e1e1; }
  .related-documents-list__item .field--name-field-document-number,
  .related-documents-list__item .field--name-field-document-summary {
    padding-left: 38px; }
  .related-documents-list__item .field--name-field-document-number {
    font-style: italic;
    font-size: 1.4rem; }
  .related-documents-list__item a {
    color: #004876; }
    .related-documents-list__item a:link, .related-documents-list__item a:visited {
      color: #004876; }
    .related-documents-list__item a:hover, .related-documents-list__item a:active, .related-documents-list__item a:focus {
      color: #0390dd; }
  @media screen and (min-width: 768px) {
    .related-documents-list__item {
      float: left;
      width: 46%;
      margin: 1%;
      padding: 0;
      border: none; } }

.topical-grouping {
  text-align: center;
  font-size: 0; }
  .topical-grouping__header {
    width: 100%; }
  .topical-grouping__topic {
    width: 100%;
    max-width: 293px;
    margin: 2rem auto 0;
    padding: 0 1rem;
    font-size: 1.6rem; }
    @media screen and (min-width: 768px) {
      .topical-grouping__topic {
        float: left;
        width: 50%;
        float: none;
        display: inline-block;
        width: 50%;
        margin: 2.5rem 0 0;
        padding: 0 1.25rem;
        max-width: none; } }
    @media screen and (min-width: 1024px) {
      .topical-grouping__topic {
        width: 33.333333%; } }
  .topical-grouping__header {
    color: #063;
    text-align: center; }
  .topical-grouping__topic-square {
    position: relative;
    width: 100%;
    border: 1px solid #e1e1e1; }
    .topical-grouping__topic-square::after {
      content: '';
      display: block;
      padding-bottom: 70%; }
  .topical-grouping__topic-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 0;
    overflow: hidden; }
  .topical-grouping__topic-image {
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .topical-grouping__topic-image img {
      display: block;
      width: 100%;
      height: auto;
      border: 0 none; }
  .topical-grouping__topic-header {
    display: table;
    width: 100%;
    height: 100%; }
  .topical-grouping h3.topical-grouping__topic-title {
    width: 100%;
    position: relative;
    display: table-cell;
    vertical-align: middle;
    background: transparent;
    bottom: auto;
    left: auto;
    right: auto;
    opacity: 1;
    margin: 0;
    z-index: 3;
    color: #fff;
    transition: all 0.2s linear;
    font-weight: 300; }
    .topical-grouping h3.topical-grouping__topic-title::before, .topical-grouping h3.topical-grouping__topic-title::after {
      display: table;
      content: '';
      clear: both; }
    .topical-grouping h3.topical-grouping__topic-title--with-extra {
      position: absolute;
      top: auto;
      bottom: 0;
      left: 0;
      width: 100%;
      margin: 0;
      z-index: 2;
      padding: 1rem 2rem;
      background: rgba(0, 0, 0, 0.8); }
  .topical-grouping__topic-content-container {
    display: table-cell;
    vertical-align: middle; }
  .topical-grouping__faux-hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    transition: all 0.25s linear;
    z-index: 2; }
  .topical-grouping__topic-link {
    display: block;
    color: #fff;
    text-decoration: none;
    width: 100%;
    background-color: #004976;
    position: relative;
    border: 1px solid #e1e1e1;
    transition: all 0.2s linear; }
    .topical-grouping__topic-link::after {
      content: '';
      display: block;
      padding-bottom: 70%; }
    .topical-grouping__topic-link:link, .topical-grouping__topic-link:visited {
      color: #fff;
      background-color: #004976; }
    .topical-grouping__topic-link:hover, .topical-grouping__topic-link:active, .topical-grouping__topic-link:focus {
      color: #fff;
      text-decoration: none;
      background-color: #000; }
      .topical-grouping__topic-link:hover .topical-grouping__description-content, .topical-grouping__topic-link:active .topical-grouping__description-content, .topical-grouping__topic-link:focus .topical-grouping__description-content {
        top: 0; }
      .topical-grouping__topic-link:hover .topical-grouping__topic-title--with-extra, .topical-grouping__topic-link:active .topical-grouping__topic-title--with-extra, .topical-grouping__topic-link:focus .topical-grouping__topic-title--with-extra {
        opacity: 1;
        bottom: -50%; }
      .topical-grouping__topic-link:hover .topical-grouping__faux-hover, .topical-grouping__topic-link:active .topical-grouping__faux-hover, .topical-grouping__topic-link:focus .topical-grouping__faux-hover {
        background: #000; }
  .topical-grouping__description-content {
    z-index: 1;
    position: absolute;
    width: 101%;
    height: 100%;
    margin: 0;
    left: 0;
    top: 100%;
    background: black;
    transition: top 0.25s linear;
    color: #fff;
    padding: 2rem;
    display: table; }
    @media screen and (min-width: 768px) {
      .topical-grouping__description-content {
        padding: 2.5rem; } }
  .topical-grouping__description-mask {
    display: table-cell;
    vertical-align: middle; }
  .topical-grouping h4.topical-grouping__topic-subtitle {
    margin-top: 0;
    overflow: hidden; }
  .topical-grouping p.topical-grouping__topic-description {
    text-align: left;
    display: block;
    max-width: 400px;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis; }

.topical-grouping__topic-read-more {
  clear: both;
  color: #89b196;
  text-transform: uppercase;
  display: table;
  margin: 0 0 0 auto; }
  .topical-grouping__topic-read-more:link, .topical-grouping__topic-read-more:visited, .topical-grouping__topic-read-more:active, .topical-grouping__topic-read-more:focus, .topical-grouping__topic-read-more:hover {
    color: #89b196; }

body.path-user form {
  margin-bottom: 60px; }

.account-profile {
  background: #f8f8f8;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 2.5rem 2rem; }
  @media screen and (min-width: 768px) {
    .account-profile {
      padding: 60px; } }
  .account-profile .field,
  .account-profile .account-property {
    border-top: 1px solid #ddd;
    padding: 2rem 0; }
    .account-profile .field:first-child,
    .account-profile .account-property:first-child {
      border-top: none;
      padding-top: 0; }
  .account-profile .field__label,
  .account-profile .account-property__label {
    color: #466c93;
    font-weight: bold; }
    .account-profile .field__label::after,
    .account-profile .account-property__label::after {
      content: ':'; }
    @media screen and (min-width: 768px) {
      .account-profile .field__label,
      .account-profile .account-property__label {
        float: left;
        width: 175px; } }
  @media screen and (min-width: 768px) {
    .account-profile .field__item,
    .account-profile .account-property__item {
      margin-left: 175px; } }
  .account-profile .field__item a,
  .account-profile .account-property__item a {
    word-wrap: break-word; }
  .account-profile .account-profile__actions {
    margin-top: 30px;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .account-profile .account-profile__actions {
        text-align: left; } }

body.path-people .table-wrapper {
  margin: 60px 0;
  overflow-x: auto; }

.roster-list {
  width: 100%;
  min-width: 76.8rem;
  margin: 0;
  border-bottom: 16px solid #063; }
  .roster-list th,
  .roster-list td {
    text-align: left;
    padding: 1rem 1.5rem; }
  .roster-list th {
    background: #063;
    color: #fff;
    font-weight: 300;
    white-space: nowrap; }
    .roster-list th.is-active {
      background: #063; }
    .roster-list th a {
      color: #fff;
      text-decoration: none; }
      .roster-list th a:link, .roster-list th a:visited {
        color: #fff; }
      .roster-list th a:hover, .roster-list th a:active, .roster-list th a:focus {
        color: #fff;
        text-decoration: underline; }
  .roster-list td {
    height: 75px; }
    .roster-list td.is-active {
      background: transparent; }
  .roster-list .tablesort {
    position: relative;
    top: 0.4rem;
    background-image: url(../images/twistie-up.svg); }
  .roster-list .tablesort--desc {
    top: 0.3rem;
    background-image: url(../images/twistie-down.svg); }
  .roster-list img {
    display: block;
    line-height: 1;
    width: 100%;
    max-width: 75px;
    height: auto; }
  .roster-list .views-field-field-email a,
  .roster-list .views-field-field-email a:link,
  .roster-list .views-field-field-email a:visited,
  .roster-list .views-field-field-email a:active,
  .roster-list .views-field-field-email a:focus,
  .roster-list .views-field-field-email a:hover {
    display: block;
    text-indent: 9999px;
    width: 32px;
    height: 26px;
    overflow: hidden;
    background: url(../images/email.svg) 0 0 no-repeat;
    background-size: cover; }

.roster-list__result-row {
  border-bottom: 1px solid #e1e1e1; }

.court-location-result {
  clear: both;
  border-bottom: 1px solid #f8f8f8; }

.court-location-result + .court-location-result {
  margin-top: 2rem; }
  @media screen and (min-width: 768px) {
    .court-location-result + .court-location-result {
      margin-top: 2.5rem; } }

.court-location-result__header {
  width: 100%;
  background: #f8f8f8;
  padding: 2rem; }
  @media screen and (min-width: 768px) {
    .court-location-result__header {
      padding: 2.5rem; } }
  .court-location-result__header h1 {
    font-size: 2.5rem;
    font-weight: 400;
    margin: 0;
    color: #6f9faa; }
  .court-location-result__header a {
    color: inherit;
    text-decoration: none; }
    .court-location-result__header a:link, .court-location-result__header a:visited {
      color: inherit; }
    .court-location-result__header a:hover, .court-location-result__header a:active, .court-location-result__header a:focus {
      color: #558691;
      text-decoration: underline; }

.court-location-result__content {
  position: relative;
  display: table;
  width: 100%; }

.court-location-result__image {
  padding: 0; }
  @media screen and (min-width: 768px) {
    .court-location-result__image {
      float: left;
      width: 33.333333%; } }
  @media screen and (min-width: 768px) {
    .court-location-result__image {
      display: table-cell;
      float: none;
      vertical-align: top;
      overflow: hidden;
      width: 35%;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover; } }
  .court-location-result__image img {
    display: block;
    width: 100%;
    height: auto;
    line-height: 1; }
    @media screen and (min-width: 768px) {
      .court-location-result__image img {
        display: none; } }

.court-location-result__body {
  width: 100%;
  padding: 2rem; }
  @media screen and (min-width: 768px) {
    .court-location-result__body {
      display: table-cell;
      padding: 2.5rem; } }
  @media screen and (min-width: 768px) {
    .court-location-result__body--image {
      float: left;
      width: 66.666667%; } }
  @media screen and (min-width: 768px) {
    .court-location-result__body--image {
      float: none; } }
  .court-location-result__body div + div {
    margin-top: 0.25em; }
  .court-location-result__body .views-label {
    font-weight: bold; }
  .court-location-result__body .views-field-nid {
    margin-top: 2rem; }
    @media screen and (min-width: 768px) {
      .court-location-result__body .views-field-nid {
        margin-top: 2.5rem; } }
  .court-location-result__body .views-field-field-court-address p {
    margin: 0; }

.court-hearings-result {
  clear: both;
  border-bottom: 1px solid #f8f8f8; }
  .court-hearings-result + .court-hearings-result {
    margin-top: 1.8rem; }

.court-hearings-result__get-directions {
  width: 100%;
  margin: 1rem 0; }
  .court-hearings-result__get-directions::before, .court-hearings-result__get-directions::after {
    display: table;
    content: '';
    clear: both; }

.court-hearings-result__header {
  background: #f8f8f8;
  padding: 2rem; }
  @media screen and (min-width: 768px) {
    .court-hearings-result__header {
      padding: 2.5rem; } }
  .court-hearings-result__header h1.court-hearings-result__title {
    font-size: 2.6rem;
    font-weight: 400;
    margin: 0;
    color: #063; }
  .court-hearings-result__header a {
    color: inherit;
    text-decoration: none; }
    .court-hearings-result__header a:link, .court-hearings-result__header a:visited, .court-hearings-result__header a:active, .court-hearings-result__header a:hover, .court-hearings-result__header a:focus {
      color: inherit; }
  .court-hearings-result__header span {
    font-size: 1.6rem; }

.court-hearings-result__body {
  margin: 2rem 0; }
  .court-hearings-result__body::before, .court-hearings-result__body::after {
    display: table;
    content: '';
    clear: both; }
  @media screen and (min-width: 768px) {
    .court-hearings-result__body {
      margin: 2.5rem 0; } }
  .court-hearings-result__body .views-field + .views-field {
    margin-top: 5px; }
  .court-hearings-result__body .views-label {
    font-weight: bold; }
  .court-hearings-result__body .address {
    margin-top: 0;
    margin-bottom: 0; }

@media screen and (min-width: 768px) {
  .court-hearings-results__body-1 {
    float: left;
    width: 50%; } }

@media screen and (min-width: 768px) {
  .court-hearings-results__body-2 {
    float: left;
    width: 50%; } }

.court-hearings-results__body-2 p {
  margin-bottom: 0; }
  .court-hearings-results__body-2 p + .court-hearings-results__body-2 p {
    margin-top: 0; }

.court-hearings-result_hearing-court {
  margin-bottom: 0; }

.court-hearings-results__room {
  margin-top: 0; }

.views-row.media-document {
  padding: 1rem 2rem;
  background: #f8f8f8; }
  @media screen and (min-width: 768px) {
    .views-row.media-document {
      padding: 1.25rem 2.5rem; } }
  .views-row.media-document + .views-row.media-document {
    margin-top: 10px; }
  .views-row.media-document .file a {
    text-decoration: none;
    color: #666; }
    .views-row.media-document .file a:link, .views-row.media-document .file a:visited {
      color: #666; }
    .views-row.media-document .file a:hover, .views-row.media-document .file a:active, .views-row.media-document .file a:focus {
      color: #666;
      text-decoration: underline; }
  .views-row.media-document > .views-field-field-document {
    font-weight: bold; }
  .views-row.media-document > .views-field-field-document-number,
  .views-row.media-document > .views-field-field-document-court-division,
  .views-row.media-document > .views-field-field-document-expiration {
    margin-left: 38px; }

.news-carousel > .content-container, .news-carousel > .column-mask--full-page__col-1, .news-carousel > .page-header__content, .news-carousel > .related-content-widget__content-container, .page-header .news-carousel > .views-exposed-form,
.home-header .news-carousel > .views-exposed-form {
  width: 930px;
  max-width: 100%; }

.view-news-carousel {
  margin-top: 60px;
  margin-bottom: 60px; }
  .view-news-carousel .slick__slider {
    max-width: 100%;
    padding: 0;
    box-sizing: border-box; }
  .view-news-carousel .slick,
  .view-news-carousel .slick-wrapper {
    position: static; }
  .view-news-carousel .slick__slide {
    padding: 30px 25px; }
    @media screen and (min-width: 1024px) {
      .view-news-carousel .slick__slide {
        padding: 30px 0; } }
    @media screen and (min-width: 768px) {
      .view-news-carousel .slick__slide {
        padding: 30px 70px; } }
  .view-news-carousel .slick-dots {
    top: -10px;
    left: 0;
    bottom: auto; }
    .view-news-carousel .slick-dots li button::before {
      background: #fff;
      border: 1px solid #999;
      content: "";
      width: 14px;
      height: 14px;
      margin: 0 4px;
      border-radius: 50%;
      behavior: url(/themes/vermont_judiciary/shims/PIE.htc);
      opacity: 1; }
    .view-news-carousel .slick-dots li.slick-active button::before {
      background: #333; }
  .view-news-carousel .slick-prev::before,
  .view-news-carousel .slick-next::before {
    font-size: 1em;
    content: none; }
  .view-news-carousel .slick__arrow button.slick-arrow {
    visibility: hidden;
    background: #999 no-repeat center center;
    border-radius: 0;
    height: 13rem;
    width: 45px;
    opacity: 0.25; }
    @media screen and (min-width: 768px) {
      .view-news-carousel .slick__arrow button.slick-arrow {
        visibility: visible; } }
    .view-news-carousel .slick__arrow button.slick-arrow::before {
      background: transparent;
      color: #fff;
      text-align: center; }
    .view-news-carousel .slick__arrow button.slick-arrow.slick-prev {
      background-image: url(../images/arrow-prev.svg);
      left: 5px; }
    .view-news-carousel .slick__arrow button.slick-arrow.slick-next {
      background-image: url(../images/arrow-next.svg);
      right: 3px; }
    .view-news-carousel .slick__arrow button.slick-arrow:hover {
      opacity: 0.6; }
  .view-news-carousel .news-carousel__image {
    clear: both; }
    .view-news-carousel .news-carousel__image img,
    .view-news-carousel .news-carousel__image picture {
      width: 100%; }
    @media screen and (min-width: 768px) {
      .view-news-carousel .news-carousel__image {
        float: right;
        clear: right;
        width: 290px;
        margin-right: 10px; } }
  .view-news-carousel .news-carousel__content {
    padding-top: 12px; }
    @media screen and (min-width: 768px) {
      .view-news-carousel .news-carousel__content {
        margin-right: 320px;
        padding-top: 0; } }
  .view-news-carousel h2.field-title,
  .view-news-carousel h2.field-title a,
  .view-news-carousel h2.field-title a:link,
  .view-news-carousel h2.field-title a:active,
  .view-news-carousel h2.field-title a:visited,
  .view-news-carousel h2.field-title a:focus,
  .view-news-carousel h2.field-title a:hover {
    margin-bottom: 0.5em;
    font-size: 28px;
    color: #5a8b76;
    text-decoration: none; }
  .view-news-carousel .views-more-link {
    margin-left: 0.5em; }
  .view-news-carousel .view-footer {
    margin-left: auto;
    margin-right: auto;
    text-align: center; }

.view-news-index {
  margin-top: 30px; }
  .view-news-index .view-empty {
    margin: 60px 2rem;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .view-news-index .view-empty {
        margin: 60px 2.5rem; } }
  .view-news-index .views-row {
    padding: 30px 0;
    border-bottom: 1px solid #ddd; }
  .view-news-index .news-index__image {
    clear: both; }
    .view-news-index .news-index__image img,
    .view-news-index .news-index__image picture {
      width: 100%; }
    @media screen and (min-width: 768px) {
      .view-news-index .news-index__image {
        float: left;
        clear: left;
        width: 215px; } }
  .view-news-index .news-index__content {
    padding-top: 12px; }
    @media screen and (min-width: 768px) {
      .view-news-index .news-index__content {
        margin-left: 240px;
        padding-top: 0; } }
  .view-news-index .field-news__date {
    font-style: italic; }
  .view-news-index h2.field-title,
  .view-news-index h2.field-title a,
  .view-news-index h2.field-title a:link,
  .view-news-index h2.field-title a:visited {
    margin-bottom: 0.5em;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none; }
  .view-news-index h2.field-title a:hover,
  .view-news-index h2.field-title a:focus,
  .view-news-index h2.field-title a:active {
    color: #0390dd; }
  .view-news-index .inline-more-link {
    margin-left: 0.5em; }

.search-content__content {
  margin: 30px 0; }

.search-content__empty {
  margin: 30px 0;
  text-align: center; }

.search-content__result {
  padding: 30px 0;
  border-bottom: 1px solid #ddd; }

.search-content__date {
  font-style: italic; }

.search-content__title a {
  margin-bottom: 0.5em;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #333; }
  .search-content__title a:link, .search-content__title a:visited {
    color: #333; }
  .search-content__title a:hover, .search-content__title a:active, .search-content__title a:focus {
    color: #0390dd; }

.search-content__document-number {
  margin-left: 38px; }

.supreme-court-document {
  padding: 1rem 2rem;
  background: #f8f8f8; }
  @media screen and (min-width: 768px) {
    .supreme-court-document {
      padding: 1.25rem 2.5rem; } }
  .supreme-court-document + .supreme-court-document {
    margin-top: 10px; }
  .supreme-court-document .file a {
    text-decoration: none;
    color: #666; }
    .supreme-court-document .file a:link, .supreme-court-document .file a:visited {
      color: #666; }
    .supreme-court-document .file a:hover, .supreme-court-document .file a:active, .supreme-court-document .file a:focus {
      text-decoration: underline; }

.page-header .views-exposed-form,
.home-header .views-exposed-form {
  background: transparent;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0; }
  .page-header .views-exposed-form .form__inline,
  .home-header .views-exposed-form .form__inline {
    width: 100%; }
    @media screen and (min-width: 768px) {
      .page-header .views-exposed-form .form__inline,
      .home-header .views-exposed-form .form__inline {
        width: 600px;
        margin-left: auto;
        margin-right: auto;
        padding: 0 2rem; } }
  .page-header .views-exposed-form + nav,
  .home-header .views-exposed-form + nav {
    margin-top: 0; }

.keyword-search {
  position: relative; }
  .keyword-search .form-type-textfield ::-webkit-input-placeholder {
    color: #fff; }
  .keyword-search .form-type-textfield :-moz-placeholder {
    color: #fff;
    opacity: 1; }
  .keyword-search .form-type-textfield ::-moz-placeholder {
    color: #fff;
    opacity: 1; }
  .keyword-search .form-type-textfield :-ms-input-placeholder {
    color: #fff; }
  @media screen and (min-width: 768px) {
    .keyword-search .form-type-textfield ::-webkit-input-placeholder {
      color: #666; }
    .keyword-search .form-type-textfield :-moz-placeholder {
      color: #666;
      opacity: 1; }
    .keyword-search .form-type-textfield ::-moz-placeholder {
      color: #666;
      opacity: 1; }
    .keyword-search .form-type-textfield :-ms-input-placeholder {
      color: #666; } }
  .keyword-search .form-type-textfield input[type=text] {
    vertical-align: middle;
    height: 60px;
    padding: 0 50px 0 30px;
    line-height: 60px;
    border: 1px solid #999;
    border-radius: 30px;
    box-sizing: border-box;
    color: #333;
    outline: none;
    width: 100%; }
    .keyword-search .form-type-textfield input[type=text]:hover {
      border-color: #666; }
  .keyword-search .form-submit {
    position: absolute;
    background: #e1e1e1 url("../images/search-white.svg") no-repeat center center;
    background-size: 20px;
    top: 10px;
    right: 10px;
    height: 40px;
    width: 40px;
    border: none;
    border-radius: 50%;
    text-indent: 9999px;
    overflow: hidden; }
    .keyword-search .form-submit:hover {
      background-color: #666; }

@media only print {
  .header,
  .region-primary-menu,
  .region-breadcrumb,
  .region-status,
  .region-sidebar-first,
  .footer[role=contentinfo] {
    display: none; }
  .content a::after {
    content: " [" attr(href) "] "; }
  .button {
    display: inline;
    border: 0 none;
    padding: 0;
    background-color: transparent;
    text-decoration: underline;
    text-align: left;
    border-radius: 0; } }

/*# sourceMappingURL=vermont_judiciary.css.map */
