

body {
    background:rgba(100,70,0,0.1) !important;
}

.main-container, .max-page-width{
    /*max-width:1140px;*/
    max-width:1200px;
    margin-left:auto;
    margin-right:auto;
}

@media (min-width: 1680px){
    .main-container, .max-page-width{
        max-width:1680px;
    }
}

.main-container{
    background: white;
}
.sticky-top{
border-bottom: 1px solid #dcdcdc;
}

.footer, .navbar-top {
    padding: 0.5rem 1rem 0.25rem 1rem !important;
    font-size: 1.3vh !important;
    text-transform: uppercase;
}

.footer, .navbar-top, .footer p, .footer .Normal {
    font-size: 1.3vh !important;
}

#FooterRow {
    padding: 60px 20px !important;
}

/*hack to show search on mobile*/
@media (max-width: 767px)
{
.navbar-head .search {
    display:inline-block !important;
}
.navbar-head .navbar-toggler{
    padding: .25rem .25rem;
}
.dnnSearchBoxClearText{top:0px;}
}


@media (min-width: 992px)
{
    h1 {
        font-size: 4vh !important;
    }

    h1, h2 {
        font-weight: bold !important;
    }
}

/*NMS razor templates*/
.nms-module{
    margin-bottom: 5vh !important;
}

.nms-module .nms-module{
    margin-bottom: 2vh !important;
}

/*Menus*/
.navbar-main li:not(:last-child) {
    list-style: none;
    border-bottom: 1px solid rgba(0,0,0,.5);
}

.navbar-nav > li > a {
    font-weight: bold;
}

.navbar-head{
    padding: 1.5rem 1rem;
}

.navbar-toggler {
    padding-right: 0;
}

.restricted-access-menu .navbar-nav {
    flex-wrap: wrap!important;
}

.offcanvas-collapse .navbar-nav .dropdown-toggle {
    padding-right: 15px;
}

/*Tables*/
table {
       width: 100%;
    margin-bottom: 1rem;
    color: #2d2a26; 
}

table td, table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

/*Main content styles*/
.content-banner {
    position: relative;
    padding:15px 15px;
    margin-left: -15px;
    margin-right: -15px;}

.content-banner .content-banner h1 {
    font-size: 3vh !important;
}

.content-banner-background {
    position:absolute;
    background-color:#fab60d;
    left:0px; right:0px;
    top:0px;
    height:75vh;
    overflow:hidden;
    z-index:1;
}

.content-banner-background-image {
    width:100%; 
    height:100%; 
    background-size: cover;
    background-position: center center;
}

.content-banner-background-image-default{
    width: 100%;
    height: 100%;
    opacity: 0.2;
}

.content-banner-background-image-default img {
    width: 75vw;
    transform: translate3d(40%,-12%,0);
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.content-banner.content-banner-image {
    padding: 0px;
}

.content-banner.content-banner-image > * {
    /*padding: 15px;*/
}

.content-banner.content-banner-image.content-banner-Light .row.background-image:after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    bottom:0px;
    left: 0%;
    right:0px;
    background: rgba(0,0,0,0.2);
}

.content-banner-title {
    position:relative;
    border:3px solid #2d2a26;
    border-left:0px none transparent;
    display:inline-block;
    font-weight:bold;
    margin-left:-15px;
    z-index:3;
    margin-top: 15px;
    padding: 15px 25px 15px 30px;
    text-transform: uppercase;
}
.content-banner-main{
    margin-top:40vh;
    position:relative;
    z-index:2;    
}

.content-banner-image .content-banner-main{
    margin-top:0px;
}

.content-banner-image .content-banner-main{
    min-height: 50vh;
}

.mosaic .content-banner-image .content-banner-main{
    min-height: 20vh;
}

.mosaic .background-image{
    min-height: 40vh;
    position:relative;
}

.mosaic .content-banner.content-banner-image{
    padding:15px;
}

.background-image{
    background-size: cover;
    background-position: center center;
}

.background-top{
    background-position-y: top;

} 
.background-center{
    background-position-x:center;
}

.content-banner-body {
    background-color:white;
    color: #2d2a26;
    padding:5vw 5vw 0 5vw;
    margin-right: -15px;
    min-height:35vh;
}

.content-banner-summary, .content-banner-summary p {
    font-weight:500;
    font-size: 1.5rem;
    line-height: 1.2;
}

@media (max-width: 1200px){
.content-banner-summary, .content-banner-summary p {
    font-size: calc(1.275rem + .3vw);
}
}

.content-banner-content {

}
.content-banner-secondary{
    margin-top:10vh;
}
.content-banner-secondary .content-banner-title {
    border: none;
    padding-left: 15px;
}

.content-banner-secondary .content-banner .mt-5{
    margin-top:0px !important;
}
.content-banner-secondary .content-banner .mb-5{
    margin-bottom:0px !important;
}

.content-banner-secondary .image-gallery .col-12 {
    flex: 0 0 100% !important;
    max-width: 100%;
}

.image-gallery .embed-responsive .embed-responsive-item {
    object-fit: cover;
}

.content-banner-more-link {
}


.content-banner-Light, 
.content-banner-Light > .content-banner-title h1,
.content-banner-Light > .content-banner-title h2,
.content-banner-Light > .content-banner-title h3,
.content-banner-Light > .content-banner-title h4,
.content-banner-Light > .content-banner-title h5,
.content-banner-Light > .content-banner-title h6{
    color: white;
}
.content-banner-Light > .content-banner-title{
    border-color:white;
}

.content-banner-Light a{
}
.content-banner-Light .card{
    color: #2d2a26;
}

.content-banner-Light a, 
.content-banner-Light a:visited, 
.content-banner-Light a:hover,
 .content-banner-Light .btn-more, 
 .content-banner-Light a.btn-more, 
 .content-banner-Light a.btn-more:visited {
    color: white;
}
.content-banner-Light .content-banner-body a, 
.content-banner-Light .content-banner-body a:visited, 
.content-banner-Light .content-banner-body a:hover, 
.content-banner-Light .content-banner-body .btn-more, 
.content-banner-Light .content-banner-body a.btn-more, 
.content-banner-Light .content-banner-body a.btn-more:visited, 
.content-banner-Light .card a, 
.content-banner-Light .card a:visited, 
.content-banner-Light .card a:hover, 
.content-banner-Light .card .btn-more, 
.content-banner-Light .card a.btn-more, 
.content-banner-Light .card a.btn-more:visited
{
    color: #fab500;
}

.content-banner-Light .btn-more:before {
    background-image: url(/Portals/0/Images/NMS%20circulos_Brancos.svg);
}

/*Counters*/
.counter-list {
    color: white;
    background-color: #888;
}

.counter {
    text-align: center;
    min-width:20%;
    margin-bottom: 15px;
}

.counter-icon {
    opacity: 0.1;
    position: absolute;
    top: 0px;
    font-size: 70px;
    left: 50%;
    transform: translateX(-50%);
}

.counter-value {
    font-size: 200%;
    font-weight: bold;
}
.counter-value-unit{
}

.content-banner .counter-list {
    color: inherit;
    background-color: inherit;
}

/*NMS circles*/
.btn-more, a.btn-more, a.btn-more:visited{
    color: #2d2a26;
    transition: none;
}
.btn-more:before{
    content:"";
    width:2em; height:2em;
    display:inline-block;
    background-image:url('/Portals/0/Images/NMS%20circulos_Pretos.svg');
    background-size:cover;
    margin-bottom: -0.7em;    
    margin-right:5px;
}
.btn-more:hover, a.btn-more:hover, a.btn-more:hover:visited{
    color:#fab500;
}
.btn-more:hover:before{
    background-image:url('/Portals/0/Images/NMS%20circulos_Amarelos.svg');
}

/*News*/
.news-featured .first .news-image.card-img-top.background-image {
    height: 300px;
}

/*Events*/
.event-card {
}

.event-card .event-image{
    height:200px;
    position:relative;
}

.event-card .event-date {
    position:absolute;
    bottom:0px;
    background-color:#fab60d;
    color:#2d2a26;
    padding:10px;
    text-align:center;
    min-width:75px;
}

.event-card .event-day {
    font-weight:bold;
    font-size:2em;
}

.event-card .event-month {
    text-transform: uppercase;
}

.event-card .event-tags {
}
.event-card .event-title{
}
.event-card .event-description {
}
.event-card {
}

/*cards*/
.card .card-header{
background:none;
}

.card .background-image, .card-img-top{
    min-height:200px;
    background-size: cover;
}
.card .card-img-top{
    position:relative;
}


.investigation-group-card .card-title,
.cards-compact .card-title {
    color:white;
}

.inv-group-logo {
    z-index: 1;
    position: relative;
    max-width: 30%;
    max-height: 10vh;
    overflow: hidden;
        margin-top: 2vh;
}

.inv-group-logo img {
    width:100%;
    max-height:10vh;
}

.bg-overlay{
    background-color: rgba(0,0,0,0.5);
    width:100%;
    height:100%;
}



/*Accordeons*/
.accordion > .card > .card-body > .card-title:after {
    font-family: 'Font Awesome 5 Free';  
    font-weight: 900;
    content: "\f068";
    float: right; 
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.accordion > .card > .card-body > .card-title.collapsed:after,
.accordion > .card > .card-body > .card-title[aria-expanded="false"]:after {
    content: "\f067"; 
}

.accordion > .card {
    border-left: 0px none transparent !important;
    border-right: 0px none transparent !important;
}

/*People*/
.person-card-list .person-card-image-placeholder .person-card-image {
    max-width:85px !important;
}
.person-card-list .person-card-inner {
    display:flex;
}

.person-card-list .person-card-body{
    margin-left:15px;
}

.content-banner-secondary .person-card-list .person-card-image-placeholder .person-card-image {
    max-width: 50px !important;
}

.content-banner-secondary .person-card-list {
    font-size:85%;
}

/*Pilars*/
.pilars .content-banner-main{
    min-height:60vh;
}

.pilars .content-banner-title{
    border-left:3px solid;
}

.pilars .content-banner-title a{
    color:white;
}

.pilar-brand-circle {
    height: 100%;
    position: absolute;
}

.pilars > *:nth-child(1) .pilar-brand-circle { bottom: 0px; left: 0px; transform: translate3d(-47%,44%, 0); }
.pilars > *:nth-child(2) .pilar-brand-circle { top: 0px; left: 0px; transform: translate3d(-47%,-30%, 0); }
.pilars > *:nth-child(3) .pilar-brand-circle { top: 0px; right: 0px; transform: translate3d(70%,-17%, 0); }


.pilars .content-banner:hover .content-banner-title h1
{
    color: #fab500 !important;
    }

.pilars .content-banner:hover .content-banner-title
{
    border-color: #fab500 !important;
    z-index: 3;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
    background-color:rgba(0,0,0,0.3);
}

.pilars .content-banner:hover .row.background-image:after
{
    background-color:transparent;
}


/*BG utils*/
.background-gradient, .background-gradient-bottom {
    background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 10vh, rgba(0,0,0,0) 20vh, rgba(0,0,0,0) 100vh);
}
.background-gradient-top {
    background: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 10vh, rgba(0,0,0,0) 20vh, rgba(0,0,0,0) 100vh);
}

/*NMS Lists*/
.sc-content-block ul{
margin: 0px;
}

.sc-content-block ul li {
    background-image: url('/Portals/0/Images/NMS%20circulos_Amarelos.svg');
    background-size: 1.2em;
    background-repeat: no-repeat;
    list-style: none;
    background-position: 0px 0px;
    margin-left: -30px;
    padding: 0px 0px 0px 1.5em;
    margin-bottom: 15px;
}

.sc-content-block-h-100 .sc-content-block {
    height: 100%;
}

.sc-content-block-h-100 .sc-content-block .nms-module {
    height: 100%;
}

/*Styles when over yellow background*/
.on-primary-bg a, .on-primary-bg a:visited, .on-primary-bg a:hover, .on-primary-bg a:hover:visited {
    color: white;
}

.on-primary-bg .btn-more:before {
    background-image: url(/Portals/0/Images/NMS%20circulos_Brancos.svg);
}


.sc-content-block .on-primary-bg ul li {
    background-image: url('/Portals/0/Images/NMS%20circulos_Brancos.svg');
}

/*awards*/
.award-card{
    min-height:30vh;
}

.award-card,
.award-card h1,
.award-card h2,
.award-card h3,
.award-card h4,
.award-card h5,
.award-card h6
{
    color: white;
}

.award-card .card-title{
    padding-top:10vh;
}

.award-card .card-summary {
    overflow: hidden;
}

.content-banner-Grey {
    background-color: rgba(0,0,0,0.05);
}

.content-banner-Grey .content-banner-background {
    background-color: #2d2a2688;
}

.row.fill > *{
    max-width: 100% !important;
    flex-grow: 1;
}


.pipe-separated span ~ span:before {
    content: "| ";
}
.coma-separated span ~ span:before {
    content: ", ";
}


.link-right-arrow .card-title:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f061";
    float: right;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    text-decoration: none !important;
}

input.text-light::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}

input.text-light:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: white;
}

input.text-light::-ms-input-placeholder { /* Microsoft Edge */
  color: white;
}

/*newsletter banner styles*/
.newsletter-banner .content-banner-title {
    display: none;
}

.newsletter-banner .background-image {
    padding-top: 10vh !important;
    padding-bottom: 10vh !important;
}

.newsletter-banner .content-banner-image .content-banner-main {
    min-height: auto !important;
}

.sc-content-block {
    position: relative;
}
.sc-content-block-menu-addcontent {
    display: none !important;
}

.btn-outline-primary:hover {
    color: #212529 !important;
}

/*cookie consent*/
body{
        --cc-bg: #fff;
    --cc-text: #2d2a26;
    --cc-btn-primary-bg: #fab814;
}

h4{text-transform: uppercase;}

.fake-move-up-to-banner{
margin-top: -40vh; 
position: relative; 
z-index: 3; 
padding: 5vw 5vw 0 5vw;

}

.embed-responsive-18by4:before {
    padding-top: 22%;
}
.embed-responsive-11by4:before {
    padding-top: 36%;
}

.spotlight-carousel .carousel-control-next-icon, .spotlight-carousel .carousel-control-prev-icon {
    width: 25px;
    height: 25px;
    background-color: rgba(0,0,0,0.6);
    border-radius: 50%;
    background-position-x: 50%;
    background-position-y: center;
    background-size: 50% 50%;
}

.spotlight-carousel .carousel-indicators li{
    border-radius:5px;
    border:1px solid rgba(0,0,0,0.3);
    background-color: rgba(255,255,255,0.3);
    width:8px;
    height:8px;
}

.spotlight-carousel .carousel-indicators li.active{
    background-color: rgba(255,255,255,1);
}

dnn-modal{
    position: relative;
    z-index: 1020;
}

img.wysiwyg-100 {
    max-width: 100%;
}

/*New layout test styles*/
.new-main-navbar .navbar-nav .dropdown-toggle {
    white-space:nowrap !important;
}

.new-main-navbar .navbar-nav .dropdown-menu .dropdown-menu{
    top:0px;
    left:100%;
}

.new-main-navbar .navbar-nav .dropdown-menu .dropdown-toggle:after{
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
    position: absolute;
    right: 9px;
    top: 13px;
}
.new-main-navbar .navbar-nav .dropdown-menu .dropdown-toggle{
    margin-right:15px;
}

.footer img {
    max-width: 100%;
}

.carousel-nms .carousel-caption {
    text-align:left !important;
}

.carousel-nms .carousel-caption > * {
    color:white !important;
}

.carousel-nms .carousel-caption {
    right: 0;
    bottom: 0px;
    left: 0;
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 60px;
    padding-bottom: 40px;
background: rgba(0,0,0,0.5);
background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 12%, rgba(0,0,0,0.4) 30%, rgba(0,0,0,0.5) 100%)
    
}

.carousel-nms .carousel-control-prev, 
.carousel-nms .carousel-control-next{
    z-index:11;
}

.hero{ 
    color: #2d2a26; 
    padding: 5vw;
}
.hero.Light{
    background-color: #fab60d;
}
.hero.Dark{
    background-color: #444;
    color: white;
}
.hero.Dark h1{
    color: white;
}

.hero.Grey{
    background-color: rgba(0,0,0,0.05);
}

.investigation-group-card{}
.investigation-group-card.Light{background-color: #fab60d;}
.investigation-group-card.Light .btn-outline-primary{
    color: #2d2a26 !important; 
}
.investigation-group-card.Light .text-primary{
    color: #2d2a26 !important; 
}
.btn-outline-primary:hover {
    color: #2d2a26 !important; 
    border-color: #2d2a26 !important; 
}

.investigation-group-card.Grey{background-color: rgba(0,0,0,0.05);}
.investigation-group-card.Dark{    
    background-color: #444;
    color: white;
    }
.investigation-group-card.Dark h5{    
    color: white;
    }
.investigation-group-card-content{padding:15px;}

.dropdown ul li {
    background-image: none;
    margin-left: 0px;
    padding:0px 15px;
}

