@charset "UTF-8";
/* CSS Document */
/****** BANNNER ********/
.vote-banner * {
  color: #fff;
}
.vote-banner {
  background: url();
  background-size: cover;
  background-position: center center;
  background-color: #254267;
  position: relative;
}
.vote-banner .screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #355e9352;
}
.vote-banner-content {
  max-width: 1240px;
  padding: calc(3rem + 30px) 0px 0px 0px;
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.banner-text {
  max-width: 65ch;
}
.vote-banner .title {
  font-family: "Merriweather", Georgia, Cambria, Times New Roman, Times, serif;
  font-size: 2.5rem;
  font-weight: 700;
}
.vote-banner .blurb {
  font-family: 'Lato';
  line-height: 1.5em;
}
/**********************BUTTON**********************/
.main-button {
  transform: scale(.7);
  height: 400px;
  width: 400px;
  background-color: #f0f0f0;
  z-index: 999;
  position: relative;
  border-radius: 20%;
  right: 40px;
  border: 15px solid #a9071e;
}
.button-content {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.main-button h1 {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
}
.top-title, .middle-title, .bottom-title {
  position: relative;
  transition: .7s;
}
.top-title h1 {
  color: #c51f37;
  font-size: 56px;
  font-weight: 600;
  margin: 0;
}
.top-title h1::after {
  content: "";
  height: 4px;
  width: 145px;
  background-color: #c51f37;
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 10px;
}
.middle-title h1 {
  color: #355E93;
  font-size: 90px;
  font-weight: 600;
  margin: -5px 0 0 0;
  transition: .3s;
}
.bottom-title::before {
  content: "";
  height: 4px;
  width: 100px;
  background-color: #c51f37;
  position: absolute;
  top: -4px;
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 10px;
  margin: 5px 0;
  transition: .7s;
}
.bottom-title h1 {
  color: #FFF;
  font-size: 30px;
  padding: 5px 0 8px;
}
/**********************RIBBON**********************/
.ribbon-banner {
  position: relative;
  top: 15px;
  margin: 0 auto;
  width: 255px;
  text-align: center;
  color: #FFF;
  background: #c51f37;
  border-radius: 6px;
}
.ribbon-banner::before, .ribbon-banner::after {
  content: '';
  position: absolute;
  z-index: -1;
  left: -30px;
  top: -25px;
  display: block;
  width: 40px;
  height: 0px;
  border: 30px solid #c51f37;
  border-right: 20px solid #48020C;
  border-bottom-color: #c51f37;
  border-left-color: transparent;
  transform: rotate(5deg);
}
.ribbon-banner::after {
  left: auto;
  right: -30px;
  border-left: 20px solid #48020C;
  border-right: 30px solid transparent;
  transform: rotate(-5deg);
}
/**********************STAR**********************/
.bottom-bar .star {
  fill: #FFF;
}
.blue-star {
  fill: #355E93;
}
.red-star {
  fill: #c51f37;
}
.top-star-row {
  transition: .2s;
}
.top-star-row svg {
  height: 25px;
  width: auto;
  margin: 0 5px;
}
.top-star-row > svg:nth-child(3) {
  height: 40px;
}
.bottom-star-row {
  margin: 10px 0;
  display: inline-flex;
  vertical-align: top;
  transition: .2s;
}
.bottom-star-row svg {
  height: 25px;
  width: auto;
  margin: 0 5px;
}
.bottom-star-row > svg:nth-child(2) {
  height: 40px;
}
/***** ICON BUTTONS. ******/
.btn-label {
  position: relative;
  left: -12px;
  display: inline-block;
  padding: 6px 12px;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 3px 0 0 3px;
}
.btn-labeled {
  padding-top: 0;
  padding-bottom: 0;
}
.btn {
  margin-bottom: 10px;
}
.btn .btn-primary ballot {
  background: #a7061d;
}
.ballot span.btn-label {
  background: #355e93;
  transition: .3s;
}
a.btn.btn-labeled.btn-primary.ballot {
  background: #c51f37;
  font-family: "Merriweather", Georgia, Cambria, Times New Roman, Times, serif;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0 12px;
  font-size: 1.2rem;
  border: none;
  border-radius: 5px !important;
  box-shadow: 0 0 0 .5em #ffffff;
  transition: .3s;
}
.ballot .btn-label {
  font-size: 25px;
  position: relative;
  left: -12px;
  display: inline-block;
  padding: 5px 12px 5px 6px;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 5px 0 0 5px;
}
a.btn.btn-labeled.btn-primary.ballot:hover {
  background: #ed2240;
}
a.btn.btn-labeled.btn-primary.ballot:hover span.btn-label {
  background: #3576ad;
}
.blockrel.ballot-btn {
  top: -.9rem;
  text-align: center;
  z-index: 100;
}
/******** INSTRUCTIONS SECTION. **********/
.instructions {
  padding: 5rem 0;
  background: #ddd;
  margin-top: -2.2rem;
}
.instructions H2, .questions h2, .military-voting h2 {
  font-family: "Merriweather", Georgia, Cambria, Times New Roman, Times, serif;
  font-size: 2rem;
  font-weight: 700;
  color: #254267;
  text-align: center;
}
.how-to {
  display: flex;
  justify-content: space-around;
  margin: 2rem auto 0;
  max-width: 1240px;
  padding: 0 1.5rem;
}
.how-to .card-body {
  padding: 0 1rem;
  min-height: 240px;
}
.how-to .box {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 350px;
  border-radius: 10px;
  margin-left: 10px;
  margin-right: 10px;
  background: #fff;
  /* box-shadow: 0 1rem 2rem rgba(0, 0, 0, 20%); */
}
.how-to .title {
  width: 100%;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  font-family: "Merriweather", Georgia, Cambria, Times New Roman, Times, serif;
  color: #fff;
  padding: 18px 0;
  position: relative;
}
.how-to .title::after {
  content: "";
  position: absolute;
  left: 45%;
  bottom: -14px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 15px solid #fff;
}
.service .title {
  background: #355e93;
}
.service .title::after {
  border-top: 15px solid #355E93;
}
.spouses .title::after {
  border-top: 15px solid #c51f37;
}
.overseas .title::after {
  border-top: 15px solid #6f7070;
}
.spouses .title {
  background: #c51f37;
}
.overseas .title {
  background: #6f7070;
}
.how-to .detail {
  margin-bottom: 1rem;
  font-size: 1em;
  line-height: 1.3rem;
  color: #5a5a5a;
  /* color: #121212; */
}
.how-to .description {
  margin: 10px auto 0;
  font-size: 0.8em;
  color: #5a5a5a;
}
.how-to ul {
  list-style: none;
  padding-left: 0;
  padding-bottom: 20px;
}
.description li {
  margin-top: 10px;
  display: flex;
}
.overseas .description li:last-child {
  padding-bottom: 20px;
}
.description li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  background-position: center;
  background-size: cover;
  opacity: 0.5;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 10px;
}
.spouses ol {
  list-style: none;
  counter-reset: steps;
  margin-bottom: 2rem;
}
.spouses ol li {
  counter-increment: steps;
  display: flex;
  font-weight: bold;
  color: #5a5a5a;
  line-height: 1.4em;
}
.spouses ol li::before {
  content: counter(steps);
  margin-right: 10px;
  background: transparent;
  color: #3B5E96;
  min-width: 2.5rem;
  min-height: 2.5rem;
  border: 1px solid #3B5E96;
  border-radius: 10%;
  display: inline-grid;
  place-items: center;
  line-height: 1.2em;
  margin-bottom: 20px;
  font-family: "Merriweather", Georgia, Cambria, Times New Roman, Times, serif;
  font-weight: 700;
  font-size: 1.5rem;
  opacity: 1;
}
.button-container {
  margin: 10px auto 30px;
}
a.how-to-button {
  display: inline-flex;
  height: 40px;
  width: auto;
  font-size: 15px;
  padding: 0 15px;
  letter-spacing: 0.5px;
  color: #3B5E96;
  border: 1px solid #3B5E96;
  border-radius: 5px;
  margin: 3px 0;
  background: #f5f6f7;
  align-items: center;
  text-decoration: none;
}
a.how-to-button:hover {
  color: #fff;
  transition: 0.3s;
  border: 1px solid #3B5E96;
  background: #3B5E96;
  text-decoration: none;
}
.how-to .card-footer {
  margin: 0 10px;
  padding: 1rem .5rem;
  border-top: 1px solid #dadada;
}
.how-to .card-footer a {
  float: right;
  text-transform: uppercase;
  color: #3B5E97;
  text-decoration: none;
  font-size: 16px;
  transition: .3s;
}
.how-to .card-footer A:hover {
  color: #1e88c3;
}
.card-footer i.fa.fa-external-link {
  padding-left: 5px;
}
/* States Dropdown */
.dropdown-menu > li > a {
  font-size: 1rem;
  padding: 8px 25px;
  letter-spacing: 1px;
}
.dropdown-menu {
  opacity: 0;
  visibility: hidden;
  transform-origin: top;
  animation-fill-mode: forwards;
  transform: scale(0.9, 0.7) translateY(-20px);
  display: block;
  transition: all 80ms ease;
  max-height: 40vh;
  overflow-y: scroll;
}
.open > .dropdown-menu {
  transform: scale(1, 1) translateY(0);
  opacity: 1;
  visibility: visible;
  width: 100%;
  padding: 1em;
}
.dropdown-toggle {
  border: 2px solid #355e93a1 !important;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: bold;
  padding: 0;
  width: 100%;
  height: 48px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-size: 17px;
  border-radius: 8px;
  overflow: hidden;
}
.dropdown option {
  font-size: 1em;
  line-height: 2.5em;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.arrow {
  display: flex;
  padding: 0 15px;
  border-left: 2px solid #355e93a1;
  background: #f2f2f2;
  max-width: 50px;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.arrow .btn i {
  margin-left: 5px;
}
a#drop1 {
  padding-left: 20px;
  background: #fff;
  color: #3b5e96;
}
.fa-chevron-down {
  max-width: 50px;
  margin: 0 auto;
  font-size: 1.4em;
}
.dropdown-toggle::after {
  content: none;
}
/* DIVIDER WITH STARS */
.bottom-bar svg {
  height: 20px;
  width: auto;
  margin-bottom: 5px;
  padding: 0 10px 5px;
}
.bottom-bar {
  background-color: #c51f37;
  width: 100%;
  height: 30px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="white" class="bi bi-star-fill" viewBox="0 0 38 14"><path d="M3.612 15.443c-.386.198-.824-.149-.746-.592l.83-4.73L.173 6.765c-.329-.314-.158-.888.283-.95l4.898-.696L7.538.792c.197-.39.73-.39.927 0l2.184 4.327 4.898.696c.441.062.612.636.282.95l-3.522 3.356.83 4.73c.078.443-.36.79-.746.592L8 13.187l-4.389 2.256z"/></svg>');
  background-size: 30px;
  background-repeat: repeat-x;
}
.bottom-bar.blue {
  background-color: #254267;
}
.bottom-bar .star-row {
  text-align: center;
}
/* Vote is Safe */
#dnn_ContentPaneFullBleed3 {
  background: #254267;
}
.vote-safe {
  background: #254267;
  color: #fff;
  padding: 3rem;
  min-height: 600px;
  background-blend-mode: luminosity;
  background-image: url('/Portals/1/Spotlight/2024/Vote/safe-vote.png');
  background-repeat: no-repeat;
  box-sizing: border-box;
  background-position: right 0 top 0;
  max-width: 1270px;
  margin: 0 auto;
  transition: .3s;
}
.vote-safe h2, .news h2 {
  font-family: "Merriweather", Georgia, Cambria, Times New Roman, Times, serif;
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
}
.vote-safe ol li::before {
  content: counter(steps);
  margin-right: 20px;
  background: transparent;
  color: #ffffff;
  width: 50px;
  height: 50px;
  min-width: 2.5rem;
  min-height: 2.5rem;
  border: 1px solid #ffffff;
  border-radius: 10%;
  display: inline-grid;
  place-items: center;
  margin-top: 5px;
  font-family: "Merriweather", Georgia, Cambria, Times New Roman, Times, serif;
  font-weight: 700;
  font-size: 1.5rem;
}
.vote-safe ol li {
  counter-increment: steps;
  display: flex;
  color: #ffffff;
  line-height: 1.5;
  font-size: 19px;
  padding: 15px 0;
  max-width: 47%;
}
a.btn.btn-labeled.btn-primary.learn {
  background: #3e6aa2;
  font-family: 'Lato', arial, sans-serif;
  font-weight: 400;
  border: none;
  border-radius: 5px !important;
  transition: .3s;
  color: #ffffff;
  padding: 0 0 0 20px;
}
.learn span.btn-label {
  transition: .3s;
  color: #fff;
  display: inline-block;
  padding: 6px 12px 6px 2px;
  background: rgba(0, 0, 0, 0.2);
  margin-left: 10px;
  border-radius: 0 5px 5px 0;
  left: unset;
}
a.btn.btn-labeled.btn-primary.learn:hover {
  background: #0074b5;
}
.extlink-btn {
  text-align: left;
  padding-left: 20%;
  padding-top: 30px;
}
/**** News & Questions *****/
.news-row {
  background-color: #121212;
  background-image: linear-gradient(to right, #121212, #121212, #121212, #121212, #121212, #ddd, #ddd, #ddd, #ddd, #ddd);
}
.news-row .news {
  padding: 3rem;
  max-width: 800px;
  margin: 0 auto;
}
.news-row .dgov-col-md-7 {
  background: #121212;
}
.news-row .dgov-col-md-5 {
  background: #ddd;
}
.news-row .content {
  max-width: 1240px;
  margin: 0 auto;
}
.news .box {
  padding: 1rem 0;
}
.mycontainer:last-child {
  border-bottom: none;
}
.news .article-box {
  display: flex;
  border-radius: 8px;
  padding: 1rem;
  flex-direction: row;
  transition: .3s;
  background: rgb(255 255 255 / 8%);
}
.news .box a:hover .article-box {
  background: rgba(255, 255, 255, .15);
}
.news .box a:hover {
  text-decoration: none;
}
.news .box img {
  width: 30%;
  height: 100%;
  border-radius: 5px;
}
.news .box p {
  line-height: 1.4em;
  padding: 0 1.5rem;
  margin: 0 0 .5rem;
  font-size: 1.2em;
  max-width: 30ch;
  color: #e8e8e8;
}
.news .box p span {
  display: block;
  font-weight: 400;
  font-size: .85rem;
  font-style: italic;
}
.news .extlink-btn {
  text-align: center;
  padding: 1.5rem 2rem;
}
.news-row .questions {
  height: 100%;
  padding: 3rem;
}
.questions img {
  padding: 1rem 0;
}
.q-content {
  display: flex;
  flex-direction: column;
}
.questions p {
  padding: 1rem 0 0;
}
.questions .extlink-btn {
  padding-top: 10px;
  padding-bottom: 30px;
}
/********* Seals Row ********/
.military-voting {
  background-color: rgb(37 66 108 / 25%);
  padding: 3rem 0 2rem;
}
.all-seals {
  display: flex;
  padding: 2rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 1rem;
  max-width: 1240px;
  margin: 0 auto;
}
.military-vote {
  text-align: center;
}
.military-vote a {
  text-decoration: none;
}
.seal {
  width: 150px;
}
.military-vote .seal-title {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 20px;
  transition: .3s;
  color: #555;
}
.military-vote img {
  border-radius: 50%;
  opacity: .7;
  transition: .3s;
}
.military-vote a:hover img {
  box-shadow: 1px 1px 6px 1px #a3a2a2;
  opacity: 1;
}
.military-vote a:hover .seal-title {
  color: #000000;
}
/* Responsiveness:Start */
@media screen and (min-width:1340px) {
  .news-row .questions {
    padding: 3rem 0 3rem 3rem;
  }
  .news-row .news {
    padding: 3rem 3rem 3rem 0;
  }
  .all-seals {
    padding: 2rem 0;
  }
  .questions h2 {
    font-size: 2rem;
  }
}
@media screen and (min-width:1240px) {
  .how-to .box {
    width: 400px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .vote-safe {
    padding-left: 1rem;
  }
  .vote-safe ol li {
    width: 65ch;
  }
  .seal {
    width: 180px;
  }
}
@media screen and (max-width:1240px) {
  .banner-text {
    max-width: 90%;
  }
  .instructions {
    margin-top: -2.4rem;
  }
  .how-to {
    padding: 0 1.5rem;
  }
  .news h2 {
    font-size: 1.6rem;
  }
  .news .box p {
    font-size: 1.1em;
  }
  .questions h2 {
    font-size: 1.6rem;
    text-align: left;
  }
  .questions p {
    font-size: 19px;
  }
  .questions .extlink-btn {
    padding-bottom: 0;
  }
}
@media screen and (max-width:1127px) {
  .vote-safe {
    background-image: url('/Portals/1/Spotlight/2024/Vote/safe-vote-sm2.png');
  }
  .vote-safe ol li {
    max-width: 60%;
  }
}
@media screen and (max-width:1024px) {
  .bottom-bar {
    height: 33px;
  }
  .questions .extlink-btn {
    padding-top: 0;
    padding-bottom: 0;
  }
  .military-vote img {
    opacity: 1;
  }
}
@media screen and (max-width:991px) {
  .vote-banner {
    background-position: center right;
  }
  .how-to .title {
    font-size: .9em;
    padding: 16px 0;
  }
  .how-to .card-body {
    min-height: 300px;
  }
  .dropdown-toggle {
    letter-spacing: 2px;
    font-size: 15px;
  }
  .dropdown-menu > li > a {
    font-size: 1.4rem;
  }
  a.how-to-button {
    letter-spacing: 0;
  }
  .vote-safe ol li::before {
    min-width: 3rem;
    min-height: 3rem;
  }
  .news-row {
    background-color: #121212;
    background-image: none;
  }
  .news-row .news {
    max-width: unset;
  }
  .story-boxes {
    display: flex;
    justify-content: center;
    flex-direction: row;
    margin: 0 -10px;
  }
  .news .article-box {
    flex-direction: column;
    min-height: 310px;
  }
  .news .box {
    padding: 1rem .5rem;
    width: 33%;
  }
  .news .box img {
    width: 100%;
  }
  .news .box p {
    padding: 20px 0 0;
    max-width: unset;
    font-size: unset;
  }
  .questions h2 {
    font-size: 2rem;
    text-align: left;
  }
  .news h2 {
    font-size: 2rem;
  }
  .seal {
    width: 90%;
  }
}
@media screen and (min-width:725px) and (max-width:991px) {
  .dropdown-menu > li > a {
    font-size: 1.2rem;
  }
  .dropdown-menu > li > a {
    padding: 8px;
    letter-spacing: 0px;
  }
  .q-content {
    display: flex;
    flex-direction: row;
  }
 .questions img {
    padding: 0 1.5rem 0 0;
    max-width: 300px;
    height: 100%;
}
  .questions .extlink-btn {
    text-align: left;
  }
 .questions p {
    padding: 0;
    line-height: 1.3;
    font-size: 19px;
    max-width: 65ch;
}
}
@media screen and (max-width:980px) {
  .main-button {
    display: none;
  }
  .vote-banner-content {
    padding: calc(3rem + 70px) 0px 0px 0px;
  }
  .vote-banner .title {
    font-size: 2.2rem;
  }
  .how-to .card-body {
    min-height: 320px;
  }
  .dropdown-toggle {
    letter-spacing: 0;
    font-size: 15px;
  }
  .vote-safe {
    background-position: top 0 right -30px;
  }
  .vote-safe ol li {
    max-width: 60%;
  }
  .vote-safe ol li {
    font-size: 20px;
    padding: 15px 0;
  }
}
@media screen and (max-width: 768px) {
  .vote-banner {
    background: url();
    background-size: cover;
    background-position: center center;
    background-color: #254267;
    position: relative;
    padding: 75px 40px 0;
  }
  .vote-banner-content {
    padding: calc(3rem + 30px) 0px 0px 0px;
  }
  .main-button {
    display: none;
  }
  .vote-banner .title {
    font-size: 2.5rem;
  }
  .banner-text {
    max-width: unset;
  }
  a.btn.btn-labeled.btn-primary.ballot {
    font-size: 1.35rem;
  }
  .instructions {
    margin-top: -2.5rem;
    padding: 3rem 0;
  }
  .how-to {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .how-to .box {
    max-width: 90%;
    width: 450px;
    border-radius: 10px;
    margin: 0;
    margin-bottom: 2rem;
  }
  .how-to .title {
    font-size: 1.2em;
  }
  .how-to .card-body {
    padding: 0 2rem;
    min-height: unset;
  }
  .how-to .description {
    font-size: unset;
  }
  .how-to .detail {
    font-size: 1em;
    line-height: 1.5em;
    color: #121212;
    margin-bottom: 30px;
  }
  .description li {
    margin-top: 15px;
    display: flex;
  }
  .description li::before {
    margin-right: 20px;
  }
  a.how-to-button {
    font-size: 1em;
    margin: 8px 0;
  }
  .dropdown-toggle {
    letter-spacing: 3px;
    font-size: 16px;
  }
  .vote-safe {
    background-position: center center;
    background-color: #091a2fdb;
    background-blend-mode: darken;
    background-size: 150%;
    background-image: url('/Portals/1/Spotlight/2024/Vote/safe-vote2.png');
  }
  .vote-safe ol li {
    max-width: 65ch;
    margin: 0 auto;
  }
  .extlink-btn {
    text-align: center;
    padding-left: 0;
  }
  a.btn.btn-labeled.btn-primary.learn {
    background: #355e93;
  }
  .military-vote .seal-title {
    font-size: 14px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 575px) {
  .vote-banner {
    background-position: 85% 0;
    padding: 70px .5em 0;
  }
  .vote-banner .title {
    font-size: 1.9rem;
    text-align: center;
  }
  .vote-banner .blurb {
    text-align: center;
    font-size: 20px;
  }
  .blockrel.ballot-btn {
    top: -1.5rem;
  }
  a.btn.btn-labeled.btn-primary.ballot {
    text-transform: unset;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 85%;
    margin: 0 auto;
    font-size: 1.2rem;
  }
  .how-to {
    margin: 30px auto 0;
  }
  .how-to .description {
    font-size: unset;
  }
  .instructions H2, .questions h2, .military-voting h2 {
    font-size: 1.65rem;
  }
  .vote-safe, .news-row .news, .news-row .questions {
    padding: 3rem 1.5rem;
  }
  .questions h2, .news h2 {
    text-align: center;
  }
  .story-boxes {
    margin: unset;
    flex-direction: column;
    align-items: center;
  }
  .news .box {
    padding: 1rem .5rem;
    width: unset;
  }
  .news .article-box {
    flex-direction: column;
    align-items: center;
    background: rgb(255 255 255 / 15%);
  }
  .news .box img {
    width: 100%;
  }
  .news .box p {
    padding: 1rem 0 .5rem;
    margin: 0;
  }
  .news .extlink-btn {
    padding: 1.5rem 2rem 0;
  }
  .questions .extlink-btn {
    padding-bottom: 0;
  }
  .military-voting {
    padding: 3rem 1.5rem 2rem;
  }
  .all-seals {
    padding: 10px 0;
  }
}
@media screen and (max-width: 375px) {
  a.btn.btn-labeled.btn-primary.ballot {
    width: 90%;
  }
}
/* Responsiveness:End */