/* New Page Tabbed */

.nav-tabs li a {
    background: #06407a !important;
    color: #fff !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    text-transform: none;
    text-align: left;
    padding: 12px;
    border-radius: unset;
}
.nav-tabs ~ .tab-content
{
  border-radius:unset;
}
.breadcrumb__items
{
  text-align:left !important;
}
ul.nav.nav-tabs li
{
  padding :0px;
}
.nav-tabs > li.active > a
{
  background-color: #edf5fe !important;
  color: #000000 !important;
  border:1px;
  border-bottom-color:unset;
}


nav#block-internalusermenu, nav#block-primarylinks, nav#block-useraccountmenu {
    border: 1px solid #c5d8e7;
    padding: 15px;
    margin-bottom: 20px;
}


    


@media screen and (max-width: 767px) {
 
 .banner_text_area { width : 100%;} 
 .primary-page-banner-bg {background-image: none !important;    background-color: #ececec;}
}
.content-top
{
  padding: 0 0 20px 0;
}
.main-content
{
  padding :0px ;
}

.tabbed-ver > li > a:focus, .tabbed-ver > li.active > a, .tabbed-ver > li.active > a:focus, .tabbed-ver > li.active > a:hover {
    border: 1px solid #ddd!important;
    border-bottom-color: transparent !important;
}


/* Styling For four cards on Tabbed Page*/

.tab-four-cards { margin: 20px 0 20px 0; }


.notice-of-funding img, .apply-now img, .reporting-and-compliance img , .archive img, .webinars img, .awards img, .guidelines img{  height:100px;}


.notice-of-funding a , .apply-now a, .reporting-and-compliance a, .archive a, .webinars a, .awards a, .guidelines a
{
    text-decoration: none;
    font-weight: 600;
    font-size:20px;
}

.notice-of-funding a:hover , .apply-now a:hover, .reporting-and-compliance a:hover, .archive a:hover, .webinars a:hover, .awards:hover, .guidelines:hover
{
    text-decoration: underline;
}

#notice-of-funding, #apply-now, #reporting-and-compliance, #archive, #webinars, #awards, #guidelines
{
    border-top: 1px solid #aebdcd;
    padding: 10px;
    background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 71%, rgba(215,228,240,1) 100%);
}

#notice-of-funding h3, #apply-now h3, #reporting-and-compliance h3, #archive h3, #webinars h3, #awards h3, #guidelines h3 { margin-top:20px;}

.notice-of-funding span, .apply-now span, .reporting-and-compliance span, .archive span, .webinars span,.awards span, .guidelines span {
    font-weight: 600;
    font-size: 20px;
    color:#707070; 
}


.plus-sign{
margin-top:125px;
font-size:60px;
font-weight:600;
text-align:center;
}

@media only screen and (min-width: 3500px) and (max-width: 600px)  {
  .plus-sign{ margin-top:5px; }
}