/* nav:after {
    content: "";
    display: block;
    height: 17px;
    background-image: url(../../dist/images/gradient-border.svg);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-position-x: -50px;
    position: relative!Important;
    width: auto!important;
    transform: none!important;
    height: 100px;    
}  */

#video-popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  border: 5px solid black; /* Add a black border */
  z-index: 9999;
}

#video-popup iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  width: 500px;
  height: auto;
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(169, 169, 169, 0.7) 0%,
    rgba(169, 169, 169, 0.7) 100%
  ); /* Add a gray gradient overlay */
  z-index: -1; /* Place the overlay behind the content */
}

#close-video-button {
  position: absolute;
  top: 20%; /* Adjust this value for vertical positioning */
  right: 20%; /* Adjust this value for horizontal positioning */
  background: none;
  border: none;
  color: white;
  font-size: 24px;
  cursor: pointer;
}

#video-popup-trigger {
  cursor: pointer;
}

.line-label {
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 12px;
  text-shadow: #000 2px 0 0, #000 1.75517px 0.95885px 0,
    #000 1.0806px 1.68294px 0, #000 0.14147px 1.99499px 0,
    #000 -0.83229px 1.81859px 0, #000 -1.60229px 1.19694px 0,
    #000 -1.97998px 0.28224px 0, #000 -1.87291px -0.70157px 0,
    #000 -1.30729px -1.5136px 0, #000 -0.42159px -1.95506px 0,
    #000 0.56732px -1.91785px 0, #000 1.41734px -1.41108px 0,
    #000 1.92034px -0.55883px 0;
}

footer {
  background-color: white !important;
  color: black;
  padding-top: 0;
  /* border-top: 2px solid black; */
}

footer a {
  color: white !important;
}

#updated-logo {
  /* width: 200px; */
  height: 1.95rem;
  margin-left: -50px;
}

.nav-container {
  text-align: left;
  margin-top: 0;
  background: #0a0a0a;
  height: auto;
  width: 100%;
  z-index: 101;
}

.top-nav {
  background-color: black;
  color: white;
  display: flex;
  align-items: center;
  height: 45px;
  padding-left: 50px;
  padding-right: 80px;
}

.top-nav a {
  color: white;
  margin-right: 15px;
  font-size: 14px;
}

.top-nav .top-links {
  margin-left: 8.75rem;
}

#custom-width {
  width: 67.2%;
}

#custom-width-2 {
  width: 66.7% !important;
}

.utility_btns {
  display: flex;
  margin-left: auto;
  align-items: center;
}

.my-entergy-button {
  border-radius: 3.5625rem;
  text-transform: none;
  transition: all 300ms ease-out;
  background-color: #fefefe;
  color: #0a0a0a !important;
  background-image: none;
  border: solid 2px #fefefe;
  padding: 0.1875rem 1.875rem !important;
  line-height: 1;
  margin-left: auto;
}

.outages-button {
  border-radius: 3.5625rem;
  text-transform: none;
  transition: all 300ms ease-out;
  background-color: #ff1a58;
  color: #fefefe;
  background-image: none;
  border: solid 2px #ff1a58;
  padding: 0.1875rem 1.875rem !important;
  line-height: 1;
  margin-left: 0.625rem;
}

.nav-left-links a {
  display: block;
  padding: 0.3125rem 0;
  font-weight: bold;
  font-size: 0.875rem;
  color: #fefefe;
  margin: 0.5rem 0.625rem;
  background-repeat: no-repeat;
  background-position: left center;
}

.grid-container {
  width: 100%;
  max-width: 1200px;
  margin: -15px auto 0 auto;
  display: block;
  float: left;
  padding-top: 20px;
}
.grid-row {
  padding: 0;
}
.grid-row > .grid-column {
  margin: 0 10px;
  margin-bottom: 20px;
  position: relative;
  overflow: visible;
}

.grid-row h3 {
  font-size: 1.8rem;
  color: #000000;
  font-weight: bold;
}

#construction-container h3 {
  font-size: 1.8rem;
  color: #000000;
  font-weight: bold;
}

#construction-process-divider {
  background: linear-gradient(270deg, #ff1a58 0%, #8026ff 100%);
  width: 35%;
  transform: rotate(0deg);
  height: 3px;
  border-radius: 6px;
  margin-top: 40px;
  margin-bottom: 30px;
}

#faq-hero-image {
  margin-top: 40px;
}

.faq-header-section {
  vertical-align: bottom !important;
}

.faq-header-section h2,
.faq-header-section p {
  width: 50%;
  margin-left: 40px;
}

.first-accordion {
  margin-top: 40px;
}

.header-columns {
  justify-content: center;
}
.project-documents {
  justify-content: space-between;
  margin: 0 auto;
}
#video-box {
  border: 2px solid black;
}
.header-grid {
  display: inline-block;
  width: 49%;
  vertical-align: middle;
}
.header-grid p {
  font-weight: 300;
  color: black;
}
.header-grid h2 {
  color: black;
  font-weight: 700;
  font-size: 50px;
  font-family: proxima-nova, sans-serif;
  margin-top: 50px;
}
.header-grid .projects-header {
  margin-left: 100px;
  color: #000000;
}

.projects-header {
  color: #0091da;
}

#documents-list {
  /* margin-top: 35%; */
  font-size: 1.8rem;
}

#document-link {
  font-size: 1rem;
  color: #000;
}

#document-link:hover {
  color: #ff1a58;
}

#document-link:visited {
  color: #ff1a58;
}

.header-grid ul {
  margin-left: 100px;
  width: 83%;
}
.header-grid li {
  list-style: none;
  border-bottom: 1px solid black;
  padding-bottom: 10px;
}

.header-grid ul li a {
  font-weight: 400;
}

.header-grid ul li a span {
  float: right;
  font-size: 42px;
  vertical-align: middle;
  margin-top: -22px;
}
.header-grid img {
  width: 100%;
}
.header-grid #hero-image {
  /* margin-left: -160px; */
}
.row:after {
  content: "";
  display: table;
  clear: both;
}

.boards-list {
  display: inline-block;
  text-decoration: none;
  text-align: left;
  width: 45%;
}

.boards-list:nth-child(1) {
  margin-right: 75px;
}

.boards-list li {
  list-style: none;
  border-bottom: 1px solid black;
  padding-bottom: 10px;
}

.boards-list li a {
  font-size: 1rem;
  color: #333;
}

.boards-list li a span {
  float: right;
  font-size: 42px;
  vertical-align: middle;
  margin-top: -22px;
}

.boards-list li a:hover {
  color: #ff1a58;
}

.boards-list li a:visited {
  color: #ff1a58;
}

@media screen {
}

.grid-column {
  float: left;
  width: -moz-calc(20% - 25px);
  width: -webkit-calc(20% - 25px);
  width: -o-calc(20% - 25px);
  width: calc(20% - 25px);
  overflow: hidden;
}
.grid-column span {
  position: absolute;
  color: #fff;
  font-size: 1.1em;
  font-weight: 500;
  padding: 5px 10px;
  text-shadow: 0 1px 1px #000;
  left: 10px;
  top: 0;
  background-color: rgba(230, 61, 47, 0.8);
  text-transform: uppercase;
  z-index: 2;
}
.grid-column > img {
  cursor: pointer;
  display: block;
  width: 100%;
}
.grid-column span {
  position: absolute;
  color: #fff;
  font-size: 1.1em;
  font-weight: 500;
  padding: 5px 10px;
  text-shadow: 0 1px 1px #000;
  left: 10px;
  top: 0;
  background-color: rgba(66, 119, 179, 0.8);
  z-index: 0;
}
.grid-column p {
  margin: 10px 0 0 0;
  color: #ea1d2c;
  font-size: 0.9em;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}
.grid-column:first-child {
  clear: both;
}
.grid-column img,
.hover-shadow {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.grid-column:hover .overlay {
  opacity: 0.6;
}
.overlay {
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  transition: 0.5s ease;
  /* background-color:#ea1d2c;
    background-image: linear-gradient(to right, #8026ff, #cc00d1, #f100a3, #ff007a, #ff1a58); */
}
.text {
  font-size: 0.9rem;
  font-weight: 900;
  color: black;
  position: absolute;
  top: 88%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0.6;
  background: white;
  padding: 5px;
  overflow: hidden;
}
.text::after {
  content: "";
  display: block;
  width: 80px;
  margin-bottom: 1rem;
}
.hover-shadow:hover {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4),
    0 6px 20px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4),
    0 6px 20px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.4);
}
.ms-thumb-list {
  display: none;
}
#content-header {
  display: inline-block;
  margin-right: 20px;
  vertical-align: text-bottom;
  color: black;
}
#content-description {
  /* display: inline-block; */
  /* border-left: 2px solid #ea1d2c; */
  /* padding-left: 20px; */
  word-wrap: revert;
  /* width: 70%;     */
}

.accordion__label {
  color: black !important;
  background: white !important;
  font-weight: bold;
}

.faq-label {
  color: black !important;
  background: white !important;
  font-weight: bold;
}

.faq-label:before {
  content: "\00BB";
  position: absolute;
  display: block;
  right: -110px;
  top: -10px;
  line-height: 2.25em;
  text-align: center;
  background-color: transparent;
  transition: background-color 0.15s ease-in-out;
  color: black;
  transform: rotate(90deg);
  font-size: 35px;
}

.faq-label:after {
  content: "";
  display: block;
  height: 17px;
  background-image: url(../../dist/images/gradient-border.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-position-x: 0px;
  position: relative !important;
  width: 113%;
  transform: none !important;
}

.accordion__label:before {
  content: "\00BB";
  position: absolute;
  display: block;
  right: 20px;
  top: -10px;
  line-height: 2.25em;
  text-align: center;
  background-color: transparent;
  transition: background-color 0.15s ease-in-out;
  color: black;
  transform: rotate(90deg);
  font-size: 35px;
}

.accordion__label:after {
  content: "";
  display: block;
  height: 17px;
  background-image: url(../../dist/images/gradient-border.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-position-x: 0px;
  position: relative !important;
  width: 113%;
  transform: none !important;
}

.accordion__content {
  background: none;
  width: 100%;
  height: auto;
  overflow: auto;
}

.contact-information {
  display: inline-block;
  vertical-align: top;
  margin-top: 40px;
}

.contact-information h2 {
  color: black;
  font-size: 1.8rem;
  margin-top: 50px;
  margin-right: 20px;
}

.contact-information a {
  color: #ad0047;
}

#contact-us {
  display: inline-block;
  vertical-align: top;
}

#contact-line {
  display: inline-block;
  height: 100%;
  background: linear-gradient(270deg, #ff1a58 0%, #8026ff 100%);
  width: 3px;
  border: none;
}

nav {
  border-bottom: none !important;
  box-shadow: 0px 6px #f1f1f1;
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 80px;
  box-shadow: 0px 4px 7px 0px rgba(51, 51, 51, 1);
}

#nav-line {
  display: inline-block;
  height: 7%;
  background: linear-gradient(270deg, #ff1a58 0%, #8026ff 100%);
  width: 3px;
  border: none;
  position: absolute;
  transform: rotate(0deg);
  width: 100%;
  left: 0;
  top: 4rem;
}

#hero-header h2 {
  font-weight: 700;
  font-size: 40px;
  color: black;
}

#hero-header .columns,
#hero-header .column {
  background-color: #f1f1f1;
}

#project-header-text {
  margin-left: 10px;
  padding-left: 5px;
  margin-left: 20%;
  width: 100%;
  background-color: white;
}

#submit {
  margin-top: 20px;
  vertical-align: top;
  width: 50%;
  height: 3.8rem;
  margin-left: 10px;
}

.form-bottom-block {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1280px) {
  .form-bottom-block {
    display: block;
  }
}

footer .footer-header {
  width: 100%;
  text-align: center;
  height: 70px;
}

footer .footer-header img {
  text-align: center;
  height: 80px;
  width: 100%;
}

.footer-box {
  width: 100%;
  background-color: black;
  color: white;
}

.footer-box .footer-grid {
  display: flex;
  justify-content: space-evenly;
}

.footer-box .footer-grid li {
  list-style-type: none;
}

.footer-box .footer-grid li a {
  font-size: 24px;
}

.footer-box .footer-grid .sub-links a {
  font-size: 14px;
}

.footer-box .footer-grid ul {
  margin-left: 0;
}

.social-links {
  font-size: 24px;
}

.footer-end .footer-content {
  display: flex;
  justify-content: space-between;
  padding-left: 210px;
  padding-right: 210px;
  padding-bottom: 20px;
}

.app-download-links {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.app-download-links a {
  display: inline-block;
}

.app-download-links a img {
  height: 40px;
}

.app-download-links a img:nth-child(1) {
  margin-right: 15px;
}

#nav-line-footer {
  background: linear-gradient(270deg, #ff1a58 0%, #8026ff 100%);
  width: 100%;
  display: inline-block;
  height: 5px;
  border: none;
  transform: rotate(0deg);
  left: 0;
}

.footer-content {
  background-color: black;
  color: white;
}

.g-recaptcha {
  display: inline-block;
}

.hero-section h2 {
  color: #000000;
  font-weight: 700;
  font-size: 50px;
  font-family: proxima-nova;
  margin-top: 50px;
}

/* Arrow Animation */

.arrow_container {
  position: fixed;
  width: 24px;
  height: 24px;
  margin: 0px auto;
  left: 120px;
  bottom: 130px;
  display: block;
  z-index: 1000;
}

.chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.chevron:before,
.chevron:after {
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: black;
}

.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.chevron_text {
  display: block;
  margin-top: 75px;
  margin-left: -30px;
  font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-size: 12px;
  color: black;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 0.25;
  animation: pulse 2s linear alternate infinite;
}

@keyframes pulse {
  to {
    opacity: 1;
  }
}
@keyframes move {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

[class*="grid-column"] + [class*="grid-column"]:last-child {
  float: left;
}
@media (max-width: 1000px) {
  .grid-column {
    width: -moz-calc(33.33333333% - 20px);
    width: -webkit-calc(33.33333333% - 20px);
    width: -o-calc(33.33333333% - 20px);
    width: calc(33.33333333% - 20px);
  }
}
@media (max-width: 800px) {
  #project-header-text {
    margin-left: 0px;
  }

  #custom-width,
  #custom-width-2 {
    width: 100% !important;
  }

  .arrow_container {
    display: none !important;
  }
  .grid-column {
    width: -moz-calc(50% - 20px);
    width: -webkit-calc(50% - 20px);
    width: -o-calc(50% - 20px);
    width: calc(50% - 20px);
  }

  .header-grid ul {
    width: 100%;
  }

  .boards-list {
    width: 100%;
  }

  .boards-list a {
    font-size: 16px !important;
  }

  #document-link {
    font-size: 16px;
  }

  .faq-label {
    display: block !important;
    width: 100%;
  }

  .faq-label:before {
    right: 20px;
  }

  .faq-header-grid {
    width: 100%;
  }

  .header-grid {
    width: 100%;
  }

  .faq-hero-header {
    width: 100% !important;
    margin-left: 0 !important;
  }

  .faq-header-section h2 br {
    display: none;
  }

  .faq-header-section .faq-hero-section,
  .faq-header-section p {
    width: 100%;
    margin-left: 0;
  }

  .contact-information {
    width: 100%;
    margin-top: 0;
  }

  .contact-information img {
    display: none;
  }

  #contact-us {
    width: 100%;
  }

  #contact-line {
    display: none;
  }

  .contact-information {
    width: 100%;
    margin-top: 0;
    margin-left: 15px;
  }

  #contact-us #contact-form {
    margin-left: 0;
  }

  .boards-list:nth-child(1) {
    margin-left: 0px;
    margin-right: 0px;
  }

  footer .container {
    padding: 0;
    margin-bottom: -20px;
  }

  .footer-grid {
    vertical-align: top;
    width: 100%;
    display: block !important;
  }

  .footer-grid ul {
    display: inline-block;
    width: 100%;
    padding-left: 35px;
    padding-right: 35px;
  }

  .footer-grid ul li {
    display: inline-block;
    width: 48%;
    /* padding-left: 15px;         */
  }

  .mobile-hide {
    display: none !important;
  }

  .footer-grid .sub-links {
    width: 100%;
  }

  .footer-box .footer-grid li a {
    font-size: 19px;
  }

  .footer-box .footer-grid .sub-links a {
    font-size: 12px;
  }

  #updated-logo {
    margin-left: -20px !important;
  }

  .sub-footer {
    display: inline-block;
    width: 48% !important;
    padding-left: 15px;
    vertical-align: top;
  }

  .utility_btns {
    justify-content: flex-end;
  }

  .sub-footer li {
    width: 100% !important;
  }

  .footer-content {
    display: inline-block !important;
    padding-bottom: 0 !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .footer-sub-list {
    padding-left: 0 !important;
  }

  .footer-content div {
    display: block;
  }

  .footer-right {
    text-align: right;
  }

  .footer-end {
    padding-bottom: 50px;
    background-color: black;
  }

  .footer-content div:nth-child(2) {
    text-align: right;
  }

  #video-popup iframe {
    width: 90% !important;
  }

  #close-video-button {
    right: 1%;
    top: 30%;
  }
}
@media (max-width: 650px) {
  .grid-column {
    width: -moz-calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
    width: -o-calc(100% - 20px);
    width: calc(100% - 20px);
  }
  #header-columns {
    display: block !important;
  }

  nav .title {
    line-height: 0.95rem !important;
  }
}
.loading {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 38%;
  left: 50%;
  margin: -20px 0 0 -20px;
  background-image: url(../../dist/images/spinner.svg);
  background-repeat: no-repeat;
  background-size: 40px 40px;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  z-index: 2;
}
.introjs-move-help-number {
  top: -20px;
  left: 0;
}
.intro-box {
  display: block;
  width: 100%;
  max-width: 600px;
  background: #fff;
  border: solid 5px #4277b3;
  margin: 0;
  padding: 35px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  text-align: center;
}
.intro-box img {
  margin-bottom: 20px;
}
.intro-box p {
  font-size: 1.5em;
  color: #666;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  padding: 25px 0;
}
.intro-box p span:first-child {
  font-family: Arimo, sans-serif;
  display: block;
  font-size: 1.1em;
}
.intro-box p span:nth-child(2) {
  font-size: 1.5em;
  line-height: 1.1em;
  color: #4277b3;
  display: block;
}
.intro-box p span:last-child {
  font-size: 1.3em;
  font-family: Arimo, sans-serif;
  display: block;
  font-weight: 600;
}
.intro-box button {
  color: #fff;
  padding: 10px 20px;
  width: 200px;
  margin-top: 10px;
  font-size: 1.5em;
  border: none;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes unfoldIn {
  0% {
    -ms-transform: scaleY(0.005) scaleX(0);
    -webkit-transform: scaleY(0.005) scaleX(0);
    transform: scaleY(0.005) scaleX(0);
  }
  50% {
    -ms-transform: scaleY(0.005) scaleX(1);
    -webkit-transform: scaleY(0.005) scaleX(1);
    transform: scaleY(0.005) scaleX(1);
  }
  100% {
    -ms-transform: scaleY(1) scaleX(1);
    -webkit-transform: scaleY(1) scaleX(1);
    transform: scaleY(1) scaleX(1);
  }
}
@keyframes unfoldOut {
  0% {
    -ms-transform: scaleY(1) scaleX(1);
    -webkit-transform: scaleY(1) scaleX(1);
    transform: scaleY(1) scaleX(1);
  }
  50% {
    -ms-transform: scaleY(0.005) scaleX(1);
    -webkit-transform: scaleY(0.005) scaleX(1);
    transform: scaleY(0.005) scaleX(1);
  }
  100% {
    -ms-transform: scaleY(0.005) scaleX(0);
    -webkit-transform: scaleY(0.005) scaleX(0);
    transform: scaleY(0.005) scaleX(0);
  }
}

@media screen and (min-width: 917px) and (max-width: 1167px) {
  .boards-list:nth-child(1) {
    margin-right: 50px;
  }
}

@media screen and (max-width: 917px) {
  .boards-list:nth-child(1) {
    margin-right: 0px;
    margin-left: 0px;
  }

  .boards-list {
    display: block;
    margin-left: 0;
  }

  .ms-bullets.ms-dir-h .ms-bullets-count {
    right: 0 !important;
  }
}

@media screen and (min-width: 1440px) {
  .title {
    display: block;
  }

  .header-grid #hero-image {
    /* margin-left: -120px; */
  }
}

@media screen and (min-width: 1281px) and (max-width: 1750px) {
  .boards-list:nth-child(1) {
    margin-right: 50px;
    margin-left: 0px;
  }
}

@media screen and (min-width: 1281px) and (max-width: 1439px) {
  .title {
    display: none;
  }

  .faq-label:before {
    display: initial !important;
    right: -130px;
  }
}

@media screen and (max-width: 1280px) {
  .accordion__label:after {
    display: none;
  }

  .faq-label {
    display: block !important;
    width: 90%;
  }

  .faq-label:before {
    right: -70px;
  }

  .footer-content {
    width: 100% !important;
  }

  .ms-nav-next,
  .ms-nav-prev {
    /* background: url(light-skin-1.png)!important; */
  }

  .ms-bullet {
    cursor: pointer;
    float: left;
  }
  .ms-bullets.ms-dir-h {
    right: 35% !important;
  }

  .faq-header-grid {
    width: 100%;
  }

  .faq-header-section {
    width: 100% !important;
  }

  .faq-header-section h2,
  .faq-header-grid p {
    width: 100% !important;
  }

  .faq-header-section br {
    display: none;
  }
}

@media screen and (min-width: 2000px) {
  .faq-label:before {
    display: initial !important;
    right: -150px;
  }
}
