.insights-library__subscribe-button{
	background-color: #40b1e4 !important;
	border-color: #40b1e4 !important
}
.insights-library-btn{
	cursor:pointer
}
.insights-library--controls label {
	font-weight: bold;
    color: #002634;

    margin-bottom: 2px;
}
.insights-library--controls .input-container {
	display: flex;
	flex-direction: column;
	
	position: relative;
}
.insights-library--controls .input-container .icon {
	width: 20px;
	height: 20px;

    position: absolute;
    top: 0;
    right: 12px;
    bottom: 16px;

    margin: auto 0;
}
.insights-library--controls input, .insights-library--controls select {
	padding: 12px 16px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: white;
    width: 100%;
    margin-bottom: 16px;
	appearance:none;
}
.insights-library--controls select {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}




.insights-library--controls select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.insights-library--grid {
	gap: 20px;
    justify-content: flex-start;
}

@media (min-width: 480px) and (max-width: 768px){
	.insights-library--grid{
		display:grid;
		grid-template-columns: 1fr 1fr;
	}
}
@media (min-width: 768px) {
	.insights-library--grid {
		padding-left: 1.5rem;
	}
}

.insights_library--research_note {
	max-width: 100%;
	flex: 0 0 100%;
	display:grid;
	padding: 16px;
	border-radius: 8px;
	cursor:pointer;
	background-color: white;
}
@media (min-width: 768px) {
	.insights_library--research_note {
		flex: 0 0 calc(50% - 10px);
	}
}
@media (min-width: 992px) {
	.insights_library--research_note {
		flex: 0 0 calc(33.33333% - 16px);
		display:grid;
	}
}

.insights_library--research_note .insights_library--research_note--image {
	height: 125px;
	
	margin-bottom: 0.875rem;
	border-radius: 8px;
	
	background-color: #7c8a90;
	overflow: hidden;
	margin-top:auto;
}
.insights_library--research_note .insights_library--research_note--image img {
	display: block;

	object-fit: cover; 
	object-position: center;
	
	height: 100%;
}


@media(max-width:540px){
	.insights_library--research_note .insights_library--research_note--image {
		height:auto;
	}
}
.insights_library--research_note h3 {
    font-size: 1.125rem;
    font-weight: 400;
	color: #77797A;
}

.insights_library--research_note > p {
	color: #77797A;
	line-height: 1.35;
	
	height: 125px;
	overflow-y: auto;

	-ms-overflow-style: none;
  	scrollbar-width: none;
}
.insights_library--research_note > p::-webkit-scrollbar {
	display: none;
}
@media (min-width: 768px) {
	.insights_library--research_note > p {
		height: 190px;
	}
}

.insights_library--research_note .insights_library--research_note--icons {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 16px;
}

.insights_library--research_note .insights_library--research_note--icons a {
	width: 40px;
    height: 40px;
	border-radius: 50%;
	
	display: flex;
	align-items: center;
	justify-content: center;
	
	background-color: #def4f9;
	color: #40b1e4;
	
	transition: 300ms;
}
.insights_library--research_note .insights_library--research_note--icons svg path,
.insights_library--research_note .insights_library--research_note--icons svg polygon,
.insights_library--research_note .insights_library--research_note--icons svg polyline,
.insights_library--research_note .insights_library--research_note--icons svg line {
	stroke: #40b1e4;
}

.insights_library--research_note .insights_library--research_note--icons a:hover {
	background-color: #40b1e4;
}
.insights_library--research_note .insights_library--research_note--icons a:hover svg path,
.insights_library--research_note .insights_library--research_note--icons a:hover svg polygon,
.insights_library--research_note .insights_library--research_note--icons a:hover svg polyline,
.insights_library--research_note .insights_library--research_note--icons a:hover svg line {
	background-color: #40b1e4;
	stroke: white;
}
/* Insights Library */

#post-modal{
	background-color: rgba(0,0,0,.65)
}
.insights-library__grid-modal {
	max-width: 700px;
    height: fit-content;
    padding: 0;
	color: #fff !important;
	background-color: #181717!important;
	position: absolute;
	border-radius: 20px;
	overflow:hidden;
}

.close-modal {
	position: absolute;
	top: 16px;
	right: 16px;
	z-index: 999999999;

	padding: 5px 10px;
	border-radius: 20px;

	color: #3C4043;
	font-weight: bolder;

	cursor: pointer;
	
	background-color: #EBE9EB;
	
	display: flex;
    align-items: center;
}

.justify-center{
	justify-content:center !important;
}

.input-spinner{
    position: absolute;
    top: 10px;
    right: 15px;
}
.close-modal button {
	border-radius: 50%;
	border-width: 0;
	background-color: #c9cBc9;

	margin-left: 6px;
	padding: 7px;

	height: 28px;
	width: 28px;
	
	display: flex;
    align-items: center;
	cursor:pointer;
}

.close-backdrop{
	border-radius: 20px;
	padding:2px 5px;
	font-size: .5em;
	color: black;
	font-weight:bolder;
	background-color: #EBE9EB;
	cursor:pointer;
	align-items: center;
	display: flex;
}
.close-backdrop button{
	border-radius: 20px;
	border-width: 0;
	background-color: #c9cBc9;
	line-height: .9em;
	font-weight:lighter;
	margin-left:10px;
	color: black;
	height: 20px;
	width: 20px;
	cursor:pointer;
}
.post-modal-button__text{
	padding-top: 5px;
}
@media(min-width: 992px){
	.insights-library__grid-modal {
    max-width: 800px;
	}
}

@media(min-height:780px ){
	.insights-library__grid-modal{
		max-height: 800px;
		min-height: 800px;
	}
	.lower-side__video-mode{
		padding-top:200px;
	}
}
@media(max-height: 779px){
	.insights-library__grid-modal{
		min-height: 670px;
		max-height: 670px;
	}
}
.post-modal-video,.post-modal-podcast,.post-modal-file {
	border-radius: 30px;
	background-color: #2e2e2e;
	height:40px;
	margin-right: 10px;
	width:40px;
	display:flex;
	justify-content:center;
	align-items:center;
}
.post-modal-image{
	width:100%;
	height:300px;
	overflow:hidden;
	border-radius: 20px 20px 0 0;
	box-shadow: rgba(0, 0, 0, 0.48) 2px -59px 82px -12px inset;
	position:relative;
}
.post-modal-image__overlay{
	background: linear-gradient(to bottom, rgba(24, 23, 23,0), rgba(24, 23, 23,1));
	position:absolute;
	width:100%;
	height:100%;
	z-index: 1;
}
.post-modal-image img {
	
    height: 100%;
    width: 100%;
	object-fit:cover;

}
.post-modal-content{
	margin: 0 !important;
}
.post-modal-content__lower-side{
	padding-left: 40px;
	padding-top: 40px;
	margin-top: 30px;
	overflow-y:scroll;
    width: 100%;
	-ms-overflow-style: none;
  	scrollbar-width: none;
}

@media(min-width:480px){
	.post-modal-content__lower-side{
		padding-top: 0;
	}
	
}
.post-modal-content__lower-side::-webkit-scrollbar{
	display:none;
}


.post-modal-content__header{
	margin: 0;
	margin-bottom:20px;
	justify-content:space-between;
}
.post-modal-content__header-category{
	color: #666666;
	font-size: .75em;
}
.post-modal-content__header-date{
	color: #40b1e4;
	margin-right: 5px;
	font-size: .8em;
}
.post-modal-video__button,.post-modal-podcast__button,.post-modal-file__button{
	padding: 20px;
	padding-left: 0;
	border-bottom: #666666 inset 1px;
	font-size:.9em;
	color: #fff;
	display:flex;
	align-content:center;
	justify-content: flex-start;
	align-items:center;
	cursor:pointer;
	
}

.post-modal-video__button:hover,.post-modal-podcast__button:hover,.post-modal-file__button:hover{
	color: currentColor;
    text-decoration: none;
}
.post-modal-podcast__embed{
	max-width: 800px;
	width: 100%;
}
.video-mode{
	top: 0;
	height: 450px !important;
	position:absolute !important;
	z-index:9999999;
}

.podcast-mode{
	height:180px !important;
	position:relative !important;
}
.post-modal-podcast__embed iframe{
	width: 100% !important;
	height:450px;
	max-width:800px !important;
	
}



.post-modal-content__header-share{
	background-color: #2e2e2e;
	border: none;
	border-radius: 20px;
	height:30px;
	width:95px;
	border-color: #2e2e2e;
	display:flex;
	color:#FFFFFF;
	align-items:center;
	font-size: .9em;
	justify-content:space-evenly;
	margin-top:2px;
}

.post-modal__content-title {
	font-size: 1.2em;
    margin: 0;
}
.post-modal-main-title{
	position: absolute;
    top: 13%;
	font-size: 2.3em;
	z-index: 3;
}
.post-modal-main-title__reflection{
	font-size: 5em;
	opacity: 0.1;
	width: max-content;
	overflow:hidden;
	top: 10%;
	display:flex;
	justify-content:center;
	z-index: 3;
}
.post-modal-main-subtitle{
	position: absolute;
    top: 5%;
	color: #40b1e4;
	font-size: 1em;
	z-index: 3;
}
.post-modal-main__insigneo-logo{
	position: absolute;
	top: 20%;
	z-index:3;
	height:80px;
	width:auto;
	
}
.post-modal-content{
	font-size:1em;
	line-height:2.2em;
}
.shiny {
  position: relative;
  overflow:hidden;
}

.shiny::after {
  content: "";
  position: absolute;
  top: 16px;
  left: -14px;
  width: 460px;
  height: 150px;
  background: radial-gradient(#40b1e4, transparent 70%);

  opacity: 0;
  transition: opacity 0.2s;
}
.shiny-activated::after{
	opacity: 0.8
}

.post-modal-content__header-share-icon{
	height: 20px;
	margin-bottom:5px;
}
.post-modal-content__header-share-icon img {
	height: 100%;
	width:auto
}
.subscription-modal{
	max-width: 600px;
	max-height: 540px;
	max-height: 90vh;
	overflow: hidden;
}
@media(max-width:420px){
	.subscription-modal{
	line-height: .5px;
	overflow-y:scroll;
	}
}

.subscription-modal .wpforms-container .wpforms-form .wpforms-head-container .wpforms-title{
	display: flex;
    justify-content: center;
}

.insights-library__subscribe-button{
	width:100%
	
}
.insigneo-backdrop {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left:0;
  overflow: hidden;
  transition: all 1s;
  z-index:1031;
}

.insigneo-backdrop.close {
  top: 100%;
  height: 0;
}
.insights-library__grid-backdrop{
	width: 100%;
    height: 90vh;
    padding: 0;
	color: #fff !important;
	background-color: #181717!important;
	position: absolute;
	border-radius: 0;
	overflow:hidden;
	bottom:0;
}
.escape-backdrop{
	position:absolute;
	top: 5px;
	right:5px;
	color:#fff;
	z-index:999;
	font-size: 2em;
}

.escape-backdrop-text{
	padding-top: 2px;
}
.post-backdrop-main-subtitle{
	width: 100%;
    display: flex;
    justify-content: center
}
.post-backdrop-main-title{
	width: 100%;
    display: flex;
    justify-content: center
}
.post-backdrop-main__insigneo-logo{
	
}
@media(max-width:720px){
	.post-modal-content__lower-side{
		padding-left: 15px;
		padding-right:10px;
		margin-top:0;
		height: 65vh;
	}
	.post-modal-podcast__embed{
		width: 100%;
	}
	.post-modal-video__button,.post-modal-podcast__button,.post-modal-file__button{
		border: none;
		font-size: .65em;
		padding: 10px 0;
	}
}
.backdrop-icons{
	display:flex;
	width:100%;
	justify-content:space-between;
	min-height: 10vh;
}

@media(max-width:480px){
	.post-modal-podcast__embed iframe{
		top:0 !important;
		height:25vh !important;
	}
	.post-backdrop-content{
		max-height:30vh !important
	}
	.post-modal-content__lower-side{
		margin-top: 2vh !important;
		padding-top: 0;
		height: 65vh;
	}
}
.post-backdrop-main-title {
	width: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 10%;
    font-size: 1.5em;
    z-index: 3;	
	text-align:center;
}
.post-backdrop-image{
	max-height: 25vh;
	border-radius:0;
	
}
.post-backdrop-content{
	max-height: 20vh;
	overflow:scroll;
}
.insigneo-backdrop__overlay{
	width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(24, 23, 23,.5);
    z-index: 0
}
.shiny:hover::after {
  opacity: 0.8;
}
.post-modal-content__header-share{
	cursor:pointer;
}

iframe img {
	display: block;
	width: 100%;
	height: inherit;
}

.modal-content-image{
	width: 95%;
	height: 150px;
	position:absolute;
}

@media(max-height:779px and min-height:480px){
	.post-modal-content__lower-side{
		max-height: 350px;
		padding-bottom: 0;
	}
}
@media (min-width:481px){
	.post-modal-video__button {
	padding-top: 0;
}
}

.insights_library--research_note--icons {
	padding-right: 0;
}
.lower-side__video-mode{
	padding-top: 170px;
	padding-bottom: 1px;
	height: 480px;
}

.height-0{
	height:0 !important
}
@media (max-height:779px) and (min-width:480px){
	.lower-side__video-mode{
	padding-top: 285px;
		height: 560px;
}
}

@media (min-width:480px){
	.podcast-mode{
		position:absolute;
		top: 0;
		z-index: 99;
	}
	
}
@media (max-width: 700px){
	.post-modal-podcast__embed{
		position: absolute;
		top: 0;
		z-index: 99
	}
	.shiny::after{
		top: initial;
		left: -initial;
		width: 140px;
		height: 90px;
	}
}



#post-backdrop{
	display:block
}
#post-modal{
		display:none;
	}
@media(min-width:700px){
	#post-backdrop{
		display:none
	}
	#post-modal{
		display:flex;
	}
}