/* roboto-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-v30-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/roboto-v30-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v30-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/roboto-v30-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-900italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  src: url('../fonts/roboto-v30-latin-900italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body, p, h1, h2, h3, h4, h5, h6, a, li, span {font-family: 'Roboto';
}

#sp-top-bar a {
    color: #132545;
}

#sp-top-bar {
    background: #E5E7E8;
    color: #132545;
}

@media (max-width: 576px)
.logo-image-phone {
    height: 26px;
}


.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span, .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    font-family: 'Roboto';
    text-decoration: none;
}


.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
    display: inline-block;
    padding: 0 15px;
    line-height: 70px;
    font-weight: 500;
    font-size: 18px;
    margin: 0;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
    font-size: 18px;
    font-weight: 500;
  
}


.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span, .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    font-family: 'Roboto'!important;
    text-decoration: none;
}


.sp-megamenu-parent .sp-mega-group>li>a {
    display: block;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}

.sp-megamenu-parent>li.active>a, .sp-megamenu-parent>li.active:hover>a {
  font-weight: 500;  
  color: #18AA9D !important;
}

.sp-megamenu-parent>li>a {
  font-weight: 500;
  color: #132545;
}

.sp-megamenu-parent > li.active > a, 
.sp-megamenu-parent > li.active:hover > a,
.sp-megamenu-parent .sp-mega-group > li > a:hover
{color: #18AA9D !important;}

.sp-megamenu-parent .sp-mega-group>li>a {
    display: block;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}

@media (max-width: 576px)
.logo-image-phone {
    height: 28px;
}


#sppb-addon-oe4Iyj9Z4W9UCScJi8ieE .sppb-animated-number-title {
    font-family: Roboto;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
}

.article-list .article .article-header h1 a, .article-list .article .article-header h2 a {
    color: #87CCB0;
}

.article-header h2 a {
    color: #87CCB0;
}

.article-details .article-header h1, .article-details .article-header h2 {
   color: #87CCB0;
}

span.badge.bg-danger.featured-article-badge {
    display: none;
}

.article-list .article .readmore a {
    color: #252525;
    font-weight: 500;
    font-size: 16px;
}