:root {
  --background-blue: #001F2C;
  --whiteLight: rgba(255,255,255,1);
  --white: rgba(255,255,255,0.8);
  --whiteTag: rgba(255,255,255,0.55);
  --aquamarine: #00ae9d;
  --subtitle: rgba(25, 217, 208, 0.66);
  --linkhover: rgba(25, 217, 208, 0.33);
  --footer: #002635;
}
.tag {
    color: var(--whiteTag);
    font-family: 'NotesEsa';
    font-size: 16px;
    font-style: normal;
    line-height: 28px;
    text-transform: uppercase;
    margin:0;
}
.anchor-menu {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 3.6rem 0 !important;
    padding: 0.8rem 0;
    border-top: 1px solid var(--whiteTag);
    border-bottom: 1px solid var(--whiteTag);
}
.anchor-menu li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.anchor-menu li:after {
    content: '';
    width: 2px;
    height: 90%;
    display: block;
    text-align: center;
    background: var(--aquamarine);
    margin: 0 0.5rem;
    padding: 5% 0;
}
.anchor-menu li:last-child:after {
    display: none;
}
.anchor-menu li a {
    color:var(--whiteLight);
    text-transform: uppercase;
    font-family: 'NotesEsa';

}
.anchor-menu li a:hover {
    color:var(--linkhover);
    text-transform: uppercase;
    font-family: 'NotesEsa';
}
.summary-sp {
    font-weight: 600;
    margin: 0 0 2rem 0;
    color: var(--whiteLight);
}
.summary-sp .col-lg-8 {
    padding-left: 0;
}
.summary-sp .col-lg-8 blockquote {
    font-family: 'NotesEsa';
    font-weight: normal;
    font-size: 1.6rem;
}
.body-sp{

}
.body-sp h2 {
/*    text-transform: lowercase;*/
}
.body-sp h2:first-letter {
/*    text-transform: uppercase;*/
}

.sp-funding-opportunities{
    margin: 2rem 0;
}
.sp-news-events{
    margin: 2rem 0;
}
.sp-spotlight-on{

}
.sp-spotlight-on .spotlight-body{
    margin: 0 0 2rem 0;
}
.container.block-system.block-system-breadcrumb-block, 
.container.block-local-tasks-block {
    padding: 0;
}
.page-node-type-sector-page .container.block-system.block-system-breadcrumb-block, 
.page-node-type-sector-page .container.block-local-tasks-block{
    padding: 0 15px;
}


.sector-page .section-blog{
    margin-bottom: 0;
}
.page-node-type-sector-page .footer{
    padding-top: 0;
}
  
.sector-page, html {
    scroll-behavior: smooth;    
}  


.sector-page .section-cards {

}
.sector-page .section-cards .cards-sector-page {
    list-style-type: none;
    padding: 0;
    margin:1.6rem 0 3.2rem;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: stretch;
}
.sector-page .section-cards .cards-sector-page li {
    width: calc(33.3% - 1.6rem);
    margin: 1.6rem 1.6rem 0 0;
}
.sector-page .section-cards .cards-sector-page li a {
    display: flex;
    color: var(--white);
    font-family: 'NotesEsa';
    font-size: 18px;
    text-transform: uppercase;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100%;
}
.sector-page .section-cards .cards-sector-page li a:hover .card-image {
    opacity: 1 !important;
      transition: opacity .45s ease-in-out;
      -moz-transition: opacity .45s ease-in-out;
      -webkit-transition: opacity .45s ease-in-out;
}
.sector-page .section-cards .cards-sector-page li a:hover .card-title {

}
.sector-page .section-cards .cards-sector-page li .card-image {
    width: 124px;
    height: 100%;
    min-height: 141px;
    background-repeat: no-repeat;
    background-size: cover;
}
.sector-page .section-cards .cards-sector-page li .card-title {
    margin: 0;
    padding: 1rem;
    flex: 1;
    color: var(--whiteLight);
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 990px) {
    .sector-page .section-cards .cards-sector-page li {
        width: calc(50% - 1.6rem);
    }
}
@media only screen and (max-width: 767px) {
    .sector-page .section-cards .cards-sector-page li {
        width: calc(100% - 1.6rem);
    }
}