body {
  font-size: 16px;
}

body * {
  line-height: 1.75em;
  font-size: inherit;
}

@media screen and (max-width: 768px) {
  body * {
    line-height: 1.4em;
  }
}

@media screen and (max-width: 425px) {
  body * {
    font-size: 18px;
  }
}

body * .hidden {
  display: none;
}

@font-face {
  font-family: 'Merriweather';
  src: url("/wp-content/themes/sjcsc/fonts/Merriweather-webfont.woff") format("woff"), url("/wp-content/themes/sjcsc/fonts/Merriweather-webfont.ttf") format("truetype");
}

@font-face {
  font-family: 'Merriweather Bold';
  src: url("/wp-content/themes/sjcsc/fonts/Merriweather-Bold-webfont.woff") format("woff"), url("/wp-content/themes/sjcsc/fonts/Merriweather-Bold-webfont.ttf") format("truetype");
}

@font-face {
  font-family: 'Roboto Bold';
  src: url("/wp-content/themes/sjcsc/fonts/Roboto-Bold.woff") format("woff"), url("/wp-content/themes/sjcsc/fonts/Roboto-Bold.ttf") format("truetype");
}

@font-face {
  font-family: 'Roboto Medium';
  src: url("/wp-content/themes/sjcsc/fonts/Roboto-Medium.woff") format("woff"), url("/wp-content/themes/sjcsc/fonts/Roboto-Medium.ttf") format("truetype");
}

@font-face {
  font-family: 'Roboto Light';
  src: url("/wp-content/themes/sjcsc/fonts/Roboto-Light.woff") format("woff"), url("/wp-content/themes/sjcsc/fonts/Roboto-Light.ttf") format("truetype");
}

@font-face {
  font-family: 'Roboto Medium Italic';
  src: url("/wp-content/themes/sjcsc/fonts/Roboto-MediumItalic.woff") format("woff"), url("/wp-content/themes/sjcsc/fonts/Roboto-MediumItalic.ttf") format("truetype");
}

strong, em {
  font-family: 'Roboto Medium', sans-serif;
  font-weight: normal;
}

h1, h2 {
  color: #33669a;
  font-family: 'Merriweather Bold', serif !important;
}

h3, h4, h5 {
  color: #33669a;
  font-family: 'Merriweather', serif !important;
}

h3 a, h4 a, h5 a {
  color: #33669a;
}

h1 {
  font-size: 4em;
}

@media screen and (max-width: 425px) {
  h1 {
    margin: 1em 0px 0px 0px;
  }
}

h2 {
  font-size: 3em;
}

h3 {
  font-size: 1.666666667em;
}

h4 {
  font-size: 1.333333333em;
}

h5 {
  font-size: 1.125em;
}

a {
  color: #33669a;
}

body {
  background: url("/wp-content/themes/sjcsc/img/background-elements.svg");
  background-position: top center;
  background-size: 100%;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: "Roboto Light",sans-serif;
}

@media screen and (max-width: 425px) {
  body {
    background: none;
  }
}

body .content {
  margin: 0 auto;
}

@media screen and (max-width: 425px) {
  body ul {
    margin: 0px 0px 1.75rem 0.75em;
  }
}

header {
  margin: 0 auto;
  width: 80%;
  display: grid !important;
  grid-template-columns: 3fr 5fr;
  grid-template-rows: auto;
  grid-template-areas: "branding navigation";
}

@media screen and (max-width: 425px) {
  header {
    width: 100%;
    grid-template-columns: auto;
    grid-template-areas: 'navigation' 'branding';
  }
}

@media screen and (min-width: 426px) and (max-width: 768px) {
  header {
    width: 100%;
    grid-template-columns: 4fr 2fr;
    grid-template-areas: "branding navigation";
    grid-template-rows: auto;
  }
}

@media screen and (max-width: 1089px) and (min-width: 769px) {
  header {
    width: 80%;
    margin: 0 auto;
    grid-template-columns: 4fr 2fr;
    grid-template-areas: "branding navigation";
    grid-template-rows: auto;
  }
}

@media screen and (max-width: 1660px) and (min-width: 1090px) {
  header {
    width: 80%;
    margin: 0 auto;
    grid-template-columns: 3fr 6fr;
    grid-template-areas: "branding navigation";
    grid-template-rows: auto;
  }
}

header #branding {
  grid-area: branding;
  display: grid;
}

header #branding .logo {
  text-indent: -999em;
}

@media screen and (max-width: 425px) {
  header #branding .logo {
    margin: 0.5em 0 0 0;
  }
}

header #branding .logo a {
  background: url("/wp-content/themes/sjcsc/img/COURT-WORDMARK.svg");
  width: 440px;
  height: 80px;
  display: block;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1024px) {
  header #branding .logo a {
    width: 90%;
    margin: 0 auto;
    background-size: 100%;
  }
}

@media screen and (max-width: 1660px) and (min-width: 1024px) {
  header #branding .logo a {
    background-size: 100%;
    width: 90%;
    height: 80px;
    margin-top: 20px;
    margin-left: 20px;
  }
}

nav {
  grid-area: navigation;
  display: grid;
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-columns: auto;
  grid-template-areas: "spacer top bottom";
}

@media screen and (max-width: 1089px) {
  nav {
    display: none !important;
  }
}

nav .spacer {
  grid-area: spacer;
  height: 2vh;
}

nav .top-nav {
  grid-area: top;
  display: block;
  text-align: right;
  padding-bottom: 2vh;
}

nav .bottom-nav {
  grid-area: bottom;
  display: grid;
  justify-self: end;
  justify-content: end;
  justify-items: end;
  padding-top: 1vh;
}

.post-navigation {
  display: flex;
  justify-self: center;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: space-between;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 10%;
}

.post-navigation div {
  display: flex;
  font-family: "Roboto Medium",sans-serif;
}

.top-nav > * {
  display: inline-block !important;
  position: relative;
}

.top-nav .wrappa {
  padding-right: 1em;
}

.top-nav .wrappa #language {
  height: 2.3em;
  width: 14em;
  padding-left: 5px;
}

.top-nav ul {
  list-style-type: none;
}

.top-nav ul li {
  display: inline-block;
  vertical-align: middle;
}

.top-nav ul li.smallerfont {
  text-indent: -999em;
}

.top-nav ul li.smallerfont a {
  background: url("/wp-content/themes/sjcsc/img/SMALLESTICON.svg");
  display: block;
  width: 28px;
  height: 26px;
  position: relative;
}

.top-nav ul li.normalfont {
  text-indent: -999em;
}

.top-nav ul li.normalfont a {
  background: url("/wp-content/themes/sjcsc/img/MEDIUMICON.svg");
  display: block;
  width: 29px;
  height: 29px;
  position: relative;
}

.top-nav ul li.largerfont {
  text-indent: -999em;
  margin-right: 20px;
}

.top-nav ul li.largerfont a {
  background: url("/wp-content/themes/sjcsc/img/LARGESTICON.svg");
  display: block;
  height: 31px;
  width: 31px;
  position: relative;
}

.top-nav ul li.sitesearch {
  text-indent: -999em;
}

.top-nav ul li.sitesearch a {
  background: url("/wp-content/themes/sjcsc/img/MAGNIFIYINGGLASS.svg");
  display: block;
  height: 24px;
  width: 19px;
  position: relative;
}

.top-nav ul li.forenglish {
  display: none;
}

.top-nav ul li.forenglish a {
  padding: 5px 10px 5px 20px;
}

.top-nav ul li.forspanish {
  display: none;
}

.top-nav ul li.forspanish a {
  padding: 5px 20px 5px 10px;
}

.bottom-nav ul {
  list-style-type: none;
}

.bottom-nav ul li {
  display: inline-block;
  margin: 0px 10px;
}

.bottom-nav ul li a {
  padding: 5px 0px 20px 0px;
}

.bottom-nav ul li:last-child {
  margin: 0px 0px 0px 10px;
}

.bottom-nav ul li:hover ul {
  display: block;
  position: absolute;
  z-index: 999;
  width: 240px;
  height: auto;
  padding: 0px;
  background-color: white;
  left: -150px;
}

.bottom-nav ul li:hover ul li {
  display: block;
  width: 100%;
  margin: 0;
}

.bottom-nav ul li:hover ul li:last-child {
  margin: 0px;
}

.bottom-nav ul li:hover ul li a {
  padding: 5px 20px;
  width: 100%;
}

.bottom-nav ul li:hover ul li a:hover {
  background-color: #33669a;
  color: #e3e5e8;
}

footer {
  margin: 0 auto;
  width: 100%;
}

footer #prefooter {
  background: #3a3a3a;
  color: #e3e5e8;
  width: 100%;
  padding: 4%;
}

@media screen and (max-width: 1280px) {
  footer #prefooter {
    display: none;
  }
}

footer #prefooter .content {
  display: grid;
  grid-template-areas: "none noneb ntwo nthree nfour nfive";
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  column-gap: 2em;
}

@media screen and (max-width: 425px) {
  footer #prefooter .content {
    grid-template-areas: 'none' 'noneb' 'ntwo' 'nthree' 'nfour' 'nfive';
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: auto;
    column-gap: 0;
    row-gap: 2em;
  }
}

footer #prefooter .content h4 {
  font-size: 1.125em;
  margin: 2em 0px 0px 0px;
  padding: 0;
  color: #e3e5e8;
}

footer #prefooter .content ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

footer #prefooter .content ul li {
  padding: 0;
  margin: 0;
}

footer #prefooter .content ul li a {
  color: #e3e5e8;
  text-decoration: none;
}

footer #prefooter .content ul li a:hover {
  text-decoration: underline;
}

footer #prefooter .content .none {
  grid-area: none;
}

footer #prefooter .content .noneb {
  grid-area: noneb;
}

footer #prefooter .content .ntwo {
  grid-area: ntwo;
}

footer #prefooter .content .nthree {
  grid-area: nthree;
}

footer #prefooter .content .nfour {
  grid-area: nfour;
}

footer #prefooter .content .nfive {
  grid-area: nfive;
}

footer #colophon {
  color: #3a3a3a;
}

footer #colophon .branding {
  padding: 6% 0px 4% 0px;
  text-align: center;
}

@media screen and (max-width: 425px) {
  footer #colophon .branding {
    padding: 20% 0px 18% 0px;
  }
}

footer #colophon .content {
  width: 80%;
  margin: 0 auto;
}

footer #colophon .sub-footer {
  display: grid;
  grid-template-areas: "one two three four five";
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  column-gap: 20px;
  font-size: 0.85em;
}

@media screen and (max-width: 425px) {
  footer #colophon .sub-footer {
    grid-template-areas: 'one' 'two' 'three' 'four' 'five';
    grid-template-columns: auto;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
    row-gap: 30px;
    text-align: center;
  }
}

footer #colophon .sub-footer .one {
  grid-area: one;
}

footer #colophon .sub-footer .two {
  grid-area: two;
}

footer #colophon .sub-footer .three {
  grid-area: three;
}

footer #colophon .sub-footer .four {
  grid-area: four;
}

footer #colophon .sub-footer .five {
  grid-area: five;
}

footer #colophon a {
  text-decoration: underline;
  color: #33669a;
}

.hidden {
  display: none;
}

/*
*
*       Home Page Specific Styles
*
*/
#main-content {
  width: 100%;
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
  #main-content .wp-block-column {
    flex-basis: 50% !important;
  }
}

/*
*
*       Icon Bar
*
*/
#icon-bar {
  margin: 2% 0px;
  padding: 2% 0px 1% 0px;
  background: #e3e5e8;
  width: 100%;
}

@media screen and (max-width: 425px) {
  #icon-bar {
    padding: 3rem 0px;
  }
}

#icon-bar .content {
  display: grid;
  grid-template-areas: "ibone ibtwo ibthree ibfour ibfive";
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  justify-content: center;
}

@media screen and (max-width: 511px) {
  #icon-bar .content {
    grid-template-areas: 'ibone' 'ibtwo' 'ibthree' 'ibfour' 'ibfive';
    grid-template-columns: auto;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
    row-gap: 40px;
  }
}

@media screen and (min-width: 512px) and (max-width: 768px) {
  #icon-bar .content {
    grid-template-areas: 'ibone ibtwo ibthree' 'ibfour ibfive ibsix';
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    row-gap: 40px;
  }
}

#icon-bar .content div {
  display: grid;
  align-content: center;
  justify-content: center;
}

#icon-bar .content div img {
  width: 160px;
  height: 140px;
}

#icon-bar .content div a {
  text-decoration: none;
}

#icon-bar .content div h4.link-title {
  font-size: 1.125em !important;
  font-family: 'Roboto Medium', sans-serif !important;
  text-align: center;
  color: #33669a;
}

#icon-bar .content .one {
  grid-area: ibone;
}

#icon-bar .content .two {
  grid-area: ibtwo;
}

#icon-bar .content .three {
  grid-area: ibthree;
}

#icon-bar .content .three img {
  width: 100px;
  rotate: -20deg;
  margin: 0px 40px;
}

#icon-bar .content .four {
  grid-area: ibfour;
}

#icon-bar .content .four img {
  width: 120px;
}

#icon-bar .content .five {
  grid-area: ibfive;
}

#icon-bar .content .six {
  grid-area: ibsix;
  display: none;
}

@media screen and (min-width: 512px) and (max-width: 768px) {
  #icon-bar .content .six {
    display: block;
  }
}

/*
*
*       Mission
*
*/
#mission {
  background: #e3e5e8;
  padding: 6% 15%;
  color: #3a3a3a;
}

@media screen and (max-width: 768px) {
  #mission {
    padding: 3rem 20px;
    line-height: 1.75em;
  }
  #mission * {
    line-height: 1.75em;
  }
}

#mission h3 {
  border-top: 6px solid #33669a;
  width: max-content;
}

/*
*
*       Court News
*
*/
#court-news {
  margin: 2% 0px;
}

@media screen and (max-width: 768px) {
  #court-news {
    margin: 3rem 0px;
  }
}

#court-news .content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "left right";
  grid-template-rows: auto;
}

@media screen and (max-width: 992px) {
  #court-news .content {
    grid-template-areas: 'left' 'right';
    grid-template-columns: auto;
    grid-template-rows: 1fr auto;
  }
}

#court-news .content .left-col {
  grid-area: left;
  justify-self: center;
  align-self: center;
  padding: 2% 4%;
}

@media screen and (max-width: 425px) {
  #court-news .content .left-col {
    margin-bottom: 40px;
  }
}

#court-news .content .left-col img {
  width: auto;
  height: auto;
}

#court-news .content .right-col {
  grid-area: right;
}

@media screen and (max-width: 768px) {
  #court-news .content .right-col {
    padding: 0px 20px;
  }
}

#court-news .content .right-col .inner-wrapper {
  padding: 2% 0px;
  display: flex;
  flex-direction: column;
  width: 95%;
}

@media screen and (max-width: 992px) {
  #court-news .content .right-col .inner-wrapper {
    width: 90%;
    margin: 0 auto;
  }
}

#court-news .content .right-col .inner-wrapper h3 {
  border-top: 6px solid #33669a;
  width: max-content;
}

#court-news .content .right-col .inner-wrapper .article-title {
  padding: 2% 0px;
}

#court-news .content .right-col .inner-wrapper .news-link {
  display: flex;
  padding-top: 10%;
}

@media screen and (max-width: 1024px) {
  #court-news .content .right-col .inner-wrapper .news-link {
    padding-top: 2em;
  }
}

#court-news .content .right-col .inner-wrapper .news-link .vertical-divider {
  padding: 0px 10px;
}

.home-content #main-content {
  color: #3a3a3a;
  font-family: "Roboto Light", sans-serif;
}

.home-content #main-content h2 {
  font-size: 1.5em;
  font-family: "Merriweather Bold", serif;
  text-transform: uppercase;
}

.home-content #main-content .sidebar {
  flex-grow: 1;
  flex-basis: 0%;
  padding: 10% 5% 0px 0px;
  line-height: 28px;
  margin-left: -150px;
  margin-right: 150px;
}

@media screen and (max-width: 1660px) and (min-width: 769px) {
  .home-content #main-content .sidebar {
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  .home-content #main-content .sidebar {
    margin: 0;
  }
}

@media screen and (max-width: 425px) {
  .home-content #main-content .sidebar {
    padding: 0px 20px 10% 20px;
  }
}

.home-content pre.reverse-heading {
  background: #33669a;
  color: #e3e5e8;
  text-transform: uppercase;
  font-family: "Roboto Italic", sans-serif;
  font-style: italic;
  line-height: auto;
  margin-bottom: 10px;
  max-width: auto;
  overflow: auto;
  padding: 1em 2em;
  width: max-content !important;
}

.internal {
  width: 80%;
  margin: 0 auto;
  color: #3a3a3a;
}

.internal ul {
  margin: 0 0 1.5em 2em;
}

.internal ol {
  margin: 0 0 1.5em 2em;
}

@media screen and (max-width: 781px) {
  .internal {
    width: 90%;
  }
}

@media screen and (min-width: 600px) and (max-width: 781px) {
  .internal .wp-block-columns .wp-block-column {
    flex-basis: 100% !important;
    flex-grow: 1 !important;
  }
}

@media screen and (min-width: 600px) and (max-width: 781px) {
  .internal .wp-block-column:nth-child(2n) {
    margin-left: 0px !important;
  }
}

.internal ul li {
  margin-bottom: 1em;
}

.internal table {
  border: 1px solid #3a3a3a;
}

.internal table tr {
  border: 1px solid #3a3a3a;
}

.internal table tr td {
  border: 1px solid #3a3a3a;
  padding: 10px;
}

.internal h3, .internal h4, .internal h5 {
  color: #3a3a3a;
}

.internal .sidebar {
  background: #3C78B4;
  padding: 20px;
  color: white;
}

.internal .sidebar h2, .internal .sidebar h3, .internal .sidebar h4, .internal .sidebar h5 {
  color: white;
}

.internal .sidebar h2 {
  font-size: 1.5em;
}

.internal .sidebar h3 {
  font-size: 1.25em;
}

.internal .sidebar h4 {
  font-size: 1.125em;
}

.internal .sidebar h5 {
  font-size: 1em;
}

.internal .sidebar li {
  list-style-type: none;
}

.internal .sidebar li.widget_text {
  padding: 0;
}

.internal .sidebar .textwidget h3 {
  font-size: 1em;
  font-family: 'Roboto Medium', sans-serif !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0px 0px 30px 0px;
  padding: 20px 0px 30px 0px;
  border-bottom: 1px solid #e3e5e8;
}

.internal .sidebar .textwidget h3 a {
  padding: 10px 30px;
  text-decoration: none;
  border: 1px solid #e3e5e8;
  border-radius: 5px;
  width: 210px;
  margin: 2em auto;
  display: block;
  text-align: center;
  background: #3a3a3a;
}

.internal .sidebar .textwidget h3 a:hover {
  background: #e3e5e8;
  color: #33669a;
}

.internal .sidebar hr {
  margin-top: -30px !important;
  border: 1px solid #e3e5e8;
}

.internal .sidebar a {
  color: white;
  text-decoration: underline;
  font-weight: normal;
}

/*
*
*       Articles
*
*/
article .content {
  width: 80%;
  margin: 0 auto;
}

/*
*
*       Styles for the login pages.
*
*/
#login-designer-logo-h1, body.login #login h1 a {
  width: 374px;
  height: 84px;
}

#login-designer-logo, body.login #login h1 a {
  background-size: 314px 84px;
}

@media only screen and (min-width: 800px) {
  body.login.login-designer-template-01 #login {
    padding: 15% 0 0;
  }
}

#myModal {
  display: none;
}

#myModal .modal-dialog {
  background: white;
  max-width: 40%;
  max-height: 40%;
  min-height: 20%;
  vertical-align: middle;
  margin-top: 15%;
  margin-bottom: auto;
  padding: 2em;
  z-index: 9999;
}

#myModal .modal-dialog * {
  z-index: 9999;
}

#myModal .modal-dialog p {
  display: block;
  width: 100%;
  position: relative;
  flex-shrink: 0;
  flex-grow: 0;
}

/*
*
*       Responsive menu
*
*/
#menu-trigger {
  display: none;
}

@media screen and (max-width: 1089px) {
  #menu-trigger {
    display: block;
    background: #33669a;
    color: #e3e5e8;
    width: fit-content;
    padding: 6px 30px 5px 30px;
    height: 40px;
    text-align: center;
    border-radius: 100px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    grid-area: 'navigation';
  }
  #menu-trigger .smallish {
    font-size: 1rem;
    margin-top: 0px;
    display: inline-block;
    vertical-align: middle;
  }
}

@media screen and (max-width: 768px) {
  #menu-trigger {
    display: block;
    background: #33669a;
    color: #e3e5e8;
    width: fit-content;
    padding: 8px 30px 5px 30px;
    height: 40px;
    text-align: center;
    border-radius: 100px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    grid-area: 'navigation';
  }
  #menu-trigger .smallish {
    font-size: 1rem;
    margin-top: 0px;
    display: inline-block;
    vertical-align: middle;
  }
}

@media screen and (max-width: 425px) {
  #menu-trigger {
    margin: 0 auto;
    padding: 1em 2em;
    border-radius: 0px;
    margin-top: 0px;
    width: 100%;
    height: auto;
    font-size: 1.5em;
  }
  #menu-trigger .smallish {
    font-size: inherit;
    margin-top: 0px;
    display: inline-block;
    vertical-align: middle;
  }
}

#menu-close {
  text-align: center;
  color: #e3e5e8;
  background: #33669a;
  width: 100%;
  padding: 1.5em 2em;
}

@media screen and (max-width: 425px) {
  #menu-close {
    padding: 0.4em 2em;
    margin-top: 0;
    font-size: 1.5em;
  }
}

#responsive-menu {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  background: white;
  height: 100%;
  width: 100%;
}

#responsive-menu * {
  line-height: 2.5em;
}

#responsive-menu .inner-wrapper {
  overflow-y: scroll;
  overflow-x: visible;
  height: 100%;
  width: auto;
  word-wrap: break-word;
  padding: 2em 0px 8em 0px;
}

#responsive-menu ul {
  list-style-type: none;
  margin: 20px 40px;
  padding: 0;
}

#responsive-menu ul ul {
  margin: 0px 0px 40px 20px;
  padding: 0;
}

#responsive-menu ul ul li {
  font-weight: normal;
  font-family: "Roboto Light", sans-serif;
}

#responsive-menu ul li {
  list-style-type: none;
  display: block;
  font-weight: bold;
  font-family: "Roboto Bold",sans-serif;
}

.header-img {
  display: flex;
  padding-left: 50px;
}

@media screen and (max-width: 1660px) {
  .header-img {
    padding-left: 0px;
    margin-bottom: 40px;
    height: auto;
    width: auto;
  }
}

.header-img img {
  margin: 0 auto;
}

/*
*
*       Modal Window.
*      We made our own modal because the Bootstrap one wasn't working correctly.
*      It's not hard to do if you think about it
*
*/
.popit {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.popit .popwrapper {
  width: 400px;
  height: auto;
  position: fixed;
  margin: 0 40%;
  top: 20vh;
  background: white;
  border-radius: 10px;
  display: block;
  padding: 2em;
  z-index: 9999;
}

.popit .popwrapper label {
  margin-bottom: 1em;
}

.popit .popwrapper * {
  z-index: 10000;
}

/*
*
*      Overrides
*
*/
.app-content h3 {
  color: #3a3a3a !important;
}

.mat-toolbar, .mat-toolbar.mat-primary {
  background: none !important;
}

.mat-toolbar-row, .mat-toolbar-single-row {
  padding: 0px !important;
}

.mat-toolbar h1 {
  margin-left: 0 !important;
}

.mat-toolbar h2 {
  margin-left: 0 !important;
}

.mat-toolbar h3 {
  margin-left: 0 !important;
}

main {
  padding: 0 !important;
  margin-bottom: 4em;
}

main .center {
  width: 100% !important;
}

main .center p .text {
  width: 100%;
}

main .centerList {
  width: 100% !important;
  margin-left: 2em !important;
  margin-bottom: 3em !important;
}

input[type="text"] {
  padding: 0.5em 1em;
}

input[type="email"] {
  padding: 0.5em 1em;
}

input[type="telephone"] {
  padding: 0.5em 1em;
}

input[type="submit"].form-control {
  width: 20em !important;
  padding: 1em 2em !important;
}

form[name="signupForm"] input {
  margin-bottom: 0.5em;
}

form[name="signupForm"] select {
  margin-bottom: 0.5em;
}

@media screen and (max-width: 768px) {
  form[name="signupForm"] .col-xs-4 {
    width: 100% !important;
    display: block;
  }
  form[name="signupForm"] .col-xs-6 {
    width: 100% !important;
    display: block;
  }
  form[name="signupForm"] .form-control {
    display: block !important;
    width: 100% !important;
  }
}

@media screen and (max-width: 625px) {
  form[name="signupForm"] .col-xs-7 {
    display: block !important;
    width: 100% !important;
  }
  form[name="signupForm"] .col-xs-5 {
    display: block !important;
    width: 100% !important;
  }
}

.wp-block-table table {
  border: 0;
  width: 98%;
}

.wp-block-table table tr th {
  font-family: 'Roboto Medium', sans-serif;
  font-weight: normal;
}

.wp-block-table table tr {
  border: 0;
}

court-calendars .entry-header {
  display: flex;
  flex-basis: auto;
  flex-grow: 1;
}

court-calendars .entry-header h3.entry-title {
  display: flex;
  flex-grow: 1;
}

court-calendars .entry-header h3 button {
  display: flex;
  flex-flow: row;
  text-align: center;
}

judicial-assignments .entry-header {
  display: flex;
  flex-basis: auto;
  flex-grow: 1;
}

judicial-assignments .entry-header h3.entry-title {
  display: flex;
  flex-grow: 1;
}

judicial-assignments .entry-header h3 button {
  display: flex;
  flex-flow: row;
  text-align: center;
}

label {
  font-size: 16px;
  color: #3a3a3a;
}

.required {
  color: #AD0000 !important;
}

._720kb-datepicker-calendar-header:nth-child(odd) {
  background: #3C78B4 !important;
}

._720kb-datepicker-calendar-month span {
  color: white !important;
}

._720kb-datepicker-calendar-days-header {
  background: #afbfd4 !important;
}

.internal .the_posts {
  list-style-type: none;
  margin: 0 !important;
  padding: 0;
}

.internal .the_posts li {
  margin-bottom: 0em !important;
}

.internal ul.news-listings {
  list-style-type: none !important;
  margin: 0 0 3em 0 !important;
  padding: 0;
}

.internal ul.news-listings li {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.odr-link a {
  margin-top: -60px;
  position: relative;
  display: block;
  text-decoration: none;
}

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