/* ltGovernor-74 custom css*/
#va-commonBanner__logo {
    width: 20px!important;
}
body {
  margin: 0;
  font-family: Objective, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  color: #212529;
  background: #f9f9f9;
}
.skip-to-main {
  position: absolute;
  left: -9999px;
  z-index: 999;
  padding: 1em;
  background-color: black;
  color: white;
  opacity: 0;
}
.skip-to-main:focus {
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
}
.nav-barbg {
  background-color: #20396f !important
}
.ltgov-pgtitle {
  padding-bottom: 2rem;
}
h1 {
  color: #C8122C;
  border-bottom: 1px dotted #ccc;
  padding: 0 0 .3em 0;
  margin: 1.5rem 0 .5rem 0;
  text-align: center;
}
h2, h3 {
  font-size: 1.5rem;
  line-height: 1.75rem;
  color: #C8122C;
  border-bottom: 1px dotted #ccc;
  padding: 0 0 .3em 0;
  margin: 1.5rem 0 .5rem 0;
}
h3:first-child, h2:first-child {
  margin-top: 0;
}
h4 {
  color: #212121;
  font-size: .75rem;
  font-family: "Rawline";
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
h5 {
  color: #ccc;
  font-size: .65rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Rawline";
  font-weight: 700;
}
h2.subhead {
    color: #747272;
    font-variant: all-small-caps;
    font-size: 1.25rem;
}
.board h3 {
    font-size: 1.4rem;
}
p {
  margin-top: 0;
  margin-bottom: 1.5rem;
}
.flags h3 {
  padding-top: 115px;
  white-space: nowrap;
}
p.revision {
  color: #ccc;
  font-size: .65rem;
  font-family: "Rawline";
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-align: right;
}
a {
  color: #4267b7;
  text-decoration: underline;
}
a:hover {
  color: #0a58ca;
  text-decoration: none;
}
img {
  width: 100% !important;
  height: auto !important;
}
.banner {
  padding: 0vw;
  overflow: hidden;
  position: relative;
  background: #fff;
  background: -moz-linear-gradient(top, #990e22 0%, #e02b20 100%);
  background: -webkit-linear-gradient(top, #990e22 0%, #e02b20 100%);
  /*background: -webkit-linear-gradient(top, #7798dd 0%, #062949 100%);*/
  background: linear-gradient(to bottom, #990e22 0%, #e02b20 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#990e22', endColorstr='#e02b20', GradientType=0);
  margin-bottom: 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
}
.banner:before {
  content: " ";
  width: 60vw;
  height: 60vw;
  position: absolute;
  top: -4vw;
  right: -2vw;
  left: auto;
  opacity: .15;
  background: url('/media/governorvirginiagov/shared-images/seal_white.png') top left no-repeat;
  background-size: contain;
}
.banner .seal {
  float: left;
  position: relative;
  padding: 1.2rem;
}

.banner .seal img {
  width: 14vw;
  margin: 0.5vw auto;
  display: block;
  max-width: 130px;
}
.banner .headertitle {
  float: left;
  position: relative;
      margin: 3.2vw auto;
}
 h1.sitetitle{
  border: none;
}
.banner .sitetitle {
  color: #fff;
  font-size: 3.5rem;
  text-shadow: 2px 2px 3px rgb(0 0 0 / 30%);
  text-align: left;
  margin: 0 0 auto;
  padding: 0 !important;
  line-height: 4rem;
}
.banner .sitetitle span {
  display: block;
  font-size: 1.2rem;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .2em;
  border-bottom: 1px solid #ffdfa2;
  line-height: 2.2rem;
}
.banner a, .banner a:hover {
  text-decoration: none !important;
}
.navbar-toggle .icon-bar {
  background: #999;
}
.navbar {
  position: static;
  padding: 0;
  border-bottom: 1px solid #ccc;
  font-family: Rawline;
  font-size: .8rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
  color: #fff;
}
.nav-link {
  color: #FFF !important;
}
.nav-link:focus, .nav-link:hover {
  color: #1e2125;
}
.nav-item a.nav-link {
  padding: 1rem !important;
}
.nav-item a.nav-link:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, .065);
  position: relative;
  display: block;
}
.nav-item a.nav-link.active {
  background: #e02b20;
  color: #fff;
}
.caret {
  margin-top: -5px;
}
.dropdown-menu {
  padding: 0;
  border-radius: 0rem;
}
.dropdown-menu[data-bs-popper] {
  margin-top: 0rem;
}
li.dropdown-item a {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  clear: both;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  font-family: Rawline;
  font-size: .84rem;
  font-weight: bold;
  color: #C8122C;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #1e2125;
  background-color: #e8e8e8;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-repeat: repeat-x;
}
.hidden {
  display: none;
}
.hidden-xs {
    display: block;
}
.homenobc-sp {
    margin-top: -3rem;
}
header {
    padding-bottom: 3rem;
}
.breadcrumb {
  position: relative;
  padding: 1rem 0 1rem 0;
  background: none;
  color: #000;
  font-size: .80rem;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb a {
  color: #212529;
  text-decoration: none;
}
.breadcrumb a:hover, .breadcrumb a:active {
  text-decoration: underline;
}
.blockimage.contain img {
  width: 100% !important;
  height: auto !important;
}
.blockimage img {
  margin-bottom: 20px;
  margin-top: 4px;
}
.blockimage.left img {
  float: left;
  margin-right: 20px;
}
.blockimage.right img {
  float: right;
  margin-left: 20px;
}
.blockimage.full img {
  width: 100% !important;
  height: auto !important;
}
.blockimage.half img {
  width: 50% !important;
  height: auto !important;
}
.blockimage.quarter img, .blockimage.fourth img {
  width: 25% !important;
  height: auto !important;
}
.blockimage.third img {
  width: 33% !important;
  height: auto !important;
}
.lt-announce {
  background-color: #fff;
  margin-bottom: -3rem!important;
}
.ltannounce-box {
  padding: 4rem;
}
.ltannounce-txt {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px 0 rgb(16 16 16 / 2%), 0 3px 9px 0 rgb(24 52 117 / 10%), 0 0 0 1px rgb(0 0 0 / 2%);
  box-shadow: 0 3px 6px 0 rgb(16 16 16 / 4%), 0 3px 9px 0 rgb(24 52 117 / 20%), 0 0 0 1px rgb(0 0 0 / 4%);
  word-wrap: break-word;
}
.ltannounce-txt img {
    max-width: 360px;
    padding: 0 1em 0 0;
}
.btn-primary {
  background-color: #20396f;
  border-color: #20396f;
}
.btn-primary:hover {
  opacity: .8;
}
.board {
  padding: 2rem;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 6px 0 rgb(16 16 16 / 2%), 0 3px 9px 0 rgb(24 52 117 / 10%), 0 0 0 1px rgb(0 0 0 / 2%);
  box-shadow: 0 3px 6px 0 rgb(16 16 16 / 4%), 0 3px 9px 0 rgb(24 52 117 / 20%), 0 0 0 1px rgb(0 0 0 / 4%);
  word-wrap: break-word;
  margin: .5rem;
}
.board .btn-primary {
  /* background-color: #f7a316 !important;
  border-color: #f7a316 !important; Edit: MC 10/2/23 Accesibility reasons*/
  background-color: #21396f;
  max-width: 180px;
}
.board .btn-primary:hover {
  text-decoration: underline;
}
.ltgov-fullblock {
  position: relative;
}

.ltgov-fullblock>p {
    overflow: hidden;
}

#footerContainer {
  -webkit-box-shadow: inset 0 1px 20px rgb(0 0 0 / 35%);
  box-shadow: inset 0 1px 20px rgb(0 0 0 / 35%);
  color: #fff;
  position: relative;
  background: #C8122C;
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
footer h3, footer h5 {
  padding-top: 20px;
  display: block;
  text-transform: uppercase;
  font-size: 1.2em;
  letter-spacing: 1px;
  /* font-family: "Sura"; */
  border-bottom: 1px solid #ffdfa2;
  /* text-shadow: 0px 1px 2px rgb(0 0 0 / 54%); */
  padding-bottom: 6px;
  margin-bottom: 10px;
  color: #fff;
  /* opacity: .8; */
  transition: all .35s ease .25s;
  font-weight: 600;
  font-family: "Rawline";
}
footer div:hover > h5 {
  opacity: 1;
}
footer ul, footer li {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 1em;
  color: #fff;
}
footer li a {
  color: #fff !important;
  display: block;
  transition: all .25s ease;
  padding: 2px 0;
}
footer li a:hover {
  color: #fff !important;
  padding-left: 5px;
}
footer h4 {
  font-size: 1em;
  color: #fff;
  font-weight: bold;
}
.socialicons {
  position: relative;
}
.socialicons img {
  width: 32px !important;
  height: 32px !important;
}
.cardtitle {
    font-size: 1.5rem;
    line-height: 1.75rem;
    color: #C8122C;
    border-bottom: 1px dotted #ccc;
    /* padding: 0 0 0.3em 0; */
    margin: -0.25rem 0 0.5rem 0;
    min-height: 40px;
}
.cardsub-title {
  min-height: 45px;
  color: #212121;
  font-size: .8rem;
  font-family: "Rawline";
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.cardemail {
  padding-top: 1rem;
}
.padless {
  padding: 0 !important;
}
.publicevents .today {
  float: right;
  color: #c93;
  font-size: .75rem;
  font-family: "Rawline";
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.publicevent {
  padding-left: 20px;
  margin-top: 15px;
}
.publicevent a {
  text-decoration: underline !important;
}
.faq li {
  margin-bottom: 10px;
}
.faq ul li {
  margin-bottom: 3px;
  font-size: .85em;
}
.faq ul {
  margin-bottom: 10px;
  margin-top: -5px;
}
.content_block.clearfix {
  padding-top: 0.5em;
}
.ltgovblock {
  padding-top: 2em;
}
/* forms css */
iframe#t4-form-3397 {
  width: 100% !important;
}
.js-t4form-container .btn-primary {
    color: #fff;
    background-color: #20396f!important;
    border-color: #20396f!important;
    font-size: 1.1rem !important;
 /* background-color: #C8122C !important;
  border-color: #e02b20 !important;
  text-transform: uppercase !important;
  padding: 7px 35px !important;
  text-decoration: none !important;
  outline: none !important;
  border-radius: 0px !important;*/
}
.js-t4form-container .btn-primary:hover {
  color: #fff;
  background-color: #e02b20 !important;
  border: 1px solid #e02b20 !important;
}
.ltglist {
    height: 500px;
    overflow: auto;
    background: #333;
    color: rgba(255,255,255,.85);
    font-size: 12px;
}
.ltglist .group {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: bold;
    color: #fff;
    background: #e02b20;
    padding: 20px 20px 20px;
}
.ltglist {
    height: 920px;
    overflow: scroll;
    background: #333;
    color: rgba(255,255,255,.85);
    font-size: 12px;
}

.ltglist ul {
  list-style-type: disc;
    padding: 0px;
}

.ltglist ul li {
    padding: 5px 20px;
    border-bottom: 1px solid #666;
    list-style: none;
}

.ltglist ul li span {
    /* color: rgba(204,204,255,.65); edit: 10/2/23 MC, Accesibility reasons */
  	color: #a0acb1;
    font-style: italic;
    font-weight: normal;
}


/* responsive */
@media only screen and (min-width: 1920px) {
.banner .headertitle {
    margin: 2.5vw auto;
}
}
@media only screen and (max-width: 1200px) {
  .dropdown-toggle {
    white-space: normal !important;
  }
}
@media only screen and (max-width: 820px) {
  .banner .seal img {
    display: none !important;
  }
  .dropdown-toggle {
    white-space: normal;
  }
  .banner:before {
    width: 40vw;
    height: 40vw;
  }
  .banner .sitetitle span {
    font-size: .8rem;
    line-height: 1.4rem;
  }
  .banner .headertitle {
    float: left;
    position: relative;
    margin: 4vw 1vw 3vw 4vw;
  }
  .banner .sitetitle {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .nav-barbg {
    padding: 0.5rem;
}
}
@media only screen and (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  .banner {
    padding: 0.5rem;
    margin-right: auto;
    margin-left: auto;
  }
  .navbar {
    position: relative;
    padding-top: 0.75em;
    padding-bottom: 0.75em;
  }
  .navbar-nav {
    margin-top: 0.5rem;
    margin-bottom: -1px;
  }
  .navbar-collapse.in {
    overflow-y: hidden;
  }
  .nav li:after {
    bottom: -1px;
    height: 1px;
  }
  .nav li.active:after {
    background: #ccc;
  }
  .dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
  }
  #footerContainer {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .ltannounce-box {
    padding: 1rem;
  }
}

/* Calendar Entry Style */

.govevent {
    background: #fff;
    padding: 1em;
    margin-bottom: 1em;
    border-bottom: 2px solid #dbdbdb;
}

div#govevents {
    max-width: 1000px;
}

p.govevent-date {
    color: #696969;
    margin-bottom: 10px;
}

.govevent-date span {
    font-weight: 100;
    color: #c8132c;
}

.newsArticle {
    max-width: 1000px;
}

.newsArticle h3 {
    color: #1f396f;
}


/* Press Releases */

#newshere h3 {
    margin: 0 0 0.25em;
    border-bottom: 0;
    font-size: 1.25rem;
}

#newshere p.va-block__byline {
    margin-bottom: 0.25em;
    color: #646464;
}

.contactblock {
    background: #ebebeb;
    padding: 1em;
}

p.subhead {
    font-size: 1.15em;
}















