@charset "utf-8";
/*since webform are part of core some css is wonky*/
.fieldgroup {
  min-width: 1px !important;
}

/*Following are for playing nice in ckeditor*/
.ck-source-editing-area, .ck-editor {
  overflow: hidden !important;
}

.ck-content .alert::before {
    position: inherit !important;
    width: 26px !important;
    float: left;
}

/*Overwrite tables.css fixing the overlapping alt text field with remove button*/
td > .form-item,
td > .ajax-new-content > .form-item {
  width: auto !important; /* was max-content */
}

/* increase contrast for help description field on webforms*/
.help-block {
    color: #666666 !important;
}

/* CSS Document */
  @media print {
   .navbar {
      display: block !important;
      margin-top: 20px;
    }
  }
#views-exposed-form-global-site-search-solr--nrc-search .form--inline .form-item {
  float: none;
}

h6 {
    font-weight: bold!important;
}

.node--type-index_page .view-filters {
  margin-left: -15px!important;
  margin-top: 29px!important;
}

.ie-width-fix {
  width: 100% !important;
}

.wb-mltmd {
               margin-top: 0px!important;
               margin-bottom: 0px!important;
}

.font-normal {
               font-weight: normal;
}

h3.text-white a, p.text-white a {
               text-decoration: none;
               color: #ffffff;
}
p.text-white, p.text-white span.small {
               color: #ffffff;
}

.text-w-small {
               color: #ffffff;
               font-size: 16px;
               line-height: 0.8;
               font-weight: 300;
               margin-top: 5px;
}

#rd { background-color: #0099AA; }
#irapari { background-color: #003353; }
#cert { background-color: #AA0011; }

@media(min-width:768px) {
a[href^="tel"]:link, a[href^="tel"]:visited, a[href^="tel"]:hover, a[href^="fax"]:link, a[href^="fax"]:visited, a[href^="fax"]:hover {
               pointer-events: none;
               cursor: default;
               text-decoration: none;
               color: #000;
}
}

@media(max-width:400px) {
.nrc-banner-inner-bg {
  background-color: #004467;
}
}

@media(min-width:400px) {
.nrc-banner-inner-bg {
  background-image: url('/sites/default/files/2019-03/Corporate-Look-2018-Web_Banner_30pxleft_1170x150.jpg') !important;
  background-size: cover !important;
  background-position: bottom left !important;
  background-repeat: no-repeat !important;
}
}



.nrc-banner-container {
  background-image: url('/sites/default/files/2019-04/bg-banniere.gif');
  background-size: contain;
  background-position: center;
}

.well-fw {
  width: calc(100vw - var(--scrollbar));
  position: relative;
  margin-left: -50vw;
  left: 50%;
  border-radius: 0px !important;
  border-left-width: 0px !important;
  border-right-width: 0px !important;
}

body {
  --scrollbar: 0px;
  padding-top: var(--drupal-displace-offset-top);
}

.block-facets-summary li {
  float: none !important;
}

.source-summary-count {
  padding: 5px 15px;
}

.alert a {
  font-weight: normal !important;
}

.alert a:visited {
  color: #7834bc !important;
}

.alert a:focus, .alert a:hover {
  color: #0535d2;
  text-decoration: underline;
}

.button--primary {
  color: #fff !important;
  border-color: #1e5c90 !important;
  background-color: #0071b8 !important;
  background-image: -webkit-linear-gradient(top, #007bc6, #0071b8) !important;
  background-image: linear-gradient(to bottom, #007bc6, #0071b8) !important;
  text-shadow: 0 1px hsla(0, 0%, 0%, 0.5) !important;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased !important;
}

/* Force the archive banner's styling */
#archived-bnr {
  background-color: #fd0;
}

#archived-bnr p {
  margin: 0;
  text-align: center;
}

#archived-bnr a {
  color: #000;
  display: block;
  font-weight: 700;
  padding: 0.75em 44px;
  text-decoration: underline;
}

#archived-bnr .overlay-close {
  color: #000;
}

/* Subway */
.wb-disable .nrc-subway, .no-js .nrc-subway {
    display: block;
}
.nrc-subway {
    margin: 2em 0 0 0.5em;
    padding-bottom: 1em;
    position: relative;
}

.nrc-subway h1, .nrc-subway h2 {
    background-color: #fff;
    border-bottom: none;
    color: #555;
    float: left;
    font-size: 1.3em;
    margin-left: -0.5em;
    margin-right: 0.5em;
    margin-top: -0.75em;
    padding: 0px 20px 10px 0px;
}

.nrc-subway ul {
    padding-top: 0.25em;
    clear: both;
    list-style: none;
    margin-bottom: 0;
    margin-left: -0.685em;
    padding-left: 0.5em;
}

.nrc-subway ul li {
    border-left: 4px solid #26374a;
    line-height: 1.25em;
    padding-bottom: 1.25em;
    padding-left: 1em;
    position: relative;
}

.nrc-subway ul li ul {
    margin-left: -0.2em;
    margin-top: 1em;
}

.nrc-subway ul li ul li:first-child {
  padding-top: 0px;
}

.nrc-subway ul li:last-child {
  border-left: 0px;
  margin-left: 4px;
  padding-bottom: 0px;
}

.nrc-subway ul li a {
    display: inline-block;
}

.nrc-subway ul li a.active {
    color: #333;
    cursor: default;
    text-decoration: none;
}

.nrc-subway ul li a::before {
    background-color: #26374a;
    border: 3px solid #26374a;
    border-radius: 50%;
    box-shadow: 0 0 0 10px #fff inset;
    content: "";
    height: 1.2em;
    left: -0.7em;
    position: absolute;
    top: 0;
    transition: box-shadow 0.25s ease;
    width: 1.2em;
}

.nrc-subway-sticky-selected > a::before, .nrc-subway ul li:has(ul li.nrc-subway-sticky-selected) > a::before{
    box-shadow: 0 0 0 10px #26374a inset !important;
}

.nrc-subway ul li a.active::before {
    box-shadow: 0 0 0 10px #26374a inset;
}

.nrc-subway ul li a:not(.active):hover::before, .nrc-subway ul li a:not(.active):focus::before {
    box-shadow: 0 0 0 4px #fff inset;
}

/* Twitter X icon */
.followus .twitter, .icon.twitter {
  background-image: url("/sites/default/files/twitter.png") !important;
  background-size: 32px;
}

/* Fix footnote links */
.fn-lnk {
  line-height: .9 !important;
  position: relative !important;
  top: -7px !important;
  padding: 1px 10px 4px !important;
}
.fn-lnk sup { top: 0em; }
