@charset "UTF-8";
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: fallback;
  src: url("../fonts/roboto-bold.woff2") format("woff2"), url("../fonts/roboto-bold.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: url("../fonts/roboto-regular.woff2") format("woff2"), url("../fonts/roboto-regular.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-weight: 400;
  font-style: italic;
  font-display: fallback;
  src: url("../fonts/roboto-italic.woff2") format("woff2"), url("../fonts/roboto-italic.woff") format("woff");
}
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  font-display: fallback;
  src: url("../fonts/robotocondensed-bold.woff2") format("woff2"), url("../fonts/robotocondensed-bold.woff") format("woff");
}
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: url("../fonts/robotocondensed-regular.woff2") format("woff2"), url("../fonts/robotocondensed-regular.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 200;
  font-display: fallback;
  src: url("../fonts/robotocondensed-italic.woff2") format("woff2"), url("../fonts/robotocondensed-italic.woff") format("woff");
}
/* merriweather-regular - latin */
@font-face {
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/merriweather-v21-latin-regular.eot"); /* IE9 Compat Modes */
  src: local("Merriweather Regular"), local("Merriweather-Regular"), url("../fonts/merriweather-v21-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/merriweather-v21-latin-regular.woff2") format("woff2"), url("../fonts/merriweather-v21-latin-regular.woff") format("woff"), url("../fonts/merriweather-v21-latin-regular.ttf") format("truetype"), url("../fonts/merriweather-v21-latin-regular.svg#Merriweather") format("svg"); /* Legacy iOS */
}
/* stylelint-disable property-no-vendor-prefix */
* {
  box-sizing: inherit;
}
*::before, *::after {
  box-sizing: inherit;
}

a {
  color: #1765B3;
}
a:link, a:visited {
  text-decoration: none;
}
a:hover,
a a:active {
  text-decoration: underline;
}
a.ext {
  color: #1765B3;
}
a.node-preview-backlink {
  color: #ffff66;
  font-size: 2rem;
}

div {
  line-height: 1.6rem;
}

html {
  font-family: "Roboto", "Arial", sans-serif;
  font-size: 100%;
  line-height: 1.15;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  /* stylelint-disable-next-line font-family-no-duplicate-names */
  font-family: monospace, monospace;
  font-size: 1em;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  /* stylelint-disable-next-line font-family-no-duplicate-names */
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/*
button,
input {
  overflow: visible;
  background-color: #fafafa;
  border: 0;
  box-shadow: 0 0 4px rgba(0,0,0,0.3);
  transition: .3s box-shadow;
  padding: .5rem;
}
*/
.form-text,
.form-textarea,
.form-email,
.form-tel,
select {
  border: 1px solid #c7c7c7;
  border-radius: 5px;
  outline: 0;
  padding: 15px 20px;
  font-size: 1rem;
  width: 80%;
}

.slick-prev,
.slick-next {
  box-shadow: none;
}

/*
select {
  background-color: #fafafa;
  border: 0;
  box-shadow: 0 0 4px rgba(0,0,0,0.3);
  transition: .3s box-shadow;
  padding: .5rem;
}
*/
label {
  vertical-align: top;
  font-weight: bold;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  display: block;
}
@media screen and (min-width: 1024px) {
  label {
    width: 110px;
    display: inline-block;
  }
}

.form-item .description {
  padding: 0.5rem 0;
  color: #11181b;
  line-height: 1.2rem;
}
@media screen and (min-width: 1024px) {
  .form-item .description {
    margin-left: 120px;
  }
}
.form-item.form-type-webform-signature .description {
  margin-left: 0;
}

.user-login-form {
  max-width: 90%;
  width: auto;
  margin: 0 auto;
}
.node__content .user-login-form {
  max-width: none;
}
@media screen and (min-width: 1024px) {
  .user-login-form label {
    /* width: 100px; */
    padding-top: 0.8rem;
  }
}
@media (min-width: 1200px) {
  .user-login-form {
    max-width: 1288px;
  }
}

@media screen and (min-width: 1024px) {
  .webform-submission-form label {
    width: 200px;
    padding-top: 0.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .webform-submission-form .form-item .description {
    margin-left: 210px;
  }
}

.webform-elements .fieldset-wrapper {
  margin-top: 0.5rem;
}
.webform-elements .form-item {
  margin-top: 2rem;
}
@media screen and (min-width: 1024px) {
  .webform-elements .form-textarea-wrapper {
    display: inline-block;
    width: 80%;
  }
}
.webform-elements .form-type-webform-document-file .form-managed-file {
  display: inline-block;
}
.webform-elements .webform-multiple-table {
  display: inline-block;
}
.webform-elements .details-description {
  padding: 0.5rem 0;
}
.webform-elements a.tabledrag-handle .handle {
  width: 24px;
  height: 24px;
}
.webform-elements button.link {
  color: #0d5ca0;
}
.webform-elements input.button {
  border-radius: 4px;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted #6e0000;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

ul,
ol,
dl {
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1.25rem;
  margin: 3rem 0 0;
  font-family: "Merriweather", Helvetica, serif;
  line-height: 1.16;
}

h1 {
  font-size: 1.75rem;
  line-height: 1.16;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 3.5rem;
    line-height: 1.16;
  }
}

h2 {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: 1.375rem;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  h5 {
    font-size: 1.375rem;
  }
}

h6 {
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  h6 {
    font-size: 1.1875rem;
  }
}

p {
  line-height: 1.8rem;
}
p:first-child {
  margin-top: 0;
}

.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.inner-container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 543px) {
  .inner-container {
    max-width: 414px;
  }
}
@media (min-width: 544px) {
  .inner-container {
    max-width: 568px;
  }
}
@media (min-width: 768px) {
  .inner-container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .inner-container {
    max-width: 1024px;
  }
}
@media (min-width: 1200px) {
  .inner-container {
    max-width: 1288px;
  }
}

body {
  font-family: "Roboto", "Arial", sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}

ul,
ol {
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  line-height: 1.6rem;
}

svg.ext,
svg.mailto {
  width: 1rem;
  height: 1rem;
  padding: 0;
  fill: #1765B3;
  margin-left: 0.2rem;
  font-weight: 900;
  margin-left: 5px;
}
svg.ext path,
svg.mailto path {
  stroke: #1765B3;
}

svg.mailto {
  width: 1rem;
  height: 1rem;
  padding: 0;
  fill: #727272;
  margin-left: 0.2rem;
}

td {
  vertical-align: text-top;
}

.container {
  max-width: 90vw;
}

.two-column-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  -ms-grid-columns: 1fr;
}
.two-column-wrapper .node__content {
  order: 1;
  -ms-grid-row: 1;
}
.two-column-wrapper .left-sidebar {
  order: 2;
  -ms-grid-row: 2;
}
@media print {
  .two-column-wrapper .left-sidebar {
    visibility: hidden;
  }
}
@media screen and (min-width: 768px) {
  .two-column-wrapper .left-sidebar {
    order: 1;
    -ms-grid-row: 1;
  }
  .two-column-wrapper .node__content {
    order: 2;
    -ms-grid-row: 1;
  }
}

@media screen and (min-width: 768px) {
  .two-column-wrapper {
    /* testing only, remove */
    /* background-color: yellow; */
    display: grid;
    grid-template-columns: 1fr 4fr;
    -ms-grid-columns: 1fr 4fr;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1.2rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1540px) {
  .two-column-wrapper {
    max-width: 1288px;
  }
}
@media screen and (min-width: 768px) {
  .two-column-wrapper .container {
    max-width: none;
  }
  .two-column-wrapper .left-sidebar {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    margin-right: 1.6rem;
  }
  .two-column-wrapper .node__content {
    -ms-grid-column: 2;
    -ms-grid-column-span: 4;
  }
}
#block-uscourts-local-tasks > nav {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1540px) {
  #block-uscourts-local-tasks > nav {
    max-width: 1288px;
  }
}
#block-uscourts-local-tasks .tabs > .container {
  max-width: none;
}

.left-sidebar {
  margin: 0 1rem 60px 0;
}
@media screen and (min-width: 1024px) {
  .left-sidebar {
    margin-right: 0;
    margin-left: 0;
  }
}
.left-sidebar .menu {
  padding: 0;
  margin: 0 0 0 1rem;
}
@media screen and (min-width: 768px) {
  .left-sidebar .menu {
    margin: 0;
    min-width: 230px;
  }
}
.left-sidebar .menu .menu {
  margin-right: 0px;
}
.left-sidebar .menu-item {
  list-style-type: none;
  list-style-image: none;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(216, 216, 216) 100%);
  cursor: pointer;
  border: 1px solid rgb(211, 211, 211);
  margin: 0;
  padding-top: 0;
}
.left-sidebar .menu-item > span {
  display: none;
}
.left-sidebar .menu-item a {
  padding: 0.6rem;
  display: block;
}
.left-sidebar .menu-item a.is-active {
  background: #1b3f71;
  color: #f2f8ff;
}
.left-sidebar .menu-item.menu-item--is-active {
  background: #1b3f71;
}
.left-sidebar .menu-item.menu-item--is-active > a {
  color: #f2f8ff;
}
.left-sidebar .menu-item.menu-item--expanded {
  background: none;
  border: none;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .left-sidebar .menu-item.menu-item--expanded {
    margin-left: -1rem;
  }
}
.left-sidebar .menu-item.menu-item--expanded > a {
  display: block;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(216, 216, 216) 100%);
  cursor: pointer;
  border: 1px solid rgb(211, 211, 211);
  padding: 0.6rem;
  margin: 0;
}
.left-sidebar .menu-item.menu-item--expanded > a.is-active {
  background: #1b3f71;
  border: 1px solid rgb(211, 211, 211);
  color: #f2f8ff;
}
.left-sidebar .menu-item .menu-item {
  list-style-type: none;
  list-style-image: none;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(216, 216, 216) 100%);
  cursor: pointer;
  border: 1px solid rgb(211, 211, 211);
  margin: 0;
}
.left-sidebar .menu-item .menu-item a {
  font-size: 1rem;
}
.left-sidebar .menu-item .menu-item.menu-item--expanded {
  background: none;
  border: none;
}

.right-sidebar {
  margin-left: 1rem;
  margin-right: 1rem;
}
@media screen and (min-width: 1024px) {
  .right-sidebar {
    margin-right: 0;
    margin-left: 0;
    min-width: 160px;
  }
}

.pager__items {
  margin: 0;
  padding: 0;
}

.pager__item:hover a {
  color: #fff;
}
.pager__item.is-active .pager__control {
  color: #fff;
}

.file--application-pdf {
  background-image: url(../images/pdf.svg) !important;
  padding-left: 26px !important;
}

.webform-submission-form {
  padding: 1rem;
}

.node__content {
  max-width: 90%;
  width: auto;
  margin: 0 auto;
  margin-top: 10px;
  overflow: hidden;
}
.node__content .node__content {
  max-width: none;
}
@media screen and (min-width: 1024px) {
  .node__content {
    padding-top: 1rem;
  }
  .two-column-wrapper .node__content {
    border-top: 1px solid #D9D9D9;
  }
  .three-column-wrapper .node__content {
    border-top: 1px solid #D9D9D9;
    overflow: hidden;
  }
}
@media screen and (min-width: 1540px) {
  .node__content {
    max-width: 1288px;
  }
}
.node__content .paragraph {
  margin-bottom: 30px;
}
.path-frontpage .node__content {
  margin-top: 0;
  border-top: none;
  padding-top: 0;
}
.path-frontpage .node__content .paragraph {
  max-width: none;
}
.two-column-wrapper .node__content {
  color: #191919;
}
@media screen and (min-width: 1024px) {
  .two-column-wrapper .node__content {
    margin: 0;
  }
}
.three-columns-wrapper .node__content {
  margin: 0;
  max-width: none;
}

.node--type-article .two-column-wrapper .node__content .paragraph {
  /* max-width for readability */
  max-width: 780px;
  margin-left: 0;
}

.full-width-right-column .two-column-wrapper .node__content .paragraph {
  max-width: none;
}

td, th {
  text-align: left;
  padding: 1rem;
}

/**
 * landing page menu blocks @todo move to own file.
 */
.paragraph--type--block .menu {
  position: relative;
  margin-left: 2rem;
}
.paragraph--type--block .menu .menu-item {
  list-style-type: square;
}
.paragraph--type--block .menu .menu-item.menu-item--expanded {
  list-style-image: none;
  list-style-type: none;
}
.paragraph--type--block .menu .menu-item.menu-item--expanded::before {
  content: "▼";
  position: absolute;
  left: -20px;
  font-size: 0.7rem;
}
.paragraph--type--block .menu .menu-item.menu-item--expanded .menu {
  margin: 8px 0 0 30px;
}