@font-face {
  font-family: "Georgia Regular font";
  src: url("https://www.eenews.net/wp-content/themes/eenews-child/assets/css/font-family/Georgia Regular font.ttf");
  src: url("https://www.eenews.net/wp-content/themes/eenews-child/assets/css/font-family/Georgia Regular font.ttf") format("embedded-opentype");
}

a:focus,
a:hover {
  color: #333;
  text-decoration: none;
  outline: none;
}

body {
  font-family: din-2014, sans-serif;
  font-weight: bold;
  font-size: 16px;
}

p {
  font-family: "DIN-2014";
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
  color: #6e7381;
  margin-bottom: 25px;
}

h1 {
  font-family: "DIN-2014";
  font-weight: bold;
  font-size: 36px;
  line-height: 46px;
  color: #000000;
}

h2 {
  font-family: "DIN-2014";
  font-weight: bold;
  font-size: 32px;
  line-height: 46px;
  color: #000000;
}

ul {
  padding-left: 20px;
  font-family: "Georgia Regular font";
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  color: #6e7381;
}

ul li::marker {
  color: #6e7381;
  font-size: 12px;
}

b,
strong {
  font-weight: bold;
  color: #000000;
}

article.entry {
  margin-bottom: 2px;
}

/* added anchor at her */

.category-banner .left-category-contant .main-heading a {
  background-color: transparent;
  color: #fff;
  font-size: 36px;
  line-height: 46px;
  padding-bottom: 15px;
  margin: 0;
  max-width: calc(100% - 20px);
  text-transform: initial;
  padding: 0;
  border: 0;
  border-radius: 0;
}

.category-banner .left-category-contant .main-heading a:hover {
  border: 0 !important;
}

.category-banner .left-category-contant a.title-border:hover {
  text-decoration: underline;
  color: #fff;
}
/* section archive-setting-css */
section.archive-setting {
  margin-bottom: 60px;
}

/* Added anchor at hero*/
.right-category-image .caption {
  opacity: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.45);
  padding: 4px 15px;
  left: 48px;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

.right-category-image:hover .caption {
  opacity: 1;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

.right-category-image .caption .credit {
  color: #fff;
  font-size: 16px;
  line-height: 23px;
  font-family: "din-2014";
  display: inline-block;
}

.right-category-logo-image {
  text-align: center;
  position: relative;
}

.right-category-logo-image .caption {
  opacity: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.45);
  padding: 4px 15px;
  width: 100%;
}

.right-category-logo-image:hover .caption {
  opacity: 1;
}

.right-category-logo-image .caption .credit {
  color: #fff;
  font-size: 18px;
  line-height: 23px;
  font-family: "Georgia Regular font";
  display: inline-block;
  font-size: 18px;
}

.thankyou .site-inner {
  min-height: calc(100vh - 255px);
  background-color: #f4f5f7;
  display: flex;
  align-items: center;
}

.entry-content ol,
.entry-content ul {
  margin-bottom: 30px;
  padding-left: 15px;
}

.alignfull .jv-row-column-wrap {
  padding: 0px;
}

ol.msa-list-item li {
  font-family: "Georgia Regular font";
  font-size: 18px;
  line-height: 23px;
  font-weight: 300;
  color: #000000;
  margin: 0 0 28px;
  padding: 0;
}

@media (max-width: 1023px) {
  .container {
    max-width: 100%;
  }
}

/****************Header  Menu section*******************/

/*new menu css*/

.open-menu span {
  position: absolute;
  height: 5px;
  width: 100%;
  top: 0;
  right: 0;
  opacity: 1;
  margin: 0;
  background-color: #023465;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  border-radius: 23px;
}

.open-menu span:nth-child(1) {
  top: 4px;
}

.open-menu span:nth-child(2) {
  top: 14px;
}

.open-menu span:nth-child(3) {
  top: 24px;
}

.open-menu.open span:nth-child(1) {
  top: 14px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  background: #023465;
}

.open-menu.open span:nth-child(2) {
  opacity: 0;
  background: #023465;
}

.open-menu.open span:nth-child(3) {
  top: 14px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  background: #023465;
}
.collapse-menu-box{
  display: block;
  align-items: flex-start;
  justify-content: flex-end;
  margin-bottom: 0;
  flex-direction: column;
  margin-top: 1px;
  background-color: #ffffff;
  position: absolute;
  width: 100%;
}
/*new menu css*/

.error404 .site-inner {
  min-height: calc(100vh - 259px);
}

.error404 .site-inner {
  min-height: calc(100vh - 259px);
  display: flex;
  align-items: center;
}

.error404 .site-inner .search-form-submit {
  font-size: 16px;
  line-height: 20px;
  background-color: #023465;
  color: #fff;
  text-transform: uppercase;
  padding: 6px 14.5px;
  border-radius: 6px;
  border: 1px solid #023465;
}

.error404 .site-inner .search-form-submit:hover {
  border: 1px solid #023465;
  background-color: #fff;
  color: #023465;
}

.site-header {
  padding: 0 0px;
}

a.logo-one {
  padding-right: 20px;
  border-right: 1px solid #707070;
}

a.logo-two {
  padding-left: 20px;
  display: flex;
}

a.logo-two img {
  width: 207px;
  height: 42px;
  max-height: 42px;
}

.term-eedaily .eenews-top-header .logo-green img {
  width: 150px;
}

.article_header_eedaily .logo-green img {
  width: 150px;
}

.eenews-top-header.header-two .container {
  padding-top: 12.5px;
  padding-bottom: 12.5px;
}

.eenews-top-header.header-two .both-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

li.eenews-getaccess {
  margin-left: 15px;
}

.eenews-top-header .container {
  padding-top: 10px;
  padding-bottom: 10px;
}

.eenews-top-header .container .logo,
.eenews-top-header .container .nav-wrap-right {
  height: 100%;
  vertical-align: middle;
  display: flex;
  align-items: center;
}

.eenews-top-header .container .menu.genesis-nav-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0;
}

.eenews-top-header .genesis-responsive-menu {
  padding-top: 0px;
  padding: 0px;
}

.eenews-top-header .menu.genesis-nav-menu li {
  padding-left: 0px;
}

.eenews-top-header .menu.genesis-nav-menu li.eenews-login {
  padding-left: 50px;
}

.eenews-top-header .menu.genesis-nav-menu li a {
  color: #023465;
  font-size: 16px;
  line-height: 21px;
  font-family: "din-2014";
  font-weight: bold;
  font-style: normal;
  padding: 0px;
  margin-left: 26px;
  position: relative;
  padding-top: 12px;
  padding-bottom: 12px;
}

.eenews-top-header .menu.genesis-nav-menu li:first-child a {
  margin-left: 0;
  margin-right: 22px;
}

.eenews-top-header .menu.genesis-nav-menu .eenews-getaccess a {
  margin-left: 0;
}

.eenews-top-header .menu.genesis-nav-menu .eenews-login a {
  border: 1px solid #023465;
  padding: 5px 30px 5px 16px;
  border-radius: 6px;
  font-weight: bold;
  text-transform: uppercase;
  margin-left: 0;
  position: relative;
}

.wp-block-jarvis-iconlist ul.jv-svg-icon-list .jv-svg-icon-list-item-wrap .jv-svg-icon-list-single {
  margin-top: 5px;
}

.eenews-top-header .menu.genesis-nav-menu .eenews-login a:hover {
  background-color: #023465;
  color: #fff;
}

.eenews-top-header .menu.genesis-nav-menu .eenews-getaccess a {
  background-color: #023465;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  padding: 5.5px 13.1px;
  border-radius: 6px;
  border: 1px solid transparent;
  font-size: 16px;
  line-height: 20px;
}

.eenews-top-header .menu.genesis-nav-menu .eenews-getaccess a:hover {
  border: 1px solid #023465;
  background-color: #fff;
  color: #023465;
}

.gb-testimonial-text {
  font-family: "Georgia Regular font";
  font-size: 18px;
}

.genesis-nav-menu>.menu-item-has-children>a::after {
  position: absolute;
  content: "";
  background-image: url(https://www.eenews.net/wp-content/themes/eenews-child/images/menu-arrow-new.svg);
  display: inline-block;
  width: 10px;
  height: 5px;
  top: 22px;
  background-repeat: no-repeat;
  margin-left: 5px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s;
}

.eenews-top-header .menu.genesis-nav-menu .eenews-login a::after {
  position: absolute;
  content: "";
  background-image: url(https://www.eenews.net/wp-content/themes/eenews-child/images/login-sprite.png);
  display: inline-block;
  width: 14px;
  height: 14px;
  top: 8px;
  background-repeat: no-repeat;
  margin-left: 5px;
  background-position: 0px -14px;
}

.eenews-top-header .menu.genesis-nav-menu .eenews-login a:hover:after {
  background-image: url(https://www.eenews.net/wp-content/themes/eenews-child/images/login-sprite.png);
  background-position: 0px 0px;
}

.newroom-about .jv-inside-inner-col p {
  margin: 0;
}

.genesis-nav-menu .sub-menu {
  clear: both;
  display: none;
  left: 0px;
  position: absolute;
  top: 43px;
  width: auto;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover>.sub-menu {
  display: block;
}

.genesis-nav-menu .menu-item:hover>.sub-menu {
  display: block;
}

.eenews-top-header .menu.genesis-nav-menu li .sub-menu li {
  margin: 0px 15px;
  border-bottom: 1px solid #eee;
  padding: 0px;
}

.eenews-top-header .menu.genesis-nav-menu ul.sub-menu {
  background-color: #ffffff;
  min-width: 160px;
  padding: 0;
}

.genesis-nav-menu .sub-menu a {
  border: none;
  padding: 12px 0px !important;
}

.category-banner {
  background-color: #6d9230;
}

.left-category-contant .main-heading {
  color: #fff;
  font-size: 36px;
  line-height: 46px;
  padding-bottom: 15px;
  margin: 0;
  max-width: calc(100% - 20px);
}

.left-category-contant p {
  color: #fff;
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 0.5px;
  font-family: "din-2014";
  text-transform: uppercase;
  margin-bottom: 30px;
}

.main-gutter-remove .jv-gutter-widest>.wp-block-jarvis-column {
  margin-right: 30px;
}

.left-category-contant p strong {
  color: #fff;
}

.energywire {
  background-color: #4a5b6f;
}

.energywire .left-category-contant a {
  color: #4a5b6f;
}

.climatewire {
  background-color: #434ba4;
}

.climatewire .left-category-contant a {
  color: #434ba4;
}

.ee-daily {
  background-color: #3d6493;
}

.ee-daily .left-category-contant a {
  color: #3d6493;
}

.greenwire {
  background-color: #6d9230;
}

.greenwire .left-category-contant a {
  color: #6d9230;
}

.greenwire .content-excerpt-list-left a {
  color: #6d9230;
}

.term-ee-daily .article-archive-paginate a {
  background-color: #6d9230;
  color: #fff;
}

.term-ee-daily .article-archive-paginate a:hover {
  background-color: #333;
  color: #fff;
}

.term-ee-daily .page-numbers.current {
  background-color: #6d9230;
}

.term-ee-daily .previous-next-paged a {
  background-color: #3d6493;
}

.term-ee-daily .previous-next-paged a:hover {
  background-color: #333;
}

.term-eenewspm .previous-next-paged a:hover {
  background-color: #333;
  color: #fff;
}

.term-eenewspm .previous-next-paged a {
  background-color: #4d7778;
}

.term-ee-daily .nav-links a:hover {
  background-color: #3d6493;
  color: #fff;
}

.eenewspm {
  background-color: #4d7778;
}

.abouteandenews {
  background-color: #012446;
}

.abouteandenews .left-category-contant a {
  background-color: #012446;
}

.jv-inside-inner-col .wp-block-image {
  margin-bottom: 0;
}

.left-category-contant h6:not(.main-heading) {
  font-size: 16px;
  line-height: 23px;
  color: #fff;
  margin: 0;
  padding-bottom: 15px;
  font-family: "Georgia Regular font";
  max-width: 417px;
}

.left-category-contant p.hero-category-excerpt {
  font-size: 16px;
  line-height: 23px;
  color: #fff;
  margin: 0;
  padding-bottom: 15px;
  font-family: "Georgia Regular font";
  max-width: 417px;
  letter-spacing: normal;
  text-transform: none;
}

.category-right-padding {
  position: absolute;
  width: 100%;
  right: 0;
  padding-right: 0;
}

.right-category-image img {
  width: 100%;
  min-height: 400px !important;
  max-height: 400px !important;
  object-fit: cover;
}

.left-category-contant {
  padding: 30px 0 90px;
  max-width: 100%;
  min-height: 400px;
  max-height: 400px;
}

.left-category-contant span {
  background-color: #fff;
  border-radius: 6px;
  color: #4a5b6f;
  letter-spacing: 0.4px;
  font-size: 8px;
  line-height: 13px;
  text-transform: uppercase;
  font-weight: bold;

}

.left-category-contant a {
  border-radius: 6px;
  color: #6d9230;
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
  border: 1px solid transparent;
  text-transform: uppercase;
}

.hero-banner .left-category-contant a {
  color: #023465;
}

.hero-banner .left-category-contant a:hover {
  border: 1px solid #fff;
  color: #fff;
}

.left-category-contant a:hover {
  color: #fff !important;
}

.right-category-image {
  padding-left: 48px;
  position: relative;
}

.content-excerpt-list-left h4 {
  font-size: 24px;
  line-height: 31px;
  color: #000;
  font-weight: bold;
  margin: 0;
}

.three-list {
  margin-top: 0px;
}

.two-list-post {
  margin-bottom: 60px;
}

.row.three-list.archive-margin {
  margin-top: 0;
}

.content-excerpt-list-left p {
  font-size: 10px;
  line-height: 13px;
  font-family: "din-2014";
  color: #707070;
  margin-bottom: 6px;
}

.hover-caption {
  position: relative;
}

.content-excerpt-list-left p span {
  letter-spacing: 0.4px;
  letter-spacing: 0.4px;
  color: #707070;
  font-size: 10px;
  line-height: 13px;
}

.content-excerpt-list-left p strong {
  color: #707070;
}

.content-excerpt-list-left a {
  color: #6d9230;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
}

.content-excerpt-list-left {
  padding-bottom: 0px;
  position: relative;
}

.content-excerpt-list-left .credit {
  color: #fff;
  font-size: 16px;
  line-height: 23px;
  font-family: "din-2014";
  display: inline-block;
  text-transform: none;
}

.content-excerpt-list-left .hover-caption .caption-overlay {
  position: absolute;
  top: auto;
  bottom: 16px;
  left: 0;
  right: 0;
  height: auto;
  width: 100%;
  opacity: 0;
  transition: 0.8s ease;
  background-color: rgba(0, 0, 0, 0.45);
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  padding: 4px 15px;
}

.content-excerpt-list-left .hover-caption:hover .caption-overlay {
  opacity: 1;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

.three-list .content-excerpt-list-left {
  padding-bottom: 25px;
}

.content-excerpt-list-left a:hover {
  color: #333 !important;
}

.content-excerpt-list-left img {
  min-height: 384px;
  max-height: 384px;
  object-fit: cover;
  width: 100%;
}

.content-excerpt-list-left img {
  margin-bottom: 16px;
}

.three-list .content-excerpt-list-left img {
  margin-bottom: 16px;
  max-height: 206px;
  min-height: 206px;
  object-fit: cover;
}

.post-list-heading h2 {
  color: #000000;
  font-size: 36px;
  line-height: 46px;
  margin: 0;
  padding-bottom: 36px;
}

.three-list .content-excerpt-list-left h4 {
  font-size: 16px;
  line-height: 20px;
  color: #000;
  font-weight: bold;
  margin-bottom: 6px;
}

/************************Responsive menu*******************/

@media (max-width: 767.98px) {
  .eenews-top-header .container {
    padding-left: 0px;
    padding-right: 0px;
  }

  .navbar-light .navbar-toggler {
    border-color: #023465;
    position: absolute;
    top: -31px;
    right: 15px;
    z-index: 9;
    border: 0;
    width: 30px;
    height: 30px;
  }

  .genesis-nav-menu .sub-menu {
    position: relative;
  }

  .eenews-top-header .container .logo,
  .eenews-top-header .container .nav-wrap-right {
    position: relative;
  }

  .eenews-top-header .genesis-responsive-menu {
    position: absolute;
    top: 0px;
    z-index: 99;
  }

  .navbar-light button.navbar-toggler:hover,
  .navbar-light button.navbar-toggler:focus {
    background-color: transparent;
    border-width: 1px;
    outline: none;
  }

  .eenews-top-header .container .menu.genesis-nav-menu {
    display: block;
    align-items: flex-start;
    justify-content: flex-end;
    margin-bottom: 0;
    flex-direction: column;
    margin-top: 1px;
    background-color: #ffffff;
    width: 100%;
    padding-bottom: 30px;
    padding-top: 10px;
  }

  .eenews-top-header .menu.genesis-nav-menu li a {
    padding: 12px 0px;
  }

  .eenews-top-header .menu.genesis-nav-menu li.eenews-getaccess {
    display: inline-block;
    width: auto;
    float: left;
    position: relative;
    margin-top: 15px;
    margin-left: 0;
  }

  .mobile-menu-news-row {
    margin: 0px;
  }

  .mobile-menu-news {
    padding: 0px;
  }

  .genesis-nav-menu .sub-menu {
    width: 95%;
    padding: 0px;
  }

  .eenews-top-header .menu.genesis-nav-menu li .sub-menu li {
    margin: 0px 10px;
    padding: 0px;
  }

  .genesis-nav-menu .sub-menu a {
    color: #023465 !important;
  }
  .collapse-menu-box{

    border-bottom: 1px solid #ddd;
  }
}

@media screen and (max-width: 990px) and (min-width: 767.99px) {
  .eenews-top-header .menu.genesis-nav-menu li.eenews-login {
    padding-left: 26px;
  }
}

/************************End Responsive menu*******************/

/****************End Header Menu section*******************/

/****************Footer section*******************/

section.footer {
  background-color: #023465;
}

.row.eenews-footerinfo {
  padding-top: 50px;
  padding-bottom: 15px;
  display: flex;
  align-items: flex-end;
}

section.footer .widget {
  margin-bottom: 0px;
}

.eenews-footerinfo .widget-wrap .menu-footer-menu-container ul.menu {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0px;
}

.eenews-footerinfo .widget-wrap .menu-footer-menu-container ul.menu li.menu-item {
  margin-bottom: 0px;
  padding-left: 30px;
}

.eenews-footerinfo .widget-wrap .menu-footer-menu-container ul.menu li.menu-item a {
  color: #fff;
  font-family: "din-2014";
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
}

.eenews-footerinfo .widget-wrap .menu-footer-menu-container ul.menu li.menu-item a:hover {
  opacity: 0.8;
}

.eenews-copyright ul li a:hover {
  opacity: 0.8;
}

.row.eenews-footerinfo a img {
  max-width: 160px;
}

.eenews-copyright p.copy-text {
  color: #fff;
  font-weight: 100;
  font-size: 12px;
  margin-bottom: 0px;
  line-height: 15px;
  font-family: "din-2014";
  letter-spacing: 0.5px;
}

.eenews-copyright ul {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0px;
  margin: 0;
  padding: 0;
}

.eenews-copyright ul li {
  margin-bottom: 0px;
  padding-left: 24px;
}

.eenews-copyright ul li a {
  color: #fff;
  font-family: "din-2014";
  font-weight: 100;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.5px;
}

.row.eenews-copyright {
  padding-top: 12px;
  padding-bottom: 45px;
  align-items: center;
}

section.footer hr {
  margin: 0;
  border: 1px solid #f4f5f7;
}

.text-list ul li {
  padding-bottom: 15px;
}

.eenews-getaccess input,
.eenews-getaccess textarea,
.eenews-getaccess select {
  /*--CHANGE THE PATH SELECTOR*/
  width: 288px !important;
  box-shadow: 0px 3px 6px #00000033 !important;
  border: 0 !important;
  font-size: 16px !important;
  /*--CHANGE THE PATH SELECTOR*/
  line-height: 16px !important;
  /*--CHANGE THE PATH SELECTOR*/
  color: #000000;
  padding-left: 15px !important;
  font-family: "din-2014";
  border-radius: 0 !important;
  height: 40px !important;
  /*--CHANGE THE PATH SELECTOR*/
  font-weight: 300;
}

.eenews-getaccess .mktoFormRow label {
  font-weight: bold;
  color: #000000;
  font-size: 18px;
  /*--CHANGE THE PATH SELECTOR*/
  line-height: 34px;
  /*--CHANGE THE PATH SELECTOR*/
  padding-top: 0;
  font-family: "din-2014";
}

.eenews-getaccess .mktoForm select.mktoField {
  background: #fff url(https://www.eenews.net/wp-content/themes/eenews-child/images/blue-bg-arrow.svg) center right no-repeat;
}

.eenews-getaccess button.mktoButton {
  background-color: #023465 !important;
  font-size: 16px !important;
  line-height: 20px !important;
  font-family: "din-2014" !important;
  border-radius: 6px !important;
  width: 84px !important;
  height: 33px !important;
  padding: 7px !important;
  text-transform: uppercase;
  border: 1px solid transparent !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.eenews-getaccess .mktoForm .mktoRadioList>label,
.mktoForm .mktoCheckboxList>label {
  margin-top: -2px;
}

.eenews-getaccess .mktoForm input[type="checkbox"]+label:before,
.mktoForm input[type="radio"]+label:before {
  width: 1.5em;
  height: 1.5em;
}

.eenews-getaccess .mktoForm .mktoRadioList>label,
.mktoForm .mktoCheckboxList>label {
  margin-top: 0px !important;
}

.mktoForm .mktoButtonWrap.mktoPurpleCandy button.mktoButton:hover {
  background-color: #fff !important;
  color: #023465;
  border: 1px solid #023465 !important;
}

.eenews-getaccess .mktoForm .mktoFormRow {
  clear: initial;
  max-width: 48% !important;
  float: left !important;
  margin-right: 0px;
}

.eenews-getaccess .mktoForm .mktoFormRow:nth-last-child(4) {
  /*--ADD*/
  max-width: 100% !important;
}

.eenews-getaccess .mktoForm .mktoFormRow:nth-last-child(5) {
  /*--ADD*/
  max-width: 100% !important;
}

.eenews-getaccess input[type="checkbox"] {
  /*--ADD*/
  width: 50px !important;
  margin-top: -15px !important;
}

.eenews-getaccess .mktoForm .mktoFormRow .mktoLogicalField.mktoCheckboxList.mktoHasWidth {
  /*--CHANGE THE PATH SELECTOR */
  clear: none !important;
  margin-top: 5px;
  /*--CHANGE THIS SPECIFIC STYLE */
  margin-left: 45px;
}

.eenews-getaccess form.mktoForm {
  max-width: 634px;
  margin-left: 55px !important;
}

.eenews-getaccess .mktoButtonRow {
  text-align: center !important;
  max-width: calc(100% - 30px);
}

.eenews-getaccess .mktoForm .mktoFormCol {
  margin-bottom: 30px !important;
}

.single-banner img {
  width: 100%;
}

.single-banner h2 {
  color: #000000;
  font-size: 36px;
  line-height: 46px;
  margin: 0;
}

.single-banner h1 {
  color: #000000;
  font-size: 36px;
  line-height: 46px;
  margin: 0;
}

.single-banner p {
  font-size: 10px;
  line-height: 13px;
  color: #707070;
  font-family: "din-2014";
  margin-bottom: 30px;
}

.single-banner p strong {
  color: #707070;
}

.article-navigation .navigation.post-navigation .nav-links {
  display: flex;
  width: 100%;
  background-color: #62812e;
}

.article-navigation .navigation.post-navigation .nav-links a {
  display: flex;
  width: 100%;
  padding-left: 15px;
  color: #fff;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

.article-navigation .navigation.post-navigation .nav-links a:hover {
  text-decoration: underline;
}

.single-banner {
  padding-bottom: 60px;
  padding-top: 60px;
}

.article-navigation {
  background-color: #62812e;
  padding: 18px 0;
}

.article-navigation.greenwire {
  background-color: #6d9230;
}

.article-navigation.ee-daily {
  background-color: #3d6493;
}

.article-navigation.energywire {
  background-color: #4a5b6f;
}

.article-navigation.climatewire {
  background-color: #434ba4;
}

.article-navigation.eenewspm {
  background-color: #4d7778;
}

.nav-links .nav-previous a {
  color: #fff;
  text-transform: uppercase;
  font-family: "DIN-2014";
}

.single-articles article {
  margin-bottom: 35px;
}

body.menu-open .genesis-nav-menu>.menu-item-has-children>a {
  color: #333;
}

.single-articles p {
  color: #000;
}

/***************************Responsive Footer*******************/

@media (min-width: 1140px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 768px) {
  .genesis-nav-menu>.menu-item-has-children>a:hover:after {
    background-image: url(https://www.eenews.net/wp-content/themes/eenews-child/images/menu-arrow-new-grey.svg);
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@media (max-width: 1139px) {
  .container {
    max-width: 100%;
  }

  .general-contact-information .container {
    padding: 0;
  }

  .alignfull>.jv-row-layout-inner>.jv-row-column-wrap {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .accordian-fullwidth .jv-row-layout-inner>.jv-row-column-wrap {
    padding: 0 !important;
  }

  .hero-section .container {
    padding-left: 0;
    padding-right: 0;
  }

  .post-list.eenews-related-section.related-articles-enabled.fixed .container {
    padding: 0 15px;
  }

  .hero-banner .container {
    padding: 0;
  }

  .text-image .container {
    padding: 0;
  }

  .hero-banner .container {
    padding: 0 15px;
  }

  .hero-fullwidth .jv-row-layout-inner>.jv-row-column-wrap {
    padding: 0 !important;
  }
}

@media (max-width: 767.98px) {
  .row.eenews-footerinfo {
    padding-top: 25px;
  }

  .eenews-footerinfo .widget-wrap .menu-footer-menu-container ul.menu {
    display: block !important;
    padding-top: 20px;
  }

  .eenews-footerinfo .widget-wrap .menu-footer-menu-container ul.menu li.menu-item {
    margin-bottom: 0px;
    padding-left: 0px;
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .row.eenews-copyright {
    padding-bottom: 25px;
  }

  .eenews-copyright ul {
    flex-direction: column;
  }

  .eenews-copyright ul li {
    margin-bottom: 0px;
    padding-left: 0px;
    line-height: 2;
  }
}

@media screen and (max-width: 767.99px) and (min-width: 600px) {
  .eenews-footerinfo .widget-wrap .menu-footer-menu-container ul.menu {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0px;
    flex-direction: row;
    padding-top: 20px;
  }

  .eenews-copyright ul {
    flex-direction: row;
    justify-content: space-between;
  }

  .eenews-copyright ul li {
    margin-bottom: 0px;
    padding-left: 0px;
  }
}

@media screen and (max-width: 990px) and (min-width: 767.99px) {
  .eenews-copyright ul li {
    margin-bottom: 0px;
    padding-left: 10px;
  }
}

/***************************End Responsive Footer*******************/

/****************End Footer section*******************/

/**************************Custom Css********************/

a {
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  color: #023465;
}

.single-articles .entry-content a {
  color: #326598;
  text-decoration: underline;
}

.single-articles .entry-content a:hover {
  color: #326598;
}

.site-inner {
  max-width: 100%;
  padding: 0px;
}

.content {
  float: left;
  width: 100% !important;
}

.wp-block-jarvis-rowlayout.alignfull {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw;
}

.article-archive-paginate {
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  margin-top: 30px;
  padding-top: 60px;
  padding-bottom: 100px;
}

.article-nopaginate {
  padding-bottom: 60px;
  border-top: 1px solid #707070;
}

.article-archive-paginate a {
  color: #fff;
  background-color: #6d9230;
  border-radius: 6px;
  padding: 6px 14px;
  font-size: 16px;
  line-height: 20px;
  font-family: "din-2014";
}

.previous-next-paged a {
  margin-right: 15px;
}

.article-archive-paginate a:hover {
  background-color: #333;
}

.article-archive-paginate span.page {
  color: #6e7381;
  text-transform: uppercase;
  font-size: 16px;
  position: absolute;
  top: 10px;
}

.article-archive-paginate .nav-links a {
  color: #000;
  background-color: #e9eaec;
  height: 46px;
  border-radius: 50px;
  display: inline-block;
  line-height: 46px;
  text-align: center;
  font-size: 24px;
  font-weight: normal;
  margin: 0px 4px;
  padding: 0px 17px;
}

.article-archive-paginate a.prev.page-numbers {
  display: none;
}

.article-archive-paginate h2.screen-reader-text {
  overflow: hidden !important;
  position: initial !important;
  width: auto !important;
  height: auto;
  color: #6e7381;
  text-transform: uppercase;
  font-size: 16px;
  margin-right: 15px;
  letter-spacing: 2.4px;
  margin: 0 18px 0 0px;
}

a.next.page-numbers {
  display: none;
}

span.authorby {
  font-size: 10px;
  line-height: 13px;
  font-family: "din-2014";
  color: #707070;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.main-post-list p span {
  display: inline;
  font-size: 10px;
  line-height: 13px;
  color: #707070;
  font-family: "din-2014";
}

.page-numbers.current {
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: #6d9230;
  color: #fff;
  font-weight: normal;
  font-size: 24px;
}

.article-archive-paginate nav.navigation.pagination {
  margin: 0;
  float: right;
}

/*all color css*/
.term-ee-daily .content-excerpt-list-left a {
  color: #3d6493;
}

.term-ee-daily .content-excerpt-list-left a:hover {
  color: #333;
}

.term-ee-daily .page-numbers.current {
  background-color: #3d6493;
}

.term-energywire .content-excerpt-list-left a {
  color: #4a5b6f;
}

.term-energywire .content-excerpt-list-left a:hover {
  color: #333;
}

.term-energywire .page-numbers.current {
  background-color: #4a5b6f;
  color: #fff;
}

.term-energywire .nav-links a:hover {
  background-color: #4a5b6f;
  color: #fff;
}

.term-energywire .article-archive-paginate .previous-next-paged a {
  background-color: #4a5b6f;
}

.term-energywire .article-archive-paginate .previous-next-paged a:hover {
  background-color: #333;
}

.term-climatewire .previous-next-paged a {
  background-color: #434ba4;
}

.term-climatewire .previous-next-paged a:hover {
  background-color: #333;
}

.term-climatewire .content-excerpt-list-left a {
  color: #434ba4;
}

.term-climatewire .content-excerpt-list-left a:hover {
  color: #333;
}

.term-climatewire .nav-links a:hover {
  background-color: #434ba4;
  color: #fff;
}

.term-climatewire .page-numbers.current {
  background-color: #434ba4;
}

.term-eedaily .article-archive-paginate .previous-next-paged a {
  background-color: #3d6493;
}

.term-eedaily .article-archive-paginate .previous-next-paged a:hover {
  background-color: #333;
}

.term-eedaily .previous-next-paged a {
  background-color: #3d6493;
}

.term-eedaily .previous-next-paged a:hover {
  background-color: #333;
}

.term-eedaily .page-numbers.current {
  background-color: #3d6493;
}

.term-eedaily .nav-links a:hover {
  background-color: #3d6493;
  color: #fff;
}

.term-eenewspm .content-excerpt-list-left a {
  color: #4d7778;
}

.term-eenewspm .content-excerpt-list-left a {
  color: #333;
}

.term-eenewspm .page-numbers.current {
  background-color: #4d7778;
}

.term-greenwire .nav-links a:hover {
  background-color: #6d9230;
  color: #fff;
}

.term-eenewspm .nav-links a:hover {
  background-color: #4d7778;
  color: #fff;
}

.term-eenewspm .nav-links a:hover {
  background-color: #4d7778;
  color: #fff;
}

.eenews-top-header .menu.genesis-nav-menu li:nth-child(3) ul.sub-menu li a {
  margin-left: 0;
}

.container.no_post_found {
  min-height: calc(100vh - 255px);
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-size: 30px;
}

span.sub-menu-icon {
  display: none;
}

.atr-caption {
  margin-top: 10px;
}

.atr-caption p {
  font-family: "Georgia Regular font";
  font-size: 14px;
  line-height: 23px;
  font-weight: 300;
  color: #6e7381;
  margin-bottom: 0px;
}

.atr-caption p span {
  font-size: 12px;
  font-family: Arial, calibri, verdana;
  line-height: 18px;
  color: #aaa;
}
.atr-image-wrapper{
  position: relative;
  height: 100%;
}
.atr-image-wrapper img{
  object-fit: cover;
  height: 100%;
  max-height: 400px;
  width: 100%;
}
.atr-image-wrapper .atr-caption {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px;
  background-color: rgba(3, 14, 40, 0.8);
  width: 100%;
}
.atr-image-wrapper .atr-caption p{
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .atr-image-wrapper img {
    height: initial;
  }
  .atr-image-wrapper .atr-caption {
    background-color: rgba(3, 14, 40, 1);
    position: static;
  }
}
/*all color css*/

.medium-category {
  min-height: 384px;
  max-height: 384px;
  padding: 0px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content-excerpt-list-left .medium-category img {
  min-height: auto;
  max-height: initial;
  width: auto;
}

.three-list .content-excerpt-list-left .thumb-category {
  margin-bottom: 16px;
  max-height: 206px;
  min-height: 206px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.three-list .content-excerpt-list-left .thumb-category img {
  max-height: initial;
  min-height: auto;
  object-fit: cover;
  width: auto;
}

.main-post-list .postlist-thumb img {
  margin-bottom: 9px;
  width: 100%;
  max-height: initial;
  min-height: auto;
  object-fit: cover;
}

.main-post-list .postlist-thumb {
  margin-bottom: 9px;
  width: 100%;
  max-height: 150px;
  min-height: 150px;
  object-fit: cover;
  display: flex;
  align-items: center;
  padding: 0 15px;
}

.main-post-list .postlist-thumb a:hover {
  background-color: transparent;
}

.single-banner .article-large-logo img {
  width: auto;
}

.article-large-logo {
  text-align: center;
  min-height: 500px;
  max-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
}

@media (min-width: 2500px) {
  .category-right-padding {
    width: 54%;
  }
}

@media (min-width: 1921px) {
  .category-right-padding {
    width: 52%;
  }
}

@media (min-width: 1025px) {
  .eenews-top-header .menu.genesis-nav-menu li a:hover {
    color: #333;
  }
}

@media (max-width: 1366px) {
  .right-category-image {
    padding-left: 0;
  }

  .right-category-image .caption {
    left: 0;
  }

  .eenews-getaccess .mktoForm .mktoFormRow:nth-last-child(4) .mktoLogicalField.mktoCheckboxList.mktoHasWidth {
    width: 92% !important;
  }
}

@media (max-width: 1199px) {
  .eenews-getaccess form.mktoForm {
    max-width: 100%;
    margin-left: 0 !important;
  }

  .eenews-getaccess .mktoFormRow label {
    font-size: 18px;
  }

  .eenews-getaccess select {
    width: 100% !important;
  }

  .eenews-getaccess input {
    width: 100% !important;
  }

  .eenews-getaccess .mktoForm .mktoFormRow {
    max-width: 100% !important;
  }

  .eenews-getaccess .mktoButtonRow {
    margin-top: 25px;
    max-width: 100%;
  }
}

@media (max-width: 1024px) {
  input#searchsubmit {
    padding: 16px 27px !important;
  }
  .genesis-nav-menu > .menu-item-has-children > a::after {
    display: none;
  }

  .article-large-logo {
    min-height: 350px;
    max-height: 350px;
  }

  span.sub-menu-icon {
    display: inline-block;
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    top: 0px;
    right: 10px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s;
  }

  .eenews-top-header .menu.genesis-nav-menu span.sub-menu-icon:before {
    background: url(https://www.eenews.net/wp-content/themes/eenews-child/images/menu-arrow-new.svg);
    position: absolute;
    content: "";
    height: 5px;
    width: 10px;
    background-repeat: no-repeat;
    top: 22px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s;
    left: 35px;
  }

  .eenews-top-header .menu.genesis-nav-menu .sub-active-class span.sub-menu-icon:before {
    background: url(https://www.eenews.net/wp-content/themes/eenews-child/images/menu-arrow-new-grey.svg);
    -ms-transform: rotate(180deg) !important;
    -webkit-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s;
  }

  .single-banner {
    padding-bottom: 20px;
  }

  .eenews-getaccess .mktoForm .mktoFormRow {
    max-width: 50% !important;
    margin-left: 0px;
  }

  .eenews-getaccess form.mktoForm {
    max-width: 100%;
    margin-left: 0px !important;
  }

  .eenews-getaccess .mktoFormRow label {
    font-size: 18px;
  }

  .eenews-getaccess input,
  .eenews-getaccess select {
    width: 100% !important;
  }

  .left-category-contant {
    padding: 30px 0 50px;
  }

  .main-gutter-remove .jv-gutter-widest>.wp-block-jarvis-column {
    margin-right: 30px;
  }

  .eenews-top-header .menu.genesis-nav-menu li:first-child a {
    margin-left: 0;
    margin-right: 0px;
  }

  .eenews-top-header .menu.genesis-nav-menu li:nth-child(2) {
    padding-left: 10px;
  }
}

@media (max-width: 991px) {
  .article-archive-paginate .row {
    flex-direction: column-reverse;
  }

  .article-archive-paginate nav.navigation.pagination {
    float: left;
    margin-bottom: 30px;
  }

  .medium-category {
    min-height: 206px;
    max-height: 206px;
  }

  .right-category-logo-image {
    padding-bottom: 40px;
    text-align: left;
    min-height: auto;
    max-height: initial;
    padding-left: 15px;
    padding-right: 15px;
  }

  .eenews-top-header .menu.genesis-nav-menu li:nth-child(2) {
    padding-left: 10px;
  }

  .two-list-post {
    margin-bottom: 0;
  }

  a.logo-two img {
    width: 175px;
    max-width: 175px;
  }

  .eenews-top-header.header-two .menu.genesis-nav-menu li.eenews-login {
    padding-left: 0;
  }

  .eenews-top-header.header-two li.eenews-getaccess {
    margin-left: 0;
  }

  .eenews-top-header.header-two .container .menu.genesis-nav-menu {
    justify-content: space-between;
    padding: 0;
  }

  .content-excerpt-list-left img {
    max-height: 206px;
    min-height: 206px;
    object-fit: cover;
  }

  .eenews-top-header .menu.genesis-nav-menu .eenews-login a {
    padding: 3px 25px 3px 7px;
  }

  .eenews-top-header.header-two .menu.genesis-nav-menu li.eenews-login a {
    margin-left: 15px;
  }

  .eenews-top-header .menu.genesis-nav-menu .eenews-login a::after {
    top: 7px;
  }

  a.logo-one {
    padding-right: 10px;
  }

  .eenews-top-header .menu.genesis-nav-menu li:first-child a {
    margin-right: 0px;
  }

  .eenews-top-header .menu.genesis-nav-menu .eenews-getaccess a {
    padding: 3.5px 5px;
  }

  a.logo-two {
    padding-left: 10px;
  }

  .eenews-top-header .menu.genesis-nav-menu ul.sub-menu {
    padding-left: 0px;
  }

  .eenews-top-header.header-two .menu.genesis-nav-menu li a {
    margin-left: 5px;
  }

  .eenews-getaccess form.mktoForm {
    max-width: 100% !important;
    margin-left: 0px !important;
  }

  .eenews-getaccess .mktoForm .mktoFormRow {
    margin-right: 0px;
    max-width: 50% !important;
    margin-left: 0;
  }

  .eenews-getaccess .mktoFormRow label {
    font-size: 15px;
    line-height: 32px;
  }

  .eenews-getaccess input {
    width: 100% !important;
  }

  .eenews-getaccess select {
    width: 100% !important;
    font-size: 15px !important;
  }

  .eenews-getaccess input {
    font-size: 15px;
  }

  .eenews-copyright ul li {
    margin-bottom: 0px;
    padding-left: 12px;
    line-height: 0;
  }

  .row.eenews-footerinfo {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .row.eenews-copyright {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .category-right-padding {
    position: initial;
    padding-right: 0;
    padding-left: 0;
  }

  .right-category-image img {
    min-height: auto !important;
    max-height: none !important;
  }

  .left-category-contant {
    padding: 30px 0 50px;
    max-width: 100%;
    min-height: auto;
    max-height: 100%;
  }

  .left-category-contant .main-heading,
  .left-category-contant h6 {
    max-width: 100%;
  }

  .content-excerpt-list-left {
    padding-bottom: 25px;
  }

  .article-archive-paginate h2.screen-reader-text {
    margin: 0 10px 0 0px;
    min-width: 70px;
  }

  .three-list {
    margin-top: 0;
  }

  .medium-category .hover-caption {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .search-form-section input {
    margin-bottom: 30px;
  }
  .search-form-section select {
    margin-bottom: 30px;
  }
  .ee-searchbtn {
    margin: 0px !important;
  }
  .content-excerpt-list-left .credit {
    font-size: 14px;
    line-height: 20px;
  }

  .eenews-top-header.header-two .menu.genesis-nav-menu li a {
    margin-left: 0;
  }

  .eenews-top-header.header-two .menu.genesis-nav-menu li.eenews-login a {
    margin-left: 0;
  }

  .eenews-top-header.header-two button.navbar-toggler {
    top: -37px;
  }

  .eenews-top-header.header-two .logo a img {
    max-height: 28px;
  }

  .eenews-top-header.header-two .container .menu.genesis-nav-menu {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
  }

  .eenews-top-header .menu.genesis-nav-menu .eenews-getaccess a {
    padding: 5.5px 13.1px;
  }

  .article-archive-paginate {
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .article-archive-paginate .nav-links a {
    margin: 4px;
  }
  /* .article-archive-paginate {
    min-width: 21px;
    height: 21px;
    line-height: 21px;
    font-size: 16px;
    margin: 0px 2px;
    padding: 0px 6px;
  }

  .article-archive-paginate .previous-next-paged a {
    margin-right: 0;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 13px;
    padding: 6px 6px;
    text-align: center;
    margin-right: 10px;
  }

  .article-archive-paginate .previous-next-paged a:first-child {
    margin-bottom: 10px;
  }

  .article-archive-paginate .previous-next-paged a:last-child {
    margin-bottom: 0;
    margin-top: 0;
  }

  .article-archive-paginate a {
    padding: 6px 8px;
    font-size: 16px;
  }

  .article-archive-paginate .nav-links a:nth-last-child(2) {
    min-width: 21px;
  }

  .page-numbers.current {
    width: 21px;
    height: 21px;
    line-height: 21px;
    font-size: 16px;
  }

  .article-archive-paginate h2.screen-reader-text {
    font-size: 12px;
    margin-right: 15px;
    letter-spacing: 0px;
    margin: -9px 8px 0 0px;
  }

  .article-archive-paginate nav.navigation.pagination {
    margin-top: 15px;
    margin-bottom: 5px;
    float: left;
  } */

  .article-archive-paginate .row {
    flex-direction: column-reverse;
  }

  .article-archive-paginate span.page-numbers.dots {
    margin-top: 0;
  }

  .three-list {
    margin-top: 0px;
  }

  .left-category-contant .main-heading {
    font-size: 30px;
    line-height: 36px;
    padding-bottom: 10px;
    max-width: 100%;
  }

  .left-category-contant {
    padding: 30px 0 45px;
    max-width: 100%;
    min-height: auto;
  }

  .article-navigation .navigation.post-navigation .nav-links a {
    font-size: 15px;
    padding-left: 0;
  }

  .single-banner h2 {
    font-size: 30px;
    line-height: 36px;
  }

  .single-banner h1 {
    font-size: 30px;
    line-height: 36px;
  }

  .single-banner {
    padding-bottom: 20px;
    padding-top: 40px;
  }

  .single-articles article p {
    margin-bottom: 15px;
  }

  .eenews-copyright ul li {
    margin-bottom: 0px;
    padding-left: 0;
    line-height: 2;
  }

  .eenews-getaccess select {
    width: 100% !important;
    height: 35px !important;
  }

  .genesis-nav-menu .sub-menu {
    width: auto;
  }

  .eenews-getaccess form.mktoForm {
    max-width: 100%;
    margin-left: 0px !important;
    padding: 0;
  }

  .eenews-getaccess .mktoFormRow label {
    font-size: 15px;
    line-height: 24px;
  }

  .eenews-getaccess .mktoForm .mktoFormCol {
    margin-bottom: 15px !important;
  }

  .eenews-getaccess .mktoForm .mktoFormRow {
    width: 100% !important;
    margin-left: 0;
    max-width: 100% !important;
  }

  .eenews-getaccess .mktoForm .mktoFormRow:nth-child(odd),
  .eenews-getaccess .mktoForm .mktoFormRow:nth-child(even) {
    padding-left: 0;
    padding-right: 0;
  }

  .eenews-getaccess input {
    width: 100% !important;
    height: 35px !important;
  }

  .eenews-footerinfo .widget-wrap .menu-footer-menu-container ul.menu {
    padding-left: 0;
  }

  .eenews-footerinfo .widget-wrap .menu-footer-menu-container ul.menu li.menu-item {
    padding-bottom: 5px;
    padding-top: 0;
  }

  .eenews-copyright ul {
    flex-direction: column;
    padding-left: 0;
  }

  .eenews-copyright p.copy-text {
    margin-bottom: 10px;
  }

  .row.eenews-copyright {
    padding-bottom: 20px;
    padding-top: 25px;
  }

  .row.eenews-footerinfo {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .eenews-footerinfo .widget-wrap .menu-footer-menu-container ul.menu li.menu-item:last-child {
    padding-bottom: 0;
  }

  .eenews-top-header .menu.genesis-nav-menu li {
    padding-left: 0;
  }

  .eenews-top-header .menu.genesis-nav-menu li.eenews-login {
    padding-left: 0;
    margin-top: 0px;
  }

  .eenews-top-header .container .menu.genesis-nav-menu {
    padding-left: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .genesis-nav-menu .sub-menu {
    top: -13px;
  }

  .genesis-nav-menu>.menu-item-has-children>a::after {
    top: 10px;
  }

  .eenews-top-header .menu.genesis-nav-menu .eenews-login a {
    display: inline-block;
    margin-bottom: 0px;
    padding: 5px 30px 5px 16px;
  }

  .eenews-top-header .menu.genesis-nav-menu li a {
    padding: 0px 0px 15px;
    margin-left: 0px;
  }

  .eenews-copyright ul li:last-child {
    line-height: 30px;
  }

  .term-eedaily .eenews-top-header .logo-green img {
    width: 115px;
  }

  a.logo-two img {
    max-width: 150px;
  }

  a.logo-two {
    padding-left: 10px;
    max-width: initial;
    padding-left: 10px;
  }

  a.logo-one {
    padding-right: 10px;
  }

  .eenews-top-header .container {
    padding-top: 23px;
    padding-bottom: 19px;
  }

  .mktoForm div,
  .mktoForm span,
  .mktoForm label,
  .mktoForm p {
    font-size: 16px;
    line-height: 26px;
  }

  .mktoForm .mktoRadioList>label,
  .mktoForm .mktoCheckboxList>label {
    margin-left: 15px;
  }

  .eenews-getaccess .mktoForm .mktoRadioList>label,
  .mktoForm .mktoCheckboxList>label {
    margin-top: -2px !important;
  }

  .genesis-responsive-menu .genesis-nav-menu .menu-item:hover>.sub-menu {
    display: none;
  }

  .genesis-nav-menu>.menu-item-has-children>a::after {
    transform: rotate(0deg) !important;
    -ms-transform: rotate(0deg) !important;
    -webkit-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
  }

  body.menu-open .genesis-nav-menu>.menu-item-has-children>a:after {
    background-image: url(https://www.eenews.net/wp-content/themes/eenews-child/images/menu-arrow-new-grey.svg);
    -ms-transform: rotate(180deg) !important;
    -webkit-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s;
  }

  .eenews-top-header .menu.genesis-nav-menu .eenews-login a::after {
    top: 9px;
  }

  .three-list .content-excerpt-list-left img {
    max-height: initial;
    min-height: auto;
    object-fit: cover;
  }

  .genesis-nav-menu>.menu-item-has-children>a::after {
    display: none;
  }

  span.sub-menu-icon {
    display: inline-block;
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    top: 0px;
    right: 10px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s;
  }

  .eenews-top-header .menu.genesis-nav-menu span.sub-menu-icon:before {
    background: url(https://www.eenews.net/wp-content/themes/eenews-child/images/menu-arrow-new.svg);
    position: absolute;
    content: "";
    height: 5px;
    width: 10px;
    background-repeat: no-repeat;
    top: 8px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s;
    left: 0;
  }

  .eenews-top-header .menu.genesis-nav-menu .sub-active-class span.sub-menu-icon:before {
    background: url(https://www.eenews.net/wp-content/themes/eenews-child/images/menu-arrow-new-grey.svg);
    -ms-transform: rotate(180deg) !important;
    -webkit-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s;
  }

  .eenews-top-header .menu.genesis-nav-menu li:nth-child(2) {
    padding-left: 0;
  }

  .article-large-logo {
    min-height: 250px;
    max-height: 250px;
  }

  .right-category-image .caption .credit {
    font-size: 14px;
    line-height: 20px;
  }
}

.paid_article_form {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}

.paid_article_form .eenews-getaccess form.mktoForm {
  margin-left: 0 !important;
}

.paid_article_form>div {
  min-width: 320px;
}

.paid_article_form>div:nth-child(1) {
  flex: 0 1 38%;
}

.paid_article_form>div:nth-child(2) {
  flex: 0 1 58%;
}

.paid_article_form h6 {
  font-size: 1rem;
}

@media only screen and (max-width: 829px) {
  .paid_article_form>div:nth-child(1) {
    flex: 0 1 100%;
  }

  .paid_article_form>div:nth-child(2) {
    flex: 0 1 100%;
  }

  .paid_article_form .eenews-getaccess form.mktoForm {
    margin-top: 0 !important;
  }
}

div#eenews {
  scroll-margin-top: 140px;
}

/* update code begin */

.eenews-getaccess .mktoForm .mktoFormRow textarea {
  border: none;
}

.eenews-getaccess .mktoForm .mktoFormRow textarea,
.eenews-getaccess .mktoForm .mktoFormRow select,
.eenews-getaccess .mktoForm .mktoFormRow input[type="text"],
.eenews-getaccess .mktoForm .mktoFormRow input[type="tel"],
.eenews-getaccess .mktoForm .mktoFormRow input[type="password"],
.eenews-getaccess .mktoForm .mktoFormRow input[type="email"] {
  width: 92% !important;
  min-height: 45px;
  height: 45px;
}

.eenews-getaccess .mktoCheckboxList input[type="checkbox"] {
  width: 40px !important;
  height: 20px !important;
}

.eenews-getaccess .mktoForm .mktoFormRow:nth-last-child(5) {
  max-width: 100% !important;
}

.eenews-getaccess .mktoForm .mktoFormRow:nth-last-child(5) .mktoHtmlText.mktoHasWidth,
.eenews-getaccess .mktoForm .mktoFormRow:nth-last-child(4) .mktoHtmlText.mktoHasWidth {
  width: 92% !important;
}

.mktoForm input.mktoField.mktoInvalid,
.mktoForm textarea.mktoField.mktoInvalid,
.mktoForm select.mktoField.mktoInvalid,
.mktoForm .mktoLogicalField.mktoInvalid {
  border: none !important;
}

@media (max-width: 767.98px) {

  .eenews-getaccess .mktoForm .mktoFormRow textarea,
  .eenews-getaccess .mktoForm .mktoFormRow select,
  .eenews-getaccess .mktoForm .mktoFormRow input[type="text"],
  .eenews-getaccess .mktoForm .mktoFormRow input[type="tel"],
  .eenews-getaccess .mktoForm .mktoFormRow input[type="password"],
  .eenews-getaccess .mktoForm .mktoFormRow input[type="email"] {
    width: 100% !important;
  }

  .eenews-getaccess .mktoForm .mktoFormRow:nth-last-child(5) {
    max-width: 100% !important;
  }
}

@media (min-width: 768px) {
  .eenews-getaccess .mktoForm .mktoFormRow:nth-last-child(5) {
    max-width: 100% !important;
  }
  figure {
    margin: 0 0 1rem;
    width: 100%;
    float: left;
    margin-right: 20px;
    text-align: center;
  }
}

/*Search*/

input.eenewsserch {
  width: 45px;
  object-fit: contain;
  padding: 11px;
}

input[type="image"] {
  border: none;
}

.search-form input[type="submit"] {
  margin-top: 0px;
  background: #023465;
  font-size: 18px;
  margin-left: 21px;
  border: 1px solid #fff;
}

.search-form input[type="submit"]:hover {
  background: #fff;
  color: #023465;
  border: 1px solid #023465;
}

input#searchform-1 {
  border-radius: 5px;
}

form.search-form {
  margin: 15px 0px;
  display: flex;
}

.page-numbers.current {
  color: #fff;
}

a.page-numbers {
  color: #000;
  background-color: #e9eaec;
  height: 46px;
  border-radius: 50px;
  display: inline-block;
  line-height: 46px;
  text-align: center;
  font-size: 24px;
  font-weight: normal;
  margin: 0px 4px;
  padding: 0px 17px;
}

a.page-numbers:hover {
  background-color: #4a5b6f;
  color: #fff;
}

.search-form {
  position: absolute;
  display: flex;
  width: 100%;
  justify-content: flex-end;
  z-index: 9;
}

.search-more-group .search-found-result {
  padding-bottom: 25px;
}

section.search-page-content.search-form-section .page-title {
  padding-top: 40px;
}
section.search-page-content.search-form-section p.search_excerpt {
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 0.5rem;
  font-family: "Georgia Regular font";
  text-transform: none;
  letter-spacing: normal;
  color: #6e7381;
}
section.search-page-content.search-form-section .previous-next-paged a {
  background-color: #023465;
}

section.search-page-content.search-form-section a.prev.page-numbers {
  color: #fff;
  background-color: #023465;
  border-radius: 6px;
  padding: 7px 14px 7px 14px;
  font-size: 16px;
  line-height: 17px;
  font-family: "din-2014";
  font-weight: bold;
  text-transform: uppercase;
  height: 32px;
}

section.search-page-content.search-form-section .previous-next-paged a:hover {
  background-color: #333;
}

.search-total-result .search-form {
  position: inherit;
  max-width: 100%;
}

section.search-page-content.search-form-section .page-numbers.current {
  background-color: #023465 !important;
  color: #fff;
}

section.search-page-content.search-form-section a.page-numbers:hover {
  background-color: #023465;
  color: #fff;
}

.search-result-box .search-form {
  position: inherit;
}

.search-result-box .content-excerpt-list-left a {
  color: #023465;
}

.nav-wrap-right {
  position: relative;
}
.top-search-bar .search-form {
  position: absolute;
  right: 0;
  top: 13px;
  padding-left: 15px;
  padding-right: 15px;
  z-index: 9;
}

form.eenews-searchfm-mob input[type="text"] {
  border: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 0px solid #ccc;
  padding: 8px;
}

form.eenews-searchfm-mob input[type="image"] {
  border: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-left: 0px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 8px;
}

form.eenews-searchfm {
  display: flex;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  width: 100%;
}

form.eenews-searchfm-mob {
  display: none;
}

form.eenews-searchfm .search_submit img {
  border: none;
  width: 30px;
  object-fit: contain;
}

form.eenews-searchfm input#search {
  border: none;
  width: 100%;
}

form.eenews-searchfm .search_submit {
  border: 0;
  background: #ffffff;
  padding: 15px;
}

.social-icon-eenews {
  padding-left: 12px !important;
}

.social-icon-eenews.eenews-linkedin {
  padding-left: 30px !important;
}

@media (max-width: 767px) {
  input.eenewsserch {
    display: none;
  }

  .social-icon-eenews {
    padding-right: 10px !important;
    display: inline-block;
    padding-left: 0 !important;
  }

  .social-icon-eenews.eenews-linkedin {
    padding-left: 0 !important;
  }

  form.eenews-searchfm-mob input#eenewsSearchsubmit {
    background: #023465;
    margin-left: -2px;
    border-radius: inherit;
  }

  form.eenews-searchfm-mob {
    position: relative;
    z-index: 99;
    display: flex;
    padding: 15px 15px 15px 15px;
    background: #fff;
    width: 100%;
  }

  form.eenews-searchfm-mob input {
    border-bottom: 1px solid #ccc;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
  }

  form.eenews-searchfm-mob .search_submit img {
    width: 30px;
    object-fit: contain;
  }

  form.eenews-searchfm-mob .search_submit {
    border: 0;
    background: #ffffff;
    padding: 15px;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-left: 0px solid #ccc;
    border-right: 1px solid #ccc;
  }
}

@media (min-width: 768px) {
  input.eenewsserch {
    display: block;
  }

  form.eenews-searchfm-mob {
    display: none;
  }

  form.eenews-searchfm input#eenewsSearchsubmit {
    margin-left: -3px;
    border-radius: inherit;
  }
}

@media (min-width: 768px) and(max-width:1024px) {
  .search-form {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 777px) {
  .nav-wrap-right .search-form {
    position: absolute;
    right: 0;
    top: 77px;
  }
}

form#eenews-searchform {
  width: 100%;
}
.search-total-result form.search-form {
  display: none;
}
.search-form-section label {
  font-weight: bold;
  color: #000000;
  font-size: 18px;
  line-height: 34px;
  padding-top: 0;
  font-family: "din-2014";
  margin: 0;
}
.search-form-section input {
  box-shadow: 0px 3px 6px #00000033 !important;
  border: 0 !important;
  font-size: 16px !important;
  line-height: 16px !important;
  color: #000000;
  padding-left: 15px !important;
  font-family: "din-2014";
  border-radius: 0 !important;
  height: 45px !important;
  font-weight: 300;
}
.search-form-section select {
  background-color: #fff;
  line-height: 1.5em;
  color: #000;
  border: none;
  box-shadow: 3px 3px 10px 0px #ccc;
  -webkit-appearance: none;
  background: #fff url(https://www.eenews.net/wp-content/themes/eenews-child/images/blue-bg-arrow.svg) center right no-repeat;
  background-repeat: no-repeat;
  padding: 10px 15px;
  height: 45px;
  padding-right: 55px;
}

.search-form-section input[type="submit"] {
  background: #023465 !important;
  color: #fff !important;
  font-size: 16px !important;
  padding: 13.5px 45px !important;
  height: auto !important;
  font-weight: 700;
  border: 1px solid transparent !important;
}
.search-form-section input[type="submit"]:hover {
  border-color: #023465 !important;
  color: #023465 !important;
  background-color: #fff !important;
}
.ee-keyword {
  padding-right: 0;
}
.ee-date-range {
  padding-right: 0;
}
.eenews-terms {
  padding-right: 0;
}
.eenews-sort {
  padding-right: 0;
}
.ee-searchbtn {
  margin-top: 34px;
}
.search-page-content.search-form-section {
  margin-top: 60px;
}
.eenews-noresult {
  padding: 60px 0px;
}

@media (max-width: 1024px) {
  .fixed {
    height: 65%;
    overflow-y: auto;
    overflow-x: hidden;
  }   
  .post-list.fixed {
    padding: 40px 0 40px;
  }
  .ee-keyword {
    padding-right: 0px;
    max-width: 50%;
    flex: 50%;
    margin-bottom: 24px;
  }
  .ee-date-range {
    padding-right: 15px;
    max-width: 50%;
    flex: 50%;
    margin-bottom: 24px;
  }
  .eenews-sort {
    padding-right: 15px;
    max-width: 50%;
    flex: 50%;
  }
  .eenews-terms {
    padding-right: 0;
    max-width: 50%;
    flex: 50%;
  }
}
/*Button CSS Start 2/03/2022*/
.wp-block-buttons a, .wp-block-genesis-blocks-gb-button a, .gb-cta-button a, .collapse-buttons {
  background-color: #023465 !important;
  color: #fff !important;
  text-transform: uppercase !important;
  font-weight: bold !important;
  padding: 5.5px 13.1px !important;
  border-radius: 6px !important;
  border: 1px solid transparent !important;
  font-size: 16px !important;
  line-height: 20px !important;
}

.wp-block-buttons a:hover, .wp-block-genesis-blocks-gb-button a:hover, .gb-cta-button a:hover, .collapse-buttons:hover {
  border: 1px solid #023465 !important;
  background-color: #fff !important;
  color: #023465 !important;
}

.jv-button {
  background-color: #023465;
  color: #fff;
  text-transform: uppercase ;
  font-weight: bold;
  padding: 5.5px 13.1px;
  border-radius: 6px;
  border: 1px solid transparent;
  font-size: 16px;
  line-height: 20px !important;
}

.jv-button:hover {
  border: 1px solid #023465;
  background-color: #fff;
  color: #023465;
}
.wp-block-buttons, .gb-block-cta {
  padding: 10px 0;
  background: transparent;
}

.gb-block-sharing .gb-share-list a{
  background: #023465;
  border-radius: 6px;
}
/*end css*/

@media (max-width: 991px) {
  .fixed {
    height: 50%;
    overflow-y: auto;
    overflow-x: hidden;
  } 
  .eenews-terms {
    margin-top: 0px;
  }
  .eenews-sort {
    margin-top: 0px;
  }
  .eenews-top-header .menu.genesis-nav-menu li a {
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .search-form-section form.eenews-searchform .col-md-3,
  .search-form-section form.eenews-searchform .col-md-2 {
    float: left;
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .eenews-top-header .menu.genesis-nav-menu li a {
    margin-left: 0px;
  }
  .search-form-section label {
    font-size: 15px;
    line-height: 24px;
  }
  .ee-keyword {
    padding-right: 15px;
    max-width: 100%;
    flex: 100%;
    margin-bottom: 0px;
  }
  .ee-date-range {
    padding-right: 15px;
    max-width: 100%;
    flex: 100%;
    margin-bottom: 0px;
  }
  .eenews-sort {
    padding-right: 15px;
    max-width: 100%;
    flex: 100%;
  }
  .eenews-terms {
    padding-right: 15px;
    max-width: 100%;
    flex: 100%;
    margin-top: 0;
  }

  .search-page-content.search-form-section {
    margin-top: 30px;
  }
  section.search-page-content.search-form-section .page-title {
    padding-top: 10px;
    font-size: 28px;
    line-height: 32px;
  }
}

.single-article-ads {
  padding-bottom: 25px;
}

/*Related articles css start*/
.eenews-related-section {
  display: none;
}

.related-articles-disabled {
  display: block;
}

.related-articles .col-lg-3.col-md-6 {
 max-width: 19.666667%;
}
.post-list {
  padding: 0px 0px 60px; 
}
.fixed {
  position: fixed;
  display: block;
  z-index: 100;
  background-color: #fff;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 5px solid #000;
  transition: all .25s ease;
}

.collapsed {
  height: 0px;
}

.collapse-buttons {
  position: absolute;
  display: none;
  top: 0; 
  right: 15px; 
  border-top-right-radius: 0 !important; 
  border-top-left-radius: 0 !important;
}
.main-post-list {
  padding-bottom: 25px;
} 
.post-list-heading h2 { 
  color: #000000;
  font-size: 36px;
  line-height: 46px;
  margin: 0;
  padding-bottom: 30px;
}
.main-post-list a.paidcontent {
  padding-left: 15px;
  position: relative;
  text-transform: capitalize;
}
a.paidcontent:before {  
  background: url(https://www.eenews.net/wp-content/themes/eenews-child/images/lock.svg);
  position: absolute;
  content: "";
  height: 12px;
  width: 9px;
  background-repeat: no-repeat;
  top: 4px;
  left: 0;
} 
a.paidcontent:hover:before {  
  background: url(https://www.eenews.net/wp-content/themes/eenews-child/images/lock-grey.svg);
} 
.main-post-list span {
  color: #fff;
  /*background-color: #4a5b6f;*/
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 8px;
  letter-spacing: 0.4px;
  font-weight: bold;
  height: 12px;
  display: inline-flex;
  display: -webkit-inline-flex;
  width: max-content;
  text-align: center;
  line-height: 12px;
  padding: 1px 6px;
} 
.main-post-list img {
  margin-bottom: 9px; 
  width: 100%;
  max-height: 150px;
  min-height: 150px;
  object-fit: cover;
}
.main-post-list p span {
  display: inline;
  padding: 0;
  font-weight: normal;
  color: #707070;
  font-size: 10px;
  line-height: 13px;
}
.site-inner {
  min-height: calc(100vh - 259px);
}
.main-post-list h6 {
  color: #000;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  margin: 6px 0;
  text-transform: capitalize;
  margin-top: 1px;
  margin-bottom: 3px;
}
.main-post-list p {
  font-size: 10px;
  line-height: 13px;
  color: #707070;
  font-family: 'din-2014';
  margin-bottom: 4px;
}
.main-post-list p strong {
  color: #707070;
}
.main-post-list a {
  padding: 0;
  font-size: 14px;
  line-height: 22px; 
  color: #023465;
  text-transform: uppercase;
}
.main-post-list a:hover {
  color: #333;
  background-color: #fff;
}

.post-list-button {
  width: 100%;
  text-align: center;
}
.post-list-button a {
  font-size: 16px;
  line-height: 20px;
  background-color: #023465;
  color: #fff;
  text-transform: uppercase;
  padding: 6px 14.5px;
  border-radius: 6px;
}
.post-list-button a:hover {
  border: 1px solid #023465;
  background-color: #fff;
  color: #023465;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
 
  .related-articles .col-lg-3.col-md-6 {
   max-width: 50%;
 }
 .main-post-list img {
  max-height: 250px;
  min-height: 250px;
}
}
@media screen and (max-width: 1024px) {
  .post-list {
    padding: 60px 0 35px;
  }
}
@media screen and (max-width: 767px) {
  
  .related-articles .col-lg-3.col-md-6 {
    max-width: 155%;

  }
  .post-list .row .col-lg-3:last-child .main-post-list {
    padding-bottom: 0;
  } 
  .post-list-heading h2 {
    font-size: 30px;
    line-height: 36px;
  }
  .main-post-list img {
    max-height: initial;
    min-height: auto;
  }
  .post-list {
    padding: 60px 0 60px;
  }
  .fixed img {
    display: none;
  }
}

.alert-bar {
	background: #253049 !important;
	padding: 3px 15px !important;
  margin-top: 12.5px;
}
.alert-bar-article p {
    text-align: center;
    font-style: normal;
    color: #fff;
    margin: 0;
    font-weight: 700 !important;
    font-size: 15px !important;
    line-height: normal;
    font-family: inherit;
    gap: 6px;
    width: auto !important;
}
.alert-bar-article p a {
    color: #fff;
    text-decoration: none;
}

.alert-bar-article .alert-text-underline a{
  text-decoration: underline;
}
.alert-bar .cta-link:has(.cta-wrapper-alert) {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    max-width: 390px;
}
.alert-bar .cta-wrapper-alert {
    padding: 8px 20px;
    display: flex;
    align-items: center;
    gap: 17px;
    border-radius: 5px;
    background: #040E27;
}
.alert-bar  p svg {
    margin-right: 13px;
}
.alert-bar .cta-wrapper-alert p {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 17px !important;
    letter-spacing: 0.7px;
    display: inline-block;
    text-transform: uppercase;
}
.alert-bar .cta-wrapper-alert span:has(.colored-yellow) {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal; 
    letter-spacing: 0.7px;
    display: block;
    text-wrap: nowrap;
    text-transform: uppercase;
}

.alert-bar .cta-wrapper-alert .line {
    width: 1px;
    height: 100%;
    background-color: #4D5871;
}

@media screen and (max-width:992px) {
    
    .alert-bar p {
        flex-direction: row;
        justify-content: center;
        margin-bottom: 10px;
        text-align: left;
    }
    .alert-bar .cta-link p {
        margin-bottom: 0;
        gap: 10px;
    }

    .alert-bar .cta-wrapper-alert {
      padding: 17px 20px;
    }

    hr {
      display: none;
    }

    .home-hero.hero-banner {
      padding-top: 0px !important; 
  }

    .alert-bar .cta-link:has(.cta-wrapper-alert) {
      justify-content: center;
    }
    .alert-bar .cta-wrapper-alert {
      padding: 17px 20px;
    }

    hr {
      display: none;
    }

    .home-hero.hero-banner {
      padding-top: 0px !important; 
  }
}
@media screen and (max-width:768px) {
    
    .alert-bar .cta-wrapper-alert {
        padding: 5px 15px;
    }
}
@media screen and (max-width:576px) {
    
  .alert-bar-article p {
    text-align: center;
    padding: 0px 30px;
    
}
.alert-bar-article p span{
  gap: 6px;
    flex-direction: column;
}
.article-archive-paginate .previous-next-paged {
  display: inline-flex;
  flex-wrap: wrap;
}
.article-archive-paginate .previous-next-paged a {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 14px;
}
}

@media screen and (max-width: 576px){
.alert-bar-article p {
    padding: 0px 0px;
}
}
