.bg_GNA_teal{
  background: #e5ebfb;
}
body,h1,h2,h3,h4,h5,h6,p,a{
  font-family: 'Noto Sans', sans-serif;
}
header {
    height: auto;
    padding: 12px 0;
    background: rgb(255, 255, 255);
}
/* .navbar-brand .img.img-fluid{
  width: 13px;
  height: 16px;
} */
#main {
  padding-top: 40px;
}
#g_na_navbar {
  border-radius: 0;
  transition: all 0.3s ease-out;
  background: #333;
  height: 36px;
}
.affix {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* fixed to top styles */
.affix.navbar {
  background-color: #333;
}
.affix.navbar .nav-item>a, 
.affix.navbar .navbar-brand {
    color: #fff;
}
#menubar {
  border: 1px solid black;
  width: 200px;
  height: 100px;
  overflow: scroll;
}
#g_na_navbar{
  background: #0075c4!important;
  margin-bottom: 0;
}
.categories-menu .nav-item{
    position: relative;
}
.categories-menu .dropdown-menu a.dropdown-item{
    font-size: 0.8em;
}
.navbar-brand i{
  color: #fff;
}
.nav-item .nav-link i.fas.fa-circle{
  color: #ffffff;
}
a.nav-link.btn.btn-danger.btn-pill.animated.pulse {
  padding: 5px;
  margin-top: 0.4rem;
}
._ads_ .card{
  box-shadow: none;
  border-radius: 0;
}
._top_ad_banner._within_body ._ads_wrapper {
  text-align: left;
  margin-bottom: 2rem;
}
._g_na_wrap_top{
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  grid-template-rows: 1fr;
  grid-row-gap: 5px;
  grid-column-gap: 9px;
}
._g_na_wrap_inner a > img{
  /* width: 202px; */
  width: 366px;
}
/*
a.nav-link.btn.btn-danger.btn-pill._watch_live {
  padding: 6px;
  position: relative;
  top: 5px;
}
*/
.dropdown-toggle::after{
  display: none;
}
#g_na_navbar .navbar-nav li a.nav-link {
  color: #fff!important;
  font-weight: 400;
  /* text-align: center; */
  text-align: left;
  -webkit-transition: color .25s ease-in-out;
  -moz-transition: color .25s ease-in-out;
  transition: color .25s ease-in-out;
  font-family: 'Noto Sans', sans-serif;
  font-size: 13px;
}
#g_na_navbar a._watch_live{
    padding: 5px 6px;
    position: relative;
    top: 6px;
}
/* .dropdown-menu {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-menu a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-menu a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-menu {
  display: block;
} */
._g_na_header_main{
  background: none;
  height: auto;
  padding: 0 0 2px;
  margin-bottom: 18px;
}
._g_na_left-des {
  padding-bottom: 35px;
}
._g_na_header_main h4{
  border-bottom: 1px solid #048ac7;
  color: #333;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  margin: 0;
  padding-bottom: 6px;
  text-transform: uppercase;
  position: relative;
}
._g_na_header_main a {
  color: #098cd0;
  text-decoration: none;
}
._g_na_header_main a b {
  color: #111111;
}
._g_na_header_main a:hover{
  color: #c70404;
}
._g_na_header_main a > span{
  float: right;
}
._g_na_header_main i{
  color: #80808085;
  font-size: 20px;
}
._g_na_head_contents_wrapper{
  background: #f5f5f5;
  position: relative;
}
._g_na_head_contents{
  height: 470px;
  overflow: hidden;
  padding: 14px 10px;
  overflow-y: scroll;
}
._g_na_article_heading{
  margin: 0;
  padding-top: 2px;
  max-height: 56px;
  font-weight: 700;
  font-size: 13.2px;
  line-height: 18px;
}
._g_na_article_heading a{
  color: #111;
  text-decoration: none;
}
._g_na_article_heading a:hover{
  color: rgb(59, 169, 233);
}
._time_stamp{
  color: #999;
  font-size: 13px;
}
._g_na_time i{
  color: #999;
  font-size: 10px;
}
._g_na_head_contents article{
  padding: 18px 0 18px 0;
  margin: 0 20px 0 10px;
  border-bottom: 1px solid #ddd;
}
._g_na_center-des{
  display: grid;
  grid-template-columns: 3fr 2fr;
  grid-template-rows: 1fr;
  grid-column-gap: 9px;
}
._top_story_image{
  /*
  max-height: 186px;
  overflow: hidden;
  */
}
._top_story_content h4{
  font-size: 22px;
  font-weight: 600;
  line-height: 25px;
}
._top_story_content h4 a{
  color: #111;
  text-decoration: none;
}
._top_story_content h4 a:hover{
  color: #058bc8;
}
._top_story_content p {
  font-size: 13px;
  font-weight: 400;
  color: #111;
  margin-bottom: 12px;
}
._top_story_image a > img{
  width: 100%;
  /*object-fit: contain;*/
  margin-bottom: 1rem;
}
._group_top_stories ul{
  list-style: none;
  padding-left: 11px;
}
._group_top_stories ul li{
  padding-bottom: 8px;
  font-size: 12.5px;
  line-height: 18px;
  font-weight: 700;
}
._group_top_stories ul li a{
  text-decoration: none;
  color: #111;
}
._group_top_stories  ul li:before{
  color: #ff0000;
  content: "\2022";
  font-size: 1.2em;
  margin-left: -11px;
  padding-right: 5px;
  /* vertical-align: top; */
}
._t-side_story_title{
  display: inline-block;
  margin-bottom: 6px;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
}
._t-side_story_content{
  width: auto;
  float: none;
  border-bottom: 1px solid #ddd;
  padding: 14px 0 14px;
  max-height: 130px;
}
._t-side_story_content ._g_na_time ._time_stamp{
  font-size: 14px;
}
._g_na_t-side_stories article:first-child{
  padding: 2px 0 14px;
}
._category_header ._g_na_header_main{
    border-top: 1px solid #ddd;
    border-bottom: none;
    padding: 6px 0;
    margin: 0;
}
._category_header ._g_na_header_main h4{
  border-bottom: 0;
  font-size: 14px;
}
._article_w_overlay img{
  object-fit: cover;
  width: 100%;
  height: 318px;
  transition: all .25s ease-in-out,opacity .25s ease-in-out .25s;
}
._article_w_overlay {
  position: relative;
  overflow: hidden;
}
._article_w_overlay_twin img{
  object-fit: cover;
  width: 100%;
  height: 156px;
  transition: all .25s ease-in-out,opacity .25s ease-in-out .25s;
}
._article_w_overlay_twin {
  margin-bottom: 5px;
  position: relative;
  overflow: hidden;
}
._caption_overlay{
  background: -moz-linear-gradient(to top,rgba(0,0,0,0.75) 0,rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(to top,rgba(0,0,0,0.75) 0,rgba(0,0,0,0) 100%);
  background: linear-gradient(to top,rgba(0,0,0,0.75) 0,rgba(0,0,0,0) 100%);
  padding: 20px 15px 10px;
  position: absolute;
  width: 100%;
  bottom: 0;
}
._caption_overlay h3{
  color: #fff;
  text-shadow: 1px 1px #333;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
}
._article_w_overlay_twin  ._caption_overlay h3{
  color: #fff;
  text-shadow: 1px 1px #333;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}
._f_1{
  padding-right: 2.5px;
}
._f_2{
  padding-left: 2.5px;
}
._b_featured{
  height: 234px;
}
#_g_na_sec .row{
  margin-bottom: 24px;
}
._f_3 ._b_featured{
  height: 318px;
}
._wrapper{
  padding-bottom: 24px;
}
._top_story_sng{
  display: grid;
  grid-template-columns: 1fr 3fr;
  grid-template-rows: 1fr;
  /* grid-column-gap: 9px; */
  border-bottom: 1px solid #ddd;
  padding: 18px 0 18px;
}
._top_story_sng ._m_photo{
  overflow: hidden;
  float: left;
  margin: 0 20px 0 0;
  height: 120px;
  width: 190px;
}
._m_photo img{
  height: 100%;
  object-fit: cover;
}
._m_content a:hover{
  color: rgb(209, 17, 17);
}
._m_content a{
  background-color: transparent;
  text-decoration: none;
  color: #111;
}
._m_content h3{
  display: inline-block;
  margin-bottom: 6px;
  font-weight: 700;
  line-height: 21px;
  font-size: 16px;
}
._m_content p{
  font-size: 13px;
  font-weight: 400;
  color: #111;
  margin-bottom: 10px;
}
._g_na_media_sec ._m_content h3{
  color: #fafcf0;
  font-size: 22px;
  padding: 18px 0 5px;
}
._g_na_media_sec ._m_content p{
  color: #999;
}
._g_na_media_sec{
  padding: 12px 0 0 0;
  margin-bottom: 36px;
}
._g_na_media_sec ._g_na_header_main h4{
  border: 0;
}
._g_na_pics_sng ._article_w_overlay img{
  /* width: 730px; */
  height: 444px;
  margin-right: 12px;
  float: left;
}
._g_na_pics_sng ._article_w_overlay._main_vid img{
  /* width: 730px; */
  height: 410px;
}
._g_na_pics_sng ._article_w_overlay_twin img{
  /* width: 358px; */
  height: 216px;
}
._g_na_pics_sng ._article_w_overlay_twin {
  margin-bottom: 12px;
}
._f_p_1{
  padding-right: 6px;
}
._f_p_2{
  padding-left: 6px;
}
._story_content h2{
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 5px;
}
._story_content {
  padding: 12px 0;
}
._story_content a{
  color: #111;
  text-decoration: none;
}
._g_na_atc img{
    width: 100%;
    height: 220px;
}
._g_na_atc {
  border-bottom: 1px solid #ccc;
}
._g_na_atc:last-child {
  border-bottom: 0;
}
._story_content ._story_tl{
  font-weight: 700;
  line-height: 21px;
  font-size: 16px;
}
section._wrap_cs {
  padding-bottom: 24px;
}
._g_na_media_sec ._g_na_header_main {
  margin-bottom: 0;
}
._slide_duration{
    position: absolute;
    bottom: 0;
    font-size: 0.8em;
    background: rgba(34,34,34,0.7);
    padding: 4px 6px;
    color: #efefef;
    z-index: 2;
    right: auto;
    left: 0;
}
._slide_duration i{
  font-size: 0.8em;
}
._video_group_heading h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #fff;
}
._video_group_heading h4 a {
  color: #fff;
  text-decoration: none;
}
._video_group_heading {
  padding: 0 0 0 12px;
}
._vid_grp{
  padding-top: 20px;
  border-top: 1px solid #444;
}
._vid_grp ._slide_duration{
  position: relative;
  font-size: 0.8em;
  background: rgba(34,34,34,0.7);
  padding: 4px 6px;
  color: #efefef;
  z-index: 2;
  bottom: 1.6rem;
  float: right;
}
._vid_grp:first-child {
  border-top: 0;
  padding-top: 0;
}
.bg-dark{
  background: #333!important;
  margin-bottom: 36px;
}
._social_group  ul, ._subscribe_group ul{
    display: inline-flex;
    list-style: none;
    padding-left: 0;
    margin-bottom: 3px;
}
._social_group  ul li a {
  font-size: 17px;
  color: #666;
  padding: 0 0.5rem;
}
._subscribe_group ul li a{
  font-size: 13px;
  color: #666;
  font-weight: 600;
  text-decoration: underline;
  margin: 0 1px 0 1px;
}
._follow , ._subscribe {
  font-size: 13px;
  font-weight: 500;
  color: #666;
}
._subscribe_body{
  text-align: right;
}
._g_na_footer{
  background: #f5f5f5;
}
._g_na_footer_services a{
  font-size: 13px;
  color: #666;
  font-weight: 600;
  text-decoration: underline;
  margin: 0 1px 0 1px;
}
._g_na_footer_services {
  background: #fafafa;
  padding-top: 15px;
  padding-bottom: 30px;
}
._g_na_footer_services ._copyright a {
  font-weight: 500;
  margin: 0 4px 0 4px;
}
._g_na_footer_services ._copyright li{
  border-right: 1px solid #666;
  display: inline;
  padding-left: 5px;
  padding-right: 7px;
  max-height: 20px;
}
._wraps_i_f {
  padding-top: 1rem;
}
._g_na_media_sec ._g_na_header_main a {
  color: #fff;
  text-decoration: none;
}
._ads_wrapper {
  margin: 0px auto;
  text-align: center;
}
._vid_grp ._f_p_2 img{
  height: 100%;
  width: 100%;
}
._g_na_markets span._stock_values{
  float: right;
  font-weight: 200;
}
._g_na_markets span._stock_values b{
  padding-left: 2rem;
  font-weight: 700;
  color: #c70404;
}
._g_na_markets a.list-group-item.list-group-item-action {
  font-size: 13.2px;
  font-weight: 700;
  padding: 7px 15px;
  border-radius: 0;
  color: #111;
  border: 0;
}
._g_na_markets a.list-group-item.list-group-item-action:first-child {
  border-top: 0;
  margin-top: 0.6rem;
}
._g_na_markets .list-group-item.active {
  border-color: #eee;
  background-color: #eee;
  color: #111;
  border-left: 2px solid #0075c4;
}
._markets .nav-tabs {
  /* border: 1px solid #d1d4d8; */
  margin-bottom: 2rem;
}
._g_na_markets .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #ddd;
  border-radius: 0;
  border: 0;
  border-right: 1px solid #ddd;
}
.list-group._g_na_markets {
  border-top: 1px solid #ddd;
  margin: 0 7px;
}
._markets{
  border: 1px solid #ddd;
}
._wrap_top_social{
  padding-top: 0.2rem;
}
._g_na_category_main_item ._top_story_sng {
  grid-template-columns: 1fr 1fr;
  padding-top: 0;
  border: 0;
  margin-bottom: 2.4rem;
}
._g_na_category_main_item ._top_story_sng ._m_photo {
  height: 280px;
  width: auto;
}
._g_na_category_main_item ._m_content h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
}
._g_na_category_wrap_top ._t-side_story_title {
  line-height: 21px;
}
._g_na_category_wrap_top ._t-side_story_content {
  border-bottom: none;
}
._g_na_category_wrap_top ._g_na_atc img {
  width: 100%;
  height: 167px;
}
._g_na_categories_vids ._video_group_heading {
  padding: 0 ;
}
._g_na_categories_vids ._slide_duration {
  position: absolute;
  bottom: 86px;
  right: 16px;
  left: initial;
}
._g_na_categories_vids ._video_group_heading h4 {
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  color: #fff;
  margin-top: 0.8rem;
}
._g_na_cvids{
  border: 1px solid #0075c4;
}
._g_na_categories_vids ._g_na_media_sec{
  padding: 1rem;
}
._g_na_categories_vids ._g_na_media_sec ._g_na_header_main h4 {
  margin-bottom: 1rem;
  color: #fff;
}
._view_more_button{
  margin-top: 2rem;
}
._view_more_button a{
  text-transform: uppercase;
  background: #666;
  border-radius: 0;
  border: 0;
  font-weight: 500;
} 
._g_na_tabs_c li.nav-item a{
  text-transform: uppercase;
  transition: background .15s ease-in-out;
  font-size: 12px;
  font-weight: 600;
  padding: 0.2rem 2.6rem;
  border-radius: 0;
  border: solid 1px #f0f0f0 !important;
  background-color: #f9f9f9;
  color: #111;
}
._g_na_tabs_c ._m_content h3 {
  line-height: 26px;
}
._tab_news article{
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}
/* id */
._id_nav_top a.dropdown-toggle{
  text-align: left;
  font-size: 10px;
  font-weight: 600;
  color: #6b6b6b;
}
._id_top_extra_links a{
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  color: #6b6b6b;
  padding: 0 0.5rem;
}
._id_nav_top ul{
  list-style: none;
  display: inline-block;
}
header._id_nav_top {
  height: auto;
  padding: 0;
  background: rgb(255, 255, 255);
  border-bottom: 1px solid #EBEBEB;
}
#_nav_id_page a.gna_navbar-brand img{
  /* height: 50px; */
}
#_nav_id_page {
 background: #fff!important;
 border-bottom: 1px solid #EBEBEB;
 padding-top: 0;
 padding-bottom: 0;
}
#_nav_id_page a.nav-link {
  color: #333;
  -webkit-font-smoothing: antialiased;
  position: relative;
  font-size: 13px;
  color: #86888B;
  font-weight: 600;
}
.gna_navbar-brand {
  padding-top: .625rem;
  padding-bottom: .625rem;
  margin-right: 1.5rem;
  font-size: 1rem;
  line-height: inherit;
  white-space: nowrap;
}
h4._article_family {
  font-size: 11px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.1rem;
  display: inline-block
}
._article_category a{
  font-weight: 600;
  color: #848181;
}
span._article_date_posted {
  padding-left: 2rem;
  color: #717375;
  font-size: 11px;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  display: inline-block;
}
._open_article_title{
  -webkit-font-smoothing: antialiased;
  font-size: 35px;
  line-height: 1.18;
  margin-top: 30px;
  font-weight: 600;
  color: #4c4848;
}
._read_n_share {
  float: right;
  margin-top: -0.2rem;
}
._read_n_share h4{
  -webkit-font-smoothing: antialiased;
  font-size: 11px;
  letter-spacing: 0.15em;
  color: #717070;
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: 600;
}
._article_by a{
  color: #8b8b8c;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}
._g_na_wrap_author {
  margin-bottom: 30px;
  border-bottom: 1px solid #EBEBEB;
  flex-shrink: 0;
  /* padding-bottom: 15px; */
  padding-bottom: 38px
}
._article_body_wrap p{
   font-size: 17px;
    line-height: 1.52;
    margin-bottom: 30px;
    margin-left: 11.45833%;
    color: #1b1a1a;
}
.card._article_image img {
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
}
.card._article_image,._promotional_ads .card  {
  box-shadow: none;
}
._article_image_caption {
  -webkit-font-smoothing: antialiased;
  position: relative;
  font-size: 13px;
  line-height: 1.5;
  min-height: 36px;
  margin-top: 20px;
}
._article_caption_inner{
  text-align: left;
  color: #313132;
  width: 70%;
}
#_g_na_upper{
  position: relative;
  max-width: 1280px;
  margin: 0 auto 60px;
}
._p_ad_header h4{
    padding-top: 5px;
    -webkit-font-smoothing: antialiased;
    font-size: 11px;
    color: #86888b;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: .2rem;
    text-align: left;
    border-top: 1px solid #d2d2d2;
    display: block;
    width: 100%;
    font-weight: 600;
}
._p_ad_header h4 span {
  float: right;
  font-size: 8px;
  letter-spacing: 1px;
}
._p_ad_header h4 span a{
  cursor: pointer;
}
._promotional_ads{
  margin-bottom: 30px;
  margin-left: 11.45833%
}
/* ._promotional_ads .card img{
  height: 276px;
  width: 355.2px;
}
._promotional_ads ._three_promo_cards .card img{
  height: 276px;
  width: 355.2px;
} */
._main_promo_text a{
  letter-spacing: 0;
  color: #535354;
  cursor: pointer;
  display: inline;
  line-height: 1.38em;
  font-family: knowledge-regular,arial,helvetica,sans-serif;
  font-size: 18px;
  font-weight: 400;
  transition: color .2s ease;
  text-decoration: none;
}
._main_promo_text a:hover{
  color: #048ac7;
}
._promo_footer{
    padding-top: 4px;
    margin: 0;
    width: 100%;
    /* height: 63px; */
    text-align: left;
}
._sub_promo_text a {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.83em;
  color: #c3c4c5;
  display: block!important;
  text-decoration: none;
}
._main_promo_text {
  margin-bottom: 0;
}
._p_image{
  height: 244.20px;
  object-fit: cover;
}
._p_main_text{
  margin-bottom: 0;
}
._p_article_date {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.83em;
  color: #c3c4c5;
  display: block!important;
}
._p_main_text a {
  font-size: 14px;
  font-weight: 400;
  transition: color .2s ease;
  letter-spacing: 0;
  color: #313132;
  cursor: pointer;
  display: inline;
  line-height: 1.38em;
  text-decoration: none;
}
.form-group {
  margin-bottom: 0.6rem;
}
.lb-txt-ar{
  margin-top: 0.6rem;
}
label{
  color: #616f98;
}
#create-pst .form-group label , .header_bar{
  border-radius: 10px 10px 0 0;
}
#create-pst input{
  padding: 0.6rem;
}
.form-control:hover {
  border-color: transparent!important;
}
.form-control:focus {
 box-shadow: none;
}
.category_list{
  min-height: 42px;
  max-height: 200px;
  overflow: auto;
  padding: .4em .9em;
  border: solid 1px #ddd;
  background-color: #fdfdfd;
  margin-bottom: 1rem;
}
#create-pst .custom-checkbox .custom-control-label::after{
  left: -19px;
}
.header_bar {
  padding: 8px 12px;
  margin: 0;
  line-height: 1.4;
  width: 100%;
}
#create-pst .form-group label{
  width: 100%;
  margin-bottom: 0;
  padding: 0.6rem;
}
#create-pst textarea {
  resize: none;
  width: 100%;
  height: 300px;
  display: block;
  border-radius: 0 0 10px 10px;
}
.drag_drop{
  border: .1em dashed gray;
  padding: 3rem 1rem;
  margin: .6em 0;
}
.attached_images .card-body{
  padding: 0.6rem;
}
.attached_images .card-body p{
  font-size: 0.9em;
}
.attached_images .card img{
 object-fit: cover;
}
.attached_images .card {
  margin-bottom: 1em;
}
.remove_atch_img{
  float: right;
}
.remove_atch_img i{
  color: #ec5d0a;
}
.attached_images{
  width: 100%;
  background-color: #fff;
  max-height: 482px;
  overflow-y: auto;
  padding: 0.7em;
  box-shadow: 0 1px 1px rgba(0,0,0,.04);
  border: 1px solid #ccd0d4;
}
.wraps_attachment {
  border: 1px solid #ccd0d4;
  box-shadow: 0 1px 1px rgba(0,0,0,.04);
  padding: 0 1em;
}
._p_article_date a{
  text-decoration: none;
  color: #c3c4c5;
}
._p_image_sm{
  height: 155.1px;
  object-fit: cover;
}
._ad_no_image ._promo_footer{
  border-bottom: 1px solid #e8e8e8;
  padding: 1rem 0;
}
._trending_header h4{
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  color: #86888B;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: .2rem;
  font-weight: 600;
}
.wrap_trends {
  display: grid;
  grid-template-columns: 3fr 1fr;
  grid-template-rows: 1fr;
  grid-gap: 10px;
  margin-bottom: 1.5rem;
}
.wrap_trends a {
  font-size: 13px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  text-decoration: none;

}
.wrap_trends a h4{
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  color: #495057;
}
.wrap_trends a img{
  margin-left: 20px;
  min-width: 60px;
  width: 60px;
  height: 60px;
  background: #FAFAFA;
  object-fit: cover;
}
._g_na_footer_services._id_footer {
  background-color: #e3e8f7;
  padding-top: 45px;
  padding-bottom: 50px;
  border-top: 1px solid #f6f6f6;
}
._g_na_footer_services._id_footer a{
  text-decoration: none;
  margin: 0 ;
  color: #86888B;
}
._g_na_footer_services ._copyright._id_footer li {
  border: 0;
  padding: 0;
}
.id_page_social_links{
  display: inline-flex;
  vertical-align: middle;
  margin-bottom: 0 !important;
  list-style: none;
  padding-left: 0;
}
.id_page_social_links li a{
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: white;
  border: 1px solid #EBEBEB;
}
.id_page_social_links a {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: white;
  border: 1px solid #EBEBEB;
  text-decoration: none;
  margin: 0;
  color: #86888B;
}
._social_buttons:hover .fab.fa-twitter {
  color: #00aced;
}
._social_buttons:hover .fab.fa-facebook-f {
  color: #3b5998;
}
._social_buttons:hover .fab.fa-youtube {
  color: #bb0000;
}
._social_buttons:hover .fab.fa-instagram {
  color: #bc2a8d;
}
._social_buttons:hover .fab.fa-linkedin-in {
  color: #007bb6;
}
._social_buttons:hover .fas.fa-rss {
  color: #ee802f;
}
._social_buttons i {
  font-size: 14px;
}
._id_footer_links {
    padding-top: 1rem;
}
._id_footer_links a{
  padding: 0 16px 0 0;
}
.id_page_social_links_wrap{
  text-align: end;
  padding-top: 1rem;
}
.row._copyright._id_footer p{
  font-size: 11.5px;
  color: #919192;
}
._g_na_footer_services._id_footer a:hover {
  color: rgb(56, 128, 236);
}
/*
section._trending {
  position: relative;
   top: 63rem; 
  top: 21rem;
}
*/
.wrap_trends a:hover h4  {
  color: rgb(56, 128, 236);
}
 ._ads_.within_news_content{
  margin-left: 11.45833%;
}


/* pictures */
.story-pic{
  margin-bottom: 1rem;
}
.story-pic img{
  width: 100%;
  object-fit: contain;
}
.photo-thumb {
  height: 170px;
}
.photo-thumb img{
  height: -webkit-fill-available;
  width: max-content;
}
.thumb-content h4{
  font-weight: 700;
  font-size: 1.2em;
  Color: #111;
  text-transform: none;
  word-wrap: break-word;
  line-height: 26px;
  margin: 8px 0;
}
.thumb-content h4 a{
  background-color: transparent;
  text-decoration: none;
  color: #111;
  cursor: pointer;
}
.thumb-content p{
  font-size: 0.8em;
  line-height: inherit;
  color: #666;
  margin-bottom: 0.5rem;
}
.group-top-photos ._g_na_top_story {
  padding-bottom: 30px;
}
.control-nav .btn {
  border-radius: 0;
}
.control-nav a.btn {
  font-weight: 700;
    text-transform: uppercase;
}
.control-nav {
  margin-bottom: 3rem;
}
.top-mov-pics figure{
  height: 155px;
}
.side-video-header h3{
  font-size: 20px;
  font-weight: 700;
  line-height: initial;
}
.side-video-header h3 a{
  text-decoration: none;
  color: #fff;
}
.bg-mode{
  margin-bottom: 36px;
  background-color: #0075c4;
  padding: 10px;
}
.top-mov-pics ._g_na_header_main a b {
  color: #ffffff;
}
.top-mov-pics ._g_na_header_main a {
  color: #ffffff;
}
.top-mov-pics ._g_na_header_main h4 {
  font-size: 16px;
  border-bottom: 0;
}
.side-video-header p{
   font-size: 0.8em;
    line-height: inherit;
    color: #fff;
    margin-bottom: 0.5rem;
}
.top-mov-pics header i{
  color: #fff;
}
.top-mov-pics header{
  margin-bottom: 8px;
}
.bottom-mov-pics ._video_group_heading {
  padding: 0;
}
.bottom-mov-pics ._vid_grp{
  border-bottom: 1px solid #ffffff47;
  padding: 18px 0;
}
.top-mov-pics{
  border-bottom: 1px solid #ffffff47;
  padding-bottom: 18px;
}
.top-mov-pics.rv-props{
  border-bottom: 0;
  padding-bottom: 0;
}
.bottom-mov-pics ._vid_grp ._slide_duration {
  bottom: 1.7rem;
}
.bottom-mov-pics ._vid_grp {
 border-top: 0;
}
.bottom-mov-pics ._vid_grp:last-child{
  border-bottom: 0;
}
.wrap-group .current-slide-title {
  color: #fff;
  display: inline-block;
  font-size: 2rem;
  font-weight: 500;
  position: relative;
  text-transform: none;
}
.current-slide-header {
  margin: 10px 0;
  position: relative;
}
.bg-primary-mode{
  background-color: #0075c4;
  border-top: 1px solid #fafafa61;
}
span.section-text a{
  color: #fff;
}
.pic-id-timeline span.divider {
  color: #f5f5f5;
  line-height: 1.2em;
  margin: 0 3px;
}
.pic-id-timeline .timestamp , span.section-text a{
  color: #fff;
  font-size: 0.8em;
  font-weight: 400;
  vertical-align: inherit;
  text-transform: uppercase;
}
.pic-id-timeline {
  padding-top: 2rem;
}
.wrap-group .carousel-item {
  /* height: 520px; */
  text-align: center;
}
.wrap-group .carousel {
  box-shadow: none;
}
.wrap-group .carousel-item img{
  height: 520px;
  width: 100%;
  border: 1px solid #4A4A4A;
}
.carousel-desc-txt p{
  color: #fff;
  font-size: 0.8rem;
}
.wrap-group{
  padding-bottom: 2rem;
}
.bg-teal{
  background-color: #e3f1fb!important;
}
._top_story_sng ._trnd_photo {
  overflow: hidden;
  float: left;
  margin: 0 20px 0 0;
  height: 100px;
  width: 162px;
}
._trnd_photo img {
  height: 100%;
  object-fit: inherit;
  width: 100%;
}
._g_na_header_main.trnd_pics_header{
  margin-bottom: 0;
}
#gnaVideo {
  right: 0;
  bottom: 0;
  width: 100%; 
  height: -webkit-fill-available;
  max-height: 100%;
  object-fit: contain;
}
#video_player_container{
  background-color: #111;
  height: 567px;
}
video:focus {
  outline: -webkit-focus-ring-color auto 0px;
}
.wrap_video_container {
  max-width: 1290px;
  margin: 0 auto;
  padding: 0 30px;
}
#current_vid_id h2{
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0;
  line-height: initial;
}
.current_video_title{
  font-size: 38px;
  max-width: 780px;
  margin-bottom: 10px;
  line-height: initial;
  font-weight: 700;
  color: #fff;
}
section#current_vid_id {
  background: #0075c4;
}
p.posted_on {
    font-size: 0.800em;
    color: #e5e6e6;
    line-height: initial;
}
.c_vid_wrapper .content{
  color: #e5e6e6;
  line-height: initial;
  margin-bottom: 3rem;
}
.c_vid_wrapper {
  padding-top: 2rem;
}
._v_featured{
  height: 254px;
  margin-bottom: 2rem;
}
.vid_featured_stories ,.vid_featured_stories_time{
  letter-spacing: 1px;
  color: #e5e6e6;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}
.load-more .btn{
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 700;
}

#current_vid_id #_g_na_sec{
  border-bottom: 1px solid #ddd;
  margin-bottom: 2rem;
}
.slide_video_items{
  position: relative;
  width: calc(100% + 28px);
  margin-left: -10px;
  height: 100%;
  margin-bottom: 1rem;
}
.scroll_lists{
  vertical-align: top;
  width: calc(100% - 20px);
  position: static;
  height: 100%;
  overflow: hidden;
}
.scroller{
  z-index: 0;
    overflow: -moz-scrollbars-none;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    height: 100%;
    scroll-behavior: smooth;
}
.scroller ul{
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 0;
  padding: 0;
  white-space: nowrap;
}
.scroller ul li{
  display: inline-block;
  height: 100%;
  font-size: medium;
  flex-direction: column;
  margin: 0 10px;
  text-decoration: none;
  white-space: normal;
  width: 250px;
  vertical-align: top;
}
.scroller-img{
  height: 0;
  padding-bottom: 56.25%;
  background-color: #313132;
  position: relative;
  z-index: 0;
}
.scroller_outer{
  margin-bottom: 10px;
  position: relative;
}
.scroller a{
  text-decoration: none;
}
.scroller-img img{
  position: absolute;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  display: block;
  width: 100%;
}
.v_slider_text{
  display: box;
  display: -moz-box;
  display: -webkit-box;
  padding-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  height: 41px;
  font-size: 16px;
  line-height: 1.3;
  color: #fff;
}
.slide_video_items  .btn-circle{
  opacity: 1!important;
  width: 20px!important;
  height: 40px!important;
  border-radius: 100%;
  background: hsla(0,0%,100%,.9);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.2);
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.2);
}
.btn.btn-circle.btn-light.btn_scroller_prev{
  position: absolute;
  left: 0;
  z-index: 1;
  left: calc(0% - 13px);
  top: calc((100% - 50%)/1.5);
}
.btn.btn-circle.btn-light.btn_scroller_next{
  position: absolute;
  right: 0;
  z-index: 1;
  left: calc(100% - 40px);
  top: calc((100% - 50%)/1.5);
}
.slide_video_items ._g_na_header_main a{
  color: #fff;
  font-size: 0.8em;
  line-height: initial;
  letter-spacing: 0.03em;
}
.slide_video_items ._g_na_header_main {
  margin-bottom: 7px;
  padding: 0 0.5rem;
}
#vid_main_categories header h4 {
  border-bottom: 0;
  margin-bottom: 0;
  color: #fff;
  line-height: initial;
  letter-spacing: 0.03em;
  font-size: 17px;
  font-weight: 600;
}
#vid_main_categories ._g_na_header_main {
  margin-bottom: 7px;
}
#video_categories ._g_na_header_main h4{
  border-bottom: 0;
}
#vid_main_categories {
  border-top: 1px solid #fffff68a;
  border-bottom: 1px solid #fffff68a;
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}
.form-control-file{
  border: 1px solid #d1d3e2;
  background: #fff;
  border-radius: .35rem;
}
.upl-images {
  margin-bottom: 1rem;
}
form.post-form {
  margin-bottom: 2rem;
}
.table.table-striped button{
    padding: 7px;
    border-radius: 0;
}
#myframe {
    height: 39px;
}
.mt-news p.top {
    font-size: 11px!important;
}
.mt-news p.top b{
    color: #0075c4;
}
.cr_inner{
  padding: 1rem;
}
.cr_inner p > a{
  cursor: pointer;
  text-decoration: none;
}
.cr_inner p {
margin-bottom: 0;
}




@media screen and (max-width: 320px){
    #_nav_id_page a.gna_navbar-brand img {
    height: 40px;
    }

}

@media screen and  (max-width: 481px) {
  ._article_w_overlay_twin img{
    object-fit: cover;
    height: auto;
    width: 100%;
  }
  ._g_na_wrap_top {
    display: grid;
    grid-template-columns: 0fr 3fr 1fr;
  }
  ._wrap_top_social{
    padding-top: 1rem;
  }
  ._f_1{
    padding-right: 15px;
  }
  ._f_2{
    padding-left: 15px;
  }
  ._f_p_1{
    padding-right: 15px;
  }
  ._f_p_2{
    padding-left: 15px;
  }
  .navbar {
    border-radius: 0;
    transition: all 0.3s ease-out;
    background: #333;
    height:  100%;
  }
  .affix {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
  }
  ._wraps_i_f {
    text-align: left;
}
  ._top_story_sng {
    grid-template-columns: 1fr;
  }
  ._m_photo img {
    height: inherit;
    object-fit: contain;
  }
  ._top_story_sng ._m_photo {
    overflow: hidden;
    width: auto;
    margin: 0 ;
  }
  ._g_na_head_contents{
    overflow-y: scroll;
  }
  ::-webkit-scrollbar {
    -webkit-appearance: none;
  }
  
  ::-webkit-scrollbar:vertical {
    width: 12px;
  }
  
  ::-webkit-scrollbar:horizontal {
    height: 12px;
  }
  
  ::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    border: 2px solid #ffffff;
  }
  
  ::-webkit-scrollbar-track {
    border-radius: 10px;  
    background-color: #ffffff; 
  }
  .id_page_social_links_wrap, .row._copyright._id_footer, ._id_footer_links, .app_footer_container{
    text-align: center;
  }
  ._id_nav_top{
    display: none;
  }
  span._article_date_posted {
    padding-left: initial;
    font-size: 10px;
  }
  ._promotional_ads._sponsored_ads, ._promotional_ads{
    margin-left: initial;
  }
  h1._open_article_title {
    font-size: 26px;
  }
  ._article_body_wrap p {
    margin-left: initial;
    font-size: 14px;
    line-height: 1.58;
  }
  #_g_na_upper {
    margin: 0px auto 36px;
  }
  ._promotional_ads img{
    max-width: 29.5%;
    float: left;
    margin-right: 10px;
  }
  ._promo_footer{
    padding-left: 32%;
    padding-right: 10px;
    box-sizing: border-box;
    margin: 0;
    width: 100%;
    padding-top: 0;
    position: relative;
    top: -5rem;
  }
  ._sponsored_ads_no_image ._promo_footer{
    top: initial;
  }
  ._p_image , ._p_image_sm{
    height: 78.2px;
    object-fit: cover;
  }
  ._main_promo_text a{
    font-size: 15px;
  }
  .row._copyright._id_footer p {
    margin-top: 2rem;
  }
  ._p_main_text a {
    font-size: 14px;
    font-weight: 600;
  }
  section._trending {
    position: relative;
    top: 0;
  }
  ._g_na_category_main_item ._top_story_sng {
    grid-template-columns: 1fr;
  }
  ._g_na_category_main_item ._top_story_sng ._m_photo {
    height: auto;
  }
  ._g_na_category_main_item ._m_content h3 {
    margin-top: 1rem;
  }
  #g_na_navbar {
    height: auto;
  }
  #g_na_navbar .navbar-nav li a.nav-link {
    font-weight: 600;
    font-size: 16px;
    border-bottom: 1px solid #43bdec82;
  }
  #g_na_navbar a.nav-link.btn.btn-danger.btn-pill._watch_live{
    width: fit-content;
  }
  .ticker-container ul div li a {
		bottom: 0px;
	}
  ._ads_.within_news_content {
    margin-left: 0;
  }
  #g_na_navbar .navbar-nav.ml-auto li a {
    text-align: right;
  }
  .ticker-container ul div li a {
    font-weight: 700;
    font-size: 11.2px;
    bottom: 7px;
    position: relative;
  }
}


@media only screen and (max-width:600px){
  div.appDownload{
    display: hidden;
  }

  .stock,
  .stock-feed,
  ._g_na_left-des,
  ._ads_wrapper{
    display: none;
   }


  }


.related{
border-bottom: 1px solid #989796;
padding: 5px;
}
