/* styles.css */
body {
  font-family: 'Roboto';
  margin: 0;
  padding: 0;
}

.content-a{
    color:#0254CF;
}

@media only screen and (min-width: 991px) {
    @supports not (-webkit-touch-callout: none) {
        html {
            width: 1460px;
            margin: 0 auto;
        }
    }
}

/* Header CSS */

.top-bar {
  background-color: #f5f5f5;
  padding: 5px 10px;
}

.faq-content h2 {
    color: #000000;
    font-weight: 700;
    margin: 0.5rem 0;
}

.faq-content h3 {
    color: #e51b24;
    font-weight: 700;
    margin: 1rem 0;
}
 .faq-item {
            margin-bottom: 20px;
            border-bottom: 1px solid #ddd;
            padding-bottom: 10px;
        }

        .faq-question {
            cursor: pointer;
            padding: 10px;
            background-color: #f9f9f9;
            border-bottom: 1px solid #ddd;
            /*color: #003D79;*/
            font-size: 16px;
            font-weight : 800;
            margin: 10px 0;
        }

        .faq-answer {
            display: none;
            padding: 10px;
            background-color: #EFEFEF;
            margin-top: 10px;
            border-radius: 4px;
        }

        .faq-question:hover {
            background-color: #e9e9e9;
        }
        .faq-icon {
    font-size: 20px;
    color: red; /* Change the color to red */
}

        .ui-icon {
    width: 11px;
    height: 10px;
    overflow: hidden;
    background: url(/media/accordion_bullet.png) no-repeat top left;
    position: absolute;
    top: 13px;
    left: -20px;
}

.contact-info {
  font-size: 16px;
  line-height: 25px;
  color: #084068;
  font-weight: 700;
  text-align: end;
}

.contact-info>span {
  margin: 0 1rem;
}

.headarrow {
  margin: 0;
}

.contact-info>span>a {
  text-decoration: underline;
  font-size: 16px;
  line-height: 25px;
  color: #084068;
  font-weight: 700;
}

.contact-info>span>a:hover {
  color: #e94148;
}

.header-main {
  padding: 0.5rem 0;
  background-color: #ffffff;
}

.search-container-sec {
  margin: 0.5rem 0;
  height: 62px;
}

.faq_accordion .ui-icon {
    width: 11px;
    height: 10px;
    overflow: hidden;
    background: url(media/accordion_bullet.png) no-repeat top left;
    position: absolute;
    /*top: 13px;*/
    /*left: -20px;*/
}
.faq_accordion h3 a {
    /* color: #e51b24; */
    color: #000 !important;
    text-decoration: none !important;
 font-size: 16px;
    font-weight: 900;
}
.search-container-sec>input {
  border-radius: 10px;
  width: 660px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.header-menu-li {
  width: 165px;
  height: 105px;
  border-radius: 10px;
  background-image: linear-gradient(45deg, #0f3a59 0%, #194d71 100%);
  border: 2px solid #ffffff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin: 0 0.2rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.header-menu-li:hover {
  background-image: linear-gradient(45deg, #8f060c 0%, #e51b23 100%);
}

.header-menu-li>a {
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 400;
  margin: 0 1rem;
}

.header-menu-li>a:hover {
  color: #ffffff;
}


.header-menu-li>a>img {
  display: block;
  margin: 0 auto;
  padding: 0 0 0.5rem 0;
}

.company-logo {
  width: 100%;
}

.searchbar-section {
  background-image: linear-gradient(133deg, #dee7f0 0%, #f1f5f9 50%, #dee7f0 100%);
  padding: 0.5rem 0;
}

.search-bar {
  background-color: #005ea2;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.search-button {
  border-radius: 10px;
  background-image: linear-gradient(45deg, #1178be 0%, #0d8adf 100%);
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  width: 206px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.search-button:hover {
  background-image: linear-gradient(45deg, #0d8adf 0%, #1178be 100%);
}

.header-trnding-search {
  margin: 0.5rem 0;
  padding: 6px;
  border-radius: 10px;
  background-color: #fcfeff;
  border: 0px solid #e0e0e0;
  width: 886px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.header-trnding-search>li>a {
  font-size: 12px;
  color: #e21e36;
  font-weight: 700;
  text-decoration: none;
}

.header-trnding-search>li {
  margin-bottom: 0;
}

.header-trnding-search>li>a:hover {
  text-decoration: underline;
}

.header-trnding-search>li {
  font-size: 12px;
  color: #113c5c;
  font-weight: 700;
  text-align: start;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.searchbar-section {
  position: relative;
}

.searchbar-section::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  top: 100%;
  transform: rotate3d(0, 1, 0, 180deg);
  height: 0;
  border-style: solid;
  border-width: 0 16px 20px 0;
  border-color: transparent #9f9f9f transparent transparent;
  /* box-shadow: -5px -5px 10px rgba(0, 0, 0, 0.2); */
}

.searchbar-section::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  top: 100%;
  left: 0;
  transform: rotate3d(0, 1, 0, 0deg);
  height: 0;
  border-style: solid;
  border-width: 0 16px 20px 0;
  border-color: transparent #9f9f9f transparent transparent;
  /* box-shadow: -5px -5px 10px rgba(0, 0, 0, 0.2); */
}

.navbar-toggler-icon {
  filter: brightness(0) invert(1);
}

button.navbar-toggler {
  background: #003a63;
}

img.alignnone.size-full.wp-image-2715 {
    width: 100%;
    height: 100%;
}
.eligibility img {
    width: 100%;
    height: 100%;
}
 img.alignnone.size-full.wp-image-898 {
      width: 100%;
      height: 100%;
    }
        img.alignnone.size-full.wp-image-892 {
      width: 100%;
      height: 100%;
    }

    img.alignnone.size-full.wp-image-893 {
      width: 100%;
      height: 100%;
    }

    img.alignnone.size-full.wp-image-894 {
      width: 100%;
      height: 100%;
    }

    img.alignnone.size-full.wp-image-895 {
      width: 100%;
      height: 100%;
    }
        img.alignnone.size-full.wp-image-901 {
      width: 100%;
      height: 100%;
    }

    img.alignnone.size-full.wp-image-902 {
      width: 100%;
      height: 100%;
    }

    img.alignnone.size-full.wp-image-903 {
      width: 100%;
      height: 100%;
    }

    img.alignnone.size-full.wp-image-904 {
      width: 100%;
      height: 100%;
    }
       img.alignnone.size-full.wp-image-907 {
      width: 100%;
      height: 100%;
    }
            img.alignnone.size-full.wp-image-774 {
            width: 100%;
            height: 100%;
        }

        img.alignnone.size-full.wp-image-775 {
            width: 100%;
            height: 100%;
        }

        img.alignnone.size-full.wp-image-776 {
            width: 100%;
            height: 100%;
        }
         img.alignnone.size-full.wp-image-784 {
            width: 100%;
            height: 100%;
        }

        img.alignnone.size-full.wp-image-785 {
            width: 100%;
            height: 100%;
        }

        img.alignnone.size-full.wp-image-786 {
            width: 100%;
            height: 100%;
        }

        img.alignnone.size-full.wp-image-787 {
            width: 100%;
            height: 100%;
        }
                img.wp-image-738.alignnone {
            width: 100%;
            height: 100%;
        }
              img.alignnone.size-full.wp-image-766 {
            width: 100%;
            height: 100%;
        }

        img.alignnone.size-full.wp-image-767 {
            width: 100%;
            height: 100%;
        }

        img.alignnone.size-full.wp-image-768 {
            width: 100%;
            height: 100%;
        }

        img.alignnone.size-full.wp-image-769 {
            width: 100%;
            height: 100%;
        }
 .need-id-for-voting{
            width: 100%;
            height: 100%;
        }
        p.img-spn img {
    width: 100%;
}

    div#notice {
    padding: 12px;
    color: white;
    margin-bottom: 20px;
    background-color: #e51b24;
    text-align: left;
}
.faq-content div#notice img {
    width: 100%;
    height: 100%;
    /*object-fit: cover;*/
}

/* Media Query for Header */

@media screen and (max-width: 600px) {
    p.voter-id-img img {
        width: 100%;
    }
    .votelisto {
                width: 100%;
            }
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .header-menu-li {
    width: 135px;
  }
}

/* different techniques for iPad screening */
@media only screen and (min-device-width: 991px) and (max-device-width: 1200px) and (orientation:portrait) {

  /* For portrait layouts only */
  .header-menu-li {
    width: 135px;
  }
}

@media only screen and (min-device-width: 991px) and (max-device-width: 1200px) and (orientation:landscape) {

  /* For landscape layouts only */
  .header-menu-li {
    width: 135px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 991px) {
  .header-menu-li {
    width: 100%;
    height: auto;
    border-radius: 0;
    margin: 0;
    justify-content: flex-start;
    background-image: linear-gradient(45deg, transparent 0%, transparent 100%);
    border: none;
    box-shadow: none;
    padding: 0.2rem 0;
  }
  
  .breadcrumb-child {
  font-size: 25px !important;
  }

  .header-menu-li>a>img {
    display: none;
  }
  div#navbarNav ul.navbar-nav.header-menu-ul li.nav-item.header-menu-li.ms-xxl-3.ms-xl-2.ms-lg-2.ms-md-2.ms-sm-2.ms-xs-2.ms-2 a.nav-link:active {
    color: white !important;
}
  .header-menu-li>a {
    color: #003a63;
    font-weight: 700;
    text-align: start;
    margin: 0 1rem !important;
  }
  

  .header-menu-ul {
    background-color: #f5f5f5;
  }

  .company-brand {
    width: 50%;
  }

  .search-container-sec {
    justify-content: center;
  }

  .search-container-sec>input {
    width: 100%;
  }
  hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
div#notice {
    height: auto;
    /*width: 95%;*/
    padding: 12px;
    color: white;
    margin-bottom: 20px;
    background-color: #e51b24;
    border: thin solid #CCCCCC;
    text-align: left;
}
  .headarrow {
    display: none;
  }

  .contact-info {
    display: flex;
    justify-content: space-between;
  }

  .header-trnding-search {
    width: 100%;
  }
  
  .header-trnding-search>li{
      font-size: 8px;
  }
  
   .header-trnding-search>li>a{
      font-size: 8px;
  }

  .header-social-icons {
    display: none;
  }
  
  .social-media-content {
    display: block !important;
    padding: 1rem;
    text-align: center;
    color: #284c6e;
  }
}

/*faq page css*/

body {
  background-color: #f4f4f4;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

header {
  font-size: 14px;
  color: #00508F;
}

header a {
  color: #00508F;
  text-decoration: none;
}

.sidebar ul li a:hover {
  text-decoration: underline;
}

.faq-a{
    font-weight: bold;
    font-size: 15px;
}

.faq-QA {
    display: flex;
    gap: 5px;
}

.faq-content {
  background-color: #fff;
  padding: 20px;
}

.faq-content h1 {
  font-size: 24px;
  color: #00508F;
  margin-bottom: 20px;
}

.faq-item {
  margin-bottom: 20px;
}

.question {
  font-weight: bold;
  background-color: #e9f1f8;
  padding: 10px;
  border-radius: 5px;
  color: #00508F;
}

.answer {
  padding: 10px;
  background-color: #f4f4f4;
  border-radius: 5px;
  margin-top: 10px;
}

.faq-page .sidebar h2 {
  font-size: 18px;
  margin-bottom: 0px;
  color: #00508F;
}

.faq-page .sidebar ul li a:hover {
  text-decoration: underline;
}

.faq-page #faqAccordion .accordion-item .accordion-header button.accordion-button.collapsed {
  background: #7695ae;
  background-color: #7695ae;
  color: white;
}

.faq-page #faqAccordion .accordion-button:not(.collapsed) {
  background: #424d56;
  background-color: #424d56;
  color: white;
  border-radius: 10px 10px 0 0;
}

.faq-page .accordion-button:not(.collapsed)::after {
  color: white;
}

.faq-page .accordion-button:focus {
  border-color: unset;
}

/* Hide accordion functionality on desktop view */
@media (min-width: 1011px) {

  .faq-page #quickLinksAccordion .accordion-collapse {
    display: block;
    height: auto;
  }

  .faq-page .sidebar .accordion-button:not(.collapsed)::after {
    display: none;
  }
}

/* Ensure Quick Links accordion functions on mobile and tablet views */
@media (max-width: 768px) {
  .faq-page #quickLinksAccordion .accordion-button {
    pointer-events: auto;
    color: white;
  }
}

body.faq-page {
  background-color: #f5f5f5;
}

.faq-page .home a {
  color: white;
  text-decoration: none;
  border-bottom: 1px solid white;
}

.faq-page div.home {
  height: 172px;
  background-color: #003a63;
  padding: 3rem 0 0 1rem;
  color: #f7f0e1;
}

.faq-page .home p {
  font-size: 42px;
  line-height: 86px;
  color: #f7f0e1;
  font-weight: 500;
}

.faq-page .container.faqs-container {
  max-width: 1440px;
  background: white;
}

.faq-page .faqs-container .sidebar {
  padding: unset;
  background-color: #f1f4f8;
}

.faq-page .faqs-container .sidebar .accordion.leftmenu {
  padding: unset;
}

.faq-page .faqs-container .leftmenu button.accordion-button.quick-links-button {
  background-color: #424d56 !important;
  pointer-events: none;
  color: white;
  border-radius: 10px 10px 0 0;
  box-shadow: none;
}

#quickLinksAccordion>.accordion-item{
  border: none;
}

.faq-page .toplinks .fa.linkarrows {
  color: #003a63;
}

#quickLinksAccordion ul li a {
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  font-weight: 400;
  text-decoration: underline;
  margin-left: 1rem;
}

.faq-content h5 {
  font-size: 30px;
  color: #000000;
  font-weight: 700;
}

button.accordion-button.collapsed {
  background-color: #424d56;
  color: white;
}

#faqAccordion div.accordion-item {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  border:none;
}

#faqAccordion div.accordion-item:last-of-type{
  border: none;
}

body.faq-page .container.faqs-container .accordion-body.toplinks {
  padding: 0;
}

.faq-content div#faqAccordion .accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}

.faq-content div#faqAccordion .accordion-button::after {
  filter: brightness(0) invert(1);
}

button.btn.btn-outline-success.search-button {
  color: white;
  border: none;
}

body.faq-page .faqs-container div aside.sidebar .accordion-body.toplinks ul li a:hover {
  color: #e51b24 !important;
}

.faq-quick-link-body {
  padding: 0;
}

body.faq-page .faqs-container div aside.sidebar ul li {
  margin: 0;
  padding: 15px 10px;
  display: flex;
  align-items: center;
  justify-content: start;
}

body.faq-page .faqs-container div aside.sidebar ul li p {
  margin-bottom: 0;
}

body.faq-page .faqs-container div aside.sidebar ul {
  margin: 0;
  list-style-type: none;
  padding: 0;
}

body.faq-page .faqs-container div aside.sidebar ul li:nth-child(odd) {
  background-color: #f9fdff;
}

body.faq-page .faqs-container div aside.sidebar ul li:nth-child(even) {
  background-color: #d9e5ee;
}

body.faq-page div#faqAccordion .accordion-body {
  background: #f1faff;
  border: 1px solid #ced4da;
}

body.faq-page div#faqAccordion h2#headingOne {
  margin-bottom: 0;
}

body.faq-page div#faqAccordion .accordion-item h2#headingTwo {
  margin-bottom: .1rem;
}

.faqs-container {
  background-color: #ffffff;
}

.accordion-button::after {
  filter: invert(100%);
}

@media (max-width: 1011px) {
  body.faq-page .container.faqs-container aside.sidebar div#collapseQuickLinks li {
    background: none;
    padding: 1px 0px;
    list-style: disc;
  }

  body.faq-page .container.faqs-container aside.sidebar div#collapseQuickLinks li img {
    display: none;
  }

  .faq-page .sidebar {
    padding-bottom: 15px;
  }

  .faq-page .sidebar ul li {
    height: unset;
  }

  .faq-page .sidebar .accordion-button::after {
    content: '+';
    color: white;
    font-size: 18px;
    background-image: unset;
    font-weight: 900;
  }

  .faq-page .sidebar .accordion-button:not(.collapsed)::after {
    content: '-';
    color: white;
    font-size: 18px;
    background-image: unset;
    font-weight: 900;
  }

  .faq-content h5 {
    font-size: 20px;
  }
}

/*Voting by mail*/

.breadcrumb-section {
  background-color: #003a63;
  padding: 1rem;
}

.breadcrumb-parent {
  font-size: 14px;
  line-height: 14px;
  text-decoration: underline;
  color: #ffffff;
  font-weight: 500;
}

.breadcrumb-child {
  font-size: 42px;
  line-height: 42px;
  color: #f7f0e1;
  font-weight: 500;
}

.mail-in-ballots-section {
  padding: 1rem;
  background-color: #ffffff;
}

.collapsible {
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 700;
  background-color: #424d56;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px;
  text-align: left;
  outline: none;
  border: none;
  border-radius: 10px 10px 0 0;
}

.collapsible .toggle-icon {
  font-size: 24px;
}

.content {
  display: block;
  overflow: hidden;
  background-color: #f9f9f9;
}

.content ul {
  margin: 0;
}

.content ul li {
  margin: 0;
  padding: 15px 10px;
  display: flex;
  align-items: center;
  justify-content: start;
}

.content ul li:nth-child(odd) {
  background-color: #f9fdff;
}

.content ul li:nth-child(even) {
  background-color: #d9e5ee;
}

.content ul li p {
  margin-bottom: 0;
}

.content ul li a {
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  font-weight: 400;
  text-decoration: none;
  margin-left: 1rem;
}

.content ul li a span {
  text-decoration: underline;
}

.content ul li a:hover {
  color: #e51b24;
}

.app-btn-link {
  display: flex;
  border-radius: 10px;
  background-image: linear-gradient(45deg, #1c760d 0%, #11a23e 75%);
  padding: 10px;
  text-align: start;
  text-decoration: none;
  align-items: center;
  justify-content: center;
}

.app-btn-link:hover {
  background-image: linear-gradient(45deg, #11a23e 25%, #1c760d 100%);
}

.app-btn-link>span>p {
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 0;
}

.app-btn-link>span>span {
  font-size: 12px;
  color: #ffffff;
  font-weight: 400;
}

.carry-id-number {
  border-radius: 25px;
  background-color: #e2ebf2;
  padding: 14px 18px;
  font-size: 18px;
  line-height: 16px;
  color: #003a63;
  font-weight: 700;
  text-align: center;
  transform: translate(-23px, -24px);
  position: absolute;
}

.carry-id-name {
  background-color: #e2ebf2;
  padding: 1rem;
  margin-bottom: 1px;
  font-size: 11.8px;
  line-height: 18px;
  color: #003a63;
  font-weight: 700;
  text-align: center;
}

.carry-id-image {
  background-image: linear-gradient(0deg, #a0b8cc 0%, #c3d3df 100%);
  width: 207px;
  height: 204px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pro-tip {
  background-color: #424d56;
  padding: 0.5rem;
}

.pro-tip-title {
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
  font-weight: 700;
  text-align: right;
}

.pro-tip-content {
  font-size: 13px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 400;
}

.faq-content-title {
  background-color: #003a63;
  font-size: 38px;
  line-height: 43px;
  color: #f7f0e1;
  font-weight: 700;
  text-align: center;
  padding: 1.5rem;
}

.qa-content {
  background-image: linear-gradient(0deg, rgba(175, 225, 249, 0.996078431372549) 0%, rgba(240, 240, 240, 0.9999999999999999) 100%);
  overflow-y: auto;
}

.qa-bg {
  background-image: url(../media/qa-bg.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto 100%;
  height: 345px;
  padding: 0.5rem;
}

.qa-bg>p {
  display: flex;
  align-items: start;
  justify-content: start;
}

.qa-section-title {
  background-color: #becfdd;
  margin-bottom: 0;
  padding: 1rem;
  text-align: center;
  font-size: 20px;
  line-height: 23px;
  color: #013b64;
  font-weight: 700;
  position: relative;
  display: flex;
  height: 90px;
  justify-content: center;
  align-items: center;
}

.qa-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  top: 85%;
  left: 3%;
  transform: rotate3d(0, 0, 1, 30deg);
  height: 0;
  border-style: solid;
  border-width: 10px 16px 10px 0;
  border-color: transparent #becfdd transparent transparent;
}

.Q {
  font-size: 30px;
  line-height: 50px;
  color: #e51b24;
  font-weight: 700;
  text-align: center;
}

.QA-text {
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  font-weight: 400;
  margin-left: 10px;
  margin-top: 10px;
}

.A {
  font-size: 30px;
  line-height: 50px;
  color: #0e8adf;
  font-weight: 700;
  text-align: center;
}

.qa-main-senction {
  margin-bottom: 1rem;
}

.vote-by-mail-texas-title {
  background-color: #e51b24;
  text-align: center;
  padding: 1rem;
}

.vote-by-mail-texas-title>h3 {
  font-size: 30px;
  line-height: 38px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}

.vote-by-mail-texas-title>p {
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
}

.vote-by-mail-accordian-btn {
  background-color: #7695ae;
  border: 1px solid #ced4da;
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
}

.vote-by-mail-accordian-btn:not(.collapsed) {
  background-color: #424d56;
  border: 1px solid #ced4da;
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
}

.vote-by-mail-accordian-body {
  background-color: #f1faff;
  border: none;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  font-weight: 400;
}

.responsive-collapsible-menu {
  display: none;
}

.desktop-collapsible-menu {
  display: block;
  overflow: hidden;
}

.responsive-app-download-btn {
  display: none;
}

.desktop-app-download-btn {
  display: block;
}

.vote-by-mail-texas-section {
  background-color: #ffffff;
  padding: 0 1rem;
}

.faq-content-section {
  background-color: #ffffff;
  padding: 0 1rem;
}

.carry-doc-list>li {
  margin-top: 1rem;
}

@media (min-width: 992px) {
  .collapse-menu-col {
    padding-bottom: 0;
  }
}

@media (min-width: 768px) {
  .collapse-menu-col {
    padding-bottom: 1rem;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .responsive-collapsible-menu {
    overflow: hidden;
    display: block;
  }

  .desktop-collapsible-menu {
    display: none;
  }

  .collapse-menu-col {
    padding-bottom: 1rem;
  }

  .responsive-app-download-btn {
    display: block;
  }

  .desktop-app-download-btn {
    display: none;
  }

  .carry-doc-list {
    justify-content: center !important;
  }

  .carry-doc-list>li {
    margin: 0 0.5rem 1rem 0.5rem !important;
  }
}
h6 {
    font-size: 15px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    color: #e51b24;
    margin: 10px 0 10px 0;
}

@media only screen and (min-width: 0px) and (max-width: 542px) {
  .carry-doc-list>li {
    margin: 0 0.5rem 1rem 0.5rem !important;
  }
}

/* Footer CSS */
.footer-link {
  background-color: #194d71;
  font-size: 14px;
}

#footer-placeholder {
  background: #f5f5f5;
}

.footer-links {
  justify-content: center;
}

.footer-copyright {
  text-align: center;
}

.footer-links>li>a:hover {
  color: #ffd600 !important;
}

/* Media query for Footer */
@media only screen and (max-width: 1200px) {
  .footer-links {
    padding: 10px;
  }

  .footer-links>li {
    margin-left: 0.5rem !important;
  }

  .footer-copyright {
    padding: 10px;
  }

  .footer-copyright>li {
    margin-left: 0.5rem !important;
  }
}

/* Home Page CSS */

.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: #000;
  color: #fff;
  padding: 8px;
  z-index: 100;
  text-align: center;
  transition: top 0.3s;
}

.skip-link:focus {
  top: 0;
}

.calendar-card {
  width: 150px;
  height: 177px;
  padding: 0px 20px 20px 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
  border-radius: 10px;
  background-image: linear-gradient(45deg, #e6ebef 0%, #ffffff 100%);
  border: 2px solid #ffffff;
}

.JaneNelsonContent {
  font-size: 21px;
  color: #000000;
  font-weight: 400;
}

.lady-JaneNelson {
  display: flex;
  align-items: end;
  justify-content: center;
  margin: auto 0;
}

.lady-JaneNelson-img {
  width: auto;
}

.lady-JaneNelson-col {
  margin: auto 0;
}

.calendar-card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.calendar-card-content-eng {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.calendar-card-content-eng a {
    margin-bottom: 10px;
}
.calendar-icon {
  position: relative;
  background-color: transparent;
  border-radius: 8px;
  padding: 10px;
  color: #ffffff;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  text-align: center;
}

.calendar-icon>i {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 40px;
  color: #1e3a5f;
  z-index: 0;
}

.calendar-icon-i {
  font-size: 80px;
  color: #003963;
}

.date-container {
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 1;
}

.date {
  font-size: 20px;
  font-weight: bold;
  color: #e51b24;
}

.month {
  font-size: 15px;
  font-weight: bold;
  margin-top: -5px;
  color: #e51b24;
}

.description {
  margin-top: 16px;
  font-size: 14px;
  color: #000000;
  font-weight: bold;
}

.links-content {
  background-color: #fcfeff;
}

.helpful-link-text {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 10px;
  background-image: linear-gradient(45deg, #e6f2fb 0%, #d5ecfc 100%);
  border: 1px solid #194d72;
  margin: 0.8rem 0rem;
  padding: 2%;
  height: 71px;
  box-shadow: 2px 4px 6px rgba(0.1, 0.1, 0.1, 0.1);
}

.helpful-link-text:hover {
  background-image: linear-gradient(45deg, #d5ecfc 0%, #e6f2fb 100%);
}

.helpful-link-text>a {
  font-size: 20px;
  line-height: 20px;
  text-decoration: underline;
  color: #003a63;
  font-weight: 700;
}

.links-title {
  font-size: 24px;
  line-height: 24px;
  color: #000000;
  font-weight: 700;
  text-align: center;
}

.general-election {
  background-color: #ffffff;
  padding: 1rem 0;
}

.helpful-links {
  background-color: #ffffff;
  padding: 1rem 0 0 0;
}

.main-content-index {
  background-color: #f5f5f5;
}

.tweet-content {
  background-color: #f6f8f8;
  padding: 1rem 1rem 0 1rem;
  text-align: center;
}

.tweet-content-title {
  font-size: 24px;
  line-height: 24px;
  color: #000000;
  font-weight: 700;
  text-align: center;
}

.election-img {
  width: 100%;
}

.JaneNelsonSign {
  width: auto;
}

img.Jane.Nelson.is.the.Texas.Secretary.of.State\..This.is.her.signature\. {
  width: auto;
}
img.Jane.Nelson.es.la.Secretaria.de.Estado.de.Texas\..Esta.es.su.firma\. {
width: auto;
}

.votting-option {
  display: none;
}

.tweet-content {
  display: block;
}

.social-media-content {
  display: none;
}

.calendar-card-content > a{
    text-decoration:none;
}
.calendar-card-content-eng > a{
    text-decoration:none;
}
h1.JaneNelsonHeader {
    font-size: 24px;
    color: #000000;
    font-weight: 600;
}

/* Media query for Homepage */
@media only screen and (max-width: 1024px) {
  .calendar-card {
    width: 130px;
    padding: 0px 10px 10px 10px;
  }

  .calendar-icon-i {
    font-size: 60px;
  }

  .month {
    font-size: 12px;
    margin-top: -5px;
  }

  .date {
    font-size: 15px;
  }

  .date-container {
    top: 20px;
  }
}

@media only screen and (max-width: 992px) {
  .place-on-date {
    margin: 20px 0 0;
  }

  .helpful-link-text>a {
    font-size: 12px;
    line-height: 12px;
  }

  .helpful-link-text {
    height: 45px;
  }
}

@media only screen and (max-width: 767px) {
  .helpful-links {
    padding: 0;
  }

  .general-election {
    padding: 1rem 0 0 0;
  }

  .votting-option {
    display: block;
    padding: 1rem 0 0 0;
    background-color: #ffffff;
  }

  .votting-option-list>li {
    background-image: linear-gradient(45deg, #0f3a59 0%, #194d71 100%);
    border: 2px solid #ffffff;
    padding: 10px 15px;
  }

  .votting-option-list>li>a>span {
    font-size: 12px;
  }

  .votting-option-list-icon {
    width: 10%;
  }

  .tweet-content {
    display: none;
  }

  .social-media-list>li {
    color: #284c6e;
  }
}

@media only screen and (max-width: 576px) {
  img.Jane.Nelson.is.the.Texas.Secretary.of.State\..This.is.her.signature\. {
    width: 30%;
  }
   img.Jane.Nelson.es.la.Secretaria.de.Estado.de.Texas\..Esta.es.su.firma\. {
    width: 30%;
  }

  .JaneNelsonSign {
    width: 100%;
  }

  .Jan-Nelson-img-div {
    width: 80%;
  }

  .lady-JaneNelson-img {
    width: 100%;
  }

  .JaneNelsonContent {
    font-size: 15px;
  }
  h1.JaneNelsonHeader {
    font-size: 17px;
  }
  .header-trnding-search{
      display:none !important;
  }
}

@media only screen and (max-width: 560px) {
  .calendar-content-li {
    margin-left: 0.5rem !important;
  }
}

@media only screen and (max-width: 528px) {
  .calendar-card {
    width: 120px;
    margin: 10px;
  }
}

@media only screen and (max-width: 368px) {
  .JaneNelsonContent {
    font-size: 11px;
  }

  .social-media-list>li {
    margin-left: 0.2rem !important;
  }
}

/*h3 {*/
/*    color: red;*/
/*}*/
/*----------------------------sidebar--------------------*/
a.active  {
  color: red !important;
}
a:hover{
    color: red;
}
div#notice {
    height: auto;
    /*width: 95%;*/
    padding: 12px;
    color: white;
    margin-bottom: 20px;
    background-color: #e51b24;
    border: thin solid #CCCCCC;
    text-align: left;
}


/* Media query to target iOS devices with Retina displays (including iPad Pro) */
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) and (min-device-width: 991px) and (max-device-width: 1400px) {

    /* Ensure it's an iOS device with WebKit */
    @supports (-webkit-touch-callout: none) {
        html {
            margin: 0 auto;
        }

        .header-trnding-search>li>a {
            font-size: 7px;
        }

        .header-trnding-search>li {
            font-size: 8px;
        }

        .JaneNelsonSign {
            width: 100%;
        }
        
        .calendar-card-content-eng>a>.description {
            font-size: 11px;
        }
        
        .calendar-card-content>a>.description {
            font-size: 9px;
        }
        
        .header-trnding-search {
            width: 100%;
            padding:5px;
        }
        
        .calendar-card {
            width: 100px;
            padding: 0px 5px 5px 5px;
        }
        
        .social-media-list>li{
            font-size: 10px;
        }
        
        .place-on-date-calendar>ul{
            justify-content: flex-start !important;
        }
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) and (min-device-width: 991px) and (max-device-width: 1400px) and (orientation:landscape) {

    /* Ensure it's an iOS device with WebKit */
    @supports (-webkit-touch-callout: none) {
        html {
            margin: 0 auto;
        }

        .header-trnding-search>li>a {
            font-size: 7px;
        }

        .header-trnding-search>li {
            font-size: 8px;
        }

        .JaneNelsonSign {
            width: 100%;
        }
        
        .calendar-card-content-eng>a>.description {
            font-size: 11px;
        }
        
        .calendar-card-content>a>.description {
            font-size: 11px !important;
        }
        
        .header-trnding-search {
            width: 100%;
            padding:5px;
        }
        
        .calendar-card {
            width: 130px;
            padding: 0px 13px 12px 12px;
        }
        
        .social-media-list>li{
            font-size: 10px;
        }
        
        .place-on-date-calendar>ul{
            justify-content: center !important;
        }
    }
}

@supports (-webkit-touch-callout: none) {
            .calendar-card-content>a>.description {
            font-size: 9px;
        }
}
