.btn-video-wrapper-lives iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.btn-reports-wrapper-item-trigger-popup-wrapper{
	position:relative;
}
.btn-video-wrapper-lives {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.btn-reports-inner-wrapper {
    display: grid;
    place-items: start;
    grid-template-columns: repeat(3,1fr);
    -ms-grid-columns: repeat(3,1fr);
    grid-column-gap: 1.2em;
    grid-row-gap: 1.2em;
    place-items: start;
}
.btn-reports-wrapper-item-list {
    background: whitesmoke;
    margin: 0;
    padding: 1em;
    height: 100%;
	width:100%;
	overflow:hidden;
}
.btn-reports-video-right h3 {
    font-size: 20px;
    margin-top: 15px;
}
.btn-reports-description {
    font-size: 16px;
}
.btn-reports-pagination-wrapper {
    text-align: center;
    margin-top: 25px;
}
@media screen and (max-width:767px){
	.btn-reports-inner-wrapper{
		 grid-template-columns: repeat(1,1fr);
    -ms-grid-columns: repeat(1,1fr);
	}

}
.btn-reports-wrapper-item-list {
    border-radius: 0px;
}

/**
 * Preloader
 */
.btn_reports_overlay{
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.80);
	z-index: 9999;
}

.btn_reports_preloader {
  font-size: 10px;
  margin: 50px auto;
  text-indent: -9999em;
  width: 11em;
  height: 11em;
  border-radius: 50%;
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -ms-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
	top:50%;
	margin-top: -7.5em;
}
.btn_reports_preloader:before {
  width: 50%;
  height: 50%;
  background: #334155;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.btn_reports_preloader:after {
  background: #ffffff;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.btn_reports_preloader_msg{
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    margin: 50px auto;
    width: 100%;
    height: 11em;
    top: 50%;
    position: relative;
    text-align: center;
}

@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Modal */
/* Modal */

.modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
}

.modal__container {
    background-color: transparent;
    padding: 0px;
    max-width: 800px;
    max-height: 100vh;
    border-radius: 4px;
    overflow-y: hidden;
    box-sizing: border-box;
    width: 100%;
}
.modal__container a.btn-call-call-archive-link {
    margin: 20px auto !important;
    display: block;
    border: none;
    padding: 15px 20px !important;
}
button.modal__close {
    background: none !important;
    box-shadow: 0 0 0;
}
.modal__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal__title {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.25;
    color: #00449e;
    box-sizing: border-box;
}
button.modal__close {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    width: 24px;
    height: 24px;
}
.modal__close {
    border: 0 !important;
    right: 5px !important;
    position: absolute;
    top: 5px;
    background: transparent !important;
    padding: 0px !important;
    cursor: pointer;
}



.modal__content {
    line-height: 1.5;
    color: rgba(0,0,0,.8);
    padding:25px;
}

.modal__btn {
    font-size: .875rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    background-color: #e6e6e6;
    color: rgba(0,0,0,.8);
    border-radius: .25rem;
    border-style: none;
    border-width: 0;
    cursor: pointer;
    -webkit-appearance: button;
    text-transform: none;
    overflow: visible;
    line-height: 1.15;
    margin: 0;
    will-change: transform;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: -webkit-transform .25s ease-out;
    transition: transform .25s ease-out;
    transition: transform .25s ease-out,-webkit-transform .25s ease-out;
}

.modal__btn:focus, .modal__btn:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.modal__btn-primary {
    background-color: #00449e;
    color: #fff;
}
button.modal__close {
    margin-top: 0px;
    margin-right: 0px;
        z-index: 999;
}

.modal__content::-webkit-scrollbar {
    width: 10px;
}

.modal__content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
.modal__content {
    overflow-y: auto;
    height: 100%;
}
.modal__content::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
/**************************\
Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes mmfadeOut {
  from { opacity: 1; }
    to { opacity: 0; }
}

@keyframes mmslideIn {
from { transform: translateY(15%); }
  to { transform: translateY(0); }
}

@keyframes mmslideOut {
  from { transform: translateY(0); }
  to { transform: translateY(-10%); }
}

.micromodal-slide {
display: none;
z-index: 9999;
}

.micromodal-slide.is-open {
display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
will-change: transform;
}

.modal__container {
    max-width: 1000px;
max-height: 100%;
width: 100%;
background: #fff;
height: auto;
}
}

/* End */
.btn-reports-wrapper-item-trigger-popup-wrapper{
    position: relative;
}
a.btn-reports-wrapper-item-trigger-popup {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
}

.btn-reports-video-right h3 {
    text-align: center;
    font-size: 20px !important;
}
.btn-reports-selector-wrapper-item.btn-selector-select {
    max-width: 500px;
    margin: 0 auto 50px;
}
.btn-reports-wrapper-video {
    min-height: 200px;
    background-size: cover;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.btn-reports-wrapper-video i {
    font-size: 55px;
    color: #fff;
}
h3.btn-reports-wrapper-title {
    margin-bottom: 10px;
}
.btn-reports-selector-wrapper {
    display: flex;
    justify-content: center;
}
select.btn-reports-selector-type,
select.btn-reports-selector-subject {
    display: block;
    width: 300px;

}
.btn-reports-selector-wrapper-item{
    padding:5px;
}
.video-popup-wrapper iframe {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
}
.video-popup-wrapper {
    position: relative;
    padding-top: 56%;
}
a.btn-reports-wrapper-link img {
    height: 200px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 20px;
}
button#btn-reports-wrapper-trigger-search-clear-publication,
button#btn-reports-wrapper-trigger-search-clear-webinar{
    display: none;
}
.btn-reports-selector-wrapper-item.btn-item {
    display: flex;
}
.btn-reports-selector-wrapper-item.btn-item button {
    padding: 10px 25px !important;
}
h3.btn-reports-wrapper-title a {
    font-size: 20px;
    line-height: 1.3em;
    display: block;
    text-align: center;
    font-weight: bold;
    color: #0b1528;
}
.wrapper-content {
    text-align: center;
}
.btn-clear {
    background: grey !important;
    margin-left: 8px;
}
.btn-reports-wrapper-item-list {
    background: #ffffff;
	overflow: visible;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2) !important;
}
.btn-reports-wrapper-item-list .wrapper-content {
    color: #0b1528;
	padding-bottom:30px;
}
.btn-reports-selector-wrapper-item.btn-item button {
    padding: 10px 25px !important;
}
button.see-more-button {
    padding: 10px 20px;
    margin: 20px auto 0 !important;
    line-height: 1.3em;
}
.wrapper-button-container a.read-more {

    margin-left: 10px;
 	padding: 20px 20px;
}
.wrapper-button-container a.read-more {
    background: #334155;
    color: #fff;
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: 400;
	border:1px solid #334155;
}
.wrapper-button-container a.read-more:hover{
	background: transparent;
	color:#334155;

}
.wrapper-button-container {
    margin-top: 20px;
}
.wrapper-button-container button {
    margin: 0px !important;
}
.wrapper-button-container button,
.wrapper-button-container a{
    font-size:14px;
}
.wrapper-button-container button, .wrapper-button-container a {
    min-width: 155px;
}

.wrapper-button-container {
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-reports-container-publication .btn-reports-wrapper-item-list {

    position: relative;
	overflow:hidden;
}
.btn-reports-wrapper-term {
    background: #f17f3d;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    padding: 8px 20px;
    text-align: center;
    line-height: 1;
    color: #fff;
    background: #f17f3d;
	border-radius: 0px 10px 0px 0px;
	z-index:1;

}
.wrapper-button-container button, .wrapper-button-container a {
    min-width: 155px;
    padding: 15px 40px 15px 40px !important;
    line-height: 1em;
}
.btn-clear {
    background: none !important;
    padding: 0px !important;
}
.btn-reports-selector-wrapper-item.btn-item button {
    padding: 10px 25px !important;
    border-radius: 0px;
}
.btn-reports-selector-wrapper-item input,
.btn-reports-selector-wrapper-item select{
    border-radius: 0px;
}
.btn-reports-selector-wrapper.type-individual-wrapper .btn-reports-selector-wrapper-item{
    padding: 0px;
}
.btn-reports-selector-wrapper.type-individual-wrapper input.search-webinar,
select.btn-reports-selector-type{
    border-radius: 20px 0px 0px 20px;
}
.btn-reports-selector-wrapper-item.btn-item button
{
    border-radius: 0px 20px 20px 0px;
}
.excerpt-short {
    min-height: 100px;
}
.wrapper-button-container a,
.wrapper-button-container button{
	margin-bottom:10px !important;
}
.wrapper-button-container {
    flex-wrap: wrap;
}
button#btn-reports-wrapper-trigger-search-publication:hover,
button#btn-reports-wrapper-trigger-search:hover,
button#btn-reports-wrapper-trigger-search-publication:focus,
button#btn-reports-wrapper-trigger-search:focus{
    background: #231a74;
}
.btn-reports-wrapper-item-list {

	position: relative;
}

.wrapper-content-excerpt div {
    display: inline;
}
button.see-more-button {
    background: none !important;
    padding: 0px;
    color: #0b1528;
    font-size: 14px;
    box-shadow: 0px 0px 0px;
    text-decoration: underline;
    padding-left: 10px;
}

.wrapper-content-excerpt .excerpt-short, .wrapper-content-excerpt .excerpt-full {
    display: inline;
    min-height: 20px;
}
.wrapper-content-excerpt {
    font-size: 15px;
    line-height: 1.4;
}
button.see-more-button {
    margin-top: 0px !important;
}
.btn-reports-wrapper-video i {
    font-size: 55px;
    color: #ffffff;

}
.btn-reports-wrapper-video{
	position:relative;
}
.btn-reports-wrapper-video:after {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 0;
    background: #000000;
    opacity: 0.5;
}
.btn-reports-wrapper-video i {
    z-index: 1;
}
@media screen and (min-width:768px){
	.wrapper-button-container {
		position: absolute;
		bottom: 20px;
		left: 0;
		width: 100%;
		justify-content: center;
	}
	.wrapper-content-inner {
		padding-bottom: 50px;
	}
	.btn-reports-selector-wrapper-item{
		padding:0px;
	}
	.btn-reports-selector-wrapper-item select {
		margin-right: 5px;
	}

}
@media screen and (max-width:1200px){
	.wrapper-button-container a,
		.wrapper-button-container button{
			margin:5px !important;
		}
}
@media screen and (max-width:767px){
	.btn-reports-selector-wrapper {
    	flex-wrap: wrap;
	}
		.btn-reports-selector-wrapper-item, .btn-reports-selector-wrapper-item select, .btn-reports-selector-wrapper-item input {
		width: 100%;
	}
	.btn-reports-selector-wrapper-item.btn-item {
		justify-content: center;
	}
	.btn-reports-selector-wrapper.type-individual-wrapper input.search-webinar,
	 select.btn-reports-selector-type{
		border-radius: 20px;
	}
	.btn-reports-selector-wrapper-item.btn-item button {
		border-radius: 20px;
	}
}
a.btn-reports-wrapper-link {
    position: relative;
    display: block;
}
.wrapper-locked {
    position: absolute;
    height: 91%;
    width: 100%;
    top: 0;
    display: flex;
    justify-content: center;
    background: #ffffffe0 !important;
    left: 0;
    border-radius: 10px;
}
.btn-reports-wrapper-item-list.wrapper-item-locked {
    background: #F1F1F1;
}
.wrapper-locked svg {
    width: 60px;
    fill: #000000;
}
a.btn-reports-wrapper-link img {
    background: #F1F1F1;
}

a.btn-reports-wrapper-link img {
    border-radius: 10px;
}
button#btn-reports-webinar-trigger-search {
    font-size: 14px;
    color: #fff !important;
}