.nolink-pdf {pointer-events: none;}
.pink-vari {
    color: #ff01fd ! important;
  }
  .pink-vari:after {
    content: "]";            
  }
  .pink-vari:before {
    content: "[";            
  }
.hcp-res.patient-res .pat-res-head p{
	margin-bottom: 10px;
    font-size: 20px;
    line-height: 24px;
    color: #004D74;
    font-family: 'Roboto-Bold';
    margin: 0;
}

.head-description{
    font-size: 16px;
    line-height: 22px;
}
#patient-resources .visit-link > a:hover{
	background: #B2D234;
	color: #004D74;
}
#patient-resources .visit-link > a:hover:after{
	border: 3px solid #004D74;
	border-bottom: none;
    border-right: none;;
}
.patient-res,
.hcp-res {
    max-width: 1060px;
    margin: 24px auto;
    /*padding: 0 14px;*/
    padding: 0 20px;
}

.tab-pane.active.in {
    display: block !important;
}

.tab-pane.fade {
    display: none;
}

.video-library .tab-head-container .tabs-body {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}

.video-library .tab-head-container .tab-heading h1 {
    font-size: 30px;
    line-height: 35px;
    font-family: 'Roboto-Bold';
    font-style: italic;
    color: #FFFFFF;
}

.video-library .tab-links>nav a.nav-item {
    padding: 20px 30px 15px;
    color: #FFFFFF;
    font-family: 'Roboto-Bold';
    font-size: 18px;
    background-color: #0074AD;
    text-decoration: none;
    line-height: 32px;
}

#tab-opener-2>a {
    padding: 20px 50px 15px;
}

#tab-opener-3>a {
    padding: 20px 24px 15px;
    margin-left: -0.5px;
}

#tab-opener-1>a {
    padding: 20px 30px 15px;
}

.video-library .tab-head-container {
    background: #004D74;
    transform: skewX(170deg);
    margin-top: 25px;
    margin-bottom: 35px;
    padding: 14px 28px 10px;
    padding-right: 6px;
}

.video-library .tab-links>nav>.nav-tabs {
    border: none;
}

.video-library .tab-links .link-parent {
    display: inline-block;
    transform: skewX(170deg);
}

.tab-active,
.video-library .tab-links>nav a.nav-item:active,
.video-library .tab-links>nav a.nav-item:focus,
.video-library .tab-links>nav a.nav-item:hover {
    background-color: #FFFFFF !important;
    color: #0074AD !important;
    color: #004D74 !important;
    border-bottom: 2px solid #FFFFFF;
}

.tab-active {
    color: #004D74 !important;
}

.text-dec-line {
    text-decoration: underline;
}

.video-callouts {
    margin-top: 35px;
    margin-bottom: 40px;
}

.desc p.desc-head, .desc h2.desc-head {
    font-size: 16px;
    line-height: 20px;
    font-family: "Roboto-Bold";
    color: #004D74;
}

.thumbnail .thumb-head p, .thumbnail .thumb-head h2 {
    font-size: 16px;
    line-height: 20px;
    font-family: "Roboto-Bold";
    color: #333;
}
.h2{
        margin-top: 0px!important;
}

/*.isi-tray {display:none!important;}*/

.video-callouts {
    background: #e5edf0;
}

.thumbnail img {
    width: 100%;
}

.thumbnail .thumb {
    cursor: pointer
}

.thumbnail .thumb img:nth-child(1) {
    height: 183px;
}

.thumbnail .thumbnail-2 img.mic {
    height: 185px;
}

.grid .thumbnail {
    padding: 0;
    border: none;
}

.grid .thumbnail .thumb {
    opacity: 1;
    background: none;
    position: relative;
}

.grid .thumbnail .thumb img {
    opacity: 1;
}

.video-frame iframe {
    width: 100%;
    height: 100%;
}

.grid .thumbnail .thumb.sel img {
    opacity: .5;
}

.grid .thumbnail .thumb.active {
    opacity: .5;
    background-color: #111;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

.grid .thumbnail .thumb.active img {
    opacity: .5;
}

.thumdes,
.play {
    position: absolute;
    top: 45%;
    left: 50%;
}

.thumb.active .play {
    display: none;
}

.thumdes p {
    color: #fff;
    margin-top: 30px;
    margin-left: -150px;
    font-size: 12px;
}

.thumdes.nohover,
.play.nohover {
    display: none;
}

.thumbnail .thumb .thumdes img,
.thumbnail .thumb .play img {
    width: 30px;
    height: 30px;
}

.grid .thumbnail .thumb:hover {
    opacity: .5;
    background-color: #111;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.spinner.disable {
    display: none;
}

/*iframe#YT2, div#desc2, iframe#YT1, div#desc1*/
/*iframe#YT0,
div#desc0,
iframe#YT1,
div#desc1 {
    display: none;
}*/

iframe#YT1, div#desc1,
iframe#YT2, div#desc2,
iframe#YT3, div#desc3 {
    display: none;
}
.desc .foot {
    font-size: 12px;
}

#desc1 .desc .foot {
    font-size: 12px;
    text-indent: -5px;
}

.spinner {
    width: 70px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 45%;
    display: none;
}

.spinner>div {
    width: 18px;
    height: 18px;
    background-color: #fff;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

@media (min-width: 768px) {
    .resource-library .pancreatic-column,
    .resource-library .pancreatic-column-1 {
        padding: 8px 16px;
        /* box-shadow: 0px 3px 6px #00000029; */
        border: 1px solid #707070;
    }
}

@media (min-width: 767px) {
    .video-frame iframe {
        width: 640px;
        height: 340px;
        border: 0px;
        margin-bottom: -4px;
    }
    .desc {
        padding: 20px 75px 10px 10px;
    }
    .video-callouts {
        padding: 0;
    }
    .thumbnail .col-xs-12 {
        margin-left: 16px;
    }
    .thumbnail .col-xs-12:nth-child(1) div.thumb {
        margin-top: 30px;
    }
     .thumbnail .col-xs-12:nth-child(2) div.thumb {
        margin-top: 30px;
    }
    .video-library .tab-head-container {
        max-width: 1060px;
        margin: 25px auto 24px;
    }
    .video-library .tab-head-container .tabs-body {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between;
        transform: skewX(10deg);
    }
    .video-library .tab-links {
        margin-top: 24px;
    }
    .video-library .container-center.thumbnail .col-sm-4 {
        width: 31.5%;
    }
    .video-library .tab-head-container .tab-heading h1 {
        margin-top: 10px;
    }
}



@media (max-width: 767px) {
    .video-frame iframe {
        border: 0px;
        margin-bottom: -4px;
    }
    .grid .thumbnail .thumb {
        margin-top: 15px;
    }
    .video-callouts {
        margin-top: 0px;
        margin-bottom: 20px;
        padding-top: 20px;
    }
    .thumbnail .thumb-head {
        margin-top: 15px;
    }
    .thumbnail .col-xs-12:nth-child(1) div.thumb-head {
        margin-top: 0px;
    }
    body.video-library.esmo-body #maincontent {
        margin-top: 130px !important;
    }
    .desc p.desc-head, .desc h2.desc-head {
        margin-top: 10px;
    }
    .video-library .tab-head-container .tabs-body {
        flex-direction: column;
    }
    .video-library .tab-head-container {
        transform: none;
    }
    .video-library .tab-heading {
        order: 1;
    }
    .video-library .tab-head-container {
        margin-top: 0;
        margin-bottom: 0;
        /*margin-bottom: 25px;*/
        padding: 0 12px 16px;
    }
    .video-library .tab-links>nav a.nav-item {
        text-align: center;
        width: 113px;
        display: block;
        line-height: 20px;
        padding: 8px 10px !important;
    }
    .video-library .tab-head-container .tab-heading h1 {
        margin: 30px 10px 15px;
    }
    .video-library .tab-links {
        display: block;
        margin: 0 auto;
    }
    .tab-active,
    .video-library .tab-links>nav a.nav-item:active,
    .video-library .tab-links>nav a.nav-item:focus,
    .video-library .tab-links>nav a.nav-item:hover {
        border-bottom: 0px solid #FFFFFF;
    }
    .patient-res,
    .hcp-res {
        margin: 24px auto;
    }
.pancreatic-column-1.oc-res-ar-card-section {
    padding: 8px 20px;
}

.pancreatic-column-1.oc-res-ar-card-section .col-12.col-md-12.pan-sec-col {
    padding-left: 14px;
}
}
@media (min-width:768px) and (max-width: 820px){

    .resource-library .hcp-res .pancreatic-column-1 {
        min-height: 366px!important;
    }
    .thumbnail .thumb-head h2 {
    font-size: 14px;
  }
}
@media (min-width:821px) and (max-width: 880px){

    .resource-library .hcp-res .pancreatic-column-1 {
        min-height: 346px!important;
    }
}

@media (min-width:824px) and (max-width: 1023px) {
    .thumbnail .col-xs-12:nth-child(3) div.thumb,
    .thumbnail .col-xs-12:nth-child(2) div.thumb {
        margin-top: 30px;
    }
    .thumbnail .thumb-head p, .thumbnail .thumb-head 2 {
        max-width: 280px;
    }
}

@media only screen and (min-width: 767px) and (max-width: 1024px) and (orientation:portrait) {
    .video-callouts {
        margin-top: 0px;
        margin-bottom: 20px;
        padding-top: 20px;
    }
    .video-frame iframe {
        width: 475px;
        height: 265px;
        border: 0px;
        margin-bottom: -4px;
    }
    .desc {
        padding: 20px 10px 10px 10px;
    }
    .thumbnail-2 img.mic {
        height: 125px;
    }
    .thumdes p {
        margin-left: -100px;
        margin-top: 13px;
    }
    .video-library .tab-links>nav a.nav-item {
        padding: 20px 26px 15px;
    }
    .thumbnail .col-xs-12 {
        margin-left: 10px;
    }
}

@media only screen and (min-width: 767px) and (max-width: 1024px) and (orientation:landscape) {
    .video-callouts {
        margin-top: 0px;
        margin-bottom: 20px;
        padding-top: 20px;
        padding-left: 20px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1023px) {
    .video-callouts {
        margin-top: 0px;
        margin-bottom: 20px;
        padding-top: 20px;
    }
    .video-frame iframe {
        width: 475px;
        height: 265px;
        border: 0px;
        margin-bottom: -4px;
    }
    .desc {
        padding: 20px 10px 10px 10px;
    }
    .thumbnail-2 img.mic {
        height: 125px;
    }
}

@media only screen and (min-width:376px) and (max-width: 767px) {
    .grid .thumbnail .thumb img {
        height: 100%;
    }
}

.video-library .text-break-all {
    word-break: unset;
}

@media (min-width:320px) and (max-width: 374px) {
    .video-library .tab-links>nav a.nav-item {
        width: 95px;
    }
    .video-library .tab-links>nav a.nav-item{
		    font-size: 17px;
			padding: 8px 8px !important;
	}        
}

@media only screen and (min-width: 767px) and (max-width: 1023px) {
    #tab-opener-1>a {
        padding: 20px 20px 15px;
    }
    #tab-opener-2>a {
        padding: 20px 35px 15px;
    }
    #tab-opener-3>a {
        padding: 20px 10px 15px;
    }
    .video-library .tab-head-container {
        width: 97%;
        margin-bottom: 0;
    }
}


/****Fluidic******/

@media (min-width: 1024px) and (max-width: 1079px) {
    .video-library .tab-head-container {
        width: 96%;
    }
}


/* for hcp resources tab */
.resource-library .below-head h2,
.resource-library .below-head p {
    font-size: 20px;
    line-height: 22px;
    color: #004D74;
    font-family: 'Roboto-Bold';
    margin: 0;
    margin-bottom: 12px;
}

.resource-library .double-pan-column {
    padding-top: 24px;
    padding-right: 12px;
    padding-left: 12px;
}
.resource-library .pan-col-head h2,
.resource-library .pan-col-head p {
    font-size: 18px;
    line-height: 22px;
    color: #004D74;
    font-family: 'Roboto-Bold';
}

.resource-library .card-img {
    width: 150px;
    height: auto;
}


.resource-library .card-img-m {
    width: 100px;
    height: auto;
}

.resource-library .pan-sec-col {
    padding-left: 20px;
    padding-right: 20px;
}

.resource-library .patient-res .pan-sec-col {
    padding-left: 5px;
    padding-right: 20px;
}

.resource-library .pan-col-text,
.resource-library .pan-col-text.patient-text {
    font-size: 16px;
    line-height: 20px;
    color: #000;
    font-family: 'Roboto-Regular';
}

.resource-library .download-button {
    padding: 0 0 10px;
    background: none;
    border: none;
    padding-bottom: 0;
}

.resource-library .download-button a img.download-arrow {
    position: relative;
    bottom: 2px;
}

.resource-library .download-button a {
    font-size: 18px;
    line-height: 24px;
    font-family: 'Roboto-Bold';
    font-style: italic;
    color: #004D74;
}

.resource-library .download-button a:hover {
    text-decoration: none;
}

.resource-library .download-button a em {
    text-decoration: underline;
    margin-right: 5px;
}

@media (min-width: 767px) {
	.col-xs-12.col-sm-6.double-pan-column.hcp-res-box3 {
    	clear: left;
	}
    .resource-library .double-pan-column {
        width: 49%;
    }
    .resource-library .pancreatic-column-1 {
        margin-left: 0;
        min-height: 260px;
    }
    .resource-library .hcp-res .pancreatic-column-1 {
        min-height: 295px;
    }
	
    .resource-library .pan-col-head p, .resource-library .pan-col-head h2 {
        margin-bottom: 17px;
    }

}

@media (min-width: 992px) {
    .resource-library .pancreatic-column,
    .resource-library .pancreatic-column-1 {
        /* width: 490px; */
        width: auto;
        min-height: 220px;
    }

    .resource-library .hcp-res .pancreatic-column-1 {
       /* min-height: 249px;*/
    	/*padding-top: 10px;*/
    }  
	.resource-library .hcp-res .double-pan-column:last-child .pancreatic-column-1 {
       /* min-height: 218px;*/
    }
    .resource-library .card-img-m {
        display: none;
    }
}

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

    .resource-library .card-img {
        display: none;
    }
	.resource-library .below-head h2,
    .resource-library .below-head p {
        font-size: 18px !important;
    	line-height: 22px !important;
    }
    .resource-library .pan-col-head h2,
    .resource-library .pan-col-head p {
        font-size: 16px;
        line-height: 22px;
        margin: 10px 0;
    }
.mob-nowrap{
white-space: nowrap;
    font-style: inherit;
}
	.resource-library .patient-res .pan-col-head p {
    	margin-bottom: 15px;
    }
    .resource-library .pan-col-text {
        font-size: 16px;
        line-height: 20px;
    }
    .pancreatic-column-1 .row {
        display: flex;
    }
    .resource-library .pan-sec-col {
        padding-left: 0;
        padding-right: 10px;
        margin-top: -4px;
    }
}

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

    .below-head {
        /*border-bottom: 1px solid #707070;*/
        padding-bottom: 20px;
        position: relative;
    }
    #patient-resources .below-head{
		padding-bottom: 0;
    }    
	#patient-resources .below-head::before{
	    content: "";
		border: none;
	}
    .head-description{ 
            position : relative;     
            padding-bottom: 20px;
    }        
    .head-description::after {
        content: "";
        position: absolute;
        left: -20px;
        bottom: 0;
        height: 1px;
        width: calc(100% + 40px);
        border-bottom: 1px solid #707070;
    }        
	.below-head::before {
        content: "";
        position: absolute;
        left: -20px;
        bottom: 0;
        height: 1px;
        width: calc(100% + 40px);
        border-bottom: 1px solid #707070;
    }

    .resource-library .pancreatic-column,
    .resource-library .pancreatic-column-1 {
        padding: 8px 16px;
        /* box-shadow: 0px 3px 6px #00000029; */
        /*border: 1px solid #707070;*/
        /*border-bottom: 1px solid #707070 !important;*/
    	position: relative;
    }

    .resource-library .pancreatic-column-1::before {
        content: "";
        position: absolute;
        left: -5px;
        bottom: 0;
        height: 1px;
        width: calc(100% + 10px);
        border-bottom: 1px solid #707070;
    }

    .resource-library .double-pan-column {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 0;
        padding-left: 0;
    	padding:0;
    }
.video-frame {
    max-width: 315px;
    margin: 0 auto;
}
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .video-library .tab-head-container .tab-heading h1 {
        font-size: 22px;
        margin-top: 20px;
    }
	.video-frame iframe {
    	width: 475px;
    	height: 265px;
    }
    .thumbnail .thumbnail-2 img.mic {
    	height: auto;               
	}
    .thumbnail .thumb img:nth-child(1) {
    	height: auto;
	}
    .video-library .container-center.thumbnail .col-sm-4 {
    	width: 30%;
	}
    .thumbnail .thumb-head h2 {
    	height: 75px;
	}
	.thumbnail div.thumb {
    	margin-top: 0px !important;
	}
	.video-callouts > div {
    	max-width: fit-content;
	}
	.container-center.clearfix.video-callouts {
    	margin: 20px;
    	padding: 0;
	}
     .video-callouts > div:first-child {
    	padding-left: 0;
	}
    .resource-library .patient-res .pancreatic-column-1 {
    	min-height: 256px !important;
	}
}


/* for patient resources tab */

.visit-link {
    width: 100%;
    margin-top: 24px;
}

.visit-link a.btn {
    background: #004D74;
    border-radius: 0;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    font-family: 'Roboto-Bold';
    font-style: normal;
    width: 100%;
    text-align: center;
    padding: 13px;
    position: relative;
    padding-right: 35px;
    transform: skewX(-10deg);
}

.visit-link a.btn::after {
    content: " ";
    width: 12px;
    height: 11px;
    border: 3px solid #ffffff;
    position: absolute;
    right: 48px;
    top: 16px;
    transform: rotate(134deg);
    border-bottom: none;
    border-right: none;
}

.patient-res .mobile_only {
    display: none;
}

@media (min-width: 767px) {
    .resource-library .patient-res .pancreatic-column,
    .resource-library .patient-res .pancreatic-column-1 {
        width: auto;
        min-height: 363px;
    }
}

@media (min-width: 992px) {
    .resource-library .patient-res .pancreatic-column,
    .resource-library .patient-res .pancreatic-column-1 {
        width: auto;
        min-height: 256px !important;
    }
    .visit-link {
        width: 100%;
        margin-top: 18px;
        position: absolute;
        max-width: 280px;
        top: 120px;
    }

 .resource-library .patient-res .card-img {
    max-width: 100px;
    display: block;
    margin: auto;
}

}

@media (min-width: 1199px) {
    .visit-link {
        max-width: 288px;
    }
}

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

    .visit-link {
        padding: 0 18px;
    }
    .visit-link a.btn {
        font-size: 16px;
    }
    .patient-res .desktop_only {
        display: none;
    }
    .patient-res .mobile_only {
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    .visit-link {
        width: 100%;
        margin-top: 18px;
        margin-bottom: 10px;
    }
    .visit-link a.btn::after {
        right: 60px;
    }

}
