<!-- Temporary style overrides for HDS Encyclopedic Reference aesthetic -->

body {
               background: white;
               color: #1b1b1b;
}

.container-fluid {
               background-image: none;
               background-color: white;
			   padding: 0px 0px 0px 0px;
}

.faq-dropdown {
               color: #1b1b1b;
}
.dropdown_menu_open {
	margin-top: 10px;
}

.left .block .block-title .text {
        line-height: .95em;
               font-size: 1.6rem;
               margin: 0;
               font-family: "inter",sans-serif;
               color: #1b1b1b;
               font-weight: 800;
    }

.right .side-block .side-title {
    text-transform: uppercase;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 11px;
    color: rgba(25, 30, 45, 0.7);
    text-align: left;
}


.row {
    margin-left: 0px;
    margin-right: 0px;
}

.main_title .wrapper .title {
               line-height: .95em;
               font-size: 48px;
               font-family: "inter",sans-serif;
               font-weight: 800;
			   padding-top: 8px;
}

.main_title .wrapper .description {
               font-family: "inter",sans-serif;
			   font-weight: 500;
}

.main_title .wrapper .groups a {
               font-family: "inter",sans-serif;
               color: #007bff;
			   font-weight: 500;
}

.main_title .wrapper .quick_links {
               color: #1b1b1b;
			   font-weight: 500;
}

.quick_links {
               margin-bottom: 25px;
}

.category_title {
        line-height: .95em;
               font-size: 1.6rem;
               margin: 18px;
               font-family: "inter",sans-serif;
               color: #1b1b1b;
               font-weight: 800;
}

.category {
               border: 0px;
}



.category:hover {
    background-color: white;
    box-shadow: 0px 0px 20px 0px lightgray;
    border: 1px lightgray;
}


.category .category_name {
               font-family: "inter",sans-serif;
               color: #1b1b1b;
}

.category .category_description {
               font-family: "inter",sans-serif;
               color: #1b1b1b;
			   font-weight: 500;
}

.subtitle {
               font-family: "inter",sans-serif;
               color: #1b1b1b;
}

.exp_block .info a {
               font-family: "inter",sans-serif;
               color: #1b1b1b;
}

.exp_block .info .exp_dates {
               font-family: "inter",sans-serif;
               color: #1b1b1b;
}

.partners .partner .title {
               font-family: "inter",sans-serif;
               color: #1b1b1b;
}

#csa:hover #csa_title {
               color: #1b1b1b;
}

#esa:hover #esa_title {
               color: #1b1b1b;
}

#jaxa:hover #jaxa_title {
               color: #1b1b1b;
}

#nasa:hover #nasa_title {
               color: #1b1b1b;
}

#ros:hover #ros_title {
               color: #1b1b1b;
}

#nat_lab:hover #nat_lab_title {
               color: #1b1b1b;
}

.transparentImg {
	opacity: 1;
	transition: 0.3s;
}

.transparentImg:hover {
	opacity: 0.6;
}
