
    :root {
        --text: #323232;
--links: #AB2525;
--titles: #000000;
--page-background: #f1f1f1;
--highlight: #AB2525;
--boxes-background: #FFFFFF;
--boxes-border: #CBD2DB;
--section-titles: #323232;
--section-titles-background: #F6F8FB;
--header-background: #fff;
--header-links: #323232;
--footer-background: #323232;
--footer-links: #AB2525;
    }
    
body {
    background-color: #f1f1f1 !important;
}
.ods-front-header, .ods-responsive-menu-collapsible--collapsed .ods-responsive-menu-collapsible__container {
    /*background-color: #fff;*/
}
.ods-front-header__portal-brand__text {
    /*color: #000;
    font-weight: bold;*/
}
.ods-catalog-card__keyword, .ods-front-header__management-menu-item--backoffice, .search-card-submit-button, .ods-catalog-card:hover:before, .search-card-submit-button {
    /*background-color: #AB2525 !important;    */
}
.ods-responsive-menu-placeholder__toggle:hover {
    /*background-color: #323232 !important;
    color: #fff;
    opacity: 1;*/
}
.ods-front-header__management-menu-item-link:not(.ods-front-header__management-menu-item-link--backoffice),
.ods-filters__count, .ods-filters__export-catalog-title, .ods-filters__filters, .ods-filters__filters-summary {
    /*color: #323232 !important;*/
}
.ods-front-header__menu-item-link, .ods-responsive-menu-placeholder__toggle, .ods-responsive-menu-collapsible__toggle-button {
    /*color: #323232;*/
    opacity: .5;
}
.ods-responsive-menu-collapsible--collapsed .ods-front-header__menu-item-link--active {
    border-bottom: none;
    /*border-left: 5px solid #AB2525;*/
}
.ods-front-header__menu-item-link--active {
    /*border-bottom: 5px solid #AB2525;
    color: #000;*/
    opacity: 1;
}
.ods-front-header__menu-item-link:hover, .ods-responsive-menu-collapsible__toggle-button:hover {
    /*color: #AB2525;
    opacity: 1;*/
}
.ods-front-header__management-menu-item-link:hover {
    /*border-bottom: 3px solid #AB2525;*/
}
.ods-responsive-menu-collapsible--collapsed .ods-front-header__management-menu-item-link:not(.ods-front-header__management-menu-item-link--backoffice):hover {
    /*border-color: #AB2525;*/
}








/************* FOOTER ******************************/
.ods-front-footer {
    height: auto;
    color: #fff !important;
    font-size: 0.9em;
    font-weight: 300;
    text-align: left !important;
}
.ods-front-footer .wrap {
    padding: 64px 24px 10px 24px;
    font-size: 2em !important;
}
.ods-front-footer h3 {
    font-size: 1.3em !important;
    font-weight: 600;
    border-top: 1px solid rgb(217, 217, 217);
    padding-top: 0.3em;
}
.ods-front-footer h3, .ods-front-footer a {
    color: #fff !important;
}
.ods-front-footer .social-icons-lists.show-icons-label {
    list-style: outside;
}
.ods-front-footer .social-icons-lists li.social-icons-list-item {
    margin: 4px;
    padding: 0 !important;
    display: block;
    border: none !important;
    list-style: none !important;
    background: none !important;
}
.ods-front-footer .social-icons-list-label:before {
    font-family: FontAwesome;
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    width: 25px;
}
.ods-front-footer .social-icons-list-label.twitter:before {
   content: "\f099";
}
.ods-front-footer .social-icons-list-label.facebook:before {
   content: "\f09a";
}
.ods-front-footer .social-icons-list-label.telegram:before {
   content: "\f2c6";
}
.ods-front-footer img.logo {
    width: 50%;
    height: auto;
    display: block;
}



/*******************************************/




@media screen and (min-width: 992px) {
	.row-equal-height {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 20px;
        text-overflow: ellipsis;
	}
	/* Fix for early content wrapping in Safari*/
	.row-equal-height:before,
	.row-equal-height:after {
		content: normal;
	}
}

.home-subtitle {
	color: #000000;
	font-size: 1.2rem;
	line-height: 1.5;
	font-weight: normal;
	border-bottom: 1px solid #CBD2DB;
	padding-bottom: 26px;
	margin-bottom: 26px;
}
.text-center {
  text-align: center !important; 
}


.btn {
  display: inline-block;
  font-family: "Titillium Web", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  color: #1c2024;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #1c2024;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(176, 23, 54, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #B01736;
  border-color: #B01736; }
  .btn-primary:hover {
    color: #fff;
    background-color: #8e132c;
    border-color: #831128; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(188, 58, 84, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #B01736;
    border-color: #B01736; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #831128;
    border-color: #781025; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(188, 58, 84, 0.5); }


/* Content Card
   ========================================================================== */

.content-card {
	background-color: #FFFFFF;

	padding: 26px;
	border-radius: 4px;
	margin-bottom: 20px;
	height: 100%;
}

.content-card-title {
	color: #000000;

	font-size: 1.2rem;
	line-height: 1.5;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 13px;
	max-width: 100%;
}

.content-card-description {
	color: #323232;

	font-size: 1rem;
	line-height: 1.5;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 26px;
	max-width: 100%;
}

.content-card-icon {
	color: #AB2525;

	font-size: 2rem;
	margin-bottom: 13px;
	max-width: 100%;
}

.content-card-link {
	color: #AB2525;

	font-weight: bold;
	transition: all .2s;
	opacity: 1;
	max-width: 100%;
}

.content-card-link:hover {
	opacity: .7;
	text-decoration: none;
}

.content-card-button {
	color: #AB2525;
	border: 1px solid #AB2525;
    background: transparent;

	display: inline-block;
	text-align: center;
	font-size: .867rem;
    border-radius: 4px;
    padding: .5rem 1.15rem;
    text-decoration: none;
    transition: all .2s;
}

.content-card-button:hover {
	background-color: #AB2525;
	color: #FFFFFF;

	text-decoration: none;
}

/* Search Box Card
   ========================================================================== */

.search-card {
	background-color: rgba(0,0,0,.1);

	padding: 39px;
	border-radius: 4px;
	margin-bottom: 20px;
	display: flex; 
	flex-direction: column;
	align-items: stretch;
	text-align: center;
	justify-content: center;
	text-align: center;
}

.search-card-container {
	display: inline-block;
	justify-content: center;
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}

.search-card-title {
	color: #000000;

	font-size: 1.2rem;
	line-height: 1.5;
	font-weight: normal;
}

.search-card-searchbox {
	margin-bottom: 0;
	flex: 1 1 auto;
}

.search-card-searchbox .odswidget-searchbox__box {
	font-size: 1rem;
    display: block;
    width: 100%;
    max-width: 500px;
    padding: 8px 13px;
    border-radius: 4px 0 0 4px;
    border: none;
    margin: 0 auto;
}

.search-card-submit-button {
	border: none;
	background-color: #AB2525;
	color: #FFFFFF;

	font-size: .866rem;
	font-weight: bold;
	text-align: center;
	padding: 8px 12px;
	border-radius: 0 4px 4px 0;
	transition: opacity .2s;
}

.search-card-submit-button:hover {
	text-decoration: none;
	opacity: .7;
}



body {
    background-color: #e3e6e6;
    color: #172531;
}
.home-header {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-direction: column;
    margin-bottom: 20px;
    height: 350px;
    background-color: #0086D6;
    background-size: cover;
    background-position: center center;
}
@media screen and (min-width: 992px) {
    .welcome-card {
        display: inline-block;
        text-align: left;
    }
}
.welcome-card {
    display: block;
    background-color: #AB2525;
    color: #FFFFFF;
    margin: auto;
    text-align: center;
    padding: 13px 39px;
    border-radius: 4px 4px 0 0;
}
.welcome-card-title {
    color: inherit;
    font-size: 2.46rem;
    line-height: 1.5;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
}




.nrc-card {
  margin: 1rem 0; 
}
.nrc-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #fff;
  border-radius: 0.75rem; 
}
.nrc-card .u-overlayLink {
    background-color: #fff;
    border-radius: 0.75rem; 
}
.nrc-card .u-overlayLink:hover {
      outline: 0;
      box-shadow: 0 0 5px 1px rgba(0, 97, 139, 0.65); }
  .nrc-card a, .nrc-card a:hover {
    color: #333;
    text-decoration: none; }
  .nrc-card a.u-overlayLink,
  .nrc-card a.u-overlayLink nrc-card-content {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto; }
  .nrc-card__body {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column; }
  .nrc-card__body-header {
    padding: .75rem .75rem 0;
    margin: 0; }
    @media (min-width: 768px) {
      .nrc-card__body-header {
        padding: .5rem 1rem 0;
        margin: 0; } }
  .nrc-card__body-content {
    flex: 1;
    padding: 0 .75rem;
    margin: 0;
    line-height: 1.3; }
    @media (min-width: 768px) {
      .nrc-card__body-content {
        padding: 0 1rem;
        margin: 0;
        line-height: 1.4; } }
  .nrc-card__foot {
    padding: 0 .75rem 1rem;
    margin: 0; }
    @media (min-width: 768px) {
      .nrc-card__foot {
        padding: 0 1rem 1rem;
        margin: 0; } }
  .nrc-card__head {
    flex-shrink: 0;
    flex-grow: 0;
    position: relative;
    background-size: cover;
    border-radius: 0.75rem 0.75rem 0 0;
    min-height: auto; }
  .nrc-card__image, .nrc-card__image a {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0; }
  .nrc-card__image img {
    object-fit: cover;
    min-height: 100%;
    width: 100%; }
  .nrc-card__category {
    position: absolute;
    display: flex;
    align-items: center;
    top: 0;
    left: 0;
    right: 0;
    padding: 1rem .75rem .5rem;
    font-size: .875rem;
    font-weight: 700;
    color: #fff; }
    @media (min-width: 768px) {
      .nrc-card__category {
        padding: 1rem; } }
    .nrc-card__category:before {
      content: "";
      position: relative;
      display: block;
      min-height: 1rem;
      width: 1rem;
      border-radius: 0.5rem;
      margin: 0 .5rem 0 0;
      background-color: #B01736; }
  .nrc-card--external-link .nrc-card__category:before {
    font-family: "Font-Awesome-Solid" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    background-color: transparent;
    border-radius: 0;
    color: #00618B; }
  .nrc-card__heading,
  .nrc-card h3.nrc-card__heading {
    font-size: 1.5rem;
    margin: 0 0 .25rem; }
  .nrc-card__body p {
    margin: 0;
    font-size: 1.125rem;
    line-height: 1; }
  .nrc-card__foot-meta {
    color: #3C5165;
    font-size: 0.75rem; }

.nrc-card--p-xs {
  min-height: 12.3125rem; }

.nrc-card--p-sm {
  min-height: 17.375rem; }

.nrc-card--p-md {
  min-height: 23.5rem; }

.nrc-card--p-lg {
  min-height: 25.625rem; }

.nrc-card--p-xl {
  min-height: 35.75rem; }

.nrc-card--l-xs {
  min-height: 7.875rem; }

.nrc-card--l-sm {
  min-height: 11.25rem; }

.nrc-card--l-md {
  min-height: 15rem; }

.nrc-card--l-lg {
  min-height: 16.75rem; }

.nrc-card--l-xl {
  min-height: 23.5rem; }

.nrc-card--p-xs .nrc-card__heading,
.nrc-card--l-xs .nrc-card__heading {
  line-height: 1; }
.nrc-card--p-xs .nrc-card__body p,
.nrc-card--l-xs .nrc-card__body p {
  display: none; }
.nrc-card--p-xs .nrc-card__foot,
.nrc-card--l-xs .nrc-card__foot {
  padding: 0 .75rem .5rem; }
  @media (min-width: 768px) {
    .nrc-card--p-xs .nrc-card__foot,
    .nrc-card--l-xs .nrc-card__foot {
      padding: 0 1rem .5rem; } }

.nrc-card--l-xs .nrc-card__category {
  padding-top: 1rem;
  padding-bottom: .75rem; }

.nrc-card--l-xs,
.nrc-card--l-xs a.u-overlayLink,
.nrc-card--l-xs a.u-overlayLink nrc-card-content,
.nrc-card--l-sm,
.nrc-card--l-sm a.u-overlayLink,
.nrc-card--l-sm a.u-overlayLink nrc-card-content,
.nrc-card--l-md,
.nrc-card--l-md a.u-overlayLink,
.nrc-card--l-md a.u-overlayLink nrc-card-content,
.nrc-card--l-lg,
.nrc-card--l-lg a.u-overlayLink,
.nrc-card--l-lg a.u-overlayLink nrc-card-content,
.nrc-card--l-xl,
.nrc-card--l-xl a.u-overlayLink,
.nrc-card--l-xl a.u-overlayLink nrc-card-content {
  flex-direction: column;
  justify-content: stretch; }
.nrc-card--l-xs .nrc-card__head,
.nrc-card--l-sm .nrc-card__head,
.nrc-card--l-md .nrc-card__head,
.nrc-card--l-lg .nrc-card__head,
.nrc-card--l-xl .nrc-card__head {
  border-radius: 0.75rem 0 0 0.75rem; }

.nrc-card--has-image.nrc-card--p-xs .nrc-card__head, .nrc-card--has-image.nrc-card--p-sm .nrc-card__head, .nrc-card--has-image.nrc-card--p-md .nrc-card__head, .nrc-card--has-image.nrc-card--p-lg .nrc-card__head, .nrc-card--has-image.nrc-card--p-xl .nrc-card__head {
  margin-bottom: 1rem; }
  .nrc-card--has-image.nrc-card--p-xs .nrc-card__head .nrc-card__image,
  .nrc-card--has-image.nrc-card--p-xs .nrc-card__head .nrc-card__image img, .nrc-card--has-image.nrc-card--p-sm .nrc-card__head .nrc-card__image,
  .nrc-card--has-image.nrc-card--p-sm .nrc-card__head .nrc-card__image img, .nrc-card--has-image.nrc-card--p-md .nrc-card__head .nrc-card__image,
  .nrc-card--has-image.nrc-card--p-md .nrc-card__head .nrc-card__image img, .nrc-card--has-image.nrc-card--p-lg .nrc-card__head .nrc-card__image,
  .nrc-card--has-image.nrc-card--p-lg .nrc-card__head .nrc-card__image img, .nrc-card--has-image.nrc-card--p-xl .nrc-card__head .nrc-card__image,
  .nrc-card--has-image.nrc-card--p-xl .nrc-card__head .nrc-card__image img {
    height: 100%;
    border-radius: 0.75rem 0.75rem 0 0; }
.nrc-card--has-image.nrc-card--p-xs .nrc-card__head {
  height: 5.15625rem; }
.nrc-card--has-image.nrc-card--p-sm .nrc-card__head {
  height: 7.6875rem; }
.nrc-card--has-image.nrc-card--p-md .nrc-card__head {
  height: 10.75rem; }
.nrc-card--has-image.nrc-card--p-lg .nrc-card__head {
  height: 11.8125rem; }
.nrc-card--has-image.nrc-card--p-xl .nrc-card__head {
  height: 16.875rem; }
.nrc-card--has-image.nrc-card--p-xs .nrc-card__body {
  min-height: 6.15625rem; }
.nrc-card--has-image.nrc-card--p-sm .nrc-card__body {
  min-height: 8.6875rem; }
.nrc-card--has-image.nrc-card--p-md .nrc-card__body {
  min-height: 11.75rem; }
.nrc-card--has-image.nrc-card--p-lg .nrc-card__body {
  min-height: 12.8125rem; }
.nrc-card--has-image.nrc-card--p-xl .nrc-card__body {
  min-height: 17.875rem; }
.nrc-card--has-image.nrc-card--l-xs, .nrc-card--has-image.nrc-card--l-sm, .nrc-card--has-image.nrc-card--l-md, .nrc-card--has-image.nrc-card--l-lg, .nrc-card--has-image.nrc-card--l-xl {
  position: relative; }
  .nrc-card--has-image.nrc-card--l-xs,
  .nrc-card--has-image.nrc-card--l-xs a.u-overlayLink,
  .nrc-card--has-image.nrc-card--l-xs a.u-overlayLink nrc-card-content, .nrc-card--has-image.nrc-card--l-sm,
  .nrc-card--has-image.nrc-card--l-sm a.u-overlayLink,
  .nrc-card--has-image.nrc-card--l-sm a.u-overlayLink nrc-card-content, .nrc-card--has-image.nrc-card--l-md,
  .nrc-card--has-image.nrc-card--l-md a.u-overlayLink,
  .nrc-card--has-image.nrc-card--l-md a.u-overlayLink nrc-card-content, .nrc-card--has-image.nrc-card--l-lg,
  .nrc-card--has-image.nrc-card--l-lg a.u-overlayLink,
  .nrc-card--has-image.nrc-card--l-lg a.u-overlayLink nrc-card-content, .nrc-card--has-image.nrc-card--l-xl,
  .nrc-card--has-image.nrc-card--l-xl a.u-overlayLink,
  .nrc-card--has-image.nrc-card--l-xl a.u-overlayLink nrc-card-content {
    flex-direction: row; }
  .nrc-card--has-image.nrc-card--l-xs .nrc-card__head img, .nrc-card--has-image.nrc-card--l-sm .nrc-card__head img, .nrc-card--has-image.nrc-card--l-md .nrc-card__head img, .nrc-card--has-image.nrc-card--l-lg .nrc-card__head img, .nrc-card--has-image.nrc-card--l-xl .nrc-card__head img {
    border-radius: 0.75rem 0 0 0.75rem; }
  .nrc-card--has-image.nrc-card--l-xs .nrc-card__category, .nrc-card--has-image.nrc-card--l-sm .nrc-card__category, .nrc-card--has-image.nrc-card--l-md .nrc-card__category, .nrc-card--has-image.nrc-card--l-lg .nrc-card__category, .nrc-card--has-image.nrc-card--l-xl .nrc-card__category {
    position: absolute;
    top: 0;
    left: 100%;
    width: 300%;
    color: #3C5165; }
  .nrc-card--has-image.nrc-card--l-xs .nrc-card__body-header, .nrc-card--has-image.nrc-card--l-sm .nrc-card__body-header, .nrc-card--has-image.nrc-card--l-md .nrc-card__body-header, .nrc-card--has-image.nrc-card--l-lg .nrc-card__body-header, .nrc-card--has-image.nrc-card--l-xl .nrc-card__body-header {
    margin-top: 2.5rem; }
.nrc-card--has-image.nrc-card--l-xs .nrc-card__head, .nrc-card--has-image.nrc-card--l-sm .nrc-card__head, .nrc-card--has-image.nrc-card--l-md .nrc-card__head, .nrc-card--has-image.nrc-card--l-lg .nrc-card__head, .nrc-card--has-image.nrc-card--l-xl .nrc-card__head {
  width: 25%; }
.nrc-card--has-image.nrc-card--l-xs .nrc-card__head img {
  height: 7.875rem; }
.nrc-card--has-image.nrc-card--l-sm .nrc-card__head img {
  height: 11.25rem; }
.nrc-card--has-image.nrc-card--l-md .nrc-card__head img {
  height: 15rem; }
.nrc-card--has-image.nrc-card--l-lg .nrc-card__head img {
  height: 16.75rem; }
.nrc-card--has-image.nrc-card--l-xl .nrc-card__head img {
  height: 23.5rem; }

.nrc-card:not(.nrc-card--has-image),
.nrc-card:not(.nrc-card--has-image) a.u-overlayLink,
.nrc-card:not(.nrc-card--has-image) a.u-overlayLink nrc-card-content {
  flex-direction: column; }
.nrc-card:not(.nrc-card--has-image).nrc-card--l-xs .nrc-card__head
.nrc-card:not(.nrc-card--has-image).nrc-card--l-sm .nrc-card__head, .nrc-card:not(.nrc-card--has-image).nrc-card--l-md .nrc-card__head, .nrc-card:not(.nrc-card--has-image).nrc-card--l-lg .nrc-card__head, .nrc-card:not(.nrc-card--has-image).nrc-card--l-xl .nrc-card__head {
  width: 100%; }
.nrc-card:not(.nrc-card--has-image).nrc-card--l-xs .nrc-card__body-header {
  padding-top: 0; }
  @media (min-width: 768px) {
    .nrc-card:not(.nrc-card--has-image).nrc-card--l-xs .nrc-card__body-header {
      padding-top: 0; } }
.nrc-card:not(.nrc-card--has-image).nrc-card--l-sm .nrc-card__body-header, .nrc-card:not(.nrc-card--has-image).nrc-card--l-md .nrc-card__body-header, .nrc-card:not(.nrc-card--has-image).nrc-card--l-lg .nrc-card__body-header, .nrc-card:not(.nrc-card--has-image).nrc-card--l-xl .nrc-card__body-header {
  padding-top: .5rem; }
  @media (min-width: 768px) {
    .nrc-card:not(.nrc-card--has-image).nrc-card--l-sm .nrc-card__body-header, .nrc-card:not(.nrc-card--has-image).nrc-card--l-md .nrc-card__body-header, .nrc-card:not(.nrc-card--has-image).nrc-card--l-lg .nrc-card__body-header, .nrc-card:not(.nrc-card--has-image).nrc-card--l-xl .nrc-card__body-header {
      padding-top: .5rem; } }
.nrc-card:not(.nrc-card--has-image) .nrc-card__category {
  position: relative;
  color: #3C5165; }

@media (max-width: 991.98px) {
  .nrc-card--p-xs,
  .nrc-card--p-sm,
  .nrc-card--p-md,
  .nrc-card--p-lg,
  .nrc-card--p-xl,
  .nrc-card--l-xs,
  .nrc-card--l-sm,
  .nrc-card--l-md,
  .nrc-card--l-lg,
  .nrc-card--l-xl {
    white-space: normal;
    /*width: 17.625rem;*/
    height: 23.5rem;
    min-height: 23.5rem; }
    .nrc-card--p-xs.nrc-card--has-image .nrc-card__head, .nrc-card--p-xs.nrc-card--has-image .nrc-card__head img,
    .nrc-card--p-sm.nrc-card--has-image .nrc-card__head,
    .nrc-card--p-sm.nrc-card--has-image .nrc-card__head img,
    .nrc-card--p-md.nrc-card--has-image .nrc-card__head,
    .nrc-card--p-md.nrc-card--has-image .nrc-card__head img,
    .nrc-card--p-lg.nrc-card--has-image .nrc-card__head,
    .nrc-card--p-lg.nrc-card--has-image .nrc-card__head img,
    .nrc-card--p-xl.nrc-card--has-image .nrc-card__head,
    .nrc-card--p-xl.nrc-card--has-image .nrc-card__head img,
    .nrc-card--l-xs.nrc-card--has-image .nrc-card__head,
    .nrc-card--l-xs.nrc-card--has-image .nrc-card__head img,
    .nrc-card--l-sm.nrc-card--has-image .nrc-card__head,
    .nrc-card--l-sm.nrc-card--has-image .nrc-card__head img,
    .nrc-card--l-md.nrc-card--has-image .nrc-card__head,
    .nrc-card--l-md.nrc-card--has-image .nrc-card__head img,
    .nrc-card--l-lg.nrc-card--has-image .nrc-card__head,
    .nrc-card--l-lg.nrc-card--has-image .nrc-card__head img,
    .nrc-card--l-xl.nrc-card--has-image .nrc-card__head,
    .nrc-card--l-xl.nrc-card--has-image .nrc-card__head img {
      border-radius: 0.75rem 0.75rem 0 0;
      height: 10.75rem; }
    .nrc-card--p-xs.nrc-card--has-image .nrc-card__body,
    .nrc-card--p-sm.nrc-card--has-image .nrc-card__body,
    .nrc-card--p-md.nrc-card--has-image .nrc-card__body,
    .nrc-card--p-lg.nrc-card--has-image .nrc-card__body,
    .nrc-card--p-xl.nrc-card--has-image .nrc-card__body,
    .nrc-card--l-xs.nrc-card--has-image .nrc-card__body,
    .nrc-card--l-sm.nrc-card--has-image .nrc-card__body,
    .nrc-card--l-md.nrc-card--has-image .nrc-card__body,
    .nrc-card--l-lg.nrc-card--has-image .nrc-card__body,
    .nrc-card--l-xl.nrc-card--has-image .nrc-card__body {
      min-height: 11.75rem; }

  .nrc-card--p-xs .nrc-card__body p,
  .nrc-card--l-xs .nrc-card__body p {
    display: block; }

  .nrc-card--l-xs,
  .nrc-card--l-xs a.u-overlayLink,
  .nrc-card--l-xs a.u-overlayLink nrc-card-content,
  .nrc-card--l-xs.nrc-card--has-image,
  .nrc-card--l-xs.nrc-card--has-image a.u-overlayLink,
  .nrc-card--l-xs.nrc-card--has-image a.u-overlayLink nrc-card-content,
  .nrc-card--l-sm,
  .nrc-card--l-sm a.u-overlayLink,
  .nrc-card--l-sm a.u-overlayLink nrc-card-content,
  .nrc-card--l-sm.nrc-card--has-image,
  .nrc-card--l-sm.nrc-card--has-image a.u-overlayLink,
  .nrc-card--l-sm.nrc-card--has-image a.u-overlayLink nrc-card-content,
  .nrc-card--l-md,
  .nrc-card--l-md a.u-overlayLink,
  .nrc-card--l-md a.u-overlayLink nrc-card-content,
  .nrc-card--l-md.nrc-card--has-image,
  .nrc-card--l-md.nrc-card--has-image a.u-overlayLink,
  .nrc-card--l-md.nrc-card--has-image a.u-overlayLink nrc-card-content,
  .nrc-card--l-lg,
  .nrc-card--l-lg a.u-overlayLink,
  .nrc-card--l-lg a.u-overlayLink nrc-card-content,
  .nrc-card--l-lg.nrc-card--has-image,
  .nrc-card--l-lg.nrc-card--has-image a.u-overlayLink,
  .nrc-card--l-lg.nrc-card--has-image a.u-overlayLink nrc-card-content,
  .nrc-card--l-xl,
  .nrc-card--l-xl a.u-overlayLink,
  .nrc-card--l-xl a.u-overlayLink nrc-card-content,
  .nrc-card--l-xl.nrc-card--has-image,
  .nrc-card--l-xl.nrc-card--has-image a.u-overlayLink,
  .nrc-card--l-xl.nrc-card--has-image a.u-overlayLink nrc-card-content {
    flex-direction: column; }
  .nrc-card--l-xs .nrc-card__head,
  .nrc-card--l-xs.nrc-card--has-image .nrc-card__head,
  .nrc-card--l-sm .nrc-card__head,
  .nrc-card--l-sm.nrc-card--has-image .nrc-card__head,
  .nrc-card--l-md .nrc-card__head,
  .nrc-card--l-md.nrc-card--has-image .nrc-card__head,
  .nrc-card--l-lg .nrc-card__head,
  .nrc-card--l-lg.nrc-card--has-image .nrc-card__head,
  .nrc-card--l-xl .nrc-card__head,
  .nrc-card--l-xl.nrc-card--has-image .nrc-card__head {
    width: auto; }
  .nrc-card--l-xs.nrc-card--has-image .nrc-card__head,
  .nrc-card--l-xs.nrc-card--has-image.nrc-card--has-image .nrc-card__head,
  .nrc-card--l-sm.nrc-card--has-image .nrc-card__head,
  .nrc-card--l-sm.nrc-card--has-image.nrc-card--has-image .nrc-card__head,
  .nrc-card--l-md.nrc-card--has-image .nrc-card__head,
  .nrc-card--l-md.nrc-card--has-image.nrc-card--has-image .nrc-card__head,
  .nrc-card--l-lg.nrc-card--has-image .nrc-card__head,
  .nrc-card--l-lg.nrc-card--has-image.nrc-card--has-image .nrc-card__head,
  .nrc-card--l-xl.nrc-card--has-image .nrc-card__head,
  .nrc-card--l-xl.nrc-card--has-image.nrc-card--has-image .nrc-card__head {
    margin-bottom: 1rem;
    height: 10.75rem; }
  .nrc-card--l-xs .nrc-card__category,
  .nrc-card--l-xs.nrc-card--has-image .nrc-card__category,
  .nrc-card--l-sm .nrc-card__category,
  .nrc-card--l-sm.nrc-card--has-image .nrc-card__category,
  .nrc-card--l-md .nrc-card__category,
  .nrc-card--l-md.nrc-card--has-image .nrc-card__category,
  .nrc-card--l-lg .nrc-card__category,
  .nrc-card--l-lg.nrc-card--has-image .nrc-card__category,
  .nrc-card--l-xl .nrc-card__category,
  .nrc-card--l-xl.nrc-card--has-image .nrc-card__category {
    top: 0;
    left: 0;
    right: 0;
    margin: 0; }
  .nrc-card--l-xs.nrc-card--has-image .nrc-card__category,
  .nrc-card--l-xs.nrc-card--has-image.nrc-card--has-image .nrc-card__category,
  .nrc-card--l-sm.nrc-card--has-image .nrc-card__category,
  .nrc-card--l-sm.nrc-card--has-image.nrc-card--has-image .nrc-card__category,
  .nrc-card--l-md.nrc-card--has-image .nrc-card__category,
  .nrc-card--l-md.nrc-card--has-image.nrc-card--has-image .nrc-card__category,
  .nrc-card--l-lg.nrc-card--has-image .nrc-card__category,
  .nrc-card--l-lg.nrc-card--has-image.nrc-card--has-image .nrc-card__category,
  .nrc-card--l-xl.nrc-card--has-image .nrc-card__category,
  .nrc-card--l-xl.nrc-card--has-image.nrc-card--has-image .nrc-card__category {
    color: #fff; }
  .nrc-card--l-xs .nrc-card__body-header,
  .nrc-card--l-xs.nrc-card--has-image .nrc-card__body-header,
  .nrc-card--l-sm .nrc-card__body-header,
  .nrc-card--l-sm.nrc-card--has-image .nrc-card__body-header,
  .nrc-card--l-md .nrc-card__body-header,
  .nrc-card--l-md.nrc-card--has-image .nrc-card__body-header,
  .nrc-card--l-lg .nrc-card__body-header,
  .nrc-card--l-lg.nrc-card--has-image .nrc-card__body-header,
  .nrc-card--l-xl .nrc-card__body-header,
  .nrc-card--l-xl.nrc-card--has-image .nrc-card__body-header {
    margin-top: 0; }

  .nrc-card--hide-text-if-needed .nrc-card__content {
    display: none; } }
@media (min-width: 992px) {
  .nrc-card--featured.nrc-card--l-xs, .nrc-card--featured.nrc-card--l-sm, .nrc-card--featured.nrc-card--l-md, .nrc-card--featured.nrc-card--l-lg, .nrc-card--featured.nrc-card--l-xl {
    position: relative; }
    .nrc-card--featured.nrc-card--l-xs .nrc-card__head, .nrc-card--featured.nrc-card--l-sm .nrc-card__head, .nrc-card--featured.nrc-card--l-md .nrc-card__head, .nrc-card--featured.nrc-card--l-lg .nrc-card__head, .nrc-card--featured.nrc-card--l-xl .nrc-card__head {
      position: unset;
      width: 100%;
      height: 100%; }
    .nrc-card--featured.nrc-card--l-xs .nrc-card__head .nrc-card__image, .nrc-card--featured.nrc-card--l-sm .nrc-card__head .nrc-card__image, .nrc-card--featured.nrc-card--l-md .nrc-card__head .nrc-card__image, .nrc-card--featured.nrc-card--l-lg .nrc-card__head .nrc-card__image, .nrc-card--featured.nrc-card--l-xl .nrc-card__head .nrc-card__image {
      position: relative;
      width: 100%;
      height: 100%;
      z-index: 1;
      border-radius: 0.75rem; }
    .nrc-card--featured.nrc-card--l-xs .nrc-card__body, .nrc-card--featured.nrc-card--l-sm .nrc-card__body, .nrc-card--featured.nrc-card--l-md .nrc-card__body, .nrc-card--featured.nrc-card--l-lg .nrc-card__body, .nrc-card--featured.nrc-card--l-xl .nrc-card__body {
      position: absolute;
      width: 50%;
      z-index: 2;
      right: 0;
      top: 0;
      bottom: 0;
      background-color: rgba(51, 51, 51, 0.6);
      border-radius: 0 0.75rem 0.75rem 0; }
    .nrc-card--featured.nrc-card--l-xs .nrc-card__category, .nrc-card--featured.nrc-card--l-sm .nrc-card__category, .nrc-card--featured.nrc-card--l-md .nrc-card__category, .nrc-card--featured.nrc-card--l-lg .nrc-card__category, .nrc-card--featured.nrc-card--l-xl .nrc-card__category {
      left: 50%;
      z-index: 3;
      width: 100%; }
    .nrc-card--featured.nrc-card--l-xs .nrc-card__body-header,
    .nrc-card--featured.nrc-card--l-xs .nrc-card__heading,
    .nrc-card--featured.nrc-card--l-xs .nrc-card__category,
    .nrc-card--featured.nrc-card--l-xs .nrc-card__content,
    .nrc-card--featured.nrc-card--l-xs .nrc-card__foot-meta, .nrc-card--featured.nrc-card--l-sm .nrc-card__body-header,
    .nrc-card--featured.nrc-card--l-sm .nrc-card__heading,
    .nrc-card--featured.nrc-card--l-sm .nrc-card__category,
    .nrc-card--featured.nrc-card--l-sm .nrc-card__content,
    .nrc-card--featured.nrc-card--l-sm .nrc-card__foot-meta, .nrc-card--featured.nrc-card--l-md .nrc-card__body-header,
    .nrc-card--featured.nrc-card--l-md .nrc-card__heading,
    .nrc-card--featured.nrc-card--l-md .nrc-card__category,
    .nrc-card--featured.nrc-card--l-md .nrc-card__content,
    .nrc-card--featured.nrc-card--l-md .nrc-card__foot-meta, .nrc-card--featured.nrc-card--l-lg .nrc-card__body-header,
    .nrc-card--featured.nrc-card--l-lg .nrc-card__heading,
    .nrc-card--featured.nrc-card--l-lg .nrc-card__category,
    .nrc-card--featured.nrc-card--l-lg .nrc-card__content,
    .nrc-card--featured.nrc-card--l-lg .nrc-card__foot-meta, .nrc-card--featured.nrc-card--l-xl .nrc-card__body-header,
    .nrc-card--featured.nrc-card--l-xl .nrc-card__heading,
    .nrc-card--featured.nrc-card--l-xl .nrc-card__category,
    .nrc-card--featured.nrc-card--l-xl .nrc-card__content,
    .nrc-card--featured.nrc-card--l-xl .nrc-card__foot-meta {
      color: #fff; }
  .nrc-card--featured.nrc-card--l-lg .nrc-card__heading, .nrc-card--featured.nrc-card--l-xl .nrc-card__heading {
    margin: .5rem 0 .25rem; }
  .nrc-card--featured.nrc-card--l-lg .nrc-card__body p, .nrc-card--featured.nrc-card--l-xl .nrc-card__body p {
    line-height: 1.4; } }

.nrc-card--index a, .nrc-card--index a:link {
  color: #00618B; }
.nrc-card--index a:link {
  text-decoration: underline; }
.nrc-card--index a:active {
  color: #007B87; }
.nrc-card--index a:hover {
  color: #00618B;
  text-decoration: underline; }
.nrc-card--index a:focus {
  color: #00618B; }
.nrc-card--index .nrc-card-items {
  margin: .25rem 0; }
.nrc-card--index .nrc-card-items ul {
  padding-left: 1.5rem;
  list-style: none; }
.nrc-card--index .nrc-card-items ul li {
.nrc-card--index .nrc-card-items ul li:before {
  display: block;
  position: absolute;
  content: " ";
  width: .5rem;
  height: .5rem;
  border-radius: 0.25rem;
  background-color: #B01736;
  top: .5rem;
  left: -1.25rem; }

.nrc-card--department {
  height: auto;
  max-height: auto;
  width: auto;
  max-width: auto; }
  .nrc-card--department .nrc-card__heading {
    font-size: 1.75rem; }
    @media (min-width: 576px) {
      .nrc-card--department .nrc-card__heading {
        display: flex;
        align-items: center;
        border-bottom: 1px solid #172531; } }
  .nrc-card--department .nrc-contacts a {
    color: #00618B;
    text-decoration: underline; }
  .nrc-card--department .nrc-contacts a:hover {
    color: #00a8f1; }


/* Overrides
========================================================================== */

.color-card {
	background-color: #FFFFFF;
	color: #323232;
}

/* Most Popular / Last Updated datasets section
========================================================================== */

.odswidget-most-popular-datasets__datasets,
.odswidget-last-datasets-feed__datasets {
	margin-top: 0;
	margin-bottom: 0;
}

.odswidget-most-popular-datasets__dataset,
.odswidget-last-datasets-feed__dataset {
	margin-bottom: 20px;
}

.odswidget-most-popular-datasets__theme-picto,
.odswidget-last-datasets-feed__theme-picto {
	margin-top: 0;
}

.odswidget-most-popular-datasets__dataset-details,
.odswidget-last-datasets-feed__dataset-details {
	margin-left: 46px;
}

.odswidget-most-popular-datasets__dataset-details-title,
.odswidget-last-datasets-feed__dataset-details-title {
	font-size: 1rem;
}

.odswidget-most-popular-datasets__dataset-details-title a,
.odswidget-last-datasets-feed__dataset-details-title a {
	color: #000000;
}

.odswidget-most-popular-datasets__dataset-details-count,
.odswidget-last-datasets-feed__dataset-details-modified {
	opacity: .8;
	border-bottom: none;
	cursor: default;
}