/*========= Plugin Modifying CSS =========*/

/*====== WPML ======*/
.otgs-development-site-front-end {
    display: none !important;
}

.wpml-ls-legacy-list-horizontal {
    background: #001489;
    margin-bottom: 0 !important;
}

.wpml-ls-link:hover {
    background: #001489;
    color: white;
}

/*Contact Forms 7*/
.wpcf7-submit {
    background-color: #0A246A;
    border: 0.1rem solid #0A246A;
    border-radius: .4rem;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    /*font-size: 0.8rem;*/
    font-weight: 500;
    height: 3.8rem;
    letter-spacing: .1rem;
    line-height: 3.8rem;
    padding: 0 2rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

/*
################################################################################
                               GENERAL
################################################################################
*/

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

body {
    color: #606c76;
    margin: 0;
    padding: 0;
    background: #f2f2f2;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.4;
    position: relative;
    overflow-x: hidden;
    font-family: 'Raleway', Arial, sans-serif;
}

a, button {
    color: #0A246A;
    transition: background .3s ease-in-out;
    outline: none !important;
}

/* Prevent ugly blue glow on chrome and safari */
a:hover {
    text-decoration: none;
    cursor: pointer;
}

a:empty {
    display: none;
}

sup {
    vertical-align: super;
    font-size: smaller;
}

main {
    background: #f2f2f2;
    padding: 2rem 0;
    max-width: 66rem;
    margin: 0 2rem;
}

main hr {
    padding: 0;
    margin: 0;
}

main section {
    padding: 1.25rem 2rem;
    font-size: 1rem;
    max-width: 112rem;
}

.main-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    row-gap: 2rem;
}

.button, button {
    border: 2px solid;
    border-radius: 6px;
    color: #001489;
    padding: .5rem 0.5rem;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1.2rem;
    background-color: white;
    /*font-weight: 400;*/
    font-weight: 300;
    cursor: pointer;
}

.mobile.button {
    display: block;
}

.desktop.button {
    display: none;
}

.button:hover, button:hover {
    background: #001489;
    color: white;
}

table {
    font-size: 1rem;
    justify-content: center;
    display: flex;
    padding: 1rem .5rem;
    /* margin-top: 21px; */
}

th {
    text-align: right;
    padding: 4px 7px;
    padding-left: 1rem;
}

td {
    padding: 4px 7px;
    /*padding-right: 2rem;*/
}

.right-border {
    border-right: 1px solid #bdd1e7;
}

.bottom-border {
    border-bottom: 1px solid #bdd1e7;
}

ul {
    list-style-position: inside;
}

ul li {
    font-size: 1rem;
    margin-left: 2rem;
    list-style-position: outside;
}

ul li::marker {
    color: #bdd1e7;
    font-size: 1.2rem;
}

main button {
    display: block;
    margin: 40px auto 40px;
    min-width: 13rem;
}

.circle-button {
    color: #001489;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    background-color: #f6f6f6;
    border-radius: 50%;
    margin-top: 20px;
    border: 2px solid #001489;
    cursor: pointer;
    transition: all 0.3s;
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    text-decoration: none;
}

.circle-button:hover {
    color: #FFFFFF;
    border-radius: 50%;
    margin-top: 20px;
    background-color: #001489;
    border: 2px solid #001489;
    transition: all 300ms;
}

.back-to-top {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    background-color: #f2f2f2;
    padding: .7rem 1rem;
    border-radius: 15%;
    border: 2px solid #001489;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .5);

}

/*======================== FONTS ========================*/

h1 {
    font-weight: 500;
    font-size: 1.5rem;
    color: #001489;
    text-transform: uppercase;
}

h2 {
    font-size: 1.5rem;
    color: #001489;
    padding: 11px 0;
}

h3 {
    color: #001489;
}

h4 {
    font-size: 18px;
    letter-spacing: normal;
}

h5 {
    font-weight: 500;
    margin: 0;
    font-size: 12px;
}

hr {
    width: 100%;
    border-top: 2px solid #001489;
}

.product-details h1, .instructions h1, .resources h1, .product-order h1, .contact h1, .news h1, .about h1 {
    padding: 0.5rem 0;
}

/*======================== NAVBAR ========================*/

/* Style the navigation menu */
.topnav {
    overflow: hidden;
    background-color: #f2f2f2;
    border-top: 5px solid #0A246A;
    border-bottom: 1px solid #eaeaea;
    /*position: relative;*/
}

/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
    display: none;
}

.topnav ul {
    margin: 0;
}

.topnav ul li {
    list-style-type: none;
    text-align: center;
    margin: 0;
}

/* Style navigation menu links */
.topnav a {
    color: #0A246A;
    padding: 1rem;
    text-decoration: none;
    font-size: 1rem;
    display: block;
    text-transform: uppercase;
}

/* Style the hamburger menu */
.topnav a.icon {
    background: #f2f2f2;
    display: block;
    text-align: right;
}

.topnav a.icon:hover {
    background: #f2f2f2;
}

/* unvisited link */
.topnav a:link {
    color: #0A246A;
    padding: 1rem;
    text-decoration: none;
    font-size: .8rem;
    display: block;
    text-transform: uppercase;
}

/* mouseover link */
.topnav a:hover {
    background-color: #ddd;
    color: #333;
}

/* Selected link */
.topnav a:active, .active {
    font-weight: 700;
    border-bottom: 2px solid #0a246a;
}

/*======================== LANGUAGE SELECTOR SLIDEOUT ========================*/

#slideOut {
    position: fixed;
    width: 300px;
    height: 800px;
    top: 5.8rem;
    right: -300px;
    /* Animation  */
    transition-property: all;
    transition-duration: .5s;
    z-index: 99;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}


/* Display slideOut */

.showSlideOut {
    right: -130px !important;
}

/* Tab */

.slideOutTab {
    margin-top: 1rem;
    position: absolute;
    left: -40px;
    height: 50px;
    width: 40px;
    background: #001489;
    border-radius: 15px 0px 0px 15px;
}

.slideOutTab div {
    text-align: center;
    cursor: pointer;
    position: relative;
    right: -.6rem;
    top: .6rem;
    font-size: 1.5rem;
    color: white;
    width: min-content;
    writing-mode: lr-tb;
}

.modal-tab {
    background: white;
    border-radius: 15px 0px 0px 15px;
    padding: 1rem;
    border: 0.1px solid #e8e8e8;
}

.modal-content h4 {
    border-bottom: solid 1px black;
    font-size: .8rem;
}

.wpml-ls-legacy-list-vertical a {
    border: none;
}

.modal-body .wpml-ls-statics-shortcode_actions .wpml-ls-current-language > a {
    color: white;
    font-weight: 700;
    background: #001489;
    width: 100%;
}

.modal-body .wpml-ls-statics-shortcode_actions {
    background: white;
    border: none;
    width: 100%;
}

.modal-body ul li {
    font-size: .9rem;
}

/*======================== HEADER ========================*/

header {
    background-image: url("/wp-content/themes/blescath-by-terabit/assets/img/dotted_bg_20.jpg");
    background-position: center;
    background-repeat: repeat;
    background-size: contain;
    padding-bottom: 1px;
    margin-bottom: 1rem;
    box-shadow: 0 0 12px rgb(0 0 0 / 10%);
}

#home header {
    margin-bottom: 0;
    box-shadow: 0 0 12px rgba(0, 0, 0, .1);
    padding-top: .5rem;
    min-height: 12rem;
}

.animate__fadeIn {
    animation-duration: 2s;
}

header section {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin: 1rem auto;
}

header img {
    width: 10.5rem;
}

.logo-top {
    width: 25rem;
    transform: none !important;
    margin: 0 auto;
}

/*Video Banner*/

.hero-video-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: min-content min-content min-content;
    position: relative;
    height: 100vh;
    z-index: -1;
}

.hero-video-container {
    grid-row: 2/2;
    grid-column: 1/1;
    overflow: hidden;
    box-shadow: 0 0 12px rgba(0, 0, 0, .1);
}

.hero-video {
    width: 100%;
    max-height: 100%;
    /*margin-top: -8rem;*/
}

.hero-video-grid a {
    grid-column: 1/1;
    grid-row: 2/2;
    align-self: end;
    justify-self: center;
    padding-bottom: 1rem;
}


.logo-wt-text {
    grid-row: 1/1;
    grid-column: 1/1;
    background: white;
    z-index: 10;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: min-content min-content;
    height: min-content;
    padding: 2rem;
}

.logo-wt-text img {
    width: 25rem;
    transform: none !important;
    margin: 0 auto;
}


.logo-wt-text h2 {
    display: block;
    font-size: 1.5rem !important;
    text-align: center;
    letter-spacing: .5rem;
}

#scrollbottom.animate__pulse {
    animation-iteration-count: infinite;
}


/*======================== FOOTER ========================*/

footer {
    background-color: #001489;
    margin-top: 8.5rem;
    color: white;
    margin-top: 0;
}

footer .grid-container {
    display: grid;
    max-width: 45rem;
    margin: 0 auto;
    padding: 2.5rem 0 0;
    row-gap: 1.5rem;
}

.main-foot-logo {
    width: 35%;
    justify-self: center;
}

.other-foot-logo {
    display: grid;
    justify-items: center;
    row-gap: 1.5rem;

}

.other-foot-logo a.neo {
    width: 30%;
}

.other-foot-logo a.bles {
    width: 30%;
}

a.bbchem img, a.neo img, a.bles img {
    transition: transform ease .2s;
}

a.bbchem img:hover, a.neo img:hover, a.bles img:hover {
    transform: scale(1.1);
}

.footer-address {
    background-color: #001068;
    width: 100%;
}

footer address {
    font-size: 0.8rem;
    font-style: normal;
    text-align: center;
}

.site-credit {
    font-size: 0.8rem;
    background: #000c50;
    padding: .5rem 0;
    margin: 0;
    text-align: center;
}

footer p:nth-of-type(2) {
    text-align: center;
    font-size: 1rem;
    padding: .75rem 0;
    margin: 0;
}


footer address span {
    font-size: 1.125rem;
    /*font-weight: 400;*/
    font-weight: 300;
    text-decoration: none;
}

footer a {
    color: #fff;
    text-decoration: none;
    font-style: normal;
}

footer a:hover {
    color: rgba(192, 192, 192, 0.5);
}

footer address a {
    font-size: 0.8rem;
}

/*Footer Links Menu*/

.footer-links {
    border-top: 1px solid #f6f6f6;
    background-color: #fff;
    padding: 1.5rem;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.foot-container {
    display: grid;
    max-width: 72%;
    margin: 0 auto;
    line-height: 1.5;
    text-transform: uppercase;
    justify-content: center;
    text-align: center;
}

.foot-container h5 {
    font-size: 1.2rem;
    padding-bottom: .5rem;
}

.foot-column {
    padding-bottom: .5rem;
}

.foot-column ul {
    margin: 0;
}

.foot-column ul li {
    font-size: .8rem;
    list-style-type: none;
    margin-left: 0;
}

.foot-column li a {
    color: #001489;
    text-decoration: none;
}

.foot-column li.active {
    border-bottom: none;
}

/*
################################################################################
                               Warning
################################################################################
*/


.warning-bg {
    position: absolute;
    padding: 10rem 0;
    background: rgba(0, 0, 0, .85);
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 5;
    display: block;
}

.warning-bg.showing {
    display: block;
}

.clear {
    clear: both;
}

.warning-module {
    margin: auto;
    border: 1px solid #001489;
    border-radius: 4px;
    background: #001489;
    text-align: center;
    width: 70%;
    padding: 20px;
    display: block;
    box-shadow: 0 0 12px rgba(0, 0, 0, .8);
    color: #222;
}

.warn-button {
    display: block;
    font-size: 1rem;
    white-space: normal;
    margin: auto;
    margin-top: 20px;
    height: auto;
    line-height: normal;
    width: 100%;
    padding: 12px;
    color: #fff;
    background-color: #001489;
    border: 0.1rem solid #fff;
}

.warn-button a {
    text-align: center !important;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
}
.warn-button:hover {
    background: #5060bd;
    color: #ffffff;
}

.question {
    font-size: 1rem;
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
    margin-top: 40px;
}
.warning-logo {
    max-width: 64%;
    margin-bottom: 10px;
}

/*.table-desktop td{*/
/*    margin:0;*/
/*}*/

/*
################################################################################
                               HOMEPAGE
################################################################################
*/

/* -------------- Splide JS Slider Styles --------------- */

.splideContainer {
    box-shadow: 0 0 12px rgba(0, 0, 0, .1);
    background-image: url("/wp-content/themes/blescath-by-terabit/assets/img/dotted_bg_20.jpg");
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
}

.splide__arrow svg {
    fill: white;
}

.sl-container {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 3rem;
    padding: 2rem 4rem;
    overflow: hidden;
}

.front-logo {
    height: 15rem;
    display: grid;
    align-items: center;
    transform: none !important;
}


.front-logo h2 {
    display: block;
    font-size: 1.2rem !important;
    text-align: center;
    align-self: start;
    letter-spacing: .7rem;
}


.col-1 {
    grid-row: 1/1;
    grid-column: 1/1;
}

.slider-text p {
    margin: 0;
}

.col-1 h2 {
    font-style: normal;
    font-size: 1.2rem;
}

.col-2 {
    display: grid;
    align-items: center;
    justify-items: center;
    justify-content: center;
    min-height: 10rem;
}

.col-2 > div.cath {
    width: 100%;
    opacity: 0%;
}

div.cath img {
    display: block;
}

.fade-in-right {
    -webkit-animation: fade-in-right 1.2s ease-in 0.5s both;
    animation: fade-in-right 1.2s ease-in 0.5s both;
}

@-webkit-keyframes fade-in-right {
    0% {
        -webkit-transform: translateX(5rem);
        transform: translateX(5rem);
        opacity: 0;
        filter: blur(3rem);

    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1 !important;
        filter: blur(0);
    }
}

@keyframes fade-in-right {
    0% {
        -webkit-transform: translateX(5rem);
        transform: translateX(5rem);
        opacity: 0;
        filter: blur(3rem);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
        filter: blur(0);
    }
}

.front-logo img {
    display: block;
    height: 100%;
    width: auto;
}

/*
################################################################################
                              INSTRUCTIONS FOR USE PAGE
################################################################################
*/


.instructions a {
    display: block;
    margin: 2rem auto;
    max-width: 15rem;
}

/* Accordian -------------------------------------------------------------- */

.instructions ol {
    margin-left: 1.5rem;
}

.instructions ol li {
    margin-bottom: .5rem;
    font-size: 1rem;
}

.instructions article {
    margin-top: 2rem;
}

.video-container {
    overflow: hidden;
    position: relative;
    width: 100%;
    border-radius: 1rem;
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.accordian {
    background-image: url("/wp-content/themes/blescath-by-terabit/assets/img/dotted_bg_20.jpg");
    background-position: bottom;
    background-repeat: repeat;
    background-size: contain;
    border-radius: 12px;
    text-align: left;
    border: 1px solid rgba(0, 0, 0, .2);
    margin: 2rem 0;
    position: relative;
}

.accordian h3 {
    font-size: 13px;
    text-align: left;
    text-transform: uppercase;
    color: #0A246A;
    margin: 0;
    padding: 12px;
    border-top: 1px solid rgba(0, 0, 0, .2);
    font-weight: 500;
}

.accordian h3:first-child {
    border-top: none
}

.accordian-content {
    font-size: 13px;
    height: 0;
    overflow: hidden;
    /*background-color: #FFF;*/
    transition: height 300ms;
}

.accordian-content.showing {
    display: block;
    border-top: 1px solid #CCC;
    height: 300px;
    transition: height 300ms;
}

.accordian-content p {
    padding: 0 20px;
    font-size: 1rem;
}

.accordian-content div {
    padding: 20px;
}

.small-circle-icon {
    display: inline;
    float: right;
    height: 17px;
    width: 17px;
    border-radius: 50%;
    top: 2px;
    color: #fff;
    position: relative;
    background-image: url(/wp-content/themes/blescath-by-terabit/assets/img/empty-circle.png)
}

.active .small-circle-icon {
    background-image: url(/wp-content/themes/blescath-by-terabit/assets/img/full-circle.png)
}

.small-circle-icon.left {
    float: left;
    margin-right: 10px;
    top: 30px;
    position: absolute;
    left: 12px;
}

.bullet {
    display: none;
    float: right;
    height: 9px;
    width: 9px;
    border-radius: 50%;
    margin-top: 2px;
    color: #fff;
    position: absolute;
    background: #0A246A;
    left: 4px;
    opacity: 0;
    transition: 400ms;
}

.accordian .fa-chevron-up {
    opacity: .5;
}

.down-buttons {
    display: grid;
    row-gap: 1rem;
}

.down-buttons div > a {
    font-size: 1rem;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

main.resources article.literature {
    background: none;
    border: none;
    max-width: 43rem;
    display: block;
    margin: 0 auto;
}

.disclaimer small {
    text-align: center;
    font-style: italic;
}

/*
################################################################################
                              CONTACT PAGE
################################################################################
*/

main.contact > article {
    display: grid;
}

main.contact > article address {
    font-style: normal;
}


input[type="text"], input[type="email"], textarea {
    background-color: #fff;
}

input[type='email'], input[type='number'], input[type='password'], input[type='search'], input[type='tel'], input[type='text'], input[type='url'], textarea, select {
    background-color: white;
    border: 0.1rem solid #d1d1d1;
    border-radius: 0.4rem;
    box-shadow: none;
    box-sizing: inherit;
    padding: 0.6rem 1rem;
    width: 100%;
}

form input[type='checkbox'] {
    margin-bottom: 0;
}

fieldset, input, select, textarea {
    margin-bottom: 1.5rem;
}

form label {
    color: #333;
    font-weight: 500;
}

section.map {
    margin-top: -1rem;
}

.map-container {
    width: 100%;
    height: auto;
    padding-bottom: 1rem;
}

/*
################################################################################
                           CLINICAL EDUCATION PAGE
################################################################################
*/

/* Literature Review Slider */
.lit-cont {
    background-image: url("/wp-content/themes/blescath-by-terabit/assets/img/dotted_bg_20.jpg");
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
    min-height: 20rem;
    margin: 2rem .5rem;
    transition: all .1s ease-in;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 1rem;
    min-height: 30rem;
}

.lit-cont:hover {
    transform: scale(1.01);
}

.literature button {
    margin: .2rem;
    min-width: 0;
}

.splide__slide > .lit-cont h2 {
    font-size: 1.2rem;
    text-decoration: none;
    font-weight: 500;
}

.splide__slide > .lit-cont > a {
    text-decoration: none;
}

.splide__slide.is-prev > .lit-cont,
.splide__slide.is-next > .lit-cont {
    opacity: .3;
}


#loadMore {
    display: grid;
    justify-content: center;
    grid-template-columns: max-content max-content;
    column-gap: 1rem;
    align-content: center;
    align-items: center;
    padding-bottom: 2rem;
    font-size: 1.2rem;
}

#loadMore.animate__pulse {
    animation-iteration-count: infinite;
}

dt > p, dd > p {
    margin: 0;
}

dt {
    display: none; /*For LoadMore Function*/
    font-size: 18px;
    cursor: pointer;
    padding: 1.5rem 1.5rem 1.5rem 2.5rem;
    position: relative;
    background: white;
    border-radius: 1rem;
    margin-bottom: 1.5rem;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 0px 29px 0px;
    color: #0A246A !important;
    font-weight: 300;
}

dt.active {
    cursor: pointer;
    margin-bottom: 0;
    font-weight: 700;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

dd {
    display: none;
    font-size: 1rem;
    overflow: hidden;
    padding: 0 0em;
}

dd ul li {
    font-size: 1rem;
}

dd.showing {
    display: block;
    padding: 1rem 1.5rem;
    margin-left: 0;
    background: white;
    margin-bottom: 1rem;
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.animate__fadeInUp {
    animation-duration: .5s;
}

/*FAQ References*/

.references {
    padding-top: 0;
}

rft {
    display: flex;
    align-items: center;
    background: #001489;
    color: white;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 0px 29px 0px;
}

rft p {
    padding-left: .5rem;
    font-weight: 300;
    font-size: 1.2rem;
    text-transform: uppercase;
}

rft i {
    color: white;
    padding-left: .8rem;
}

rft.active {
    cursor: pointer;
}

rf {
    font-size: 1rem;
    overflow: hidden;
    padding: 0 2.5rem 0 2.5rem;
    display: none;
    background: white;
}


rf.showing {
    display: block;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
}


/*Other Resources */

.other-resources {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 3rem;
    row-gap: 1rem;
}

.other-resources a {
    text-decoration: none;
    transition: all .2s ease-in;
}

.other-resources a:hover {
    transform: scale(1.02);
}

.oth-grid {
    display: grid;
    grid-template-columns: 1.5fr max-content;
    padding: 1.5rem;
    border-bottom: #001489 solid 2px;
    background: white;
}

.oth-grid p {
    margin: 0;
    max-width: 90%
}

.oth-grid i {
    color: #001489;
    align-self: center;
    justify-self: center;
    font-size: 1.2rem;
}


/*
################################################################################
                               NEWS PAGE
################################################################################
*/

.news-container {
    display: grid;
    justify-items: center;
    padding-top: 2rem;
}

.news-box {
    display: grid;
    row-gap: 3rem;
    justify-items: center;
}

.news-box a {
    text-decoration: none;
}

.news-card {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 1rem;
    background-image: url("/wp-content/themes/blescath-by-terabit/assets/img/dotted_bg_20.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all ease .3s;
    height: 100%
}

.news-card:hover {
    transform: scale(1.01);
}

.news-card h2 {
    padding: 0;
}

.badge {
    font-size: .8rem;
    background-color: #001489;
    color: white;
    margin: .5rem 0;
    border-radius: .3rem;
    padding: .2rem .5rem;
    width: max-content;
}

.news-single > .white-box > hr, .news-text hr {
    margin: 2rem 0;
}

/*
################################################################################
                               PRODUCT INFORMATION PAGE
################################################################################
*/
span.close{
    position: absolute;
    top: .5rem;
    right: .5rem;
    color: white;
    font-size: 5rem;
    cursor: pointer;
}
.animate__pulse {
    animation-iteration-count: infinite;
}

#cta-wrapper {
    visibility: hidden;
    width: 100%;
    height: 100%;
    bottom: 0;
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    right: 0;
}

#renderCanvas {
    width: 100%;
    height: 100%;
    touch-action: none;
}

#cta-wrapper h2 {
    font-size: 22px;
    line-height: 1.3em;
}

#cta-wrapper h4 {
    text-decoration: underline;
    line-height: 0.3em;
    color: #1c82ad;
    font-size: 16px;
}

#cta {
    position: absolute;
    bottom: 5%;
    right: 40%;
    max-width: 320px;
    height: 270px;
    margin: 0 auto;
    background-color: #eee;
    text-align: left;
    padding: 20px 0px 0px 40px;
    border-radius: 14px;
    box-shadow: 1px 1px 30px 0px rgb(0 0 0 / 15%);
    -webkit-box-shadow: 1px 1px 30px 0px rgb(0 0 0 / 15%);
    font-family: 'Open Sans', sans-serif;
    border: 3px solid #aaa;
    font-size: 14px;
    line-height: 1.6em;
}

#cta h3 {
    text-decoration: underline;
    font-weight: 600;
    font-size: 14px;
}

#cta strong {
    font-size: 14px;
    color: #333;
}

.icon-container {
    width: 100%;
    margin-top: 1rem;
    display: grid;
    justify-items: center;
    align-items: center;
    cursor: pointer;
}

.threedicon {
    width: 75%;
    transition: all ease-in .3s;
}

.threedicon::hover {
    width: 80%;
}

.product-details h2 {
    font-style: normal;
}

.product-d p {
    margin: 0 0 1rem 0;
}

.product-d-grid {
    display: grid;
    row-gap: 2rem;
}

.product-d-grid .white-box {
    padding: 2rem;
    margin: 0
}

.product-d-grid ul {
    margin: 0;
}

.white-box {
    /*background: #fff;*/
    border-radius: 0.75rem;
    border: 1px solid #e6e6e6;
    padding: 2rem;
    background-image: url("/wp-content/themes/blescath-by-terabit/assets/img/dotted_bg_20.jpg");
    background-position: bottom;
    background-repeat: repeat;
    background-size: contain;
}

.product-details .white-box:nth-of-type(4) {
    background-size: cover;
}


.white-box-alt {
    background: #fff;
    border-radius: 0.75rem;
    border: 1px solid #e6e6e6;
    padding: 2rem 4rem;

}

.lightblue-box {
    background: #E5EDF6;
    border-radius: 0.75rem;
    border: 1px solid #e6e6e6;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-right: 2rem;
    margin: .5rem 1rem;
    font-size: 1rem;
    /*text-indent: -1.5rem;*/
}


.lightblue-box li::marker {
    color: white;
}


.broc-buttons {
    display: grid;
    justify-content: center;
    row-gap: 1rem;
}

.broc-buttons a {
    font-size: 1rem;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: min-content;
    row-gap: 2rem;
    align-items: center;
}

a#curved, a#hockey {
    text-decoration: underline;
}

.blue {
    /*background:#E5EDF6;*/
    font-size: 1rem;
    position: relative;
    grid-column: 1/3;
}

.blue div:nth-child(1) {
    background: #E5EDF6;
    color: #001489 !important;
    padding: .5rem 1rem .5rem 1rem;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    border-bottom: 2px solid #0a246a;
}

.blue div:nth-child(2) {
    background: white;
    padding: .5rem 1rem .5rem 1rem;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    margin-bottom: 1.5rem;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 0px 29px 0px;
}

.hero-img {
    grid-column: 1/2;
    grid-row: 2/11;
    justify-self: center;
    padding-left: 1.5rem;
    width: 900%;
    z-index: -1;
}

.feat-5 {
    grid-row: 2/3;
    grid-column: 2/3;
}

.feat-1 {
    grid-row: 3/4;
    grid-column: 2/3;
}

.feat-6 {
    grid-row: 4/5;
    grid-column: 2/3;
}

.feat-9 {
    grid-row: 5/6;
    grid-column: 2/3;
}

.feat-3 {
    grid-row: 6/7;
    grid-column: 2/3;
}

.feat-3 small {
    font-size: .9rem;
    color: #4d4d4d !important;
}

.feat-2 {
    grid-row: 7/8;
    grid-column: 2/3;
}

.feat-7 {
    grid-row: 8/9;
    grid-column: 2/3;
}

.feat-4 {
    grid-row: 9/10;
    grid-column: 2/3;
}

.feat-8 {
    grid-row: 10/11;
    grid-column: 2/3;
}

.feature dt, .feature dd {
    font-size: 1rem;
}

.feature dt, .feature dt strong {
    color: #001489 !important;
}


/*
################################################################################
                               ABOUT PAGE
################################################################################
*/

.about .white-box {
    background-size: cover;
    margin-top: 2rem;
}

.abt-img-grid {
    display: grid;
    row-gap: 1rem;
    justify-content: center;
    justify-items: center;
}

.abt-img-grid img {
    width: 40%;
}

.ub {
    padding-left: 2rem;
}

/*------------------- Nav Menu from w3schools ----------------*/
/*----------------------- WPML ---------------------------------- */
.wpml-ls-flag {
    display: none !important;
}

/* ------------------------- Media Queries ---------------------- */

@media only screen and (min-width: 425px) {
    .button {
        padding: 0.5rem 1.5rem;
        min-width: 15rem;
    }

}


@media only screen and (min-width: 768px) {

    /*======================== GENERAL ========================*/
    body {
        margin-top: 0;
    }

    h1 {
        font-size: 2rem;
    }

    aside img {
        width: 34px;
        margin: 0 0 0 0px;
    }

    main article:nth-of-type(1) {
        margin: 0 auto;
        /*margin-top: 2.25rem;*/
    }

    main.home article:first-of-type {
        margin-top: 0;
    }

    .mobile.button {
        display: none;
    }

    .desktop.button {
        display: block;
    }

    .warning-module {
        width: 40%;
    }

    .warning-logo {
        width: 12rem;
    }

    /*======================== HEADER ========================*/
    header section {
        max-width: 68rem;
    }

    .logo-top {
        margin: 0;
    }


    /*======================== FOOTER ========================*/
    footer .grid-container {
        grid-template-columns: 1fr 1fr 1fr;
    }

    footer .grid-container .footer-address address {
        text-align: right;
    }

    .footer-address {
        background: none;
    }

    footer .grid-container {
        grid-template-columns: 1fr 1fr 1fr;
        row-gap: 0;
        padding-bottom: 1rem;
    }

    .main-foot-logo {
        width: 50%;
        justify-self: left;
    }

    .other-foot-logo {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: min-content;
        justify-items: center;
        row-gap: 0;
    }

    .other-foot-logo p {
        grid-row: 1/1;
        grid-column: 1/3;
        margin: 0;
    }

    .other-foot-logo a.neo {
        width: 100%;
        align-self: center;
    }

    .other-foot-logo a.bles {
        width: 70%;
        align-self: center;
    }

    .foot-container {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        justify-content: left;
        text-align: left;
    }

    address p {
        margin: 0;
    }

    /*
    ################################################################################
                              HOMEPAGE
    ################################################################################
    */
    /*!*FrontPage Slider Splide*!*/
    .front-logo h2 {
        font-size: 1.5rem !important;
        margin-top: -1rem;
    }

    .front-logo {
        height: 20rem;
    }

    .col-2 {
        min-height: 20rem;
    }

    /*
    ################################################################################
                              INSTRUCTIONS FOR USE PAGE
    ################################################################################
    */
    /*Accordian */
    .accordian h3 {
        font-size: 15px;
        text-align: left;
        margin: 0;
        padding: 12px;
        border-top: 1px solid rgba(0, 0, 0, .2);
        font-weight: 500;
        width: 33.3%;
        border-right: 1px solid #CCC;
    }

    .accordian-content {
        position: absolute;
        right: 0;
        width: 66%;
        top: 0;
        /*background: #FFF;*/
        border-radius: 22px;
        box-shadow: none;
        border: none;
    }

    .accordian-content.showing {
        position: absolute;
        right: 0;
        width: 66%;
        top: 0;
        /*background: #FFF;*/
        border-top: none;
    }

    /*Download Buttons*/
    .down-buttons {
        display: grid;
        grid-template-columns: repeat(3, min-content);
        justify-content: center;
        column-gap: 1rem;
        row-gap: 0;
    }


    /*
################################################################################
                               NEWS PAGE
################################################################################
*/
    .news-container {
        padding: 2rem;
    }

    .news-box {
        grid-template-columns: 1fr 1fr;
        column-gap: 1.5rem;
    }

    /*
################################################################################
                               CLINICAL EDUCATION PAGE
################################################################################
*/
    /*Literature Review Slider */
    .lit-cont {
        padding: 3rem;
        min-height: 25rem;
    }

    .splide__slide > .lit-cont h2 {
        font-size: 1.5rem;
    }

    /*Other Resources */
    .other-resources {
        grid-template-columns: 1fr 1fr;
    }


    /*
################################################################################
                         PRODUCT INFORMATION PAGE
################################################################################
*/
    .white-box {
        padding: 4rem;
    }


    .product-d-grid .white-box {
        padding: 2rem 4rem 2rem 4rem;
    }

    .hero-img {
        width: 400%;
        padding: 0;
    }

    /*
################################################################################
                               ABOUT PAGE
################################################################################
*/
    /*




################################################################################
                              CONTACT PAGE
################################################################################
*/
    main.contact > article {
        grid-template-columns: 1fr 1fr;
    }

    main.contact > article section {
        padding: 0;
    }

    .map-container {
        width: 60%;
        height: auto;
    }

}


@media only screen and (min-width: 992px) {

    /*======================== NAVBAR ========================*/
    .topnav a.icon {
        display: none;
    }

    .topnav #myLinks {
        display: block;
    }

    .topnav #myLinks ul {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-evenly;
    }

    .topnav a:hover {
        background: #f2f2f2;
        color: gray;
    }


    /*======================== GENERAL ========================*/
    main {
        margin: 0rem auto;
        max-width: 55rem;
    }

    aside {
        display: flex;
        justify-content: right;
        transform: rotate(-48deg);
        flex-direction: column;
        margin-left: 306px !important;
        margin-top: -237px;
    }

    aside img {
        width: 134px;
        transform: rotate(90deg);
    }

    table {
        font-size: 1.2rem;
    }

    .warning-module {
        width: 40%;
    }

    .warning-logo {
        width: 12rem;
    }

    /*======================== FONTS ========================*/
    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.5rem;
    }

    /*======================== HEADER ========================*/
    header section {
        justify-content: space-around;
        margin: 2rem auto 2rem auto;
    }

    /*Video Banner */
    .hero-video-grid {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
    }

    .hero-video-container {
        grid-row: 1/1;
        grid-column: 1/1;
        overflow: hidden;
        height: 90%;
    }

    .hero-video {
        width: 100%;
        max-height: unset;
        margin-top: -4rem;
    }

    .hero-video-grid a {
        grid-row: 1/1;
        grid-column: 1/1;
        align-self: end;
        justify-self: center;
        position: absolute;
        bottom: 6rem;
        padding-bottom: 0;
    }

    .logo-wt-text {
        grid-row: 1/1;
        grid-column: 1/1;
        margin: 4rem 0 0 6rem;
        padding: 0;
        background: none;
        grid-template-rows: min-content min-content;
        width: max-content;
    }

    .logo-wt-text img {
        width: 35rem;
        margin: unset;
    }


    .hero-video-overlay {
        grid-row: 1/1;
        grid-column: 1/1;
        opacity: .2;
        background-image: url("/wp-content/themes/blescath-by-terabit/assets/img/dotted_bg_20.jpg");
        background-position: bottom;
        background-repeat: repeat;
        background-size: contain;
        height: 90%;
        width: 100%;
    }

    /*======================== NAVBAR ========================*/
    .topnav a:link {
        font-size: 1rem;

    }

    nav {
        font-size: 1rem;;
    }

    nav ul {
        margin: 0 auto;
    }


    /*======================== FOOTER ========================*/
    footer .grid-container {
        max-width: 70%;
    }

    /*
    ################################################################################
                            HOMEPAGE
    ################################################################################
    */
    /*Front Page Slider*/
    .splideContainer {
        background-size: contain;
    }

    .front-logo {
        height: 25rem;
    }

    .sl-container {
        display: grid;
        align-content: center;
        grid-template-columns: 1.5fr 2fr;
        overflow: hidden;
    }

    .col-2 {
        align-self: center;
    }

    .medi img {
        width: 80%;
        margin: 0 auto;
        display: block;
    }

    /*
################################################################################
                        NEWS PAGE
################################################################################
*/
    /*News Section */
    .news-box {
        grid-template-columns: 1fr 1fr 1fr;
        column-gap: 1.5rem;
    }


    /*
################################################################################
                        PRODUCT INFORMATION PAGE
################################################################################
*/
    /*Product Section*/
    .broc-buttons {
        grid-template-columns: 1fr 1fr 1fr;
        column-gap: 1rem;
        row-gap: 0;
    }

    .product-d-grid {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        column-gap: 1rem;
        row-gap: 0;
    }

    .hero-grid {
        display: grid;
        grid-template-columns: 2fr 1fr 2fr;
        grid-template-rows: min-content;
        row-gap: 2rem;
        align-items: center;
    }

    .blue {
        grid-column: 1/4;
    }

    .hero-img {
        grid-column: 2/2;
        grid-row: 2/7;
        width: 400%;
    }

    .feat-5 {
        grid-row: 2/3;
        grid-column: 3/4;
    }

    .feat-1 {
        grid-row: 2/3;
        grid-column: 1/2;
    }

    .feat-6 {
        grid-row: 3/4;
        grid-column: 3/4;
    }

    .feat-9 {
        grid-row: 3/4;
        grid-column: 1/2;
    }

    .feat-3 {
        grid-row: 4/5;
        grid-column: 3/4;
    }

    .feat-2 {
        grid-row: 4/5;
        grid-column: 1/2;
    }

    .feat-7 {
        grid-row: 5/6;
        grid-column: 3/4;
    }

    .feat-4 {
        grid-row: 5/6;
        grid-column: 1/2;
    }

    .feat-8 {
        grid-row: 6/7;
        grid-column: 3/4;
    }


    /*
    ################################################################################
                            CLINICAL EDUCATION PAGE
    ################################################################################
    */
    /*
    ################################################################################
                            PRODUCT INFORMATION PAGE
    ################################################################################
     */
    /*
    ################################################################################
                                       ABOUT PAGE
    ################################################################################
    */
    .abt-img-grid {
        grid-template-columns: 1fr 1fr;
        justify-items: center;
        max-width: 80%;
        margin: 0 auto;
        column-gap: 1rem;
        padding: 2rem 0;
    }

    .abt-img-grid img {
        width: 80%;
    }

}


@media only screen and (min-width: 1280px) {

    /*======================== GENERAL ========================*/
    main {
        max-width: 66rem;
    }


    /*======================== HEADER ========================*/
    header section {
        justify-content: space-between;
    }

    /*Video Banner*/
    .hero-video {
        margin-top: -8rem
    }


    /*
################################################################################
                        HOMEPAGE
################################################################################
*/


}

