/*
Theme Name: STB Wordpress Theme
Theme URI: https://www.stb.gov
Description: STB Default Theme
Author: STB
Author URI: https://www.stb.gov
Version: 1.0
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu (optional)

License: Public Domain
License URI: N/A

*/
/*
 * Globals
 */
body {
  font-family: 'Open Sans', sans-serif;
  color: #555;
  font-size: 12px; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  color: #333; }

.clear {
  clear: both; }

.clear-rigth {
  clear: right; }

/*
 * Override Bootstrap's default container.
 */
@media (min-width: 1440px) {
  .container {
    width: 1440px; } }
@media (max-width: 1439.98px) {
  .container {
    width: 100%; } }
/*
 * Masthead for nav
 */
.stb-masthead {
  background-color: #44546a; }

.usa {
  color: #000;
  font-size: 1rem;
  background-color: #f1f1f1;
  width: 100%;
  margin: 0;
  padding: .5em 0; }

.usa-flag_icon {
  padding-right: .5rem; }

/* Nav links */
.menu-stb-container {
  margin: 0;
  padding: 0;
  z-index: 100; }

.stb-nav-item {
  position: relative;
  display: inline-block;
  padding: 10px;
  color: #cdddeb;
  z-index: 100; }
  .stb-nav-item:hover, .stb-nav-item:focus {
    color: #fff;
    text-decoration: none; }

.stb-nav {
  margin: 0;
  padding: 0;
  padding-left: 22rem;
  margin-top: 10px;
  z-index: 100; }
  .stb-nav ul {
    z-index: 100; }
  .stb-nav li {
    position: relative;
    display: inline-block;
    font-weight: 500;
    z-index: 100; }
    .stb-nav li:last-child ul {
      right: 0;
      left: auto; }
    .stb-nav li a {
      color: #fff;
      text-transform: uppercase;
      display: block;
      padding: 20px 20px;
      text-align: left;
      z-index: 100; }
      .stb-nav li a:hover {
        text-decoration: none;
        z-index: 100;
        background-color: #0071bc; }
  .stb-nav .menu-item li a {
    padding: 10px 20px; }

.stb-nav li:last-of-type a:hover {
  background-color: transparent !important; }

@media (min-width: 992px) {
  .stb-nav .menu .menu-item:last-of-type {
    float: right;
    margin-left: auto; }
    .stb-nav .menu .menu-item:last-of-type a {
      padding-left: 0;
      padding-right: 0; }
  .stb-nav .menu .menu-item .menu-item:last-of-type {
    float: none; }
    .stb-nav .menu .menu-item .menu-item:last-of-type a {
      padding-left: 20px;
      padding-right: 20px; } }
.menu-stb-container .sub-menu {
  padding: 0;
  position: absolute;
  top: 56px;
  left: 0;
  width: 175px;
  display: none;
  opacity: 0;
  visibility: hidden; }
  .menu-stb-container .sub-menu li {
    background-color: #dae3f3;
    display: block;
    color: #fff; }
    .menu-stb-container .sub-menu li:hover {
      background: #112E51; }
.menu-stb-container ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
  z-index: 100; }

.stb-nav .menu-stb-container .sub-menu li ul {
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 175px;
  display: none;
  opacity: 0;
  visibility: hidden; }
.stb-nav .menu-stb-container .sub-menu .sub-menu:last-child {
  right: -175px;
  left: auto !important; }
.stb-nav .menu-stb-container .sub-menu li ul li {
  background-color: #1c6dca;
  display: block;
  color: #fff; }
  .stb-nav .menu-stb-container .sub-menu li ul li:hover {
    background: #112E51; }
.stb-nav .menu-stb-container .sub-menu li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
  z-index: 100;
  left: 100%; }

.menu-trigger {
  display: none;
  color: #F8ECC2; }

input[type=checkbox] {
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: -10; }

label {
  cursor: pointer;
  -webkit-user-select: none;
  /* Chrome, Opera, Safari */
  -moz-user-select: none;
  /* Firefox 2+ */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Standard syntax */
  z-index: -10; }

/*
 * Blog name and description
 */
.stb-header {
  width: 100%;
  margin: 0;
  padding: 1.5rem;
  padding-left: 6rem; }

.stb-logo {
  position: relative;
  display: inline-block;
  float: left;
  height: 80px;
  width: 80px;
  background-color: #E6E7E8;
  border-radius: 50%;
  top: 1.5rem;
  z-index: 20; }

.stb-title {
  position: relative;
  display: inline-block;
  float: left;
  color: #fff;
  font-family: 'Vollkorn', serif;
  font-weight: bold;
  font-size: 120%;
  top: 2.1rem;
  margin-left: 2rem; }
  .stb-title a {
    color: #FFF; }
    .stb-title a:hover {
      color: #FFF; }

.stb-description {
  font-size: 20px;
  color: #999; }

.page-banner {
  background-image: url("");
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  background-size: cover;
  padding-bottom: 10%; }

.banner-block {
  display: inline-block;
  background: rgba(89, 89, 89, 0.5);
  float: right;
  margin-top: 23rem;
  padding-left: 4rem;
  padding-right: 4rem;
  padding-top: 1rem;
  padding-bottom: 2rem; }

.keep-america-moving-1 {
  color: #fff;
  font-size: 400%; }

.keep-america-moving-2 {
  color: #fff;
  font-size: 250%;
  font-weight: normal; }

.gray-block {
  background: #f2f2f2;
  margin: 0;
  padding: 1rem; }

@media screen and (max-width: 480px) {
  .logo {
    top: 1.8rem;
    left: 1.2rem; } }
splash {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-left: 0;
  margin-top: -5rem; }

.splash:last-child {
  margin-right: 0; }
.splash .wallpaper {
  width: 100%;
  height: 310px; }
.splash h1 {
  position: absolute;
  top: 50vh;
  text-align: right;
  font-size: 3.6rem;
  padding: 30px 50px;
  z-index: 1;
  color: #fff;
  background-color: #03253e;
  background-color: rgba(0, 0, 0, 0.4); }

.header {
  color: #fff;
  background-color: #03253e;
  background-color: rgba(0, 0, 0, 0.4); }

.splash #medium-italic {
  font-style: italic;
  font-size: 3.5rem; }
.splash #small-normal {
  font-size: 2.5rem; }

.splashhomecontent {
  min-width: 460px;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
  padding-bottom: 0px;
  margin-top: 37px;
  width: 171%; }

.splashhomecontentbody {
  color: #fff;
  width: 400px;
  font-size: 17px;
  padding: 10px;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  line-height: 27px; }
  .splashhomecontentbody a {
    color: #fff; }

.index-background {
  background-color: #FFF; }

.index-divider {
  background-color: #f2f3f4;
  display: block;
  height: auto;
  padding-top: 2.5em;
  padding-bottom: 1em;
  position: relative;
  float: left;
  clear: both; }

/*
 * Main column and sidebar layout
 */
.stb-main {
  font-size: 18px;
  line-height: 1.5; }

/* Sidebar modules for boxing content */
.sidebar-module {
  padding: 15px;
  margin: 0 -15px 15px; }

.sidebar-module-inset {
  padding: 15px;
  background-color: #f5f5f5;
  border-radius: 4px; }
  .sidebar-module-inset p:last-child, .sidebar-module-inset ul:last-child, .sidebar-module-inset ol:last-child {
    margin-bottom: 0; }

.data-central-container li {
  display: inline-block; }
.data-central-container td {
  padding: 5px 20px 5px 0px; }

.data-central h2 {
  color: #3F3F3F;
  font-size: 2.5rem;
  font-weight: bold; }
.data-central h4 {
  font-size: 16px;
  line-height: 2.5rem;
  color: #3F3F3F;
  padding: 1em 0 0 .7rem; }
.data-central ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  column-count: 2;
  column-gap: 20px; }
.data-central a {
  color: #0071BC;
  display: block;
  text-decoration: none;
  padding: 4px 2px;
  text-align: left;
  font-size: 16px; }
  .data-central a:hover {
    background: #0071BC;
    color: #FFF; }

.news h1 {
  color: #3F3F3F;
  padding-left: 0.1rem;
  font-size: 2.5rem;
  font-weight: bold;
  float: left;
  clear: left;
  margin: 5px 5px 5px 0px; }
.news h2 {
  font-size: 16px;
  line-height: 1.5rem;
  color: #3F3F3F;
  padding: 1em 0 0 0; }

.twitter-box {
  padding: 0 2em 2em 2rem; }
  .twitter-box > h1 {
    color: #3F3F3F;
    font-size: 2.5rem;
    font-weight: bold;
    float: left; }
  .twitter-box .text-align {
    padding-top: .8rem;
    display: block;
    padding-left: .3rem;
    float: left; }

/* Pagination */
.pager {
  margin-bottom: 60px;
  text-align: left; }
  .pager > li > a {
    width: 140px;
    padding: 10px 20px;
    text-align: center;
    border-radius: 30px; }

/*
 * Blog posts
 */
.stb-post {
  margin-bottom: 5rem;
  line-height: 200%;
  text-align: justify; }

.stb-post-title {
  font-weight: bold;
  font-size: 150%;
  color: #3F4245; }

.stb-post-meta {
  margin-bottom: 20px;
  color: #999; }

.stb-post img {
  margin: 0;
  margin-right: 2rem; }
.stb-post h2 {
  padding: .5rem 0; }

.stb-sidebar-nav-offset {
  margin-top: -1rem; }

.stb-sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .stb-sidebar ul li a {
    text-decoration: none;
    display: block;
    padding: 1rem; }
.stb-sidebar .children {
  margin-left: 1rem;
  margin-top: 0; }

/*
 * Footer
 */
.stb-footer {
  color: #f2f3f4;
  text-align: left;
  background-color: #44546a;
  display: block;
  padding: 4em 0; }
  .stb-footer p:last-child {
    margin-bottom: 0; }

.stb-footer-logo {
  background-color: #E6E7E8;
  border-radius: 50%;
  height: 75px;
  width: 75px;
  float: left;
  margin-right: 15px; }

.footer-links ul {
  list-style-type: none;
  padding-left: 0; }
.footer-links H2 {
  color: #FFF;
  font-size: 170%;
  padding-top: .5rem; }
.footer-links a {
  color: #FFF;
  font-size: 110%;
  line-height: 200%; }
  .footer-links a:hover {
    color: #FFF; }

.footer-title {
  font-family: "Arial", Helvetica, sans-serif;
  font-size: 1.75rem;
  font-style: italic; }

.center-text {
  text-align: center;
  margin-top: -5.9rem; }

.align-center {
  margin: 0 auto; }

.page-format {
  font-size: 130%; }

a.stb-button {
  border-radius: 5px;
  background-color: #0071BC;
  color: #FFF;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block; }
  a.stb-button:hover {
    background-color: #286090;
    text-decoration: none;
    color: #FFF; }

.stb-button-addon {
  position: relative; }

@media (max-width: 767.98px) {
  .stb-button-addon {
    margin-top: 2em; } }
#content {
  width: 500px;
  margin: 0 auto; }

.unsetmerginwidth {
  width: unset;
  margin: unset; }

.searchbar {
  display: inline-block;
  background-color: #03253e;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 1rem;
  z-index: 10; }

.settinginbody {
  margin-left: 15%;
  margin-right: 15%; }

.searchbar.settinginbody {
  background-color: rgba(0, 0, 0, 0); }

.searchbar.settinginbody {
  margin-left: auto;
  background-color: #0071bc;
  width: 430px;
  height: 309px; }

#page-search-box {
  overflow: hidden;
  padding-right: .1em; }

#button {
  float: right;
  background-color: #0071BC;
  color: #FFF;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  border-radius: 0;
  border: none;
  margin-left: -.25rem; }
  #button:hover {
    background-color: #286090;
    text-decoration: none;
    color: #FFF; }

#query, #search {
  padding: 9.5px;
  border: 1px solid #ddd;
  color: #3F4245;
  width: 100%; }

#page-query {
  padding: 9.5px 10px;
  border: 1px solid #ddd;
  color: #3F4245;
  width: 100%; }

#page-affiliate {
  width: 100%; }

.tabs {
  float: none;
  list-style: none;
  padding: 0; }
  .tabs > li {
    display: block; }

.labels:after {
  content: '';
  display: table;
  clear: both; }

.tabs label {
  display: inline-block;
  float: left;
  padding: 10px 20px;
  color: #000;
  font-size: 16px;
  font-weight: normal;
  cursor: pointer;
  background: #f2f3f4; }
  .tabs label:hover {
    background: #0071BC;
    color: #FFF; }

.tab-content {
  display: none;
  width: 100%;
  padding: 2em 0; }

.tabs input[type=radio] {
  display: none; }

[id^=tab]:checked ~ div[id^=tab-content] {
  display: block; }

#label1 {
  background: #0071BC;
  color: white; }

.case-filing {
  /* border-bottom: 1px dotted #ccc; */
  padding-top: 1rem;
  padding-bottom: 1rem; }

.case-description {
  display: block;
  font-family: 'Open Sans Light', sans-serif;
  padding-top: 5px;
  padding-left: 5px; }

.notes-link {
  display: block;
  text-transform: uppercase; }
  .notes-link a {
    background-color: #D1E4F3;
    text-decoration: none;
    padding: 3px;
    color: #333;
    font-weight: bold; }
    .notes-link a:hover {
      color: white;
      background-color: #146DB4; }

.small-date {
  font-style: italic;
  font-size: 14px;
  line-height: 1.5rem;
  color: #3F3F3F;
  padding-top: 15px;
  padding-bottom: 15px; }

.small-link {
  font-weight: bold;
  display: block;
  margin-top: 1.2rem;
  float: right; }
  .small-link a {
    font-size: .8rem;
    text-decoration: none;
    color: #0760a6; }
    .small-link a:hover {
      text-decoration: underline; }

.quick-file-list {
  margin: 1.5em 1em 0 -2.5rem; }
  .quick-file-list li {
    display: block;
    width: 100%;
    border-bottom: .5px solid #F2F2F2;
    padding: 2em 0; }
    .quick-file-list li:hover {
      text-decoration: underline; }
    .quick-file-list li:last-child {
      border-bottom: none; }
    .quick-file-list li a {
      display: block;
      text-decoration: none;
      font-size: 2rem;
      font-weight: 500;
      font-family: 'Open Sans Light', sans-serif;
      color: #000; }
      .quick-file-list li a span {
        font-size: 1.5rem;
        font-weight: 500;
        color: #0071BC; }

.quick-file-img {
  float: left;
  margin: 0 1.5rem 0 0;
  width: 30%;
  min-width: 30px;
  max-width: 55px;
  min-height: 30px;
  max-height: 55px;
  border-radius: 30px; }

.need-asssitance-box {
  display: block;
  background: #0071BC;
  padding: 2rem; }
  .need-asssitance-box h2 {
    font-size: 16px;
    color: #FFF;
    margin-bottom: 0;
    font-size: 16px; }
  .need-asssitance-box h3 {
    font-size: 1.2rem;
    font-weight: 100;
    color: #FFF; }
  .need-asssitance-box:hover {
    background: #205491;
    text-decoration: underline; }

.list-no-style {
  list-style: none; }

/* Default Table format */
.stb-table table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  border: 1px solid #dbdbdb; }
.stb-table th {
  text-align: left;
  padding: 5px;
  padding-left: 5px;
  font-weight: bold;
  color: #333; }
.stb-table tr:nth-child(odd) {
  background-color: #f7f7f7; }
.stb-table tr:nth-child(even) {
  background-color: #ffffff; }
.stb-table td {
  vertical-align: middle;
  border: 1px solid #dbdbdb;
  border-width: 0px 1px 1px 0px;
  text-align: left;
  padding: 5px;
  font-weight: normal;
  color: #000000;
  padding-left: 5px;
  word-wrap: break-word;
  height: 100%; }
  .stb-table td a {
    color: #0760a6; }
.stb-table tr:last-child td {
  border-width: 0px 1px 0px 0px; }
.stb-table tr td:last-child {
  border-width: 0px 0px 1px 0px; }
.stb-table tr:last-child td:last-child {
  border-width: 0px 0px 0px 0px; }
.stb-table tr:first-child td {
  background-color: #e5e5e5;
  border: 0px solid #dbdbdb;
  text-align: center;
  border-width: 0px 0px 1px 1px;
  font-size: 14px;
  font-family: Arial;
  font-weight: bold;
  color: #333333; }
.stb-table tr:first-child:hover td {
  background-color: #e5e5e5; }
.stb-table tr:first-child td:first-child {
  border-width: 0px 0px 1px 0px; }
.stb-table tr:first-child td:last-child {
  border-width: 0px 0px 1px 1px; }
.stb-table tr td ul {
  margin: 0;
  padding: 0;
  padding-left: 8px;
  font-size: 12px;
  line-height: 100%;
  color: #999; }

.stb-post {
  text-align: left; }

.stb-post-meta {
  display: none; }

.stb-post a {
  color: #0071BC; }
  .stb-post a:visited {
    color: #0071BC; }

.indent-1rem {
  margin-left: 1rem; }

.indent-2rem {
  margin-left: 2rem; }

.indent-3rem {
  margin-left: 3rem; }

.stb-title-firstc {
  font-size: 1.2em; }

@media (max-width: 1371px) {
  .stb-title {
    font-size: 115%; }

  .stb-nav {
    padding-left: 21rem; }

  .menu-stb-container .sub-menu {
    top: 56px; }
    .menu-stb-container .sub-menu li {
      font-size: 100%; }

  .splash h1 {
    top: 450px; } }
@media (max-width: 1348px) {
  .stb-nav {
    padding-left: 20rem; }

  .stb-title {
    font-size: 110%;
    top: 2.1rem; }

  .menu-stb-container .sub-menu {
    top: 55px; }

  .splash h1 {
    top: 450px; } }
@media (max-width: 1306px) {
  .stb-nav {
    padding-left: 19rem; }

  .stb-title {
    font-size: 105%;
    top: 2.2rem; }

  .menu-stb-container .sub-menu {
    top: 54px; }

  .splash h1 {
    top: 450px; } }
@media (max-width: 1224px) {
  .stb-nav {
    padding-left: 18rem; }

  .stb-title {
    font-size: 95%;
    margin-top: -.2rem; }

  .menu-stb-container .sub-menu {
    top: 52px; }

  .splash h1 {
    top: 400px; } }
@media (max-width: 1112px) {
  .stb-nav {
    padding-left: 16rem; }

  .stb-title {
    font-size: 85%;
    margin-top: -.2rem; }

  .splash h1 {
    top: 400px; }

  .menu-stb-container .sub-menu {
    top: 50px; }

  .quick-file-list li a {
    font-size: 1.5rem; }

  .data-central a {
    padding: 1.8em .8rem;
    font-size: 12px; } }
@media (max-width: 1074px) {
  .splash h1 {
    top: 350px; } }
@media (max-width: 991.98px) {
  .menu-trigger {
    display: block;
    text-align: right; }

  .stb-nav {
    min-height: 15px;
    padding-left: 0;
    margin-left: -50px; }
    .stb-nav ul {
      display: none; }
      .stb-nav ul li {
        display: block; }
    .stb-nav .menu-stb-container .sub-menu {
      visibility: hidden; } }
@media (max-width: 940px) {
  .splash h1 {
    top: 300px; } }
@media (max-width: 814px) {
  .quick-file-list li a {
    font-size: 1.2rem; }

  .data-central a {
    padding: 1.4em .5rem;
    font-size: 11px; }

  .splash h1 {
    visibility: hidden; } }
@media (max-width: 767px) {
  .stb-title {
    font-size: 85%;
    margin-top: -.2rem; }

  .menu-stb-container .sub-menu {
    top: 50px; }

  .quick-file-list li a {
    font-size: 1.5rem; }
    .quick-file-list li a span {
      font-size: 1rem; }

  .data-central a {
    padding: 1.8em .8rem;
    font-size: 12px; }

  .splash h1 {
    visibility: hidden; }

  .twitter-box {
    padding-top: 4rem; } }
@media (max-width: 636px) {
  #query {
    min-width: 300px; }

  #content {
    width: 385px; } }
@media (max-width: 406px) {
  #query {
    min-width: 0; }

  #content {
    width: 245px; } }
.black {
  color: #000; }

.right {
  position: absolute;
  right: 0px; }

.page-format h3, .page-format h4 {
  padding: .5em 0 .5em 0; }

.text-underline {
  text-decoration: underline; }

.text-bold {
  font-weight: bold; }

.min-width-0 {
  min-width: 0 !important; }

.childpages {
  padding-bottom: 3rem; }

fieldset {
  border: 0;
  padding: 0;
  margin-left: 0px; }
  fieldset legend {
    position: absolute;
    left: -5000px; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.page_item a {
  color: #0071BC;
  display: block;
  text-decoration: none;
  padding: 1.8em .8rem; }
  .page_item a:hover {
    background: #0071BC;
    color: #FFF; }

.hamburger {
  position: relative;
  background: none;
  display: inline-block;
  line-height: 45px;
  color: #FFF;
  border: 0;
  font-size: 2.1rem;
  font-weight: bold;
  cursor: pointer;
  outline: none;
  z-index: 1000; }

.cross {
  position: relative;
  background: none;
  display: inline-block;
  right: 0;
  color: #FFF;
  border: 0;
  font-size: 2rem;
  line-height: 45px;
  font-weight: bold;
  cursor: pointer;
  outline: none;
  z-index: 1000; }

.remove-ul {
  padding-left: 35px; }
  .remove-ul li, .remove-ul ul {
    list-style-type: none; }

.stb_tablepress_querywrangler .dataTables_wrapper table {
  display: block;
  height: 250px;
  overflow-y: scroll; }

.stb-table-no-header table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  border: 1px solid #dbdbdb; }
.stb-table-no-header th {
  text-align: left;
  padding: 5px;
  padding-left: 5px;
  font-weight: bold;
  color: #333;
  border: 1px solid #dbdbdb; }

.stb-table tr:nth-child(odd) {
  background-color: #f7f7f7;
  border: 1px solid #dbdbdb; }

.stb-table-no-header tr:nth-child(even) {
  background-color: #ffffff; }
.stb-table-no-header td {
  vertical-align: middle;
  border: 1px solid #dbdbdb;
  border-width: 0px 1px 1px 0px;
  text-align: left;
  padding: 5px;
  font-weight: normal;
  color: #000000;
  padding-left: 5px;
  word-wrap: break-word;
  height: 100%; }
  .stb-table-no-header td a {
    color: #0760a6; }
.stb-table-no-header tr:last-child td {
  border-width: 0px 1px 0px 0px; }
.stb-table-no-header tr td:last-child {
  border-width: 0px 0px 1px 0px; }
.stb-table-no-header tr:last-child td:last-child {
  border-width: 0px 0px 0px 0px; }
.stb-table-no-header tr:first-child td {
  /*background-color: #e5e5e5;*/
  border: 0px solid #dbdbdb;
  text-align: inherit;
  border-width: 0px 0px 1px 1px;
  font-size: inherit;
  font-family: Arial;
  font-weight: normal;
  color: #333333; }
.stb-table-no-header tr:first-child:hover td {
  background-color: #e5e5e5; }
.stb-table-no-header tr:first-child td:first-child {
  border-width: 0px 0px 1px 0px; }
.stb-table-no-header tr:first-child td:last-child {
  border-width: 0px 0px 1px 1px; }
.stb-table-no-header tr td ul {
  margin: 0;
  padding: 0;
  padding-left: 8px;
  font-size: 12px;
  line-height: 100%;
  color: #999; }

.stb-wrapper {
  margin-left: auto;
  margin-right: auto; }

.title-fontsize.splash-title {
  font-size: 3em;
  font-weight: 600;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  text-align: center;
  top: 10px;
  font-family: Arial, Helvetica, sans-serif; }

a.stb-button.splash-button {
  background-color: #800000;
  font-weight: 600; }

.footer-links {
  max-width: 1465px; }

.stb-nav .menu-item li a {
  color: #000; }
  .stb-nav .menu-item li a:hover, .stb-nav .menu-item li a:focus, .stb-nav .menu-item li a:active {
    color: #fff;
    background-color: #337ab7; }

.menu-stb-container .sub-menu :hover {
  color: red; }

.menu-stb-container .sub-menu li,
.stb-nav .menu-stb-container .sub-menu li ul li {
  background-color: #dae3f3; }
  .menu-stb-container .sub-menu li:hover, .menu-stb-container .sub-menu li:focus,
  .stb-nav .menu-stb-container .sub-menu li ul li:hover,
  .stb-nav .menu-stb-container .sub-menu li ul li:focus {
    color: #fff; }

.sub-menu > li:hover > a {
  color: #fff;
  background-color: #337ab7; }

.menu-stb-container ul {
  margin-bottom: 0px;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0;
  margin-bottom: 0px; }

.news-div {
  clear: both; }

.stb-button-span {
  float: left;
  clear: right; }

.need-asssitance-box {
  padding: 14px 20px; }

.query-previous-items-of-interest-wrapper .query-field-guid div div p {
  display: inline; }

.quicklink-secs {
  width: 100%; }

.stb-table-reset-firstrow tr:first-child td {
  text-align: left;
  font-weight: normal;
  background-color: #f7f7f7;
  font-size: 16px; }

.wpfc-loading {
  display: none; }

.hide {
  display: none;
  visibility: hidden; }

.stb-post .wpcf7-form {
  webkit-appearance: none; }
  .stb-post .wpcf7-form input[type="submit"] {
    background-color: #0071BC;
    border: none;
    color: #FFF;
    margin-top: 1rem; }
    .stb-post .wpcf7-form input[type="submit"]:hover {
      background-color: #286090;
      text-decoration: none;
      color: #FFF; }

.breadcrumbs {
  font-size: 1.5rem;
  padding: 1rem 0;
  margin: 0 0 2.5rem; }

header .stb-brand:hover,
footer .stb-footer-logo-block:hover {
  text-decoration: none; }

@media (max-width: 767.98px) {
  header .stb-brand,
  footer .stb-footer-logo-block {
    align-items: center;
    display: flex; } }
.covit19-ribbon {
  background-color: #fad04b; }
  .covit19-ribbon .text-center {
    padding: .5em 0;
    font-size: 1.25em; }

.jumbotron {
  background-image: url("/wp-content/themes/stb/images/train.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 0 !important;
  margin: 0;
  padding: 0 !important; }

.padtopbottom {
  padding-top: 20px;
  padding-bottom: 10px; }

.splashhomecontentbottom {
  width: 175px;
  margin-left: auto;
  margin-right: auto; }

.splashhomecontentmerginleft {
  margin-left: 70px; }

.unsetpaddingleft {
  padding-left: 0px; }

.stb-logo.homesplashlogo {
  top: 0.8rem; }

.margin-left {
  margin-left: 25px; }

.no-italics {
  font-style: normal; }

.title-fontsize {
  font-size: 2.75em; }

.latest-post-title {
  font-size: 18px; }

.latest-post-content {
  font-size: 14px; }

.query-latest-news-wrapper .query-row-first {
  padding-top: 9px; }

p small {
  display: none;
  visibility: hidden; }

.row-news .row {
  margin-left: 0;
  margin-right: 0; }

.row-decisions {
  padding: 2.5rem 0; }

.homepage-notification,
.site-notification {
  display: block;
  background-color: #f2f3f4;
  color: #ff0000;
  font-size: 1.25em;
  font-weight: bold; }
  .homepage-notification a,
  .site-notification a {
    color: #ff0000;
    text-decoration: underline !important; }
    .homepage-notification a:hover,
    .site-notification a:hover {
      color: #b30000; }

.system-message--region {
  display: block;
  padding: .5em 0;
  text-align: center; }

.section-news .index-divider {
  width: 100%; }

.news--header {
  display: inline-block;
  margin-bottom: 10px; }
  .news--header h1 {
    margin: 0 2rem 0 0; }
  .news--header .news--menu-item {
    border-left: 2px solid #3F3F3F;
    font-size: 16px;
    font-weight: bold;
    padding: .25rem 1.75rem; }

input#searchsubmit {
  color: #ffffff !important;
  background: #29363e;
  border-color: #29363e;
  border-radius: 0px;
  letter-spacing: 1px;
  font-size: 14px;
  font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  background-color: #29363e;
  padding: 2px 7px; }

.searchform input#s {
  height: 27px;
  padding: 6px 12px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  width: 70%; }

#button.searchonmenu {
  height: 27px;
  padding: 5px 15px; }

.searchdiv {
  display: flex;
  margin: -5px;
  padding: 0;
  border: 0; }

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .searchdiv {
    margin: -5px 0; } }
.pagenavi {
  text-align: center; }

.searchform {
  width: 250px;
  color: #3f4245; }

.logoimg {
  position: absolute;
  z-index: 20;
  margin-top: -46px;
  margin-left: 87px;
  width: 115px; }

.tnp-subscription input[type=text], .tnp-subscription input[type=email], .tnp-subscription input[type=checkbox] {
  border: 2px solid #44546a !important; }
.tnp-subscription input[type=checkbox] {
  position: relative;
  top: 0;
  left: 0;
  z-index: 0; }

.smcontent {
  position: absolute;
  display: inline;
  margin-left: 430px;
  padding: 1rem;
  background-color: #d6dce5;
  color: #44546a;
  font-size: 1vw;
  font-weight: bold;
  line-height: 1.5; }

.smalert {
  color: #ff0000;
  text-transform: uppercase; }

@media (max-width: 1921px) {
  .smcontent {
    margin-right: 1.19vw;
    max-width: 1005px; } }
form input[type=email],
form input[type=file],
form input[type=text],
form input[type=url],
form select,
form textarea {
  font-weight: normal; }

.fields-wrapper {
  display: flex;
  width: 1200px;
  max-width: 100%; }
  .fields-wrapper .field-label {
    width: 400px;
    max-width: 400px;
    padding-right: 10px; }
  .fields-wrapper.required .field-label:after {
    content: "*";
    color: red; }
  .fields-wrapper .field-link {
    min-width: 160px;
    padding-left: 10px; }

.wpcf7-textarea {
  max-height: 160px; }

@media only screen and (max-width: 767.98px) {
  .fields-wrapper {
    display: inline-block; }
    .fields-wrapper .field-label {
      padding-right: 0; }
    .fields-wrapper .field-link {
      padding-left: 0; } }
@media (max-width: 1332px) {
  .searchform input#s {
    width: 70%; } }
@media (max-width: 1277px) {
  .news {
    padding: 0 0 2em 0; } }
@media (max-width: 1224px) {
  .splashhomecontent {
    margin-top: 40px; } }
@media (max-width: 1136px) {
  .data-central a {
    padding: 0.3em .3rem;
    font-size: 14px; }

  .searchform input#s {
    width: 75%; }

  .menu-stb-container ul {
    padding-left: 0; }

  .splashhomecontent {
    margin-top: 39px; }

  .title-fontsize.splash-title {
    top: 20px; } }
@media (max-width: 1072px) {
  .stb-footer-logo {
    float: none;
    margin-bottom: 10px; }

  .stb-footer {
    min-height: 395px; } }
@media (max-width: 1102px) {
  .searchform input#s {
    width: 75%; } }
@media (max-width: 1077px) {
  .searchform input#s {
    width: 75%; } }
@media (max-width: 1025px) {
  .searchform input#s {
    width: 75%; } }
@media (max-width: 900px) {
  .searchform input#s {
    width: 72%; } }
@media (max-width: 1277px) {
  .news {
    padding: 0 0 2em 0;
    clear: left; } }
.squelch-taas-tab-group {
  width: 794px; }

.ui-widget-header {
  background-color: #BFBFBF; }

.squelch-taas-toggle .squelch-taas-toggle-shortcode-content, .squelch-taas-accordion .ui-accordion-content {
  padding: 1em !important; }
  .squelch-taas-toggle .squelch-taas-toggle-shortcode-content .stb-table td a, .squelch-taas-accordion .ui-accordion-content .stb-table td a {
    font-size: 12pt; }

.ui-tabs-panel {
  padding: 1em !important; }

.stb-overflow {
  overflow: auto;
  overflow-y: hidden; }

.ep724-left-tab-table {
  width: 40%;
  float: left;
  padding-bottom: 20px;
  padding-right: 20px; }

.ep724-right-tab-table {
  width: 60%;
  float: left;
  padding-left: 18px; }

.stb-overflow .ui-tabs .ui-tabs-panel {
  padding: 10px !important; }
.stb-overflow .squelch-taas-accordion .ui-accordion-content {
  padding-left: 10px !important;
  padding-right: 10px !important; }
.stb-overflow .ui-tabs .ui-tabs-nav {
  padding-left: 10px !important; }
.stb-overflow .datatab {
  background-color: #d9d9d9; }
  .stb-overflow .datatab .ui-accordion-header {
    background-color: #d9d9d9; }
  .stb-overflow .datatab .ui-tabs-anchor {
    width: 146px;
    text-align: center; }
.stb-overflow .all-class .ui-tabs-anchor {
  width: 298px; }

.wkcoltd {
  width: 134px; }

@media (max-width: 1463px) {
  .ep724-left-tab-table {
    width: 100%;
    float: None;
    padding-bottom: 20px;
    padding-right: 0px; }

  .ep724-right-tab-table {
    width: 100%;
    float: None;
    padding-left: 0px; } }

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