/*   Small Projects Bureau Development  */
/*   Bipartisan Commission on Biodefense   */
/*   Martin Fuks   */

/*****************************************/
/*		          GLOBAL                 */
/*****************************************/
h1, h2, h3, h4, h5, h6, p, span, a, input, textarea, div {
	font-family: proxima-nova, sans-serif;
}

:root {
    --the7-accent-color: #88153e;
	--links-color: #0082ff;
	--red-20: #DCC6C4;
	--green: #003035;
	--green-50: #738C92;
	--green-20: #BECBD0;
	--blue: #231E67;
	--blue-20: #BEBBD3;
}

.hidden {
    display: none!important;
}

.content > .content_inner > .container {
    background-color: #f8f8f8!important;
}

.page-template-page-explore-biodefense .content .container .container_inner.page_container_inner, .full_page_container_inner {
    padding: 0;
}

.wpb_text_column {
    margin-bottom: 0;
}

body #back_to_top.on, 
body #back_to_top.off {
	padding: 0;
	margin: 0 20px 20px auto;
	width: max-content;
	right: 0;
  	left: auto;
}

/*****************************************/
/*		            HERO                 */
/*****************************************/
#hero-section {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #005596;
    height: 130px;
    top: -130px;
    transition: ease transform 3s;
    /*custom strech*/
    position: relative;
    margin-left: -50vw;
    margin-right: -50vw;
	opacity: 0;
}

#hero-section .hero-title {
    font-family:  proxima-nova, sans-serif!important;
    font-size: 50px;
    line-height: 40px;
    font-weight: 700;
    text-align: center;
    margin: 0!important;
    color: #fff;
}

#hero-section .hero-subtitle {
    font-family:  proxima-nova, sans-serif!important;
    font-size: 35px;
    line-height: 35px;
    font-weight: 600;
    font-style: normal;
    text-align: center;
    margin-bottom: 0;
    color: #F2783E;
}

/*****************************************/
/*		            INTRO                */
/*****************************************/
/************    Button   **************/
#initial-button-section {
    position: relative;
    z-index: 10;
}

#initial-button {
    width: 715px;
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translateX(calc(-50% - 1px));
    top: -64px;
    transition: ease all .1s;
}

#initial-button-section svg {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
	width: 730px;
}

/************    SVG   **************/
#initial-svg #j {
    filter: drop-shadow(0px 0px 15px rgba(0, 48, 53, 0.15));
    transition: ease all .2s;
    fill: #fff;
}

#initial-svg g:nth-of-type(2) {
	cursor: pointer;
}

#initial-svg g:nth-of-type(2):hover #j {
    filter: drop-shadow(0px 0px 15px rgba(0, 48, 53, 0.5));
}

/************    Video   **************/
#transition-video-section {
    position: relative;
    z-index: 9;
    top:71px;
    transition: ease all .3s;
}

#button-carousel-transition {
    position: absolute;
    left: 50%;
    z-index: 1;
    transform: translateX(calc(-50% - 2px));
    width: 1300px;
    min-width: 1300px;
    top: -70px;
}

/*****************************************/
/*		          CAROUSEL               */
/*****************************************/
#carousel-section {
    position: relative;
    margin-top: 105px;
    opacity: 0;
    transition: ease all .3s;
}

#fwdu3dcarDiv0 {
	margin: 0 auto;
}

.fwdu3dcar > div:first-of-type {
    background-position: 56% 21% !important;
    background-size: 746px !important;
}

/********* Carousel button ************/
.fwdu3dcar > div:nth-of-type(4) > div:nth-of-type(2) {
	width: max-content !important;
	left: 50% !important;
	transform: translate3d(0px, 491px, 0px) translate(-50%) !important;
	z-index: 999;
} 

.carousel-link {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 240px;
	min-height: 60px;
	margin: 40px auto 0;
	padding: 0 10px;
	border-radius: 5px;
	border: 2px solid #f2783e;
	background: #F2783E;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	transition: ease all .2s;
}

.carousel-link:hover {
	color: #f2783e;
	background: #fff;
}

/********* Carousel arrows ************/
.fwdu3dcar-button {
	font-size: 34px;
	color: var(--green-20);
}

.fwdu3dcar-button:hover {
	color: var(--green);
}

.fwdu3dcar-button .fwdu3dcar-icon-prev,
.fwdu3dcar-button .fwdu3dcar-icon-next {
	top: 0;
	left: 0;
}

/*****************************************/
/*		     ENTITIES GRID               */
/*****************************************/
#grid-container-section {
	position: relative;
	top: -110px;
	z-index: 30;
}

#grid-container-section .wpb_raw_code:not(.hidden) {
	margin-bottom: 70px!important;
}

#grid-container-section .wpb_raw_code > .wpb_wrapper {
	display: flex;  
	flex-wrap: wrap;
	gap: 40px;
}

#grid-container-section .wpb_raw_code:not(:first-of-type) > .wpb_wrapper {
	gap: 45px;
}

/********* Grid groups *************/
.items-group {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 40px;
	padding-left: 40px;
}

.items-group .subgroup {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 40px;
	width: 100%;
  	position: relative
}

.items-group .subgroup[data-position="0"] {
	padding-left: 120px;
}

#grid-container-section .wpb_raw_code:not(:first-of-type) .items-group .subgroup[data-position="0"] {
	padding-left: 78px;
}

.disabled-row {
	opacity: 0;
	cursor: default;
	pointer-events: none;
}

/********* Grid buttons ************/
.grid-container-1 .cat-grid-item {
	width: 200px;
  	height: 52px;
	padding: 5px 10px;
	font-size: 11px;
}

.cat-grid-item {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 127px;
	height: 67px;
	padding: 10px;
	border-radius: 5px;
	background: #fff;
	border: 1px solid #005596;
	font-size: 9px;
	line-height: 12px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	transition: ease all .2s;
}

.long-name {
	font-size: 8px !important;
}

.cat-grid-item:hover {
	background: #F2783E;
    border: 1px solid #F2783E;
    color: #fff;
}

.cat-grid-item.active {
	background: #F2783E;
    border: 1px solid #F2783E;
    color: #fff;
}

.cat-grid-item.blue-active {
	color: #fff;
	background: #005596;	
	border: 1px solid #005596;
}

.cat-grid-item.disabled {
	background: var(--red-20);	
	border: 1px solid #005596;
	cursor: default;
}

.child-entities {
	width: 5px;
	height: 5px;
	border-radius: 100%;
	background: #005596;
	position: absolute;
	bottom: -24px;
}

/*****************************************/
/*		      INFO SECTION               */
/*****************************************/
#details-section {
	padding: 0;
	z-index: 25;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #005596;
	transition: ease transform 3s;
	position: relative;
	margin-left: -50vw;
	margin-right: -50vw;
	top: -70px;
  	margin-bottom: -70px !important;
	transition: ease all .3s;
}

#details-section.minimized {
	height: 0!important;
	overflow: hidden;
}

body.page-template-page-explore-biodefense #details-section > .container {
	display: flex;
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
}

body.page-template-page-explore-biodefense #details-section #breadcrumbs-column {
	max-width: 30%;
	width: 100%;
}

body.page-template-page-explore-biodefense #details-section .details-container {
	max-width: 70%;
}

body.page-template-page-explore-biodefense #breadcrumbs-column .wpb_wrapper {
	position: relative;
}

/********* Breadcrumbs ************/
#details-section #breadcrumbs-column {
	padding-top: 50px;
}

#details-section #breadcrumbs-column .active-breadcrumb {
	color: var(--blue-20);
	font-size: 11px;
	line-height: 11px;	
	font-weight: 700;
	text-transform: uppercase;
	min-height: 70px;
}

#details-section #breadcrumbs-column .active-breadcrumb:last-of-type {
	color: #fff;
}

#breadcrumbs-column .before-content {
	content: '';
	display: block;
	width: 5px;
	position: absolute;
	top: 0px;
	left: -10px;
}

#breadcrumbs-column .after-content {
	content: '';
	display: block;
	height: 5px;
	width: 5px;
	position: absolute;
	bottom: 62px;
	left: -10px;
	background: #fff;
	border-radius: 100%;
}

/********* details ************/
#details-section .details-container {
	margin: 21px 0 42px 0;
}

#details-section .details-container > .vc_column-inner {
	border-radius: 10px;
	padding: 36px 74px 50px 41px;
}

#details-section .details-container .wpb_row.vc_inner {
	margin-bottom: 24px !important;
}


#details-section .details-container .entity-name .variable h4 {
	font-size: 20px;
	color: #F2783E;
	font-weight: 400;
	text-transform: none;
}

#details-section .details-container .entity-name .value h4 {
	font-weight: 800;
	text-transform: uppercase;
	font-size: 20px;
	color: #F2783E;
}

#details-section .details-container .wpb_row.vc_inner h5 {
	font-size: 15px;
	line-height: 18px;
	color: #000;
}

#details-section .details-container .wpb_row.vc_inner p {
	font-size: 15px;
	line-height: 18px;
	font-weight: 400;
	color: #000;
}

#details-section .details-container .wpb_row.vc_inner a {
	display: block;
	color: var(--links-color);
}

#details-section .details-container .wpb_row.vc_inner ul {
	margin: 0 0 10px 20px;
}

/*****************************************/
/*		        DISCLAIMER               */
/*****************************************/
#disclaimer-row {
	margin-left: -50vw;
	margin-right: -50vw;
	display: flex;
	padding: 10px 0;
	opacity: 0;
}

#disclaimer-row .disclaimer p {
	font-size: 15px;
	line-height: 19px;
	margin-bottom: 0!important;
}

/*****************************************/
/*		        LEADERLINE               */
/*****************************************/
.leader-line {
	z-index: 1000;
}

.carousel-link-marker {
	position: absolute;	
	width: 0px;
	height: 0px;
	bottom: -38px;
}

.leaderline-startpoint {
	position: relative;
	left: -40px;
	width: 0px;
	height: 0px;
	top: 4px;
}

.items-group .leaderline-startpoint {
	top: 4px;
}

.items-group:last-of-type .leaderline-startpoint {
	top: 5px;
}

.wpb_raw_code:not(.grid-container-1):not(.grid-container-2) .items-group:not(:first-of-type) .leaderline-startpoint {
	top: -3px;
	left: -30px;
}

.subgroup .leaderline-item-marker {
	position: absolute;
	width: 0px;
	height: 0px;
}	

.subgroup[data-position="0"] .leaderline-item-marker {
	top: -36px;
}

.subgroup[data-position="1"] .leaderline-item-marker {
	top: -128px;
}

#grid-container-section .wpb_raw_code:not(:first-of-type) .items-group .subgroup[data-position="1"] .leaderline-item-marker {
	top: -143px;
}

#grid-container-section .wpb_raw_code:not(.grid-container-1):not(.grid-container-2) .items-group .subgroup[data-position="0"] .leaderline-item-marker {
	top: -44px;
}

#grid-container-section .wpb_raw_code:not(.grid-container-1):not(.grid-container-2) .items-group .subgroup[data-position="1"] .leaderline-item-marker {
	top: -151px;
}

.child-startpoint {
	position: absolute;
	width: 0px;
	height: 0px;
	top: -36px;
	right: 100px;
}

.wpb_raw_code:not(.grid-container-1):not(.grid-container-2) .items-group .child-startpoint {
	top: -150px;
	left: 64px;
	right: auto;
}




/*************************************************
/*		           RESPONSIVE                   */
/************************************************/
@media screen and (max-width: 1450px) {
	/** CAROUSEL **/
	.fwdu3dcar {
		overflow: visible!important;
	}

	/** LEADERLINE **/
	.items-group[data-g-position="1"] > .leaderline-startpoint {
		top: 5px;
	}
}

@media screen and (max-width: 1340px) {
	.wpb_raw_code:not(.grid-container-1):not(.grid-container-2) .items-group:not(:first-of-type) .child-startpoint {
		right: auto;
		left: -30px;
	}
}

@media screen and (max-width: 1300px) {
	/** LEADERLINE **/
	.items-group[data-g-position="2"] > .leaderline-startpoint {
		top: 5px;
	}
}

@media screen and (max-width: 1100px) and (min-width: 1000px){
	/* DETAILS SECTION */
	#details-section > .section_inner > .section_inner_margin {
		margin-left: 20px;
  		margin-right: 40px;
	}
}

@media screen and (max-width: 1000px) and (min-width: 750px) {
	/***** GRID *****/
	.wpb_raw_code:not(.grid-container-1) .items-group {
		padding-left: 80px;
	}
	
	/** LEADERLINE **/
	.page-template-page-explore-biodefense .content .container_inner {
		width: 900px!important;
		position: relative;
		left: 50%;
    	transform: translateX(-50%);
		margin-left: 0;
		margin-right: 0;
	}
}

@media screen and (max-width: 850px) {
	/***** GRID *****/
	.items-group {
		padding-left: 100px;
	}

	/* DETAILS SECTION */
	#details-section > .section_inner > .section_inner_margin {
		margin-left: 0;
		margin-right: 0;
	}
}

@media screen and (max-width: 810px) {

#disclaimer-row {
    margin-left: 0;
    margin-right: 0;
}
.wp-block-group.carousel-section {
    overflow: hidden;
}

}


@media only screen and (max-width:991px)and (min-width:768px){
	
	#hero-section {
    margin-left: 0;
    margin-right: 0;
}
#carousel-section {
    margin-top: 0;
}

#button-carousel-transition {
    position: absolute;
    left: 50%;
    z-index: 1;
    transform: translateX(calc(-50% - 2px));
    /* top: 79px; */
    /* max-width: 166%; */
    width: 166%;
    max-width: 1312px;
}

}

@media screen and (max-width: 520px) {
#button-carousel-transition{
width: 100%;
    min-width: 100%;
    }
    carousel-section {
    margin-top: 105px;
}
#hero-section .hero-title{
		font-size: 24px !important;
		line-height: 30px !important;
	}
	#hero-section .hero-subtitle{
		    font-size: 18px !important;
    line-height: 25px !important;
		}
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
	body.page-template-page-explore-biodefense #details-section .details-container {
		max-width: 560px;
	}
}

@media only screen and (max-width: 767px) {
	body.page-template-page-explore-biodefense #details-section > .container {
		flex-direction: column;
	}

	body.page-template-page-explore-biodefense #details-section #breadcrumbs-column,
	body.page-template-page-explore-biodefense #details-section .details-container {
		max-width: 100%;
	}
}

body.page-template-page-explore-biodefense .leader-line-line-path {
	stroke: #F2783E !important;
}

body.page-template-page-explore-biodefense .child-entities {
	background: #F2783E !important;
}

body.page-template-page-explore-biodefense .leader-line * {
	fill: #F2783E !important;
}

body.page-template-page-explore-biodefense .fwdu3dcar-scrollbar {
	display: none !important;
}
body.page-template-page-explore-biodefense div#hero-section {
    flex-direction: column;
    height: auto;
    padding-top: 20px;
    top: 0px;
}

body.page-template-page-explore-biodefense #hero-section > p {
    display: none;
}
