@import url("../../css/global.css");
/* Top navigation  */
.site-header,
.collapse-menu-box {
  background-color: var(--secondary-color);
}
.eenews-top-header .menu.genesis-nav-menu li a {
  color: #fff;
}
.eenews-top-header .menu.genesis-nav-menu li a:hover {
  color: #fff;
}
.genesis-nav-menu > .menu-item-has-children > a::after {
  background-image: url(../images/menu-arrow-white.png);
}
input.eenewsserch {
  background-color: #030e28;
  background-image: url(../images/search-icon-white.png);
  height: 25px;
  width: 25px;
  background-size: contain;
}
.search-form input[type="submit"] {
  background: #030e28;
}

@media (min-width: 768px) {
  .genesis-nav-menu > .menu-item-has-children > a:hover:after {
    background: url(../images/menu-arrow-white.png);
  }
}
@media (max-width: 1024px) {
  .eenews-top-header .menu.genesis-nav-menu span.sub-menu-icon:before {
    background: url(../images/menu-arrow-white.png);
  }
  .eenews-top-header .menu.genesis-nav-menu .sub-active-class span.sub-menu-icon:before {
    background: url(../images/menu-arrow-white.png);
  }
}
@media (max-width: 767px) {
  .eenews-top-header .menu.genesis-nav-menu span.sub-menu-icon:before {
    background: url(../images/menu-arrow-white.png);
  }
  .eenews-top-header .menu.genesis-nav-menu .sub-active-class span.sub-menu-icon:before {
    background: url(../images/menu-arrow-white.png);
  }
}
body.menu-open .genesis-nav-menu > .menu-item-has-children > a:after {
  background-image: url(../images/menu-arrow-white.png);
}

/* 3 last menu items - secondary style */
.eenews-top-header .menu.genesis-nav-menu .eenews-getaccess a,
.eenews-top-header .menu.genesis-nav-menu .eenews-login a,
.eenews-top-header.header-two .menu.genesis-nav-menu .eenews-getaccess a,
.eenews-top-header.header-two .menu.genesis-nav-menu .eenews-login a {
  font-weight: normal;
  text-transform: unset;
  font-size: 15px;
  margin-right: 10px;
}
.eenews-top-header .menu.genesis-nav-menu .eenews-getaccess a {
  background-color: white;
  color: #030e28;
  border: none;
}
.eenews-top-header .menu.genesis-nav-menu .eenews-getaccess a:hover {
  background-color: transparent;
  color: #fff;
  border: none;
}
.eenews-top-header .menu.genesis-nav-menu .eenews-login a {
  border-color: #fff;
}
.eenews-top-header .menu.genesis-nav-menu .eenews-login a:hover {
  border: 1px solid #fff;
  border-radius: 6px;
  background-color: #fff;
  color: #030e28;
}
.eenews-top-header .menu.genesis-nav-menu .eenews-login a::after {
  background-position: 0px 0px;
}
.eenews-top-header .menu.genesis-nav-menu .eenews-login a:hover:after {
  background-position: 0px -14px;
}

.eenews-top-header .menu.genesis-nav-menu ul.sub-menu {
  background-color: #030e28;
}
.eenews-top-header .menu.genesis-nav-menu li .sub-menu li {
  border-bottom: 1px solid #28527c;
}
.genesis-nav-menu .sub-menu a {
  background-color: #030e28;
}
.open-menu span,
.open-menu.open span:nth-child(1),
.open-menu.open span:nth-child(2),
.open-menu.open span:nth-child(3) {
  background-color: #fff;
}
@media (max-width: 767.98px) {
  .eenews-top-header .container .menu.genesis-nav-menu {
    background-color: #030e28;
  }
  .genesis-nav-menu .sub-menu a {
    color: #fff !important;
  }
  .eenews-top-header .menu.genesis-nav-menu li.eenews-getaccess {
    float: none;
    margin-top: 0;
    margin-left: 20px;
  }
  .eenews-top-header.header-two .menu.genesis-nav-menu li.eenews-getaccess {
    float: none;
    margin-top: 0;
    margin-left: 0;
  }
  form.eenews-searchfm-mob {
    background-color: #030e28;
  }
  form.eenews-searchfm-mob input#eenewsSearchsubmit {
    background: #fff;
    color: #030e28;
    border-left: 1px solid #030e28;
  }
  .eenews-top-header .menu.genesis-nav-menu .eenews-login a,
  .eenews-top-header.header-two .menu.genesis-nav-menu li.eenews-login {
    margin-left: 15px;
    margin-top: 15px;
    padding-left: 12px;
  }
  .eenews-top-header .menu.genesis-nav-menu .eenews-login a:hover {
    color: #030e28;
  }
  .eenews-top-header.header-two .menu.genesis-nav-menu li.eenews-login {
    margin-top: 0px;
  }
}

.eenews-top-header .menu.genesis-nav-menu li.eenews-login,
.eenews-top-header.header-two .menu.genesis-nav-menu li.eenews-login {
  padding-left: 5px;
}
.eenews-top-header .menu.genesis-nav-menu li:first-child a {
  margin-right: 20px;
}
.eenews-top-header .menu.genesis-nav-menu li a {
  margin-right: 20px;
}
.eenews-top-header.header-two .menu.genesis-nav-menu li a {
  margin-right: 10px;
}

@media (max-width: 991px) {
  .eenews-top-header .menu.genesis-nav-menu li a,
  .eenews-top-header.header-two .menu.genesis-nav-menu li a {
    margin-left: 20px;
  }
  .eenews-top-header .menu.genesis-nav-menu li:first-child a,
  .eenews-top-header.header-two .menu.genesis-nav-menu li:first-child a {
    margin-left: 20px;
  }
}

@media (max-width: 1024px) {
  .eenews-top-header .menu.genesis-nav-menu li:first-child a {
    margin-right: 0px;
    margin-left: 20px;
  }
}

/* Logo */
.logo img {
  width: 200px;
}
.logo .logo-one img {
  width: unset;
  max-width: unset;
}
a.logo-two img {
  width: unset;
}
.term-eedaily .eenews-top-header .logo-green img {
  width: unset;
}
.article_header_eedaily .logo-green img {
  width: unset;
}
@media (max-width: 991px) {
  a.logo-two img {
    width: unset;
    max-width: unset;
  }
}
@media (max-width: 767px) {
  a.logo-two img,
  .term-eedaily .eenews-top-header .logo-green img {
    max-width: unset;
  }
  .eenews-top-header.header-two .logo a img {
    max-height: unset;
  }
  .eenews-top-header .container {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

/* homepage sections */
section.alert-bar {
  background-color: #030e28;
}
section.text-image {
  background-color: #f4f5f7;
}
div.text-image-left h3 {
  color: #000;
}
div.text-image-left p,
div.text-image-left h4 {
  color: #6e7381;
}
div.text-image-left a {
  background-color: #030e28;
  color: #fff;
}
div.text-image-left a:hover {
  background-color: #fff;
  color: #030e28;
  border: 1px solid #030e28;
}
div.main-post-list a {
  color: #030e28;
}
div.post-list-button a {
  background-color: #030e28;
}
div.post-list-button a:hover {
  border: 1px solid #030e28;
  color: #030e28;
}
.hero-banner div.left-category-contant a {
  color: #030e28;
}

/* footer */
section.footer {
  background-color: var(--secondary-color);
}
section.footer hr {
  border: 0;
  border-bottom: 1px solid #28527c;
}
.eenews-copyright ul li a,
.eenews-copyright p.copy-text {
  font-weight: 300;
  font-size: 13px;
}

/* Headlines standard */
div.main-post-list h6 {
  text-transform: unset;
}
div.main-post-list a {
  text-transform: unset;
}
div.content-excerpt-list-left a {
  text-transform: unset;
}

/* Articles - Simple box */
aside.sidebar {
  margin: 0.9375rem 0;
  float: unset;
  width: unset;
}
aside.sidebar .sidebar-center {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e5e7eb;
  word-break: break-word;
  font-family: din-2014, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
aside.sidebar .sidebar-center section {
  margin: 1.25rem;
}

aside.sidebar .sidebar-center section p {
  font-family: din-2014, Helvetica Neue, Helvetica, Arial, sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.25;
}

aside.sidebar .sidebar-center section .story-text__heading-medium {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.016em;
  display: block;
  margin-top: 1.875rem;
  margin-bottom: 0.625rem;
}

/* Articles - Quote Centered */
aside.pull-quote {
  margin: 1.25rem 0 !important;
  padding: 1.25rem 0;
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
  text-align: center;
}
aside.pull-quote section p {
  font-family: "Georgia Regular font";
  font-size: 1.75rem !important;
  font-weight: 500;
  line-height: 1.2143;
}
aside.pull-quote p span {
  display: block;
  margin-top: 1.25rem;
  color: #121421;
  font-family: din-2014, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-style: italic;
  line-height: 1.25rem;
}
aside.pull-quote p span:before {
  content: "―";
  margin-right: 0.1875rem;
}

/* Articles - Special sidebars */
.sidebar-right,
.sidebar-left {
  width: 45%;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e5e7eb;
  word-break: break-word;
  font-family: din-2014, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.sidebar-right {
  float: right;
  margin: 1.25rem 0 1.25rem 1.25rem;
}
.sidebar-left {
  float: left;
  margin: 1.25rem 1.25rem 1.25rem 0;
}
.sidebar-right section,
.sidebar-left section {
  margin: 1.25rem;
}
.sidebar-center section p,
.sidebar-left section p,
.sidebar-right section p {
  font-family: din-2014, Helvetica Neue, Helvetica, Arial, sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.25;
}
@media only screen and (max-width: 47.875rem) {
  .sidebar-left,
  .sidebar-right {
    width: 100%;
    margin: 1.25rem auto;
  }
}

/* Articles - Special tables */
aside .asset_content_block table.content {
  width: 100%;
  margin: 0.625rem 0;
  border: 1px solid #e5e7eb;
  background: #fff;
}
aside .asset_content_block table.content th {
  color: #fff;
  background: #6e7381;
  font-weight: bold;
}
aside .asset_content_block table.content th,
aside .asset_content_block table.content td {
  padding: 1.25rem;
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #e5e7eb;
  border-left: none;
  text-align: left;
  line-height: 1.5;
  font-weight: normal;
}

/* Articles - Call out main CTA */
section.callout-cta-articles {
  background-color: #030e28;
  padding: 30px 0 50px;
  border: none;
}

@media (max-width: 1024px) {
  section.callout-cta-articles {
    height: 30%;
  }
  section.callout-cta-articles.collapsed {
    height: 0px;
  }
}

section.callout-cta-articles div.post-list-button a {
  background-color: #fff;
  color: #030e28;
}

section.callout-cta-articles div.post-list-button a:hover {
  background-color: #fff;
  color: #00a6e5;
}

section.callout-cta-articles .collapse-buttons {
  border-radius: 50% !important;
  font-weight: normal !important;
  font-size: 12px !important;
  background-color: #fff !important;
  opacity: 0.7 !important;
  color: #030e28 !important;
  text-transform: lowercase !important;
  padding: 0 7px !important;
  top: 10px;
}
section.callout-cta-articles .collapse-buttons:hover {
  border-radius: 50% !important;
}
section.callout-cta-articles div.main-post-list {
  padding: 0 20px 30px;
}

section.callout-cta-articles h5 {
  font-size: 1.25rem;
  letter-spacing: 1.41px;
  margin-bottom: 5px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: "DIN-2014", sans-serif !important;
  line-height: 120% !important;
  font-weight: 700 !important;
}
section.callout-cta-articles h6 {
  font-size: 1.1rem;
  letter-spacing: 1.3px;
  margin-bottom: 25px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: "DIN-2014", sans-serif !important;
  line-height: 120% !important;
  font-weight: 500 !important;
}

section.callout-cta-articles div.main-post-list li,
section.callout-cta-articles div.post-list-heading p {
  list-style-type: unset;
  color: #fff;
  font-family: "DIN-2014", sans-serif !important;
  font-weight: 400;
  font-size: 1rem;
  text-align: center;
}

section.callout-cta-articles div.main-post-list li b,
section.callout-cta-articles div.post-list-heading p b {
  color: #fff;
}

@media (min-width: 1200px) {
  section.callout-cta-articles div.main-post-list {
    padding: 0 50px 30px;
  }

  section.callout-cta-articles h5 {
    font-size: 1.5rem;
  }

  section.callout-cta-articles div.main-post-list li,
  section.callout-cta-articles div.post-list-heading p {
    font-size: 1.1rem;
  }
}

section.callout-cta-articles div.main-post-list ul li::marker {
  color: #fff;
}

/* Menu item issue */
.eenews-top-header .menu.genesis-nav-menu li:nth-child(2) ul.sub-menu li a,
.eenews-top-header .menu.genesis-nav-menu li:nth-child(3) ul.sub-menu li a {
  margin-left: 0;
}

/* Generic pages font style */

body.page-template-default p:not(.hero-excerpt),
body.page-template-page-publication p:not(.hero-category-excerpt),
body.page-template-landing p,
div.paid_article_form p {
  font-family: "DIN-2014", sans-serif !important;
  font-weight: 400;
  line-height: 26px;
}
body.page-template-default:not(.home) h1,
body.page-template-landing h1,
body.page-template-default h2:not(.jv-blocks-info-box-title),
body.page-template-page-publication h2:not(.screen-reader-text),
body.page-template-landing h2,
body.home.page-template-default h3 {
  font-size: 1.75rem !important;
  letter-spacing: 1.4px !important;
  margin-bottom: 5px;
  text-transform: uppercase !important;
  font-family: "DIN-2014", sans-serif !important;
  line-height: 120% !important;
  font-weight: 700 !important;
}

body.page-template-default .entry-content ul,
body.page-template-landing .entry-content ul {
  font-family: "DIN-2014", sans-serif;
  font-weight: 400;
}

/* Old heros spacing */
section.hero-section {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  section.hero-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

/* fix main break points */
@media (min-width: 992px) {
  .col-lg-4 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 768px) {
  .col-md-4 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 991px) {
  .eenews-top-header.header-two .container .menu.genesis-nav-menu {
    justify-content: flex-end;
  }
}
