/* @import url('https://fonts.googleapis.com/css2?family=Readex+Pro:wght@200;300;400;500;600;700&display=swap'); */

/* @font-face {
  font-family: "proxima-nova";
  src: url("/base/font/ProximaNova-BoldIt.otf");
  font-weight: bold;
} */

@font-face {
    font-family: "proxima-nova";
    src: url("/base/font/ProximaNova-Bold.otf");
    font-weight: bold;
}

@font-face {
    font-family: "proxima-nova";
    src: url("/base/font/ProximaNova-RegItalic.otf");
    font-weight: lighter;
}

@font-face {
    font-family: "proxima-nova";
    src: url("/base/font/ProximaNova-Regular.otf");
    font-weight: normal;
}

.btn-danger {
    border: solid 2px !important;
    padding: 10px 20px;
    font-weight: 400;
    -webkit-border-radius: 35px;
}

.btn {
    -webkit-border-radius: 30px;
    border-radius: 30px;
    padding: 5px 20px;
}

.fa-eye:before {
    content: "\f06e";
    color: #ed1c24;
}

.btn-success {
    color: #fff;
    background-color: #ed1c24;
    border-color: #ed1c24;
}

body,
body p,
body div,
body ul,
body a {
    font-family: "proxima-nova", sans-serif;
}
body {
    background: #fff;
}

h1,
h2 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
}
h3,
h4,
h5,
h6 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
}
h1 {
    color: #000;
    font-size: 40px;
}
a {
    color: #ed1c24;
}
img {
    max-width: 100%;
}
/* Buttons */
.btn-primary {
    color: #ed1c24;
    background-color: transparent;
    border: solid 2px #ed1c24;
    padding: 10px 20px;
    font-weight: 400;
    -webkit-border-radius: 35px;
}
.btn-light {
    background-color: #fff;
    color: #000;
    border-radius: 0;
    font-weight: 400;
}
.btn-light:hover {
    background-color: #f5f5f5;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    color: #fff !important;
    background-color: #ed1c24 !important;
    border-color: #ed1c24 !important;
    -webkit-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger:focus {
    background-color: #c9302c !important;
}
.no-pad {
    padding: 0;
}
.section-heading {
    font-size: 2.2em;
    margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
    .section-heading {
        margin-bottom: 15px;
        font-size: 1.7em;
    }
}
.section-pad {
    padding: 40px 0 50px 0;
}
@media only screen and (max-width: 768px) {
    .section-pad {
        padding: 0px 0 30px 0;
    }
}
.hero {
    padding: 100px 0 85px 0 !important;
    background-color: #00274a !important;
    background-image: url("/base/images/springbanner5.jpg") !important;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
[role="main"] {
    min-height: 400px;
}
@media only screen and (max-width: 768px) {
    [role="main"] {
        min-height: 250px;
    }
}
[role="main"],
.main {
    padding-top: 0;
}
.masthead {
    background: #fff;
}
.masthead .nav li a {
    color: #525252;
}
.masthead .nav li a:hover {
    background: #003164;
}
.account-masthead {
    padding: 0px 0;
    background: #ed1c24;
}
.site-footer {
    margin-top: 150px;
    background: #343434;
}
.form-control {
    border-radius: 0;
}
.masthead .navigation .nav-pills li a:hover,
.masthead .navigation .nav-pills li a:focus,
.masthead .navigation .nav-pills li.active a {
    background-color: #fff;
}
.masthead .nav > li > a:focus,
.masthead .nav > li > a:hover,
.masthead .nav > .active > a,
.masthead .nav > .active > a:hover,
.masthead .nav > .active > a:focus {
    color: #ed1c24;
}
/* Header */
.account-masthead .account ul li {
    border-left: 0;
}
.account-masthead .account ul li a {
    color: #fff;
    padding: 3px 15px;
}
.account-masthead .account ul li a.sub {
    font-weight: 400;
    background-color: #2e88a3;
}
/* Search */
.homepage .module-search {
    margin-top: 50px;
    padding: 5px;
    color: #fff;
    background: transparent;
}
@media only screen and (max-width: 768px) {
    .homepage .module-search {
        margin-top: 0px !important;
    }
}
.homepage .module-search .module-content .heading {
    font-size: 4em;
    font-weight: 400;
    color: #000;
}
@media screen and (max-width: 480px) {
    .homepage .module-search .module-content .heading {
        font-size: 2.2em;
    }
}
.homepage .module-search .module-content {
    border-radius: 0 0;
    background-color: transparent;
    border-bottom: none;
}
.homepage .module-search .tags {
    padding: 5px 10px 10px 10px;
    background-color: transparent;
    border-radius: 0;
}
.homepage .module-search .search-input {
    margin-top: 20px;
}
.homepage .module-search .search-giant input {
    border-color: #ed1c24;
    height: 60px;
    border: 1px solid #eee;
    border-radius: 6px;
}
.homepage .module-search .tags h3 {
    color: #383838;
}

.search-giant2 input {
    border-color: #ed1c24;
    height: 60px;
    border: 1px solid #eee;
    border-radius: 6px;
}
.divtest:focus {
    border-color: black;
}
.homepage .module-search.box {
    background: transparent;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.tag {
    display: inline-block;
    color: #000;
    background-color: transparent;
    padding: 1px 14px;
    border-radius: 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 18px;
    border: solid 1px #ed1c24;
}

.btn:after,
.btn:after {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f178";
    opacity: 0;
    position: absolute;
    left: 70%;
    text-indent: 0 !important;
    float: right;
    -webkit-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
}
@media screen and (max-width: 480px) {
    .tag {
        font-size: 14px;
    }
}
a.tag:hover {
    text-decoration: none;
    color: #fff;
    background-color: #ed1c24;
    border: 1px solid #ed1c24;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.tag:hover {
    background-color: #e95d62;
}
/* Homepage Totals */
.totals {
    padding: 40px 0 35px 0;
    background: #ed1c24;
    color: #fff;
}
.totals p,
.totals h4 {
    padding: 0;
    margin: 0;
}
.totals h4 {
    font-size: 2.6em;
    font-weight: 300 !important;
    line-height: 0.9;
}
/* Groups */
.group {
    background-color: #f5f5f5;
    padding: 10px;
    margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
    .group {
        margin-right: 15px;
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 768px) {
    .group .media-heading {
        font-size: 16px;
    }
}
.group .media-heading a {
    color: #003164 !important;
}
.group .dataset-item {
    margin-top: 10px;
}
.group .dataset-item .dataset-content .dataset-heading {
    font-weight: 600;
}
.group .dataset-item .dataset-content .dataset-heading a {
    color: #565656;
}
.group .dataset-list {
    min-height: 200px;
}
.group p {
    font-size: 0.9em;
}
/* Organizations */
.organization {
    background-color: #f5f5f5;
    padding: 10px;
    margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
    .organization {
        margin-bottom: 15px;
        margin-right: 15px;
    }
}
.organization .media-heading a {
    color: #003164 !important;
}
.organization .dataset-item {
    margin-top: 10px;
}
.organization .dataset-item .dataset-content .dataset-heading {
    font-weight: 600;
}
.organization .dataset-item .dataset-content .dataset-heading a {
    color: #565656;
}
.organization .module-image {
    width: 100%;
    float: none;
}
.organization .module-image img {
    max-width: 100%;
    max-height: 400px;
    width: 100%;
}
.organization .module-heading {
    border: 0;
}
@media only screen and (max-width: 768px) {
    .knowledge {
        padding: 25px 0px 30px 0px !important;
    }
}
/*Reutilization Section */
.reuti {
    margin-top: 50px;
    background-color: #003164;
    color: #fff;
    background-image: url("/images/bg-dark.png");
    background-size: cover;
}
.reuti .section-heading {
    margin-bottom: 5px;
}
.reuti .dataset-details h4 {
    font-weight: 600;
    font-size: 1.4em;
    border-bottom: 1px solid #fff;
    margin-bottom: 17px;
    padding-bottom: 6px;
    margin-top: 30px;
}
/* News */
.news {
    margin-bottom: 70px;
}
@media only screen and (max-width: 768px) {
    .news {
        margin-bottom: 30px;
    }
}
.news .news-item {
    margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
    .news .news-item {
        margin-right: 15px;
    }
}
.news .news-header {
    position: relative;
    min-height: 150px;
    background-color: #f5f5f5;
}
.news .date {
    padding-bottom: 10px;
    font-style: italic;
}
.news img {
    width: 100%;
}
.news h4 {
    padding: 6px 0 0 0;
}
.news h4 a {
    color: #003164;
    font-size: 1.4em;
    font-weight: 600;
}
/* Sub footer */
.subfooter {
    padding: 30px 0;
    background-color: #003164;
}
.subfooter h3 {
    color: #fff;
    font-size: 2.1em;
    font-weight: 300;
    margin: 0;
    padding: 8px 0 0 0;
}
@media only screen and (max-width: 768px) {
    .subfooter h3 {
        font-size: 1.8em;
    }
}
.subfooter .btn {
    background-color: #fff;
    color: #000;
    padding: 10px 28px;
    font-size: 16px;
    border-radius: 0;
    font-weight: 300;
    margin-top: 10px;
}
@media only screen and (max-width: 768px) {
    .subfooter .btn {
        padding: 6px 12px;
        font-size: 14px;
    }
}
.subfooter .btn:hover {
    background-color: #f5f5f5;
}
@media only screen and (max-width: 768px) {
    .subfooter .text-right {
        text-align: left !important;
    }
}
/* footer */
.site-footer {
    padding: 60px 0;
    color: #fff;
}
.site-footer .logo {
    margin-bottom: 40px;
}
.site-footer label,
.site-footer small,
.site-footer strong {
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
}
.site-footer p,
.site-footer a {
    font-size: 14px;
    color: #606060;
    text-decoration: none;
    transition: all 00.15s;
}
.site-footer .footer-links ul li {
    margin-bottom: 14px;
}
/* Selector drop-down */
.select2-container .select2-choice .select2-arrow {
    border-left: 0;
    background: #fff;
    filter: none;
    background-image: none;
}
.select2-container .select2-choice {
    height: 34px;
    line-height: 34px;
}
/* Organizations Page */
[role="main"],
.main {
    background: #fff;
}
.toolbar {
    padding: 0;
}
.toolbar .breadcrumb {
    padding: 10px 0;
}
.toolbar .breadcrumb a {
    color: #ed1c24;
}
.wrapper {
    margin-top: 25px;
}
.wrapper-custom {
    margin-top: 20px;
}
.wrapper-custom .primary {
    border-left: 1px solid #e4e4e4;
}
.wrapper-custom .primary .media-grid {
    background: #fff;
    border: 0;
}
.wrapper-custom .primary .media-grid .media-item {
    border-radius: 0;
    background-color: #f5f5f5;
    width: 30%;
    margin: 0 15px 25px 0;
}
.wrapper-custom .primary .media-grid .media-item .media-heading {
    font-size: 300;
    color: #003164;
    margin-top: 10px;
}
.wrapper-custom .primary .media-grid .media-item a {
    border: 0 !important;
}
.wrapper-custom .primary .media-grid .media-item a:hover {
    border: 2px;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
}
.wrapper-custom .primary .page-header {
    background-color: white !important;
    border-bottom: none !important;
}
.wrapper-custom .primary .nav-tabs {
    border-bottom: none !important;
}
.wrapper-custom .primary .nav-tabs li a {
    background-color: #fff;
    border-bottom: 3px solid transparent;
    border-top: none !important;
    color: #636363 !important;
    border-left: none !important;
    border-right: none !important;
}
.wrapper-custom .primary .nav-tabs li.active a {
    border-bottom: 3px solid #003164;
    color: #003164 !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
}
.wrapper-custom .primary .nav-tabs li:hover a {
    border-bottom: 3px solid #003164;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
}
.wrapper-custom .secondary {
    margin-top: 25px;
}
.wrapper-custom .secondary .module-heading {
    margin: 0;
    padding: 10px 25px;
    font-size: 16px;
    line-height: 1.3;
    background-color: #f5f5f5;
    border-top: 0;
    border-bottom: 0;
}
@media screen and (min-width: 720px) {
    .wrapper-custom .secondary {
        padding-right: 30px;
    }
}
.wrapper-custom .module-content h2 {
    font-size: 1.6em;
    font-weight: 600;
    color: #636363;
}
.wrapper-custom .module-content label {
    font-weight: 300;
}
.wrapper-custom .form-control {
    border-radius: 4px;
}
.search-input-group #field-giant-search {
    border: 0;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 7px #b7b7b7;
    box-shadow: 0 2px 7px #b7b7b7;
    position: relative;
    z-index: 10;
}
@media only screen and (max-width: 768px) {
    .search-input-group #field-giant-search {
        z-index: 0;
    }
}
.search-input-group button {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 30px;
    height: 20px;
    padding: 0;
    border: none;
    background: transparent;
    z-index: 99 !important;
    opacity: 0.6;
    outline: none;
}
button:hover,
button:active,
button:focus,
button.active {
    background: transparent !important;
    opacity: 1;
    outline: none !important;
    box-shadow: none;
}
/* Stages */
.stages li.active .highlight {
    background: #003164;
}
.stages li.active:before {
    color: #252525;
}
/* About */
.about .page-heading {
    color: #003164;
}
/* dateset search page */
@media only screen and (max-width: 768px) {
    .dataset-search {
        margin-top: 0px !important;
    }
}
.dataset-search .module-footer {
    padding: 20px 25px 7px;
    border: none !important;
}
@media only screen and (max-width: 768px) {
    .dataset-search .module .module-content {
        padding: 10px !important;
    }
}
.dataset-search .module nav ul li {
    border: none !important;
}
.dataset-search .module nav ul li:after {
    border: none !important;
}
.dataset-search .module .badge {
    color: #636363 !important;
    background-color: transparent !important;
}
.dataset-search .dataset-item .dataset-heading {
    font-size: 20px !important;
    margin-bottom: 3px !important;
}
.dataset-search .dataset-item h3 a {
    color: #003164 !important;
}
.dataset-search .dataset-item .dataset-resources li a {
    padding: 3px 18px 3px 18px !important;
    font-size: 90% !important;
}
.dataset-search .search-form {
    border: none !important;
    margin-bottom: 0px !important;
}
/** dateset read page **/
.dataset-read .module .module-content {
    margin-bottom: 15px !important;
}
.dataset-read .module .module-content .content_action a {
    border-radius: 0px !important;
    padding: 6px 12px;
    font-weight: 400;
    border: 2px solid #d0d0d0;
    color: #7b7b7b;
}
.dataset-read .module .module-content .heading {
    background-color: #f5f5f5 !important;
    border-bottom: none !important;
    margin: 0;
    font-size: 16px;
    color: #333333;
    padding: 10px 25px;
}
.dataset-read .module .module-content .nums {
    border: none !important;
    padding-top: 0px !important;
}
.dataset-read .module .module-content .nums dl dd {
    font-size: 40px !important;
    line-height: 55px !important;
}
.dataset-read .module .module-content .follow_button a {
    padding: 6px 12px;
    border: none !important;
    border-radius: 0px;
    font-size: 14px;
    font-weight: 400;
    background-color: #40ad40 !important;
}
.dataset-read .module .module-content h1 {
    margin-bottom: 0px !important;
}
.dataset-read .module .module-content .notes {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 20px;
}
.dataset-read .module .module-content .resource-list li a.heading {
    background-color: transparent !important;
}
.dataset-read .module .module-content .tags {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 25px;
}
.dataset-read .module .module-content .tags .well {
    border: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
}
/* Dataset page */
.dataset-read .module .module-content .heading {
    padding: 0;
}
/* Resources page */
.resources .nav-item.active > a span {
    white-space: normal;
}
/* Admin */
.account-masthead .account.authed .image {
    padding: 3px 15px;
}
.btn-warning {
    background-color: #c9a926;
    border-color: #c9a926;
}
.wrapper {
    border: 1px solid #e0e0e0;
    border-radius: 0;
}
.page-header {
    background: transparent;
}
.nav-tabs > li > a {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 3px solid #eee;
}
.nav-tabs > li.active > a {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 3px solid #2e88a3;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 3px solid #2e88a3;
}
.nav-tabs > li > a:hover {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 3px solid #eee;
}
.context-info h1.heading {
    font-weight: bold;
    margin-top: 30px;
}
#footer-logo-1 {
    float: left;
}
#footer-logo-2 {
    float: left;
    margin-left: 10px;
}
.footer-desc {
    font-size: 0.9em !important;
}

.site-footer p,
.site-footer a,
.site-footer label,
.site-footer small,
.site-footer strong {
    color: #606060;
    font-weight: 400;
}

.site-footer {
    margin-top: 150px;
    background: #ebeff2;
}

.site-footer a:hover {
    color: #ed1c24;
}

.wrapper {
    border: 1px solid #f3f3f3;
    webkit-box-shadow: 0 0 0 0 rgb(0 0 0 / 5%);
    box-shadow: 0 0 0 0 rgb(0 0 0 / 5%);
}

.search-input-group #field-giant-search {
    border: 0;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 7px #b7b7b7;
    box-shadow: 0 2px 7px #e9e6e6;
    height: 52px;
    position: relative;
    z-index: 10;
}

.select2-results li:hover {
    background: #ed1c24 !important;
    color: white;
}

.select2-results li::selection {
    background: #ed1c24 !important;
    color: white;
}

.select2-drop-active {
    border: 1px solid #ed1c24 !important;
    border-top: none;
}

.select2-drop.select2-drop-above.select2-drop-active {
    border-top: 1px solid #ed1c24 !important;
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid #ed1c24 !important;
    border-top-color: transparent;

    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #fff),
        color-stop(0.5, #eee)
    );
    background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
    background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
}

.select2-results .select2-highlighted {
    background: #ed1c24 !important;
    color: #fff;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    border: 1px solid #ed1c24 !important;
    outline: none;

    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.box {
    background-color: #fff;
    border: 1px solid #f3f3f3;
    border-radius: 4px;
    webkit-box-shadow: 0 0 0 0 rgb(0 0 0 / 5%);
    box-shadow: 0 0 0 0 rgb(0 0 0 / 5%);
}

.module-content.search-form {
    padding: 0;
}

.search-form .control-order-by .form-control {
    width: auto;
    border-radius: 4px;
    border-color: #eee;
}

.fa-globe:before {
    content: "\f0ac";
    color: #ed1c24;
}

.fa-cloud-upload:before {
    content: "\f0ee";
    color: #ed1c24;
}

.fa-wrench:before {
    content: "\f0ad";
    color: #ed1c24;
}

.account-masthead {
    padding: 0px 0;
    background: #ed1c24;
}
.nav-item.active > a,
.nav-aside li.active a {
    position: relative;
    color: #fff;
    background-color: #785f60;
}

.masthead .nav li a {
    color: #000;
    font-weight: 700;
}
.masthead .nav li a:hover {
    color: #000;
}

.homepage .module-search .module-content .heading {
    line-height: inherit !important;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ed1c24 !important;
}

.masthead .navbar-float {
    margin-left: 10%;
    text-transform: uppercase;
    color: #000;
}

@media (min-width: 992px) {
    .masthead .navbar-float {
        float: left;
    }
}

.stages li.active .highlight {
    background: #ed1c24 !important;
}

.stages li.complete .highlight {
    color: #f7e5e5;
    background: #f15258 !important;
}

.stages li.active:after {
    border-color: rgba(140, 198, 138, 0);
    border-top-color: #f1d2d3;
    border-bottom-color: #f1d2d3;
}

.stages li.complete:after {
    border-color: rgba(197, 226, 196, 0);
    border-top-color: #f1d2d3;
    border-bottom-color: #f1d2d3;
}

.form-control:focus {
    border-color: #ed1c24 !important;
    outline: 0;
    -webkit-box-shadow:
        inset 0 1px 1px rgb(0 0 0 / 8%),
        0 0 8px rgb(237 144 144 / 82%);
    box-shadow:
        inset 0 1px 1px rgb(0 0 0 / 8%),
        0 0 8px rgb(230 145 145 / 74%);
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 3px solid #ed1c24;
}

.editor .editor-info-block a {
    color: #ed1c24;
    text-decoration: none;
}

.masthead .site-search input {
    width: 200px;
    padding: 5px 10px;
    border-radius: 30px;
    border-color: #eee;
}

.side-toggle {
    background-color: #fff;
    padding: 6px 10px;
    box-shadow: none;
    border-color: rgba(0, 0, 0, 0);
}

.img-body {
    object-fit: cover;
    width: 100%;
    height: 50%;
}

label {
    font-weight: bold;
    cursor: pointer;
    font-size: 14px;
}

.input-group-addon {
    padding: 6px 12px;
    padding-top: 9px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}

.label[data-format="html"],
.label[data-format*="html"] {
    background-color: #2e759e;
}
.label[data-format="json"],
.label[data-format*="json"] {
    background-color: #d63b00;
}
.label[data-format="xml"],
.label[data-format*="xml"] {
    background-color: #d63b00;
}
.label[data-format="text"],
.label[data-format*="text"] {
    background-color: #1a7ea3;
}
.label[data-format="csv"],
.label[data-format*="csv"] {
    background-color: #856a00;
}
.label[data-format="xls"],
.label[data-format*="xls"] {
    background-color: #207e42;
}
.label[data-format="zip"],
.label[data-format*="zip"] {
    background-color: #686868;
}
.label[data-format="api"],
.label[data-format*="api"] {
    background-color: #d22d81;
}
.label[data-format="pdf"],
.label[data-format*="pdf"] {
    background-color: #e0051e;
}
.label[data-format="rdf"],
.label[data-format*="rdf"],
.label[data-format*="nquad"],
.label[data-format*="ntriples"],
.label[data-format*="turtle"] {
    background-color: #0b4498;
}

.b1-descp {
    color: #ed1c24;
    margin: 15px 0px 70px 0px;
    font-size: xx-large;
    font-weight: bold;
}

.article-spacing {
    padding: 0px 10px 10px 10px;
}

.center-body {
    padding: 2px;
    margin-bottom: 40px;
    margin-right: 10px;
}

.center-body-spacing {
    padding: 20px 10% 10px 10%;
}

.oval-div {
    height: 400px;
    width: 250px;
    border-radius: 200px 200px 200px 200px;
}

.content-oval-div-spacing {
    padding: 0px 10px 10px 10px;
    margin-bottom: 20px;
    height: 180px;
}

.content-divider {
    border: 1px #ed1c24 solid;
    width: 15%;
    margin: 8px 40% 8px 40%;
    padding: 0 !important;
}

@media (max-width: 991px) {
    .row > a.btn-danger.view-btn {
        width: auto;
    }
}

.article-spacing {
    font-size: smaller;
    padding-left: 2px;
    padding-right: 2px;
}

.view-btn {
    font-size: small;
    background-color: #ff0000;
}

.oval-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 200px 200px 200px 200px;
}

/**** Responsive CSS *****/
@media only screen and (max-width: 768px) {
    .navbar-toggle {
        margin-right: 20px !important;
        background-color: #fff;
        padding: 6px 10px;
    }
    .media-grid .media-item {
        width: 100% !important;
    }
    .group-pg .primary .module-content {
        padding: 0px !important;
    }
    .group-pg .media-image {
        margin: 0 auto;
    }
    .organization-pg .primary .module-content {
        padding: 0px !important;
    }
}

/* .bar-toggle {
  margin-left: 230px;
  width:800px;
} */

@media only screen and (min-width: 1280px) {
    .bar-toggle {
        width: 900px;
    }

    .bar-tabtoggle {
        margin-left: 300px !important;
    }
}

.fa-navicon:before,
.fa-reorder:before,
.fa-times:before {
    content: "\f0c9";
    color: black;
    font-weight: lighter;
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9";
    color: black;
    font-weight: lighter;
}

.btn-home {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 4px;
    margin-right: 4px;
    background-color: #ed1c24;
    border-radius: 10px;
    cursor: pointer;
}

.btn-home a {
    color: white;
    text-decoration: none;
}

.btn-home:hover {
    background-color: white;
    color: black;
    border-color: #ed1c24;
    border-radius: 10px;
    border: 1px solid #ed1c24;
}

.btn-home a:hover {
    color: black;
}

/* Logo sizing for header */
.masthead .logo img {
    max-height: 60px;
}

/* Override Bootstrap 5 navbar container flexbox for masthead */
.masthead > .container {
    display: block !important;
    position: relative;
    padding-right: 15px !important;
    padding-left: 15px !important;
}

/* Ensure masthead row uses full container width */
.masthead .container > .row {
    margin-left: -15px !important;
    margin-right: -15px !important;
}

/* Match Bootstrap 3 container widths - needs !important to override BS5 */
/* Order matters: smallest to largest */
@media (min-width: 768px) {
    .masthead .container {
        width: 750px !important;
        max-width: 750px !important;
    }
}

@media (min-width: 992px) {
    .masthead .container {
        width: 970px !important;
        max-width: 970px !important;
    }
}

@media (min-width: 1200px) {
    .masthead .container {
        width: 1170px !important;
        max-width: 1170px !important;
    }
}

/* Dropdown menu styling for masthead navigation - matching production */
.masthead .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 160px;
    padding: 5px 0 !important;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff !important;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.masthead .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px !important;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
    text-decoration: none !important;
}

.masthead .dropdown-menu > li > a:hover,
.masthead .dropdown-menu > li > a:focus {
    color: #262626 !important;
    text-decoration: none !important;
    background-color: #f5f5f5 !important;
}

ul.bold-items > li > a {
    color: #000 !important;
    font-weight: 700 !important;
}
