/*#tab-opener-2,#tab-opener-3{
	display: none !important;
}*/
#tab-opener-2,
#tab-opener-3 {
    display: none !important;
}

.nolink-pdf {
    pointer-events: none;
}

/*div#tab-opener-3 {
    display: none;
}*/
#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;
    font-family: 'Roboto-Bold';
    font-style: italic;
    color: #FFFFFF;
    line-height: 35px;
}

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

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

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

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

p.head-description.head-description1 {
    padding-top: 9px;
    font-size: 16px;
}

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

.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 {
    font-size: 16px;
    line-height: 20px;
    font-family: "Roboto-Bold";
    color: #004D74;
}

.thumbnail .thumb-head p {
    font-size: 16px;
    line-height: 20px;
    font-family: "Roboto-Bold";
    color: #333;
}


/*.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 {
    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;
    }

    .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 #maincontent {
        margin-top: 96px !important;
    }

    .desc p.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;*/
        padding: 8px 7px !important;
    }

    #tab-opener-1>a {
        /* width: 165px !important; */
        width: auto !important;
    }

    #tab-opener-3>a {
        margin-left: 5px;
        /* width: 172px !important;*/
        width: auto !important;
    }



    .video-library .tab-head-container .tab-heading h1 {
        margin: 30px 10px 15px;
    }

    p.head-description.head-description1 {
        font-size: 16px;
        padding-top: 0px;
    }

    .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;
    }
}

@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 {
        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 !important;
    }

    .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: 25px;
    line-height: 30px;
    color: #004D74;
    font-family: 'Roboto-Bold';
    margin: 0;
}

.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 .patient-res .card-img {
    width: 134px;
    height: auto;
}

.resource-library .patient-res .card-img1 {
    max-width: 100px;
}

.resource-library .card-img-m {
    width: 125px;
    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: #6810D4;
}

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

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

@media (min-width: 768px) {
    /* .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: 325px; */
        /* height: auto; */
    }

    .resource-library .pan-col-head h2,
    .resource-library .pan-col-head p {
        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: 217px;
    }

    .resource-library .double-pan-column:nth-child(1) .pancreatic-column-1,
    .resource-library .double-pan-column:nth-child(2) .pancreatic-column-1 {
        height: 260px;
    }

    /* .resource-library .card-img-m {
        display: none;
    } */

    .hcp-res.patient-res.patient-res1 {
        /*margin: 24px 0px 24px 125px;*/
    }

    .patient-res,
    .hcp-res1 {
        max-width: 1070px;
        padding: 0px;
    }
}
@media only screen and (min-width: 993px) { 
    .resource-library .card-img-m {
        display: none;
    }
}
@media only screen and (max-width: 992px) {
    .resource-library .card-img {
        display: none;
    }

    .resource-library .below-head p {
        font-size: 25px;
        line-height: 30px;
    }

    .resource-library .pan-col-head h2,
    .resource-library .pan-col-head p {
        font-size: 18px;
        line-height: 22px;
    }

    .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;
    }

    .below-head::before {
        content: "";
        position: absolute;
        left: -20px;
        bottom: 0;
        height: 1px;
        width: calc(100% + 40px);
        border-bottom: 1px solid #707070;
    }

    .below-head.pat-res-head.pat-res-head1::before {
        border-bottom: none !important;
    }

    .head-description::after {
        border-bottom: 1px solid #707070;
    }

    /*added for resources div box border start*/

    .row1 {
        margin-right: -5px !important;
        margin-left: -1px !important;
    }

    .col-xs-12.col-sm-6.double-pan-column1 {
        border: 1px solid #707070 !important;
        margin: 0px 0px 25px 0px !important;
    }

    .resource-library .pancreatic-column-2::before {
        border-bottom: none !important;
    }

    .resource-library .patient-res .pan-sec-col1 {
        padding-right: 21px !important;
    }

    .resource-library .card-img-m1 {
        width: 100px;
    }

    .col-xs-12.col-sm-6.double-pan-column.double-pan-column11 {
        margin-bottom: -19px !important;
    }

    /*added for resources div box border end*/

    .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;
    }
}

@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;
    }
}


/* 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: 250.33px;
    }

    .visit-link {
        width: 100%;
        margin-top: 24px;
        position: absolute;
        max-width: 280px;
        top: 120px;
    }
}

@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;
    }
}

@media only screen and (min-width: 1920px) and (max-width: 1920px) {
    .hcp-res.patient-res.patient-res1 {
        /* margin-left: 412px;*/
    }
}

/***********RV purpose*********/
@media (max-width: 767px) {
    .video-library .tab-links {
        margin-left: auto !important;
    }
}