/* VG pre-agreed stencil colour classes */
.primary {
background-color: #2F4D5B; 
}

.secondary {
background-color: #CD005E; 
}

.tertiary {
background-color: #307E88; 
}

.accent_one {
background-color: #BCDDE3; 
}

.accent_two {
background-color: #FBBBD5; 
}

.darkgrey {
background-color: #4a4a4a; 
}

.midgrey {
background-color: #747576; 
}

.lightgrey {
background-color: #ebeceb; 
}

.black {
    background-color:#000000!important;
}

.text_primary {
   color: #2F4D5B; 
}

.text_secondary {
 color: #CD005E; 
}

.text_tertiary {
  color: #307E88; 
}

.text_white {
   color: #ffffff!important; 
}

.text_darkgrey {
   color: #4a4a4a; 
}

/* End VG Stencil new brand colours*/

#news_grid article {
    padding-left: 0 !important;
    margin-bottom: 20px;
    
  }
  
  /* Headless News Styles */
  .meta_sections span:nth-child(2), .meta_sections span:nth-child(3), .meta_sections span:nth-child(4) {
    border-left: 1px solid #D8930B;
    padding-left: 10px;
    padding-right: 10px;
  }
  
  .meta_sections span:nth-child(1) {
    padding-right: 10px;
  }
  
  .news-story-img, .news-story-img-container, #news_story {
    width: 100%;
  }
  
  /*START VG General Styles to go in Style Sheet */
  
  /* THIS NEEDS TO BE CHANGE AT PAGE SETTINGS LEVEL, ELSE WONT BE VISIBLE TO USERS
  
  .dnnFormMessage.dnnFormInfo.dnnFormInfoAdminErrMssg {
     display:none; 
  }
  
  Hiding mahoosive arrove thats pushing all page content down VG 
  
  */
  
  /* VG mobile and tablet logo and menu amends */
  
  .user-controls ul.logo li img {
        width: 100px;
        height: 38px;
        margin-top: 8px;
        margin-bottom: 6px;
  }
  
  #mobile_nav_button.btn img {
      height: 16px;
      width: 21px;
      margin-top: 5px;
  }
  
  #mobile_nav_button {
    margin-top:4px;
  }
  
  @media (min-width: 500px) {
  
     .user-controls ul.logo li img {
        width: 124px;
        height: 47px;
        margin-top: 9px;
      }
    
     li#nav_button_container {
       margin-top: 9px;
    }
  
  }
  
  @media (min-width: 1024px) {
  
      .user-controls ul.logo li img {
        width: 124px;
        height: 47px;
        margin-top: 13px;
      }
  
  }
  
  /* END VG Head amends */
  

  
  .lightergrey{
    background-color:#e6e6e6;
  }
  
  .darkgrey {
      background-color:#494949;
      color:#ffffff!important;
  }
  
  .sesame, .bankhall, .pms {
     background-color:#2f4d5b!important;
        color:#ffffff!important;
  }
  
  .sbvs {
    background-color:#5C8097!important;
    color:#ffffff!important;
  }
  
  .ylh {
    background-color:#54aabe!important;
    color:#ffffff!important;
  }
  
  .tpd {
    background-color:#00A0A8!important;
    color:#ffffff!important;
  }
  
  .btn {
    width:100%;
    margin-bottom:5px;
  }  
  

  
  .btn-primary:active  {
      color: #fff;
      background-color: #D8930B;
      border-color: #D8930B;
  }
  
  .btn-secondary:active  {
      background-color: #396578;
      border-color: #396578;
  }
  
  .btn-tertiary:active  {
      background-color: #396578;
      border-color: #396578;
  }
  
  @media (min-width:992px) {
    
   .btn {
     width:auto;
     margin-bottom:20px;
  }  
    
  }
  
  
    
  .btn.btn-primary,
  .btn.btn-secondary,
  .btn.btn-tertiary {
     border-bottom:0!important;
     text-decoration:none!important;
  }  
  
  .table thead {
      background: #396578!important;
  }
  
  /** END VG General Styles for stylesheet **/
  
  
  /***************************** START VG Styles for stencil *****************************************************/
  
  /* Extra Button, mustard  */
  
  .maincontent  a.btn-tertiary {
     background-color: #D8930B;
     color:#ffffff!important;
  }
  
  .maincontent  a.btn-tertiary:hover {
     background-color: #54ACC0;
     color:#ffffff;
  }
  
  /**************START VG Carousel amends *****************/
  
  .carousel-control-prev .carousel-control-prev-icon {
      background-image:  url("/Portals/0/Images/Icons/Carousel-arrow-left.png?ver=THvNVRpOsykUXQg11LBmig%3d%3d") !important;
  }
  
  .carousel-control-next .carousel-control-next-icon {
      background-image:  url("/Portals/0/Images/Icons/Carousel-arrow-right.png?ver=THvNVRpOsykUXQg11LBmig%3d%3d") !important;
  }
  
  
  /*** Start Homepage SBG News ***/
  
  

  
  /******************************** JOIN US ****************************************/
  
  
  
  
  
  /*** START Desktop Tabs ***/
  
  
  

  /*********************** DNN tabs styling ******************************/
  
  .dnnForm .ui-tabs {
      position: relative;
      padding: .2em;
      zoom: 1;
  }
      /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
      .dnnForm .ui-tabs .ui-tabs-nav {
          margin: 0;
          padding: .2em .2em 0;
      }
  
          .dnnForm .ui-tabs .ui-tabs-nav li,
          ul.dnnAdminTabNav li {
              list-style: none;
              float: left;
              position: relative;
              top: 1px;
              margin: 0 .2em 1px 0;
              border-bottom: 0 !important;
              padding: 0;
              white-space: nowrap;
          }
  
              .dnnForm .ui-tabs .ui-tabs-nav li a,
              ul.dnnAdminTabNav li a {
                  float: left;
                  padding: .5em 1em;
                  text-decoration: none;
                  font-weight: bold;
                  color: #fff;
                  text-decoration: none;
                  display: block;
                  margin: 0;
                  letter-spacing: -0.03em;
                  background: #818181;
                 /* background: -moz-linear-gradient(top, #818181 0%, #656565 100%);
                  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#818181), color-stop(100%,#656565));
                  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#818181', endColorstr='#656565',GradientType=0 );*/
                  -moz-border-radius-topleft: 3px;
                  -moz-border-radius-topright: 3px;
                  -moz-border-radius-bottomright: 0px;
                  -moz-border-radius-bottomleft: 0px;
                  border-top-left-radius: 3px;
                  border-top-right-radius: 3px;
                  border-bottom-right-radius: 0px;
                  border-bottom-left-radius: 0px;
                  text-shadow: 0px 1px 1px #000;
              }
  
              .dnnForm .ui-tabs .ui-tabs-nav li.ui-tabs-selected {
                  margin-bottom: 0;
                  padding-bottom: 1px;
              }
  
                  .dnnForm .ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
                  .dnnForm .ui-tabs .ui-tabs-nav li.ui-state-disabled a,
                  .dnnForm .ui-tabs .ui-tabs-nav li.ui-state-processing a {
                      cursor: text;
                  }
  
              .dnnForm .ui-tabs .ui-tabs-nav li a,
              .dnnForm .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
                  cursor: pointer;
              }
      /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
      .dnnForm .ui-tabs .ui-tabs-panel {
          display: block;
          border-width: 0;
          padding: 1em 1.4em;
          background: none;
      }
  
  .dnnForm .ui-tabs-panel {
      position: relative;
  }
  
  .dnnForm .ui-tabs-hide {
      display: none !important;
  }
                 
  
  .tab-panes-hide {
      display: none;
  }  
  

  
  
  /*Event pages*/
  
  
  /*** START Events  stats details ***/
  
  .event_stat {
    border-top:1px solid #dadada;
    border-bottom:1px solid #dadada;
    margin-bottom: 30px;
  }
  
  .event_stat span {
     background-color:#D8930B; 
    border-radius:50%;
    color:#ffffff;
    padding: 15px 12px;
  }
  
  .event_stat h4 {
     color:#304B5C;
     font-size: 22px;
      font-style: italic;
      font-weight: bold;
  }
  
  .event_stat .cpd {
    border-bottom:1px solid #dadada;
    padding-bottom:10px;
  }
  
  .event_stat .type {
     background-image: url('/Portals/0/Images/SVGs/MonitorIcon.svg');
     background-repeat:no-repeat;
     background-size: contain;
     padding-left: 60px;
  }
  
  /*** END Events Stats details ***/
  
  
  /***************** START News Page Styles *********************/
  
  /****** News page - featured story ******/
  
  .news_featured_story a.btn.btn-primary.news_link, 
  .news_featured_story a.btn.btn-primary.news_link:hover {
      text-decoration: none;
      margin-bottom:0!important;
  }
  
  .news_featured_story a.btn.btn-primary.news_link:hover {
        background-color:#BCDDE3;
  }
  
  .news_featured_story a.btn.btn-primary.news_link:active {
    background-color:#304B5C;
  }
  
  .news_featured_story .news-headline-featured {
      position: relative;
      margin-bottom: 40px;
  }
  
  .news_featured_story .news_headline_content {
      width: 100%;
      color: #ffffff!important;
      padding: 20px;
      position: initial;
      z-index: 30;
      background-color: rgba(57,101,120,1);
      margin-top: 40px;
      background-image: url(/Portals/0/Images/Ellipse%20433.png);
      background-repeat: no-repeat;
      background-position-x: 363%;
      background-position-y: 5%;
  }
  
  .news_featured_story .news_headline_content {
      width: 100%;
      color: #ffffff!important;
      padding: 30px;
      position: initial; 
      z-index: 30;
      background-color: rgba(57,101,120, 1) ;
      margin-top: 40px;
  }
  
  .news_featured_story .news_container {
      position: relative;
  }
  
  .news_featured_story .news_headline_content h4.news-headline-title,
  .news_featured_story .news_headline_content .news-story-byline h5 {
      color: #ffffff!important;
  }
  
  .news_featured_story .news_headline_content h4.news-headline-title {
    font-size:30px;
    font-family:"Open Sans Semibold","Open Sans",Calibri,Arial,Helvetica,sans-serif;
    margin-top:0;
  }
  
  .news_featured_story .news_headline_content .news-story-byline h5 {
      font-size: 18px;
      font-family: "Open Sans",Calibri,Arial,Helvetica,sans-serif;
      font-style: italic;
      font-weight: 400;
      line-height: 1.8rem;
  }
  
  #news_masonry .card {
      border: 0px solid red !important;
      background-color: transparent !important;
  }
  
  .news_container a {
      box-shadow: 0 3px 6px 0 rgba(0,0,0, 0.16); 
      background: #fff;
      text-decoration: none;
  }
  
  .news_container a:hover {
      text-decoration: none;
  }
  
  .latest_news_row {
      margin-top: 60px;
      margin-bottom: 40px;
  }
  
   .news_container .news_link {
      padding: 0;
      margin: 5px;
      border: 1px solid #dadada!important;
      display: block;
  }
  
  .news_container .provider_logo img {
      position: absolute;
      top: 0px;
      border-radius: 50%;
      height: 80px;
      width: 80px;
      left: 34px;
     /* border: 0px solid #ddd;*/
      box-shadow: 0 3px 6px 0 rgba(0,0,0, 0.5); 
  }
  
  #news_masonry .card_wrapper {
      padding-top: 40px;
  }
  
  .news_container .news_image img {
      width: 100%;
  }
  
  .news_headline_content h4 {
      color: #fff;
      margin-top: 0;
  }
  
  .news_headline_content h5 {
      font-style: italic;
      color: #fff;
      font-size: 16px;
  }
  
  .news_headline_images {
      float: right;
      position: relative;
      top: 0px;
      text-align: right;
  }
  
   .featured_story_logo img {
      height: 100px;
      width: 100px;
      border-radius: 50%;
      border: 1px solid #dadada;
      position: relative;
      top: -12px;
      right: 8px;
      box-shadow: 0 3px 6px 0 rgba(0,0,0, 0.16); 
  }
  
  
  .featured_story_main_image img {
      display: none;
  }
  
  
  @media (min-width: 576px) {
      #news_masonry .card-columns {
          column-count: 2 !important;
      }
  }
  
  @media(min-width: 768px) {
      .news_headline_content {
          width: 70%;
      }
    
      .featured_story_main_image .circle_mask {
          border-radius: 50%;
          width: 280px;
          height: 280px;
          background-color: #dadada;
          background-position: center center;
          background-size: cover;
         margin-right: 20px;
        margin-left: 20px;
      }
    
     .featured_story_logo img {
          position: absolute;
          height: 180px;
          width: 180px;
          top: -80px;
      }
    
  }
  
  @media(min-width: 992px) {
    
       .news_featured_story {
          margin-bottom:45px;
       }
    
     .news_featured_story  .news-headline-featured {
          margin-bottom: 0px;
      }
    
    #news_masonry  .card-columns {
          column-count: 3 !important;
      }
    
       .news_featured_story  .featured_story_main_image .circle_mask {
         width: 380px;
         height: 380px;
         margin-right: 0;
      }
      
    .news_featured_story .news_headline_content {
         width: 62%;
     }
    
    .news_headline_images {
          width: 440px;
      }
    
     .news_featured_story .news_headline_content {
         background-color: rgba(57,101,120, 0.9) ;
         z-index: 50;
         position: relative;
         background-image: none;
         margin-bottom:30px;
     }
    
  }
  
  @media (min-width: 1200px) {
      .news_featured_story .news_headline_images {
          top: -80px;
      }
    
       .news_featured_story .news_headline_content {
          position: absolute;
          width:62%;
      }
  }
  /*** End  Top Story ***/
  
  /*** START More News Grid ***/
  
  /* (News List) */
  #news_masonry {
    background-color:#e6e6e6;
    padding:50px 0 30px 0;
    margin-bottom:30px;
  }
  
  #news_masonry .news-headline-content .provider_logo img {
      height: 80px;
      width: 80px;
      left: 20px;
      top: 10px;
      /*border: 1px solid #dadada;*/
      border-radius:50%;
      position:absolute;
  }
  
  #news_masonry .news-headline-content .news-headline-image-container.news_image img {
     width:100%;
  }
  
  #news_masonary a:link:hover {
      box-shadow: none;
  }
  
  @media (min-width:576px) {
   #news_masonry .news-headline-content h4 {
      padding: 2px 10px;
      line-height: inherit;
      font-size: 16px;
      margin-top: 6px;
      margin-bottom: 7px;
   }
  }
  
  @media(min-width: 762px) {
      #news_masonry .news-headline-content .provider_logo img {
          height: 90px;
          width: 90px;
          left: 20px;
          top: 0;
      }
    
  }
  
  @media (min-width:1200px) {
       #news_masonry .news-headline-content h4 {
         line-height: inherit;
         font-size: 18px;
         font-size:16px!important; /* VG change post bootstrap 5 reduction */
     }
  }
  
  
  #news_masonry h2 {
      margin-top: 0;
      margin-bottom: -20px;
  }
  
  
  
  /* news pagination */
  
  #news_masonry .pagination .page-link {
      display: none;
  }
  
  #news_masonry .pagination .numeric_indication {
      padding-top: 8px;
      margin: 0 22px;
  }
  
  
  /*** END More News Grid ***/
  
  /*** News Story Page ***/
  
  /*** START news page ****/
  
  .news-story {
     /* margin-top: 50px;*/
    margin-top:22px;
  }
  
  h2.news-story-headline {
      line-height: 31px;
      font-size:21px;
      margin-top: 0;
  }
  
  .news-story-byline {
      font-weight: bold;
      margin: 15px 0;
      font-size: 18px;
      font-style: italic;
      font-family: "open sans";
      color:#304B5C;
  }
  
  .logo_news_story img {
      border: 1px solid #dadada;
      border-radius: 50%;
      box-shadow: 0 3px 6px 0 rgba(0,0,0, 0.16); 
      margin-top: 26px;
      width: 80px;
      height: 80px;
      margin-bottom: 6px;
  }
  
  .logo_news_story {
      display: none;
  }
  
  @media (min-width: 762px) {
      .logo_news_story {
          float: right;
          position: relative;
          top: -60px;
          margin-bottom: -74px;
          display: block;
      }
  
      .logo_news_story img {
          width: 92px;
          height: 92px;
      }    
  }
  
  .author_photo {
      display: none;
  }
  
  @media (min-width: 992px) {
      .logo_news_story img {
          width: 100px;
          height: 100px;
      }  
  
      .author_photo + .conditional_offset_wrapper .news_story_provider_warning, 
      .author_photo + .conditional_offset_wrapper .meta_sections {
          padding-left: 80px;
      }
  
      .author_photo {
          position: relative;
          display: inline;
      }
      .author_photo img {
          height: 60px;
          width: 60px;
          border: 1px solid #dadada;
          border-radius: 50%;
          box-shadow: 0 3px 6px 0 rgba(0,0,0, 0.16); 
          position: absolute;
      }
    
     h2.news-story-headline {
        line-height: 37px;
        font-size: 29px;
     }
    
  }
  
  
  .news_story_provider_warning {
      border-bottom: 1px solid #dadada;
      font-size: 14px;
      font-style: italic;
      padding-bottom: 8px;
      margin-bottom: 4px;
  }
  
  .news-story-image img {
      width: 100%;
  }
  
  /*** END news story ****/
  
  /**** START News Sidebar *****/
  
  .news_latest_sidebar_wrapper {
      padding-left: 26px;
      padding-top: 16px;
      margin-bottom: 26px;
      position: relative;
      /* left: -12px; */
      top: 30px;
      border-left: 1px solid #dadada;
  }
  
  .news_container {
      position: relative;
  }
  
  .news-headline.news_container.card {
      border: 0px solid red !important;
      background-color: transparent !important;
      margin-bottom: 26px !important;
  }
  
  @media (min-width: 576px) {
    .news_container  .card-columns {
          column-count: 2 !important;
      }
  }
      
  @media (min-width: 992px) {
    .news_container  .card-columns {
          column-count: 3 !important;
      }
  
  }
  
  .news_container a {
      box-shadow: 0 3px 6px 0 rgba(0,0,0, 0.16); 
      background: #fff;
      text-decoration: none;
  }
  
  .news_container a:hover {
      text-decoration: none;
  }
  
  .latest_news_row {
      margin-top: 60px;
      margin-bottom: 60px;
  }
  
  .hide_this {
      display: none;
  }
  
  .news_container .news_link {
      padding: 0;
      margin: 5px;
      border: 1px solid #dadada;
      display: block;
  }
  
  .news_container .provider_logo img {
      position: absolute;
      top: 6px;
      border-radius: 50%;
      height: 80px;
      width: 80px;
      left: 26px;
      
      box-shadow: 0 3px 6px 0 rgba(0,0,0, 0.16); 
  }
  
  .news_container .card_wrapper {
      padding-top: 40px;
  }
  
  .news_container .news_image img {
      width: 100%;
  }
  
  .news_container h4 {
      padding: 0px 10px 2px 15px;
      margin-top: 16px;
      line-height: 25px;
      font-size: 15px;
      
  }
  
  .spacer_block {
      height: 40px;
  }
  
  /*** END News Story Page Sidebar ***/
  

  
  /*** DNN footer *****/
  
  footer {
    display:none!important;
  }
  
  /**** End  VG Styles for stencil ****/
  
  
  
  /* gets rid of extra white space on Chrome but creates clash on IE */
  
  /**** End Home  promo panel  ******/
  
  /*** footer addidtions ***/
  
  .footer .term-links a {
      border-bottom: 1px solid #d8930b;
  }
  
  /* Twitter Styling */
  .wrapper-can-twitter .row .col-md-12 {
      display: inline-flex;
  }
  
  .tweet-header {
      display: table;
      margin: 10px 10px 0px 0px;
  }
  
  img.tweet-logo-img {
      height: 48px;
      width: 48px;
      border-radius: 50%;
  }
  
  .tweet-container.tweet-info {
      margin: 15px 0;
  }
  
  .tweet-account-details {
      vertical-align: middle;
      display: flex;
  }
  
  .tweet-account {
      display: inline-block;
      overflow: hidden;
      font-weight: bold;    
  }
  
  .tweet-handle {
      display: inline-block;
      max-width: 50px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      opacity: 0.8;
  }
  
  .tweet-text {
      color: black;
      text-decoration: none;
      margin-bottom: 10px;
      height: auto;
      overflow: hidden;
      font-size: 15px;
      font-weight: normal;
  }
  
  .tweet-highlight {
      color: #1DA1F2;
  }
  
  .tweet-image-wrapper {
      text-align: center;
      margin-bottom: 20px;
  }
  
  .tweet-image img {
      max-width: 100%;
      border-radius: 15px;
  }
  
  .tweet-actions {
      width: 100%;
      display: table;
  }
  
  .tweet-actions a {
      color: black;
      display: table-cell;
      border-bottom: 0 !important;
      width: 33.33%;
  }
  
  .tweet-link {
      border-bottom: none !important;
      opacity: 0.8;
  }
  
  
  /* VG additions to stop twitter feed blowing out in IE */
  
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .tweet-image img {
        max-width:240px;
      }
  
      .tweet-text {
        max-width:240px;
      }
  }
  
  @media (min-width:400px) {
      @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
          .tweet-image img {
            max-width:310px;
          }
  
          .tweet-text {
            max-width:310px;
          }
      }
  }
  
  @media (min-width:692px) {
      @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        
          .tweet-image img {
            max-width:200px;
          }
  
          .tweet-text {
            max-width:200px;
          }
        
        .tweet-date {
          display:none;
        }
        
      }
  }
  
  @media (min-width:992px) {
      @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        
          .tweet-image img {
              max-width:310px;
          }
        
          .tweet-date {
             display:inline;
          }
  
          .tweet-text {
              max-width:310px;
          }
      }
  }
  
  /* End VG Twitter amends */
  
  
  /* fix for modal jumping */
  
  body.modal-open {
      overflow: visible;
  }
  
  /* end modal fix */
  
  
  
  /* Pride Month Logo Styles
  
  .user-controls .logo li {
      display: block;
      background-image: url("https://www.sbg.co.uk/Portals/0/Images/LGBTQ-heart80.png") ; 
      background-repeat: no-repeat;
      background-size: 55px;
      width: 193px;
      background-position-x: 134px;
      background-position-y: 7px;
  }
  
  
  @media(max-width: 1024px) {
      .user-controls .logo li {
          background-position-y: 3px;
      }
  }
  
  
  @media(max-width: 499px) {
      .user-controls .logo li {
      background-size: 41px;
      width: 159px;
      background-position-x: 104px;
      background-position-y: 4px;
      }
  }
  
  
   */
  
/* Logo Jumplinks VG */
#logojumplinks.row a {
    border-bottom: 0;
}

#logojumplinks.row img {
    max-width: 150px;
}

#logojumplinks.row .item:hover  {
    margin-top:-10px;
    transition: 1s;
}

#logojumplinks.row .item:hover h6 {
    color:#307e88;
}


/* End logojumplinks VG */

/** MM Careers Page Fix **/
.SBGbenefits.light-blue p:nth-child(3) {
    margin-bottom: 0;
}
/** MM Careers Page Fix **/

 /*** MM React News List Module - SBG.co.uk ***/
.loading_msg {
  display: block;
  width: 80px;
  height: 80px;
  margin: 40px auto;
  font-size: 0;
}
.loading_msg:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #cd005e;
  border-color: #cd005e transparent #cd005e transparent;
  animation: loading_msg 1.2s linear infinite;
}
@keyframes loading_msg {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#news_list.news-list-content .mixit_tabs {
  text-align: center;
}

#news_list.news-list-content .mixit_tabs button {
  margin: 4px 5px !important;
  font-size: 18px;
}
@media (min-width: 762px) {
  #news_list.news-list-content .mixit_tabs button {
    margin: 10px 5px !important;
  }
}
#news_list.news-list-content .mixit_tabs .btn-primary:focus,
#news_list.news-list-content .mixit_tabs .btn-secondary:focus,
#news_list.news-list-content .mixit_tabs .btn:active,
#news_list.news-list-content .mixit_tabs .btn:focus,
#news_list.news-list-content .mixit_tabs button:active,
#news_list.news-list-content .mixit_tabs button:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

#news_list.news-list-content .mixit_tabs button.btn-secondary:focus:focus {
  background: #cd005e !important;
  color: #fff !important;
}

@media (min-width: 762px) {
  #news_list.news-list-content .mixit_tabs .btn {
    padding: 10px 22px;
  }
}

#news_list.news-list-content #sponsored_news_grid {
  clear: both;
  border-bottom: 1px solid #e7e6e7;
  padding-bottom: 60px;
}

#news_list.news-list-content .news_container {
  position: relative;
  margin-bottom: 40px;
}

#news_list.news-list-content .news_container a {
  border: 1px solid #ebeceb;
  display: block;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

#news_list.news-list-content .news_container a h4 {
  margin: 8px 12px;
  font-size: 15px !important;
  line-height: 1.5;
}

@media (min-width: 768px) {
  #news_list.news-list-content .news_container a {
    min-height: 270px;
  }
}

#news_list.news-list-content .news_container a:hover .news_image {
  background: #fff;
}  

#news_list.news-list-content .news_container a:hover {
  text-decoration: none !important;
  box-shadow: none !important;
  background-color: #494949;
  border: none !important;
}

#news_list.news-list-content .news_container a:hover h4 {
  color: #fff !important;
}

#news_list.news-list-content .news_container .provider_logo {
    width: 100%;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    bottom: 230px;
    left: 10px;
}

#news_list.news-list-content .news_container .provider_logo img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px solid #ebeceb;
  box-shadow: 0 3px 6px 0 rgba(29, 28, 28, 0.16);
}

#news_list.news-list-content .news_container .news_image {
  height: 180px;
  overflow: hidden;
}

#news_list.news-list-content .news_container .news_image img {
  width: 100%;
}

#news_list.news-list-content .btn-primary {
    background-color: #307e88;
    border-color: #307e88 !important;
    color: #fff !important;
}

#news_list.news-list-content .btn-secondary {
    background-color: #cd005e;
    border-color: #cd005e !important;
    color: #fff !important;
}

#news_list.news-list-content .btn-secondary:active,
#news_list.news-list-content .btn-secondary:focus,
#news_list.news-list-content .btn-secondary:hover,
#news_list.news-list-content .btn-primary:active,
#news_list.news-list-content .btn-primary:focus,
#news_list.news-list-content .btn-primary:hover{
    background-color: #2f4d5b !important;
    border-color: #2f4d5b !important;
    box-shadow: none !important;
}

@media (min-width: 1200px){
  #news_list.news-list-content .news_container .sponsor {
     padding-right: 117px;
  }
}

#news_list.news-list-content .pagination,
#news_list.news-list-content > div > div:nth-child(1) {
    display: none;
}

#news_list.news-list-content {
    background-color: #e6e6e6;
    padding: 20px 0 30px 0;
    margin-bottom: 30px;
}

.news-headlines-background {
   background-color: #e6e6e6;
}

.news-headlines-background h3 {
    margin: 0 auto !important;
    padding-top: 60px;
}
/*** MM React News List Module - SBG.co.uk ***/









