@charset "utf-8";

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings' !important;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/*--------Page Wrap----------*/
#page-wrap {
    width: 100%;
    height: auto;
    background-color: rgb(255, 255, 255);
}
/*--------Header Wrap----------*/
#header-wrap {
    width: 100%;
}
/*--------Header Brand Area----------*/
#brand-area {
    width: 100%;
}

    #brand-area .tams-logo {
        margin: 19px 0;
    }

    #brand-area .tams-logo-long {
        margin: 34px 0 2px 0;
    }

    #brand-area .made-for-life {
        margin: 14px 0 2px 0;
    }

@media (max-width: 992px) {
    #brand-area .tams-logo {
        margin: 20px 0;
    }

    #brand-area .tams-logo-long {
        margin: 25px auto;
    }
}

#brand-area .corp-links {
    margin: 20px 0;
    padding: 0;
}

    #brand-area .corp-links li {
        list-style: none;
        text-align: right;
    }

        #brand-area .corp-links li a {
            color: rgb(204, 0, 0);
        }

#header-search {
    /* margin: 28px auto 18px auto;
    */
    /* margin-top: 10%;
    */
    /* margin-bottom: 0;
    */
}

    #header-search .form-control {
        border-radius: 0;
        color: #555555;
        border: 1px solid rgb(229, 229, 229);
        box-shadow: none;
        -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    }

        #header-search .form-control:focus {
            border: 1px solid rgb(229, 229, 229);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px transparent;
        }

    #header-search .btn {
        border-radius: 0;
        border: 1px solid rgb(229, 229, 229);
    }
/*--------Primary Navigation----------*/
#primary-nav {
    background-color: rgb(35, 35, 35);
}

    #primary-nav .navbar {
        background-color: rgb(35, 35, 35);
        margin-bottom: 0;
        border: none;
    }

    #primary-nav .navbar-nav > li > a {
        font-weight: 400;
        text-shadow: 1px 1px 0px rgb(0, 0, 0);
        color: white;
        /*===============Updated 20160816=================*/
        font-size: 16px;
    }

        #primary-nav .navbar-nav > li > a:hover {
            font-weight: 400;
            text-shadow: 1px 1px 0px rgb(0, 0, 0);
            color: rgba(150, 150, 150, 1.00);
        }

@media (min-width: 200px) and (max-width: 767px) {
    #header-wrap .navbar {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
        background-color: rgb(255, 255, 255);
        border-bottom: 1px solid rgba(200, 200, 200, 1) !important;
    }

    #page-wrap {
        padding-top: 50px;
    }

    .ot-sdk-show-settings.cookie-set {
        display: block;
        width: fit-content;
        margin: 0 auto;
    }
}
/*Override for Primary Justified Navigation*/
@media (min-width: 768px) {
    #primary-nav .navbar-nav {
        margin: 0 auto;
        /*display: table;*/
        display: flex;
        table-layout: auto;
        float: none;
        width: 100%;
    }

        #primary-nav .navbar-nav > li {
            /*display: table-cell;*/
            /*allows for justified navbar*/
            float: none;
            text-align: center;
            flex: 1;
            /*width: 16.66666%;*/
            /*divide number of primary links by 100, use results plus decimals*/
        }
}

#primary-nav .collapse {
    display: none;
}

    #primary-nav .collapse.in {
        display: block;
    }

#primary-nav .navbar-brand {
    float: left;
    padding: 0;
    padding-left: 10px;
    font-size: 18px;
    line-height: 50px;
    height: 50px;
}
/*active state for primary nav*/
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: rgb(25, 25, 25);
    color: #ffffff;
}

#primary-nav #menu-toggle:hover, #primary-nav #menu-toggle:active, #primary-nav #menu-toggle:focus {
    outline: none;
    /* color: rgb(204,0,0);
    */
    border: none;
    background-color: rgb(255, 255, 255);
}

#primary-nav .menu i {
    font-size: 12px;
    color: rgba(70, 70, 70, 1.00);
}

#primary-nav .menu:hover i {
    color: rgb(190, 190, 190);
}
/*------Dropdown for all except Products-------*/
#primary-nav .dropdown-menu {
    background-color: rgb(25, 25, 25);
    border-radius: 0;
    box-shadow: none;
    border: none;
    width: 100%;
}

    #primary-nav .dropdown-menu li a:link, #primary-nav .dropdown-menu li a:visited {
        color: rgb(200, 200, 200);
        font-weight: 400;
        padding: 5px 15px;
    }

.nav-border {
    border-left: 1px solid rgb(40, 40, 40);
    border-right: 1px solid rgb(40, 40, 40);
}

#primary-nav .dropdown-menu li a:hover, #primary-nav .dropdown-menu li a:active, #primary-nav .dropdown-menu li a:focus {
    color: rgb(204, 0, 0);
    background-color: transparent;
}
/*Hide mobile nav elements on desktop and tablets*/
#primary-nav #menu-toggle {
    display: none;
}

#navbar-mobile {
    display: none;
}

#mobile-background {
    display: none;
}

#resource-nav {
    /* background-color: rgba(250, 250, 250, 1);
    */
    height: auto;
    width: 100%;
    border-bottom: 1px solid rgba(243, 243, 243, 1.00);
}

    #resource-nav a {
        display: block;
        padding: 10px;
        color: rgba(128, 128, 128, 1.00);
        /* background-color: rgba(250, 250, 250, 1);
    */
    }

        #resource-nav a:hover {
            color: rgb(204, 0, 0);
        }

    #resource-nav ul {
        margin: 0;
        padding: 0;
    }

        #resource-nav ul > li {
            list-style: none;
            display: inline-block;
        }

        #resource-nav ul li li {
            display: block;
        }

    #resource-nav .dropdown-menu-right {
        right: auto;
        left: auto;
    }

#breadcrumb {
    float: left;
}

    #breadcrumb li {
        list-style: none;
        display: inline-block;
    }

#contact-info {
    float: right;
    font-size: 14px;
}

@media (min-width: 981px) {
    .nav-collapse.collapse {
        overflow: hidden;
    }
}
/*------Mobile Primary Nav below 767-------*/
@media (max-width: 767px) {
    /*background behind mobile nav*/
    #mobile-background {
        position: fixed;
        top: 0;
        right: -768px;
        width: 767px;
        height: 100%;
        z-index: 1500;
        display: block;
        opacity: 0;
        background-color: rgba(0, 0, 0, 0.2);
        transition: opacity ease-in-out .15s;
    }
    /*trigger class to activate background behind mobile nav*/
    .open-mobile-background {
        right: 0 !important;
        opacity: 1 !important;
    }
    /*Button to open mobile nav*/
    #primary-nav #menu-toggle {
        color: rgb(200, 200, 200);
        border-radius: 0;
        margin: 7.5px;
        min-height: 35px;
        border: none;
        background-color: transparent;
        float: right;
        display: block;
    }
    /*Mobile nav container*/
    #navbar-mobile {
        position: fixed;
        right: -500px;
        /*width: 320px; CPSWT-192*/
        background-color: rgba(220, 220, 220, 1);
        padding-top: 0px;
        padding-bottom: 50px;
        transition: all ease-in-out .5s;
        height: 100%;
        z-index: 2000;
        top: 0px;
        display: block;
        box-shadow: 0px 0 3px rgba(0, 0, 0, .8);
        /* border-left: 1px solid rgba(0,0,0,1.00);
    */
        overflow-x: hidden;
    }
    /*trigger class to activate mobile nav*/
    .open-menu {
        right: 0 !important;
        width: 100%; /*CPSWT-192 add*/
    }

    .mobile-header {
        height: 50px;
        background-color: rgb(255, 255, 255);
    }
        /*brand for mobile nav*/
        .mobile-header .navbar-brand-mobile {
            padding-left: 10px;
        }
        /*button to close mobile nav*/
        .mobile-header #menu-toggle-close {
            display: inline-block;
            color: rgb(150, 150, 150);
            line-height: 50px;
            border-radius: 0;
            margin: 0;
            min-height: 50px;
            border: none;
            background-color: rgb(255, 255, 255);
            float: right;
            padding: 0 10px;
            cursor: pointer;
            z-index: 2000;
        }

            .mobile-header #menu-toggle-close:hover {
                color: rgb(204, 0, 0);
            }

                .mobile-header #menu-toggle-close:hover i {
                    color: rgb(204, 0, 0);
                }

            .mobile-header #menu-toggle-close:hover, .mobile-header #menu-toggle-close:active, .mobile-header #menu-toggle-close:focus {
                outline: none;
                color: rgb(204, 0, 0);
                border: none;
                background-color: rgb(255, 255, 255);
            }

        .mobile-header i {
            font-size: 11px;
        }

    #mobile-search .form-control {
        border-radius: 0;
        color: rgb(200, 200, 200);
        border: none;
        border-top: 1px solid rgb(150, 150, 150);
        border-bottom: 1px solid rgba(150, 150, 150, 1);
        /* background-color: rgb(15,15,15);
    */
        box-shadow: none;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        padding-left: 15px;
        height: 40px;
        line-height: 1.44;
        font-weight: 400;
    }

        #mobile-search .form-control:focus {
            border: none;
            border-top: 1px solid rgb(25, 25, 25);
            border-bottom: 1px solid rgb(5, 5, 5);
            box-shadow: none;
            color: rgb(204, 0, 0);
        }

    .form-control:focus:: -moz-placeholder {
        color: rgb(204, 0, 0);
        opacity: 1;
    }

    .form-control:focus: -ms-input-placeholder {
        color: rgb(204, 0, 0);
    }

    .form-control:focus:: -webkit-input-placeholder {
        color: rgb(204, 0, 0);
    }

    #mobile-search .btn {
        border-radius: 0;
        border: none;
        padding-left: 29px;
        padding-right: 30px;
        padding-top: 9px;
        padding-bottom: 9px;
        color: rgb(200, 200, 200);
        /* background-color: rgb(15,15,15);
    */
        border-top: 1px solid rgba(150, 150, 150, 1);
        border-bottom: 1px solid rgba(150, 150, 150, 1);
    }

        #mobile-search .btn:hover {
            color: rgb(204, 0, 0);
        }
    /*Mobile Nav UL LI Levels*/
    #navbar-mobile li a:link, #navbar-mobile li a:visited {
        color: rgb(200, 200, 200);
        font-weight: 400;
        padding: 10px 15px;
        font-size: 18px;
    }

    #navbar-mobile .nav li a {
        /* border-bottom: 1px solid rgb(5,5,5);
    */
        border-top: 1px solid rgb(255, 255, 255);
        color: rgba(35, 35, 35, 1);
    }

    #navbar-mobile .nav li li a {
        border-bottom: none;
        border-top: none;
        /* color: white;
    */
        font-size: 16px;
        /* color: rgb(220,220,220);
    */
        background-color: #ccc;
    }

    #navbar-mobile .nav li li li a {
        color: rgb(190, 190, 190);
        padding: 8px 15px;
        font-size: 15px;
        background-color: rgba(19, 19, 19, 1.00);
    }

    #navbar-mobile li a:hover, #navbar-mobile li a:active, #navbar-mobile li a:focus {
        color: rgb(204, 0, 0) !important;
        background-color: transparent;
    }
}
/*------Mega Nav for Products Dropdown-------*/
.menu-position {
    position: static !important;
}

.mega-nav {
    padding: 20px 0px;
    width: 100%;
}

#primary-nav .mega-nav .nav li a:link, #primary-nav .mega-nav .nav li a:visited {
    color: rgb(200, 200, 200);
    padding: 5px 0;
    line-height: 17px;
}

#primary-nav .mega-nav .nav li a:hover, #primary-nav .mega-nav .nav li a:active, #primary-nav .mega-nav .nav li a:focus {
    color: rgb(204, 0, 0);
    background-color: transparent;
}

#page-wrap #primary-nav .mega-nav li.nav-header a {
    font-weight: 600;
    color: rgb(225, 225, 225);
}

#page-wrap #primary-nav .mega-nav li.nav-subheader a {
    color: rgb(100, 100, 100);
    border-bottom: 1px solid rgb(40, 40, 40);
    margin-bottom: 2px;
}

    #page-wrap #primary-nav .mega-nav li.nav-header a:hover, #page-wrap #primary-nav .mega-nav li.nav-subheader a:hover {
        color: rgb(204, 0, 0) !important;
    }
/*--------Content Wrap----------*/
#primary-content {
    height: auto;
    z-index: 1;
    width: 100%;
}

#content-area {
    width: 100%;
    height: auto;
    padding-bottom: 30px;
    background: rgb(255, 255, 255) !important;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 15px;
    margin-bottom: 10px;
}

#primary-content h1 {
    color: rgb(50, 50, 50);
    font-weight: normal;
}

#primary-content h2 {
    font-size: 22px;
    color: rgb(204, 0, 0);
}

h2 .header-link.publication {
    color: #000 !important;
    font-weight: unset !important;
}

#primary-content h3 {
    font-size: 20px;
    color: rgb(50, 50, 50);
    font-weight: normal;
}

#primary-content h4 {
    font-size: 16px;
    color: rgb(204, 0, 0);
    font-weight: normal;
}

#primary-content h5 {
    font-size: 18px;
    color: rgb(100, 100, 100);
    color: rgb(204, 0, 0);
    font-weight: normal;
}

#primary-content h6 {
    font-size: 18px;
    line-height: 1.39;
    color: rgb(100, 100, 100);
    font-weight: normal;
}

#primary-content p, .primary-contentLikeP {
    font-size: 18px;
    color: rgb(50, 50, 50);
    font-weight: 300;
    margin: 0 0 17px;
}

#primary-content ul {
    font-size: 18px;
    color: rgb(50, 50, 50);
    font-weight: normal;
    margin-bottom: 17px;
}

    #primary-content ul ul {
        padding-left: 20px;
        font-size: 15px;
        margin-bottom: 0;
        margin-top: 5px;
    }

        #primary-content ul ul li {
            margin-bottom: 2px;
        }

    #primary-content ul > li {
        margin-bottom: 10px;
    }

        #primary-content ul > li: last-child {
            margin-bottom: 0px;
        }

#primary-contentul li {
}

#primary-content ul.list-link li a:link, #primary-content ul.list-link li a:visited {
    color: rgb(70, 70, 70);
}

/* Jira:CPSWT-65 */
#primary-content .fwi_pre {
    display: flex;
    margin-bottom: 20px;
}

#primary-content .fwi_pre:last-child {
    margin-bottom: 0;
}

#primary-content .fwi .well {
    height: 100%;
    padding: 0 !important;
}

#primary-content .fwi a {
    height: auto !important;
}

#primary-content .fwi img {
    width: 100%;
}

#primary-content .fwi h3 {
    font-weight: 600;
    margin: 10px 0 !important;
    padding: 0 !important;
}

#primary-content .fwi:hover h3 {
    color: rgb(50, 50, 50) !important;
}


#primary-content .fwi h3, #primary-content .fwi .fsTextDiv {
    padding: 15px;
    overflow-wrap: break-word;
}

#primary-content .fwi .fwiButton {
    padding: 0 10px;
    background-color: #ffffff !important;
    border-radius: 8px;
    border: 1px solid rgb(204, 0, 0);
    color: rgb(204, 0, 0) !important;
    font-size: 160%;
    font-weight: bold;
    width: 100%;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#primary-content .fwi .btn {
    box-shadow: none;
    margin: 15px 10px 10px !important;
}

#primary-content .fwi .fwiButton:hover {
    color: #ffffff !important;
    background-color: rgb(204, 0, 0) !important;
}

#primary-content .fwi .linklist {
    padding: 0 15px;
}

#primary-content .fwi .linklist .linklistdtl {
    position: relative;
    display: inline-block !important;
    padding: 1.2rem 2rem 1rem;
    color: #ffffff;
    z-index: 1;
    padding: 1px 10px;
    line-height: 35px;
    width: auto !important;
    line-height: 33px;
    margin: 3px 0;
    font-size: 14px;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#primary-content .featured-section .fwi .linklistdtl::after {
    content: "\00A0";
}

#primary-content .fwi .linklistdtl::before {
    content: "";
    position: absolute;
    z-index: -1;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    border: 1px solid;
    transition: all .3s;
    white-space: nowrap;
    padding: 15px;
    background: #D46A6A;
}

#primary-content .fwi .linklistdtl:hover {
    color: #AA3939;
}

#primary-content .fwi .linklistdtl:hover:before {
    background-color: #ffffff;
    color: #AA3939;
}

#primary-content .featured-section .fwi .linklist a[target="_self"] {
    display: none !important;
}

#primary-content .featured-section .fwi .linklistdtl {
    width: fit-content;
    display: inline;
}

@media (max-width: 767px) {
    #primary-content .fwi_pre {
        display: block;
    }

    #primary-content .fwi {
        display: block;
    }
}
/* Jira:CPSWT-65 */

/* Jira:CPSWT-70 */
div[class^="slide-content"] {
    margin: 0 40px 40px;
    overflow: hidden;
}

.card-image {
    position: relative;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    background: #FFF;
    padding: 3px;
}

.swiper-navBtn {
    color: #6E93f7;
    transition: color 0.3s ease;
}

.swiper-navBtn:hover {
    color: #DE9090;
}

.swiper-navBtn::before,
.swiper-navBtn::after {
    font-size: 35px;
}

.swiper-button-next {
    right: 0;
}

.swiper-button-prev {
    left: 0;
}

.swiper-pagination-bullet {
    background-color: #6E93f7;
    opacity: 1;
}

:root {
    --swiper-theme-color: #D46A6A !important;
}

#primary-content .fwi.swiper-slide {
    height: auto;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
}

#primary-content .fwi.swiper-slide .well {
    height: 98%;
}

@media screen and (max-width: 768px) {
    div[class^="slide-content"] {
        margin: 0 10px 40px;
    }

    .swiper-navBtn {
        display: none;
    }
}
/* Jira:CPSWT-70 */

/* Jira:CPSWT-36 20220325addstart */
.yt_fit_flex {
    display: flex;
    justify-content: flex-start;
    width: 100%;
}
.yt_fit_flex > .yt_fit {
    width: fit-content;
}
/* Jira:CPSWT-36 20220325addend */

.list-steps {
    list-style: none;
    padding-left: 25px;
}

    .list-steps li {
        margin-bottom: 8px;
    }

        .list-steps li i {
            margin-right: 8px;
        }

#primary-content ul.list-sm {
    font-size: 16px;
    color: rgb(50, 50, 50);
    font-weight: normal;
}

#primary-content ol {
    font-size: 18px;
    color: rgb(50, 50, 50);
    font-weight: normal;
}

/*
#page-wrap b, strong {
    font-weight: 400;
    font-weight: normal;
}
*/

#page-wrap i {
    /*font-style: italic;
    */
    font-weight: 400;
}

#primary-content .text-size-md {
    font-size: 1.2em;
}
/*modified superscript from Boostrap standard*/
sup {
    font-size: 65%;
    top: -0.4em;
}

small {
    font-size: 80%;
    line-height: 1.3;
}
/*Style for phone numbers*/
.tel:link, .tel:visited {
    color: rgb(90, 90, 90);
}

.tel:hover, .tel:focus {
    color: rgb(90, 90, 90);
    cursor: default;
    text-decoration: none;
}

@media (max-width: 1224px) {
    .tel:link, .tel:visited {
        /*for small screens */
        color: rgb(204, 0, 0);
    }

    .tel:hover, .tel:focus {
        color: rgb(204, 0, 0);
        text-decoration: underline;
    }

    #primary-content h1 {
        font-size: 28px;
    }

    #primary-content h2 {
        font-size: 20px;
    }

    #primary-content h3 {
        font-size: 18px;
    }

    #primary-content h4 {
        font-size: 14px;
    }

    #primary-content h5 {
        font-size: 16px;
    }

    #primary-content h6 {
        font-size: 16px;
    }

    #primary-content p, .primary-contentLikeP {
        font-size: 16px;
        margin: 0 0 13px;
    }

    #primary-content ul {
        font-size: 16px;
        margin-bottom: 13px;
    }
}

@media (max-width: 767px) {
    /*Style for phone numbers*/
    .tel:link, .tel:visited {
        /*for small screens */
        color: rgb(204, 0, 0);
    }

    .tel:hover, .tel:focus {
        color: rgb(204, 0, 0);
        text-decoration: underline;
    }

    h1, .h1, h2, .h2, h3, .h3 {
        margin-top: 10px;
        margin-bottom: 5px;
    }

    h4, .h4, h5, .h5, h6, .h6 {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    #primary-content h1 {
        font-size: 26px;
    }

    #primary-content h2 {
        font-weight: 600;
        font-size: 19px;
    }

    #primary-content h3 {
        font-weight: 600;
        font-size: 17px;
    }

    #primary-content h4 {
        font-weight: 600;
        font-size: 15px;
    }

    #primary-content h5 {
        font-weight: 600;
        font-size: 15px;
    }

    #primary-content h6 {
        font-weight: 600;
        font-size: 14px;
    }

    #primary-content p, .primary-contentLikeP {
        font-size: 14px;
    }

    #primary-content ul {
        font-size: 14px;
    }

    #primary-content ol {
        font-size: 14px;
    }
}

#primary-content .content-header {
    font-weight: 600;
}

a.inline-link:link, a.inline-link:visited {
    color: rgb(204, 0, 0);
    text-decoration: underline;
}

a.inline-link a:hover, .inline-link a:active {
    color: rgb(50, 50, 50);
    text-decoration: underline;
}

.header-link a:link, .header-link a:visited {
    color: rgb(204, 0, 0);
}

.header:hover, a.header:active {
    text-decoration: underline;
}

.image-link:hover {
    border-color: rgb(204, 0, 0);
}

.text-red {
    color: rgb(204, 0, 0) !important;
}

.text-white {
    color: white !important;
}

#primary-content blockquote {
    padding: 15px 20px;
    margin: 10% 0;
    font-size: 18px;
    border-left: 5px solid #eeeeee;
}

    #primary-content blockquote.clear-padding {
        padding: 0px 20px;
    }

    #primary-content blockquote p {
        font-size: 42px;
    }

#primary-content .blockquote-md {
    margin: 0;
}

    #primary-content .blockquote-md p {
        font-size: 32px;
    }

#primary-content .blockquote-sm p {
    font-size: 24px;
}
/*--------Images----------*/
.img-thumbnail {
    border-radius: 0;
    box-shadow: 1px 1px 1px rgba(100, 100, 100, .1);
    border: 1px solid rgb(200, 200, 200);
}

@media (max-width: 767px) {
    .img-thumbnail {
        margin-bottom: 10px;
    }
}

.vertical-align-wrap {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

@media (max-width: 992px) {
    .vertical-align-wrap {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, 50%);
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 767px) {
    .vertical-align-wrap {
        position: static;
        top: auto;
        left: auto;
        transform: none;
        width: 100%;
    }
}
/*--------Dividers----------*/
.border-left {
    border-left: 1px solid rgb(219, 219, 219);
}

.border-top {
    border-top: 1px solid rgb(219, 219, 219);
}

.border-right {
    border-right: 1px solid rgb(219, 219, 219);
}

.border-bottom {
    border-bottom: 1px solid rgb(219, 219, 219);
}

.section-black .border-left {
    border-left: 1px solid rgb(60, 60, 60);
}

.section-black .border-top {
    border-top: 1px solid rgb(60, 60, 60);
}

.section-black .border-right {
    border-right: 1px solid rgb(60, 60, 60);
}

.section-black .border-bottom {
    border-bottom: 1px solid rgb(60, 60, 60) !important;
}

.clear-border-top {
    border-top: none !important;
}

@media (max-width: 767px) {
    .clear-border-xs {
        border-bottom: none;
    }

    .clear-border-left-xs {
        border-bottom: none !important;
    }
}

.section-black {
    background-color: rgba(0, 0, 0, 1.00);
}

.section-grey-250 {
    background-color: rgb(250, 250, 250);
}

.section-quote {
    background-color: rgb(250, 250, 250);
    border-top: 1px solid rgb(219, 219, 219);
    border-bottom: 1px solid rgb(219, 219, 219);
}

#primary-content .section-black h1 {
    color: rgb(241, 241, 241);
}

#primary-content .section-black h3 {
    color: rgb(241, 241, 241);
}

#primary-content .section-black p {
    color: rgb(241, 241, 241);
}

#primary-content .section-black ul li {
    color: rgb(241, 241, 241);
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.section-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.section-10-top {
    padding-top: 10px;
}

.section-10-bottom {
    padding-bottom: 10px;
}

.section-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.section-20-top {
    padding-top: 20px;
}

.section-20-bottom {
    padding-bottom: 20px;
}

.section-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.section-30-top {
    padding-top: 30px;
}

.section-30-bottom {
    padding-bottom: 30px;
}

.section-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.section-40-top {
    padding-top: 40px;
}

.section-40-bottom {
    padding-bottom: 40px;
}

.section-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.section-60-top {
    padding-top: 60px;
}

.section-60-bottom {
    padding-bottom: 60px;
}

.section-bottom {
    margin-bottom: -40px !important;
}

.margin-15-top {
    margin-top: 15px;
}

.margin-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.clear-margin {
    margin: 0 !important;
}

.clear-top-margin {
    margin-top: 0 !important;
}

.margin-bottom-30 {
    margin-bottom: 30px !important;
}

.clear-padding {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.clear-top-padding {
    padding-top: 0 !important;
}

.gradient-bottom {
    background: url(data: image/svg+xml;
    base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI2NSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgPHN0b3Agb2Zmc2V0PSI2NyUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wNCIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZWJlYmViIiBzdG9wLW9wYWNpdHk9IjAuNjUiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==/);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 65%, rgba(255, 255, 255, 0.04) 67%, rgba(235, 235, 235, 0.65) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, rgba(255, 255, 255, 0)), color-stop(67%, rgba(255, 255, 255, 0.04)), color-stop(100%, rgba(235, 235, 235, 0.65)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 65%, rgba(255, 255, 255, 0.04) 67%, rgba(235, 235, 235, 0.65) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 65%, rgba(255, 255, 255, 0.04) 67%, rgba(235, 235, 235, 0.65) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 65%, rgba(255, 255, 255, 0.04) 67%, rgba(235, 235, 235, 0.65) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 65%, rgba(255, 255, 255, 0.04) 67%, rgba(235, 235, 235, 0.65) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#a6ebebeb', GradientType=0);
    /* IE6-8 */
}

.gradient-top {
    background: url(data: image/svg+xml;
    base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIwLjY1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc2JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=/);
    background: -moz-linear-gradient(top, rgba(250, 250, 250, 0.65) 0%, rgba(255, 255, 255, 0) 76%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(250, 250, 250, 0.65)), color-stop(76%, rgba(255, 255, 255, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(250, 250, 250, 0.65) 0%, rgba(255, 255, 255, 0) 76%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(250, 250, 250, 0.65) 0%, rgba(255, 255, 255, 0) 76%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(250, 250, 250, 0.65) 0%, rgba(255, 255, 255, 0) 76%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(250, 250, 250, 0.65) 0%, rgba(255, 255, 255, 0) 76%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a6fafafa', endColorstr='#00ffffff', GradientType=0);
    /* IE6-8 */
}

@media (max-width: 1224px) {
    .section-60 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .section-60-top {
        padding-top: 30px;
    }

    .section-60-bottom {
        padding-bottom: 30px;
    }

    .section-30 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .section-30-top {
        padding-top: 20px;
    }

    .section-30-bottom {
        padding-bottom: 20px;
    }

    .section-20 {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .section-20-top {
        padding-top: 10px;
    }

    .section-20-bottom {
        padding-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .section-60 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .section-60-top {
        padding-top: 20px;
    }

    .section-60-bottom {
        padding-bottom: 20px;
    }

    .section-30 {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .section-30-top {
        padding-top: 10px;
    }

    .section-30-bottom {
        padding-bottom: 10px;
    }

    .section-20 {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .section-20-top {
        padding-top: 10px;
    }

    .section-20-bottom {
        padding-bottom: 10px;
    }
}

.match-top-105 {
    margin-top: -105px;
}
/*------Featured content tiles within content area-----*/
.featured-section {
    border-top: 1px solid rgb(235, 235, 235);
    padding-top: 30px;
    padding-bottom: 30px;
    /*margin-bottom: -30px;*/
    background: rgb(250, 250, 250);
    /* Old browsers */
    background: url(data: image/svg+xml;
    base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI3OSUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZTZlNmU2IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==/);
    background: -moz-linear-gradient(top, rgba(245, 245, 245, 1) 79%, rgba(230, 230, 230, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(79%, rgba(245, 245, 245, 1)), color-stop(100%, rgba(230, 230, 230, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(245, 245, 245, 1) 79%, rgba(230, 230, 230, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(245, 245, 245, 1) 79%, rgba(230, 230, 230, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(245, 245, 245, 1) 79%, rgba(230, 230, 230, 1) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(245, 245, 245, 1) 79%, rgba(230, 230, 230, 1) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e6e6e6', GradientType=0);
    /* IE6-8 */
}

.featured-section-noBG {
    background: #FFF;
    border-top: none;
}

#primary-content .featured-section .well {
    margin: 0;
    /*padding: 0;*/
    padding: 15px;
    background-color: rgba(255, 255, 255, .85);
    transition: all ease-in-out .15s;
    margin-bottom: 15px;
}

    #primary-content .featured-section .well img {
        border: 1px solid rgb(235, 235, 235);
    }

@media (max-width: 767px) {
    #primary-content .featured-section .well {
        margin-top: 7px;
        margin-bottom: 7px;
    }
}

#primary-content .featured-section .well a {
/*    padding: 15px;*/
    text-decoration: none !important;
    display: block;
    width: 100%;
    height: 100%;
}

#primary-content .featured-section .well a:hover {
    background-color: white;
}

#primary-content .featured-section .well a.anchor_calc:hover {
    background-color: transparent;
}

#primary-content .featured-section .well:hover {
    border-color: rgb(204, 0, 0);
}

#primary-content .featured-section .well a:hover h4 {
    color: rgb(204, 0, 0);
}

#primary-content .featured-section .well a:hover p.btn-secondary, #primary-content .featured-section .well a:hover p.btn-default {
    border: 1px solid rgb(204, 0, 0);
    background-color: rgb(204, 0, 0);
    color: white;
}

#primary-content .featured-section p.btn {
    margin: 0;
	white-space: nowrap;
}

#primary-content .well-link {
    margin: 0;
/*    padding: 0;*/
    padding: 15px;
    background-color: rgba(255, 255, 255, .85);
    transition: all ease-in-out .15s;
    margin-bottom: 15px;
}

    #primary-content .well-link img {
        border: 1px solid rgb(235, 235, 235);
    }

@media (max-width: 767px) {
    #primary-content .well-link {
        margin-top: 7px;
        margin-bottom: 7px;
    }
}

#primary-content .well-link a {
/*    padding: 15px;*/
    text-decoration: none !important;
    display: block;
    width: 100%;
    height: 100%;
}

    #primary-content .well-link a:hover {
        background-color: white;
    }

#primary-content .well-link:hover {
    border-color: rgb(204, 0, 0);
}

#primary-content .well-link a:hover h3 {
    color: rgb(204, 0, 0);
}

#primary-content .well-link a:hover p.btn-secondary, #primary-content .well-link a:hover p.btn-default {
    border: 1px solid rgb(204, 0, 0);
    background-color: rgb(204, 0, 0);
    color: white;
}

#primary-content .well-link p.btn {
    margin: 0;
    margin-top: 15px;
}
/*--------Alerts and Status Bar----------*/
.alert-info {
    background-color: rgb(250, 250, 250);
    border: none;
    border-top: 0;
    border-radius: 0;
    color: rgb(100, 100, 100);
    margin-bottom: 0;
}
/*--------Content Buttons----------*/
a.btn.btn-icon.publication {
    width: 100%;
    white-space: normal !important;
    text-align: left;
}

#content-area .btn {
    border-radius: 0;
    font-size: 13px;
    transition: all ease-in-out .15s;
    font-weight: 400;
    padding: 10px;
    box-shadow: 1px 1px 1px rgba(100, 100, 100, .1);
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
    margin-top: 15px; 
}

#content-area .btn.publication-category {
    border: 1px solid rgb(204, 0, 0);
    background-color: rgb(204, 0, 0);
}

#content-area .btn.publication-category:hover {
    border: 1px solid rgb(180, 0, 0, 1);
    background-color: rgba(180, 0, 0, 1);
}

#content-area .btn-secondary, #content-area .btn-default {
    border: 1px solid rgb(200, 200, 200);
    color: rgb(90, 90, 90);
    font-size: 15px; /* Jira:CPSWT-71 20220922add */
}

    #content-area .btn-secondary:hover h2, #content-area .btn-default:hover h2 {
        color: white !important;
    }

#content-area .btn img {
    width: 100%;
}

#content-area .btn-secondary:hover, #content-area .btn-default:hover {
    color: white !important;
    background-color: rgb(204, 0, 0);
    border: 1px solid rgb(204, 0, 0);
    box-shadow: inset 1px 1px 3px rgba(100, 100, 100, .5)
}

#content-area .btn-primary {
    border: 1px solid rgb(204, 0, 0);
    color: rgb(204, 0, 0) !important;
    background-color: white;
}

    #content-area .btn-primary:hover {
        color: white !important;
        background-color: rgb(204, 0, 0);
    }

#content-area .btn-outline {
    border: 1px solid rgb(204, 0, 0);
    color: white;
    background-color: transparent;
}

#content-area .btn-outline:hover {
	color: white !important;
	background-color: rgb(204, 0, 0);
	box-shadow: inset 1px 1px 3px rgba(100, 100, 100, .5)
}

#content-area .btn-white-bg:hover {
        background-color: white !important;
        color: rgb(204, 0, 0) !important;
        box-shadow: inset 1px 1px 3px rgba(100, 100, 100, .5)
    }
	
#content-area a.btn:link, #content-area a.btn:visited {
    text-decoration: none;
}

#content-area .btn-icon {
    border-radius: 0;
    height: auto;
    /*font-size: 13px; Jira:CPSWT-71 20220922 del*/
    font-size: 15px; /*Jira:CPSWT-71 20220922 add*/
    background-color: white;
    transition: all ease-in-out .15s;
    font-weight: 400;
    box-shadow: 1px 1px 1px rgba(100, 100, 100, .1);
    border: 1px solid rgb(200, 200, 200);
    color: rgb(90, 90, 90);
    position: relative;
    padding-left: 45px;
}

    #content-area .btn-icon.btn-lg {
        font-size: 16px;
    }


    #content-area .btn-icon strong {
        background-color: rgba(249, 249, 249, 1.00);
        padding: 10px 12px;
        border: 1px solid rgb(200, 200, 200);
        position: absolute;
        left: -1px;
        top: -1px;
        transition: all ease-in-out .15s;
        height: 104%;
    }

    #content-area .btn-icon:hover {
        font-weight: 400;
        box-shadow: inset 1px 1px 5px rgba(0, 0, 0, .25);
        border: 1px solid rgb(204, 0, 0);
        background-color: rgb(204, 0, 0);
        color: white;
    }

        #content-area .btn-icon:hover strong {
            background-color: rgba(187, 3, 6, 1.00);
            border: 1px solid rgb(204, 0, 0);
            color: white;
            box-shadow: inset 1px 1px 5px rgba(0, 0, 0, .25);
        }

#content-area .btn-red {
    background-color: rgb(204, 0, 0);
    color: white;
}

    #content-area .btn-red strong {
        background-color: rgba(196, 0, 3, 1.00);
        color: white;
        border-right: 1px solid rgba(196, 0, 3, 1.00);
    }

#content-area .btn-icon-alt {
    border-radius: 0;
    height: auto;
    font-size: 13px;
    background-color: rgba(32, 0, 0, 1.00);
    transition: all ease-in-out .15s;
    font-weight: 400;
    box-shadow: 1px 1px 1px rgba(100, 100, 100, .1);
    border: 1px solid rgb(204, 0, 0);
    color: white;
    position: relative;
    padding-left: 45px;
}

    #content-area .btn-icon-alt strong {
        background-color: rgba(72, 0, 0, 1.00);
        padding: 10px 12px;
        border: 1px solid rgb(204, 0, 0);
        position: absolute;
        color: white;
        left: -1px;
        top: -1px;
        transition: all ease-in-out .15s;
    }

    #content-area .btn-icon-alt:hover {
        font-weight: 400;
        box-shadow: inset 1px 1px 5px rgba(0, 0, 0, .25);
        border: 1px solid rgb(204, 0, 0);
        background-color: rgb(204, 0, 0);
        color: white;
    }

        #content-area .btn-icon-alt:hover strong {
            background-color: rgb(204, 0, 0);
            border: 1px solid rgb(204, 0, 0);
            color: white;
            box-shadow: inset 1px 1px 5px rgba(0, 0, 0, .25);
        }

#content-area .btn-outline strong {
    font-weight: 600;
    background-color: rgba(30, 30, 30, .5);
    padding: 11px 12px 12px 12px;
    margin-left: -10px;
    margin-right: 7px;
    transition: all ease-in-out .1s;
    border: none;
}

#content-area .btn-outline:hover strong {
    font-weight: 600;
    background-color: rgba(193, 0, 3, 1.00);
    padding: 11px 12px 12px 12px;
    margin-left: -10px;
    margin-right: 7px;
    border: none;
    box-shadow: inset 1px 1px 3px rgba(100, 100, 100, .5);
}
/*--------Wells----------*/
.well {
    border-radius: 0;
    background-color: white;
    box-shadow: none;
}

.well-sm {
    padding: 5px;
    border-radius: 0px;
}
/*--------Testimonial Thumbnails----------*/
#primary-content img.img-border {
    border: 1px solid rgb(235, 235, 235);
}

#primary-content .thumbnail-testimonails {
    border: 1px solid rgb(221, 221, 221);
    border-radius: 0;
    padding: 0;
    padding: 10px;
    text-decoration: none;
}

    #primary-content .thumbnail-testimonails .caption {
        position: relative;
        padding: 0 0 45px 0;
    }

        #primary-content .thumbnail-testimonails .caption a.btn-testimonial {
            background-color: rgb(255, 255, 255);
            border: 1px solid rgb(200, 200, 200);
            color: rgb(90, 90, 90);
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
        }

            #primary-content .thumbnail-testimonails .caption a.btn-testimonial:hover, #primary-content .thumbnail-testimonails .caption a.btn-testimonial:active, #primary-content .thumbnail-testimonails .caption a.btn-testimonial:focus {
                background-color: rgb(204, 0, 0);
                border: 1px solid rgb(204, 0, 0);
                outline-color: transparent;
                color: rgb(255, 255, 255);
            }

@media (max-width: 990px) {
    #primary-content .thumbnail-testimonails .caption h3 {
        font-size: 16px;
    }

    #primary-content .thumbnail-testimonails .caption p {
        font-size: 14px;
    }
}
/*--------Tables----------*/
.table-two-col tbody tr td: last-child {
    width: 20%;
}
/*--------Content Forms----------*/
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    font-weight: 400;
}

    .form-control:focus {
        border-color: rgb(204, 0, 0);
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(207, 20, 43, 0.3);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(207, 20, 43, 0.3);
    }

    .form-control:: -moz-placeholder {
        color: #999999;
        opacity: 1;
    }

    .form-control: -ms-input-placeholder {
        color: #999999;
    }

    .form-control:: -webkit-input-placeholder {
        color: #999999;
    }

.radio label, .checkbox label {
    font-weight: 400;
}

    .radio label:hover, .checkbox label:hover {
        color: rgb(204, 0, 0);
    }

.input-group-addon {
    padding: 7px 12px 5px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #cccccc;
    border-radius: 0px;
}
/*Validation Styles*/
.help-block.with-errors ul li {
    font-size: 14px;
    font-weight: 400;
    border: 1px solid rgb(204, 0, 0);
    background-color: rgb(204, 0, 0);
    color: white;
    padding: 3px 7px;
    margin-top: 0;
}

.help-block.with-errors ul {
    margin-top: -6px;
}

.has-error .form-control {
    background-color: rgba(207, 20, 43, .1);
    border-color: rgb(204, 0, 0);
}
/*--------Contact / Product info Form----------*/
#product-select {
    margin-top: 10px;
}

    #product-select select.form-control {
        color: rgb(50, 50, 50);
        font-weight: 600;
    }
/*--------Events----------*/
/*#events-tab li.active a.btn {*/
#events-tab li a.active {
    color: rgb(204, 0, 0);
    border-color: rgb(204, 0, 0);
}

@media (max-width: 767px) {
    #events-tab.nav-justified li {
        float: left;
        width: 49.25%;
    }

        #events-tab.nav-justified li a {
            width: 100%;
        }
}

.events-table {
    margin-bottom: 0;
}

    .events-table td {
        padding: 13px 8px !important;
    }

.table-responsive h2, h2.event-lavel {
    color: rgb(100, 100, 100) !important;
    font-weight: 300 !important;
    display: block;
    width: 100%;
    padding: 10px;
    background-color: rgb(250, 250, 250);
    margin-bottom: 0px;
    margin-top: 0;
}

.events-table tr td:first-child {
    font-weight: 400;
}

.events-table tr.table-row-link {
    cursor: pointer;
    transition: all ease-in-out .15s;
}

    .events-table tr.table-row-link:hover {
        color: white !important;
        background-color: rgb(204,0,0) !important; /*---update for CMSC-70---*/
    }
/*--------Content Area Events----------*/
#feed-section {
}

.feed-header {
    border-top: 1px solid rgb(235, 235, 235);
    border-bottom: 1px solid rgb(235, 235, 235);
}

#primary-content .feed-header .btn-secondary, #primary-content .feed-header .btn-default {
    border: none;
    color: rgb(100, 100, 100);
    padding: 14px;
    box-shadow: none;
    margin-bottom: 0;
}

#primary-content .feed-header h1 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: -1px;
    margin-top: 11px !important;
}

#feed-section h3 {
    color: rgb(50, 50, 50);
    border-top: 1px solid rgb(235, 235, 235);
    padding-top: 15px;
}

.feed-table {
    border: none;
}

#primary-content .feed-table tr td {
    color: rgba(164, 164, 164, 1.00);
    border-top: 1px solid rgb(235, 235, 235);
    font-weight: 400;
    padding-top: 15px;
    padding-bottom: 15px;
    transition: all ease-in-out .15s;
}

#primary-content .feed-table tr:first-child td {
    border: none;
}

#primary-content .feed-table tr {
    transition: all ease-in-out .15s;
}

    #primary-content .feed-table tr:hover {
        background-color: rgb(250, 250, 250);
    }

        #primary-content .feed-table tr:hover td {
            color: rgb(204, 0, 0);
        }

.feed-news tbody tr td:first-child, .feed-events tbody tr td:first-child {
    max-width: 200px;
    /* Customise accordingly */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.feed-table tr {
    cursor: pointer;
}

    .feed-table tr:hover {
    }

@media (max-width: 992px) {
    #events-tab.nav-justified li {
        float: left;
        width: 49.25%;
    }

    #events-tab.nav-justified > li {
        position: relative;
        display: block;
    }
}

.loading {
    padding: 60px;
}
/*--------Twitter Feed----------*/
#tweet-feed {
}

#primary-content #tweet-feed ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    #primary-content #tweet-feed ul li {
        margin: 0;
        padding: 0;
        border-top: 1px solid rgb(235, 235, 235);
        padding-top: 15px;
        padding-bottom: 15px;
    }

        #primary-content #tweet-feed ul li:first-child {
            border-top: 1px solid transparent;
        }

#tweet-feed .user {
    display: none;
}

#tweet-feed .tweet {
    color: rgb(120, 120, 120);
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
}

    #tweet-feed .tweet a:link, #tweet-feed .tweet a:visited {
        color: rgb(204, 0, 0);
    }

    #tweet-feed .tweet a:hover, #tweet-feed .tweet a:active {
        color: rgb(204, 0, 0);
    }

#tweet-feed .interact {
    display: none;
}

/*--------rss Feeds----------*/

#rss-feed a:link,
#rss-feed a:visited {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

#rss-feed a:hover,
#rss-feed a:active {
    text-decoration: underline;
}


/*--------News Room Feeds----------*/
#news-room-feed {
    border-bottom: 1px solid rgb(235, 235, 235);
    background-color: rgb(250, 250, 250);
}

    #news-room-feed .feed-header {
        background-color: white;
        border-bottom: 1px solid rgb(235, 235, 235);
        padding-top: 0px;
    }

        #news-room-feed .feed-header .btn-secondary, #news-room-feed .feed-header .btn-default {
            background-color: transparent;
            border: none;
            color: rgb(100, 100, 100);
            padding: 16px;
            margin-top: 0;
        }

            #news-room-feed .feed-header .btn-secondary:hover, #news-room-feed .feed-header .btn-default:hover {
                background-color: rgb(204, 0, 0);
                color: white;
            }

        #news-room-feed .feed-header h1 {
            color: rgba(65, 65, 65, 1.00);
            font-size: 24px;
        }

    #news-room-feed h3 {
    }

        #news-room-feed h3 a {
            color: rgb(204, 0, 0);
        }

    #news-room-feed .feed-table {
        border: none;
    }

        #news-room-feed .feed-table tr td {
            color: rgb(120, 120, 120);
            border-top: 1px solid rgb(235, 235, 235);
            font-weight: 400;
            padding-top: 15px;
            padding-bottom: 15px;
            transition: all ease-in-out .15s;
        }

        #news-room-feed .feed-table tr:first-child td {
            border: none;
        }

        #news-room-feed .feed-table td:first-child {
            color: rgb(204, 0, 0);
        }

        #news-room-feed .feed-table tr {
            transition: all ease-in-out .15s;
        }

            #news-room-feed .feed-table tr:hover {
                background-color: rgb(240, 240, 240);
            }

                #news-room-feed .feed-table tr:hover td {
                    color: rgb(204, 0, 0);
                }

    #news-room-feed .feed-news tr td: last-child {
        width: 15%;
    }

.feed-table tr {
    cursor: pointer;
}

#news-room-feed .feed-table tr:hover {
}
/*--------Content Banner----------*/
@media (max-width: 767px) {
    .banner-mobile img {
        border: 1px solid rgb(235, 235, 235);
    }
}

#banner-area {
    height: auto;
    width: 100%;
    border-bottom: 1px solid rgb(235, 235, 235);
}

@media (max-width: 767px) {
    #banner-area {
        min-height: 0px;
    }
}

#banner-area h1 {
    font-size: 3vw;
    font-weight: 300;
}

@media (min-width: 1200px) {
    #banner-area h1 {
        font-size: 40px;
    }
}


#banner-area h1 strong {
    font-weight: 600;
}

#banner-area h2 {
    font-weight: 400;
    font-size: 34px;
}

#banner-area h1 .header-light {
    font-weight: 300 !important;
}

.banner-caption {
    position: absolute;
    top: 50%;
    width: 1140px;
    transform: translateY(-50%);
}

    .banner-caption img {
        /*height: 5vw;*/
    }

@media (max-width: 1199px) {
    .banner-caption {
        width: 940px;
    }
}

@media (max-width: 1023px) {
    .banner-caption {
        width: 940px;
    }
}

@media (max-width: 991px) {
    .banner-caption {
        width: 720px;
    }
}

@media (max-width: 767px) {
    .banner-caption {
        width: 767px;
    }
}

#banner-area .btn {
    border-radius: 0;
    font-size: 15px;
    transition: all ease-in-out .15s;
    margin-top: 15px;
}

#banner-area .btn-secondary, #banner-area .btn-default {
    border: 1px solid rgb(200, 200, 200);
    color: rgb(90, 90, 90);
    background-color: rgba(255, 255, 255, .65)
}

    #banner-area .btn-secondary:hover, #banner-area .btn-default:hover {
        color: white !important;
        background-color: rgb(204, 0, 0);
        border: 1px solid rgb(204, 0, 0);
    }

.caption-content {
    background-color: black;
    margin: 15px 0px 15px 15px;
    padding: 15px;
}

    .caption-content p {
        color: white !important;
    }

@media (max-width: 767px) {
}

#news-room-banner .btn {
    border-radius: 0;
    font-size: 12px;
    transition: all ease-in-out .15s;
}

#news-room-banner .btn-secondary, #news-room-banner .btn-default {
    border: 1px solid rgb(204, 0, 0);
    color: white;
    background-color: transparent;
}

    #news-room-banner .btn-secondary:hover, #news-room-banner .btn-default:hover {
        color: white !important;
        background-color: rgb(204, 0, 0);
        border: 1px solid rgb(204, 0, 0);
    }

#primary-content #carousel-news .carousel-indicators {
    position: absolute;
    left: auto;
    right: 0;
    bottom: 0px;
    width: 50%;
    margin-left: 0%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: rgb(204, 0, 0);
}

#primary-content #carousel-news .carousel-caption {
    position: absolute;
    left: auto;
    right: 0;
    bottom: 0px;
    z-index: 10;
    width: 50%;
    height: 100%;
    padding: 20px;
    color: #ffffff;
    text-align: left;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: rgba(0, 0, 0, .8);
}

    #primary-content #carousel-news .carousel-caption h2 {
        font-size: 24px;
    }

    #primary-content #carousel-news .carousel-caption p {
        font-size: 18px;
        color: white;
    }

    #primary-content #carousel-news .carousel-caption .btn {
        border-radius: 0;
        transition: all ease-in-out .15s;
    }

    #primary-content #carousel-news .carousel-caption .btn-secondary, #primary-content #carousel-news .carousel-caption .btn-default {
        background-color: transparent;
        color: white;
        border-color: rgb(204, 0, 0);
    }

        #primary-content #carousel-news .carousel-caption .btn-secondary:hover, #primary-content #carousel-news .carousel-caption .btn-default:hover {
            background-color: rgb(204, 0, 0);
        }

@media (max-width: 1224px) {
    #primary-content #carousel-news .carousel-caption {
        padding: 15px;
    }

        #primary-content #carousel-news .carousel-caption h2 {
            font-size: 20px;
        }

        #primary-content #carousel-news .carousel-caption p {
            font-size: 16px;
        }
}

@media (max-width: 991px) {
    #primary-content #carousel-news .carousel-caption {
        padding: 10px;
    }

        #primary-content #carousel-news .carousel-caption h2 {
            font-size: 18px;
        }

        #primary-content #carousel-news .carousel-caption p {
            font-size: 14px;
        }
}
/*--------Secondary Content Navigation----------*/
#secondary-nav {
    height: auto;
    width: 100%;
    background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, .99);
}

.fixed {
    /*class added in mobile to fix sec nav to top*/
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 1030;
}

@media (max-width: 767px) {
    .remove-fixed {
        position: absolute;
        top: 0;
        left: 0;
    }
}

#secondary-nav .navbar {
    margin-bottom: 0;
    border-bottom: 1px solid rgb(235, 235, 235);
    padding: 0;
}

    #secondary-nav .navbar .nav {
        margin-bottom: 0;
    }

    #secondary-nav .navbar li {
        margin-bottom: -2px;
    }

        #secondary-nav .navbar li a:link, #secondary-nav .navbar li a:visited {
            color: rgb(150, 150, 150);
            font-size: 14px;
            line-height: 1.42857143;
            border-bottom: 1px solid transparent;
            transition: all ease-in-out .15s;
        }

        #secondary-nav .navbar li a:hover, #secondary-nav .navbar li a:active, #secondary-nav .navbar li a:focus {
            color: rgb(50, 50, 50);
            margin-bottom: 0;
            border-bottom: 1px solid rgb(150, 150, 150);
            background-color: transparent;
        }

.nav-phone {
    position: relative;
    display: block;
    padding: 15px;
    font-size: 14px;
    color: rgb(150, 150, 150);
}

#share-dropdown {
}

.secondary-nav-icon {
    float: left;
    margin-right: 5px;
    padding: 2px;
}

.icon-red {
    color: rgb(204, 0, 0);
}

@media (max-width: 1199px) {
    #secondary-nav .navbar li a:link, #secondary-nav .navbar li a:visited {
        font-size: 14px;
        padding: 15px 10px
    }

    .nav-phone {
        font-size: 14px;
        padding: 15px 10px
    }

    .secondary-nav-icon {
        padding: 2px;
    }
}

@media (max-width: 991px) {
    #secondary-nav .navbar li a:link, #secondary-nav .navbar li a:visited {
        font-size: 12px;
        padding: 15px 7px
    }

    .nav-phone {
        font-size: 12px;
        padding: 15px 7px
    }

    .secondary-nav-icon {
        display: none;
    }
}

#secondary-nav .navbar-right {
    display: none;
}

    #secondary-nav .navbar-right.display {
        display: block !important;
    }

@media (max-width: 767px) {
    #secondary-nav {
        background-color: rgb(211, 211, 211);
        padding-bottom: 7px;
        padding-top: 5px;
    }

        #secondary-nav #navbar {
            width: 100%;
        }

        #secondary-nav .navbar-nav {
            margin: 0;
            flex-wrap: wrap;
        }

        #secondary-nav .navbar {
            width: 100%;
            margin: 0;
            margin-left: 0;
            border-bottom: none;
        }

            #secondary-nav .navbar .navbar {
                width: 100%;
                margin: 0;
            }

            #secondary-nav .navbar li {
                display: inline-block;
                width: 49%;
                background-color: transparent !important;
                padding: 6px 5px 6px 5px;
            }

    #page-wrap #secondary-nav .navbar li > a {
        width: 100%;
        border-top: 1px solid rgb(65, 65, 65);
        border-left: 1px solid rgb(55, 55, 55);
        border-right: 1px solid rgb(55, 55, 55);
        border-bottom: 1px solid rgb(35, 35, 35);
        text-align: center;
    }

    #secondary-nav .navbar li > a:link, #secondary-nav .navbar li > a:visited {
        color: rgb(235, 235, 235) !important;
        margin-bottom: 0;
        border: none;
        font-size: 14px;
        padding: 6px 15px;
        background: rgb(50, 50, 50);
        text-shadow: 1px 1px 0 rgb(0, 0, 0);
        box-shadow: 2px 2px 0 rgb(0, 0, 0);
    }

    #secondary-nav .navbar li a:hover, #secondary-nav .navbar li a:active, #secondary-nav .navbar li a:focus {
        color: white !important;
        border-bottom: 1px solid rgb(204, 0, 0);
        background-color: black !important;
    }

    #secondary-nav .navbar-right {
        margin: 0 auto;
        table-layout: auto;
        float: none;
        border-top: none;
        background-color: transparent;
        width: 100%;
        margin: 0;
    }

        #secondary-nav .navbar-right > li {
            display: inline-block;
            float: none;
            text-align: center;
            background-color: transparent;
            width: 32.5%;
            padding: 6px 5px 6px 5px;
        }

        #secondary-nav .navbar-right li a {
            background-color: rgb(30, 30, 30) !important;
            border-top: 1px solid rgb(55, 55, 55) !important;
            border-left: 1px solid rgb(45, 45, 45) !important;
            border-right: 1px solid rgb(45, 45, 45) !important;
            border-bottom: 1px solid rgb(15, 15, 15) !important;
        }
}
/*--------Secondary Navigation for Product Modality----------*/
#secondary-nav .product-navbar li a img {
    max-width: 40px;
    transition: max-width ease-in-out .15s;
    z-index: 90;
}

#secondary-nav .product-navbar li a img {
    max-width: 120px;
    transition: max-width ease-in-out .15s;
    z-index: 90;
}

#secondary-nav .product-navbar li a:hover {
    border-bottom: 1px solid rgb(204, 0, 0);
    color: rgb(204, 0, 0);
}

#secondary-nav.fixed .product-navbar li a img {
    max-width: 60px;
}

#secondary-nav.fixed .product-navbar li a img {
    max-width: 40px;
}

#modality-contact {
    display: none;
}

@media (min-width: 768px) {
    #modality-contact.display {
        display: table-cell !important;
    }
}

#modality-contact .dropdown-header {
    font-size: 14px;
    padding: 8px 10px 3px 10px;
    font-weight: 600;
    color: rgba(185, 185, 185, 1.00);
}

@media (max-width: 1199px) {
    #secondary-nav .navbar li a:link, #secondary-nav .navbar li a:visited {
        font-size: 12px;
    }
}

@media (max-width: 1024px) {
    #secondary-nav .navbar li a:link, #secondary-nav .navbar li a:visited {
        font-size: 10px;
    }
}

@media (max-width: 1199px) {
    #secondary-nav .product-navbar li a img {
        max-width: 100px;
    }

    #secondary-nav .product-navbar > li > a {
        font-size: 12px;
    }
}

@media (max-width: 991px) {
    #secondary-nav .product-navbar li a img {
        max-width: 90px;
    }
}

@media (max-width: 767px) {
    #secondary-nav .product-navbar li a img {
        max-width: 100px;
    }

    #secondary-nav.fixed {
        position: static;
    }

        #secondary-nav.fixed .product-navbar li a img {
            max-width: 100px;
        }

    #secondary-nav .product-navbar {
        width: 100%;
        margin: 7px 0;
    }

    #primary-content #secondary-nav .product-navbar li {
        width: 50%;
        float: left;
        height: 185px;
    }

        #primary-content #secondary-nav .product-navbar li a {
            width: 100%;
            height: 100%;
        }

            #primary-content #secondary-nav .product-navbar li a:hover {
                border: 1px solid rgb(204, 0, 0);
            }
}
/*--------Share nav overrides for inheritance----------*/
#secondary-nav .dropdown-menu {
    padding-left: 0;
    margin-top: 0;
}

    #secondary-nav .dropdown-menu > li > a {
        padding: 3px 10px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.00);
    }

        #secondary-nav .dropdown-menu > li > a:hover {
            border-bottom: 1px solid rgba(255, 255, 255, 0.00);
            color: rgb(204, 0, 0);
        }

/* Jira:CPSWT-64 20220729addstart */
#secondary-nav .navbar .secnav-flex li a {
    font-size: 90%;
    font-weight: bold;
    color: #707072 !important;
}
@media (max-width: 1023px) {
    #secondary-nav .navbar .secnav-flex li a {
        font-size: 80%;
    }
}
@media (max-width: 767px) {
    #secondary-nav.secnav-flex-pre {
        background-color: rgb(255, 255, 255);
    }
    #secondary-nav .navbar .secnav-flex {
        display: flex;
        flex-wrap: wrap
    }
    #secondary-nav .navbar .secnav-flex li {
        float: none;
        width: 33% !important;
        height: auto !important;
    }
    #secondary-nav .navbar .secnav-flex li a {
        border-radius: 15px;
        font-size: 90%;
    }
    #secondary-nav .navbar .secnav-flex li a:link, #secondary-nav .navbar .secnav-flex li a:visited {
        background: none;
        text-shadow: none;
        box-shadow: none;
    }
    #secondary-nav .navbar .secnav-flex li a img {
        width: 100%;
    }
    #secondary-nav .navbar .secnav-flex li a:hover, #secondary-nav .navbar .secnav-flex li a:active, #secondary-nav .navbar .secnav-flex li a:focus {
        background-color: #fff !important;
    }
}
/* Jira:CPSWT-64 20220729addstart */

/*--------Side Navigation for Content Area----------*/
.side-navigation {
    margin-top: 20px;
}

.content-navigation {
    margin-top: 0px !important;
}

#primary-content .side-navigation ul {
    margin-bottom: 10px;
}

    #primary-content .side-navigation ul li {
        margin-bottom: 0;
    }

.side-navigation .nav li {
    background-size: 12px 0px;
    padding-left: 0px;
    background: none;
    transition: padding ease-in-out .25s;
}

.content-navigation > .nav > li {
    border-bottom: 1px solid rgb(235, 235, 235);
}

    .content-navigation > .nav > li: last-child {
        border-bottom: none;
    }

.side-navigation .nav li:hover {
    background: url(../img/side-navigation/side-navigation-chevron-right.png) no-repeat left 13px;
    background-size: 12px 12px;
    padding-left: 6px;
}

.side-navigation li.side-nav-header {
    font-weight: 600;
    color: rgb(200, 200, 200);
    padding-left: 15px;
    padding-top: 0;
    font-size: 18px;
    padding-bottom: 3px;
    border-bottom: 1px solid rgb(235, 235, 235);
    background: none;
    transition: none !important;
}

    .side-navigation li.side-nav-header:hover {
        padding-left: 0px !important;
    }

.side-navigation li.side-nav-subheader {
    font-weight: 600;
    color: rgb(200, 200, 200);
    padding-left: 15px;
    padding-top: 0;
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 3px;
    border-bottom: 1px solid rgb(235, 235, 235);
    background: none;
    transition: none;
}

.side-navigation li.side-nav-header:hover {
    background: none;
    padding-left: 15px;
}

.side-navigation li a:link, .side-navigation li a:visited {
    text-decoration: none;
    color: rgb(150, 150, 150);
    transition: all ease-in-out .25s;
    padding-top: 7px;
    padding-bottom: 7px;
}

.side-navigation.nav-sm li a:link, .side-navigation.nav-sm li a:visited {
    font-size: 16px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.side-navigation li a:hover, .side-navigation li a:active, .side-navigation li a:focus {
    background-color: transparent;
    color: rgb(204, 0, 0);
}

.side-navigation li ul {
    padding-left: 7px;
    display: none;
}

    .side-navigation li ul li a:link, .side-navigation li ul li a:visited {
        font-weight: 300;
        font-size: 14px;
        line-height: 16px;
        padding-top: 5px;
        padding-bottom: 5px;
        background: none;
    }

    .side-navigation li ul > li > a:hover, .side-navigation li ul > li > a:active, .side-navigation li ul > li > a:focus {
        color: rgb(204, 0, 0) !important;
    }

#primary-content .side-navigation-header {
    font-size: 24px;
    padding: 0;
    margin: -10px 0 10px 15px;
}

.side-navigation .nav li {
    background-size: 8px 0px;
    padding-left: 0px;
    background: none;
    transition: padding ease-in-out .25s;
}

.side-navigation.clinical-navigation > .nav > li:hover {
    background: url(../img/side-navigation/side-navigation-chevron-right.png) no-repeat left 13px;
    background-size: 9px 9px;
    padding-left: 6px;
}

.side-navigation.clinical-navigation li a:link, .side-navigation.clinical-navigation li a:visited {
    padding-top: 4px;
    padding-bottom: 4px;
}

.side-navigation.clinical-navigation > .nav > li.active {
    background: url(../img/side-navigation/side-navigation-chevron-right.png) no-repeat left 13px;
    background-size: 9px 9px;
    padding-left: 6px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .side-navigation .nav li:hover {
        background: url(../img/side-navigation/side-navigation-chevron-right.png) no-repeat left 13px;
        background-size: 10px 10px;
        padding-left: 6px;
    }

    .side-navigation li.side-nav-header {
        font-weight: 600;
        color: rgb(200, 200, 200);
        padding-left: 10px;
        padding-top: 0;
        font-size: 14px;
        padding-bottom: 3px;
        border-bottom: 1px solid rgb(235, 235, 235);
        background: none;
    }

        .side-navigation li.side-nav-header:hover {
            background: none;
            padding-left: 10px;
        }

    .side-navigation li a:link, .side-navigation li a:visited {
        text-decoration: none;
        font-size: 14px;
        color: rgb(150, 150, 150);
        transition: all ease-in-out .25s;
        margin-top: -7px;
    }

    .side-navigation li a:hover, .side-navigation li a:active, .side-navigation li a:focus {
        background-color: transparent;
        color: rgb(204, 0, 0);
    }

    .side-navigation li ul {
        padding-left: 7px;
        display: none;
    }

        .side-navigation li ul li a:link, .side-navigation li ul li a:visited {
            font-weight: 300;
            font-size: 11px;
            line-height: 14px;
            padding-top: 5px;
            padding-bottom: 5px;
            background: none;
        }

    #primary-content .side-navigation-header {
        font-size: 18px;
        margin: -10px 0 10px 15px;
    }
}

@media (max-width: 767px) {
    /* overrides for mobile nav in products*/
    #primary-content .side-navigation {
        margin-bottom: 15px;
        padding-bottom: 0px;
        padding: 0px;
        margin-top: 20px;
        border: none;
    }

    .side-navigation.clinical-navigation li a:link, .side-navigation.clinical-navigation li a:visited {
        text-decoration: none;
        font-size: 14px;
        color: rgb(150, 150, 150);
        transition: all ease-in-out .25s;
        margin: 0;
        padding: 10px 10px;
    }

    .side-navigation > .nav > li:hover {
        background: none left 0px !important;
        background-size: 0 !important;
        padding-left: 0 !important;
    }

    #primary-content .side-navigation ul {
        margin-bottom: 0px;
    }

    #primary-content .side-navigation .side-navigation-header {
        padding-top: 10px;
    }

    .side-navigation li.side-nav-header {
        color: rgb(200, 200, 200);
        padding: 8px 15px;
        font-size: 18px;
    }

    #secondary-nav .navbar-nav .dropdown-menu li {
        width: 100%;
    }

    #page-wap #secondary-nav .navbar .dropdown-menu li a:link, #page-wap #secondary-nav .navbar .dropdown-menu li a:visited {
        border: none;
        padding: 7px 7px;
        line-height: 12px;
        font-size: 12px;
    }

    #secondary-nav .navbar-nav .dropdown-menu li {
        width: 100%;
    }

    .navbar-nav {
        position: relative;
    }

        /*.navbar-nav .open .dropdown-menu {*/
        .nav .dropdown .dropdown-menu.show  {
            position: absolute;
            float: left;
            width: 100%;
            min-width: 20px;
            right: 0;
            margin-top: 0px;
            margin-right: 0;
            background-color: rgba(0, 0, 0, 1.00);
            border: 0;
            -webkit-box-shadow: none;
            box-shadow: none;
            display: block;
        }

    .side-navigation.affix {
        position: static;
    }
}

@media (min-width: 1600px) {
    .side-navigation.affix {
        position: fixed;
        top: 20px;
    }
}
/*-----Stacked content for content areas-------*/
#press-release-navigation {
    border-top: 1px solid rgb(235, 235, 235);
    background-color: rgb(250, 250, 250);
    padding-bottom: 15px;
}

@media (max-width: 767px) {
    #press-release-navigation {
        margin-left: -15px;
        margin-right: -15px;
    }
}

#press-release-navigation lable {
    font-size: 14px;
}

#press-release-navigation h3 {
    font-weight: 600;
    color: rgb(150, 150, 150);
    padding-left: 15px;
    font-size: 16px;
    padding-bottom: 3px;
}

#press-release-navigation ul li {
    padding: 0;
    margin: 0;
    margin-bottom: 2px;
}

    #press-release-navigation ul li a:link, #press-release-navigation ul li a:visited {
        color: rgb(150, 150, 150);
        display: block;
        font-size: 13px;
        padding: 3px 5px;
        margin: 0;
        background: rgb(255, 255, 255);
        font-weight: 400;
    }

    #press-release-navigation ul li a:hover, #press-release-navigation ul li a:active {
        color: white;
        background: rgb(204, 0, 0);
        text-decoration: none;
    }

#press-release-navigation ul {
    padding-left: 15px;
}

#primary-content a.rss-link {
    color: rgb(150, 150, 150);
    padding-left: 15px;
    font-size: 16px;
    line-height: 16px;
}

    #primary-content a.rss-link:hover {
        color: rgb(204, 0, 0);
        text-decoration: none;
    }

    #primary-content a.rss-link img {
    }

#press-release-search {
    padding: 15px 15px 0px 15px;
}

    #press-release-search .form-control {
    }

    #press-release-search .btn {
        padding-top: 7px;
        padding-bottom: 7px;
    }

.press-release-call-out {
    width: 320px;
    float: left;
    margin: 0px 15px 7px 0px
}


.press-release-content p,
.press-release-content p {
    margin-bottom: 30px !important;
}

#press-share .btn {
    padding: 10px 15px;
}

#press-share > li {
    padding-left: 0px;
    padding-right: 0px;
}

#primary-content #press-share > li: last-child {
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .press-release-call-out {
        width: auto !important;
        float: none;
        margin: 15px auto;
    }
}

.press-release-call-out img {
    margin-bottom: 10px;
}

.press-release-call-out .well {
    padding: 10px;
}

.press-release-content a {
    color: rgb(204, 0, 0);
}

.press-release-pagination {
    text-align: center;
}

    .press-release-pagination a {
        color: rgb(204, 0, 0);
    }
/*--------Share nav overrides for inheritance----------*/
#page-wrap .press-release-content .dropdown-menu {
    padding-left: 0;
    margin-top: -8px;
    border-radius: 0;
}

#page-wrap .press-release-content .dropdown-menu {
    padding-left: 0;
    margin-top: -8px;
    border-radius: 0;
}

    #page-wrap .press-release-content .dropdown-menu > li > a {
        padding: 3px 10px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.00);
    }

.press-release-content .dropdown-menu > li > a:hover {
    border-bottom: 1px solid rgba(255, 255, 255, 0.00);
    color: rgb(204, 0, 0);
}

.size-small {
    display: block;
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
    border: 1px solid rgba(180, 180, 180, 1.00);
}

.size-medium {
    display: block;
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
    border: 1px solid rgba(180, 180, 180, 1.00);
}

.size-large {
    display: block;
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
    border: 1px solid rgba(180, 180, 180, 1.00);
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

.wp-caption {
    padding: 10px;
    border: 1px solid rgb(200, 200, 200);
    margin-left: 10px;
    margin-bottom: 10px;
    width: 381px;
}

.wp-caption2 {
    padding: 10px;
    border: 1px solid rgb(200, 200, 200);
    margin-left: 10px;
    margin-bottom: 10px;
    width: 33%;
}

@media (max-width: 767px) {
    .wp-caption, .wp-caption2 {
        width: 100%;
    }
}

.wp-caption p {
    font-size: 14px !important;
    padding-top: 10px;
}
/*--------Table----------*/
.table-hover > tbody > tr:hover {
    background-color: rgb(250, 250, 250);
    color: rgb(204, 0, 0) !important;
}

    .table-hover > tbody > tr:hover td {
        color: rgb(204, 0, 0) !important;
    }

#primary-content tbody td a:link, #primary-content tbody td a:visited {
    text-decoration: underline;
    color: rgb(50, 50, 50);
}

#primary-content tbody td a:hover, #primary-content tbody td a:active {
    color: rgb(204, 0, 0);
}
/*--------Product Footer----------*/
#primary-content .product-footer {
    width: 100%;
    background-color: rgb(60, 60, 60);
    padding: 20px 0;
    /*margin-bottom: -30px;*/
    border-top: 2px solid rgb(215, 215, 215) !important;
    background: rgb(60, 60, 60);
    background: -moz-linear-gradient(left, rgba(30, 30, 30, 1) 0%, rgba(60, 60, 60, 1) 19%, rgba(60, 60, 60, 1) 82%, rgba(30, 30, 30, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(30, 30, 30, 1)), color-stop(19%, rgba(60, 60, 60, 1)), color-stop(82%, rgba(60, 60, 60, 1)), color-stop(100%, rgba(30, 30, 30, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(30, 30, 30, 1) 0%, rgba(60, 60, 60, 1) 19%, rgba(60, 60, 60, 1) 82%, rgba(30, 30, 30, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(30, 30, 30, 1) 0%, rgba(60, 60, 60, 1) 19%, rgba(60, 60, 60, 1) 82%, rgba(30, 30, 30, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(30, 30, 30, 1) 0%, rgba(60, 60, 60, 1) 19%, rgba(60, 60, 60, 1) 82%, rgba(30, 30, 30, 1) 100%);
    /* IE10+ */
    background: linear-gradient(to right, rgba(30, 30, 30, 1) 0%, rgba(60, 60, 60, 1) 19%, rgba(60, 60, 60, 1) 82%, rgba(30, 30, 30, 1) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1e1e1e', endColorstr='#1e1e1e', GradientType=1);
    /* IE6-8 */
}

    #primary-content .product-footer h2 {
        font-style: italic;
        font-weight: 600;
        font-size: 26px;
        color: white;
        padding: 0;
        margin: 0;
        margin-top: 3px;
    }

    #primary-content .product-footer p {
        color: white !important;
        padding: 0;
        margin: 0;
    }

        #primary-content .product-footer p a.tel {
            color: white;
            padding: 0;
            margin: 0;
        }

    #primary-content .product-footer .btn-outline {
        margin-top: 8px;
        border-color: white;
    }

        #primary-content .product-footer .btn-outline i {
            margin-right: 5px;
        }

@media (max-width: 1199px) {
    #primary-content .product-footer h2 {
        font-size: 22px;
    }
}

@media (max-width: 992px) {
    #primary-content .product-footer h2 {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    #primary-content .product-footer h2 {
        text-align: center;
        font-size: 20px;
    }

    #primary-content .product-footer p {
        text-align: center;
    }

    #primary-content .product-footer .btn {
        width: 100%;
        margin-top: 15px;
    }

    #primary-content .product-footer img {
        margin-bottom: 10px;
    }
}
/*--------Footer Wrap----------*/
#social-bar {
    background-color: rgb(204, 0, 0);
    border-top: 1px solid white;
}

#social-bar ul li > a {
    color: white;
}
/*CPSWT-172 add start*/
#social-bar ul li > a:not(#share-dropdown-footer ul li > a) {
    font-size: 150%;
}
#social-bar .nav {
    justify-content: flex-end;
}
#social-bar .nav-justified > .nav-link, #social-bar .nav-justified .nav-item {
    flex-grow: 0;
}
#social-bar .nav-justified > .nav-link, #social-bar .nav-justified .nav-item + .nav-item {
    margin-left: 5px;
}
/*CPSWT-172 add end*/

#social-bar ul > li a:hover, #social-bar ul > li a:active, #social-bar ul > li a:focus {
    /* color: rgba(255,201,202,1.00);
*/
    background-color: rgba(0, 0, 0, 0.5);
}

#social-bar ul li li > a {
    color: rgba(230, 0, 3, 1.00);
}

@media (max-width: 767px) {
    #social-bar ul li {
        width: 48%;
        float: left;
    }
    #social-bar .social-link-icon {
        display: block;
    }
    #social-bar .row {
        justify-content: flex-end; /*CPSWT-172*/
    }
}

#footer-wrap {
    width: 100%;
    padding: 30px 0;
    background-color: rgb(250, 250, 250);
    border-top: 1px solid rgb(229, 229, 229);
    font-size: 14px;
}

    #footer-wrap ul li a {
        color: rgb(100, 100, 100);
        display: block;
        padding: 2px 0;
        transition: all ease-in-out .1s;
    }

        #footer-wrap ul li a:hover {
            color: rgb(204, 0, 0);
        }

    #footer-wrap ul li:first-child a {
        color: rgb(50, 50, 50);
        font-weight: 700;
        margin-bottom: 5px;
    }

#footer-company-info {
    border-top: 1px solid rgb(230, 230, 230);
    padding-top: 25px;
    margin-top: 15px;
}

.footer-legal {
    margin-top: 13px;
}

#footer-company-info p a {
    color: rgb(100, 100, 100);
}

#footer-brand {
    margin-bottom: -10px;
}
/*===============Updated 20160816=================*/
@media (max-width: 1200px) {
    #footer-brand {
        margin-top: 5px;
    }
}

#footer-join .form-control {
    border-radius: 0;
    color: #555555;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    #footer-join .form-control:focus {
        border: 1px solid #cccccc;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px transparent;
    }

#footer-join .btn {
    border-radius: 0;
    border: 1px solid #cccccc !important;
}

#footer-wrap #join-list > a {
    color: rgb(50, 50, 50);
    font-weight: 700;
    margin-bottom: 5px;
}

    #footer-wrap #join-list > a:hover {
        color: rgb(204, 0, 0);
    }

#join-list {
}

.dropdown-up {
    bottom: 100% !important;
    top: auto !important;
    right: 0;
    left: auto;
}

#footer-wrap .dropdown-menu {
    padding-left: 0;
    margin-top: 0;
    border-radius: 0;
}

    #footer-wrap .dropdown-menu > li > a {
        padding: 3px 10px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.00);
    }

    #footer-wrap .dropdown-menu > li:first-child > a {
        margin-bottom: 0;
        color: rgb(100, 100, 100);
    }

    #footer-wrap .dropdown-menu > li > a:hover {
        border-bottom: 1px solid rgba(255, 255, 255, 0.00);
        color: rgb(204, 0, 0);
    }

@media only screen and (max-width: 767px) {
}

#footer-wrap p.bold-title {
    font-weight: 700;
}

.scroll-top, .btmContact {
    z-index: 100;
    display: inline-block;
    font-size: 1.5em;
    padding: 10px 10px 0px 10px;
    color: white;
    position: fixed;
    bottom: 30px;
    right: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    background: rgba(207, 20, 43, 0.5);
    border: 1px solid white;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}


    .btmContact .glyphicon {
        font-size: 80%;
        vertical-align: baseline;
    }

.btmContact {
    line-height: 1;
    padding: 10px 10px 11px 10px;
    background: rgba(207, 20, 43, 0.8);
}

    .scroll-top.scroll-is-visible, .scroll-top.scroll-fade-out, .no-touch .scroll-top:hover,
    .btmContact.scroll-is-visible, .btmContact.scroll-fade-out, .no-touch .btmContact:hover {
        -webkit-transition: opacity .3s 0s, visibility 0s 0s;
        -moz-transition: opacity .3s 0s, visibility 0s 0s;
        transition: opacity .3s 0s, visibility 0s 0s;
        color: white;
    }

    .scroll-top.scroll-is-visible,
    .btmContact.scroll-is-visible {
        /* the button becomes visible */
        visibility: visible;
        opacity: 1;
    }

    .scroll-top.scroll-fade-out,
    .btmContact.scroll-fade-out {
        /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
        opacity: .5;
    }

.no-touch .scroll-top:hover,
.no-touch .btmContact:hover {
    background-color: rgb(204, 0, 0);
    color: white;
    opacity: 1;
    text-decoration: none;
}

@media only screen and (min-width: 768px) {
    .scroll-top {
        right: 15px;
        bottom: 15px;
    }
}

@media only screen and (min-width: 1024px) {
    .scroll-top {
        right: 15px;
        bottom: 15px;
    }
}

@media only screen and (min-width: 200px) {
    .scroll-top, .btmContact {
        right: 5px;
        bottom: 5px;
    }

    .btmContact {
        right: 60px
    }
}

@media only screen and (max-width: 768px) {
    .btmContact {
        right: auto;
        left: 5px;
    }
}

.embed-careers iframe {
    width: 100%;
    height: 500px;
}

.modal.fade .modal-dialog {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
/*--------offset ids for smooth scroll ----------*/
.scroll-offset {
    margin-top: -50px;
    padding-top: 50px;
}

.modal-caption {
    border-top: 1px solid rgb(50, 50, 50);
    background-color: rgb(30, 30, 30);
    margin: 0px -15px -15px -15px;
    padding: 5px 15px;
}

    .modal-caption p {
        color: white !important;
        font-size: 15px !important;
    }

.center-block.text-start {
    display: block;
    margin-left: auto;
    text-align: left;
    margin-right: auto;
}

.disable-click {
    pointer-events: none;
}

.request-quote {
    display: none;
}
/*---------Alerts------------*/
#system-alert {
    background-color: rgba(240, 240, 240, 1.00);
}

#header-wrap #system-alert {
    display: none;
    background-color: rgba(253, 215, 216, 1.00);
}

#system-alert .alert {
    background-color: transparent;
}

    #system-alert .alert p {
        margin-bottom: 0;
        margin-top: 4px;
    }

    #system-alert .alert .close {
        margin-top: 10px;
        color: rgb(204, 0, 0);
    }

#system-alert .btn-primary {
    border: 1px solid rgb(204, 0, 0);
    color: rgb(204, 0, 0);
    border-radius: 0;
    background-color: rgba(255, 255, 255, .7);
    margin-left: 10px;
    font-weight: 300;
}

    #system-alert .btn-primary:hover {
        color: white;
        background-color: rgb(204, 0, 0);
    }
/* START diff 2016.10 */
#content-search .btn {
    padding: 6px 12px;
    margin-top: 0;
}

#content-search {
    margin-bottom: 15px;
}

.search-results-found {
    font-weight: 600;
    font-size: 18px;
    padding: 7px 12px;
    border: 1px solid rgb(230, 230, 230);
    background-color: rgba(243, 243, 243, 1.00);
}

    .search-results-found a {
        color: rgb(204, 0, 0);
    }

.search-section-seperator {
    border-top: 1px solid rgba(200, 200, 200, 1.00);
    width: 100%;
    padding: 30px 0 15px 0;
}

    .search-section-seperator a {
        color: rgb(204, 0, 0);
    }
/*---------Modals------------*/
#content-modal .modal-content, #ytModal .modal-content, #vdModal .modal-content, #imgModal .modal-content {
    background-color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
    border-radius: 0px;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
    border: 1px solid rgb(70, 70, 70);
}

#content-modal .modal-backdrop.fade, #ytModal .modal-backdrop.fade, #vdModal .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}

#content-modal .modal-backdrop.in, #ytModal .modal-backdrop.in, #vdModal .modal-backdrop.in {
    opacity: 0.85;
    filter: alpha(opacity=85);
}

#content-modal .modal-header, #ytModal .modal-header, #vdModal .modal-header {
    padding: 10px;
    border-bottom: 1px solid rgb(50, 50, 50);
    background-color: rgb(30, 30, 30);
}

    #content-modal .modal-header h4, #ytModal .modal-header h4, #vdModal .modal-header h4 {
        color: white;
    }

#content-modal .modal-caption-light, #ytModal .modal-caption-light, #vdModal .modal-caption-light {
    color: white;
    font-size: 16px;
    margin-top: 7px;
}

#content-modal .modal-body, #ytModal .modal-body, #vdModal .modal-body {
    background-color: rgb(0, 0, 0);
}

#content-modal .modal-header .close, #ytModal .modal-header .close, #vdModal .modal-header .close {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 1200;
    padding: 4px 8px;
    opacity: .75;
    color: white;
    text-shadow: 0 1px 0 #000000;
}

    #content-modal .modal-header .close:hover, #ytModal .modal-header .close:hover, #vdModal .modal-header .close:hover {
        border-radius: 0;
        background-color: transparent;
        color: rgb(204, 0, 0);
        opacity: 1;
        text-shadow: none;
    }

#content-modal .modal-body .close, #ytModal .modal-body .close, #vdModal .modal-body .close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1200;
    padding: 4px 8px;
    opacity: .5;
    color: white;
    text-shadow: 0 1px 0 #000000;
}

    #content-modal .modal-body .close:hover, #ytModal .modal-body .close:hover, #vdModal .modal-body .close:hover {
        border-radius: 0;
        background-color: transparent;
        color: rgb(204, 0, 0);
        opacity: 1;
        text-shadow: none;
    }

#content-modal .modal-body.video-loading, #ytModal .modal-body.video-loading, #vdModal .modal-body.video-loading {
    background-image: url(http: //3801.dip.jp: 11011/resources/img/core/core-video-loading.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 400px 300px;
}

.modal-description {
    padding: 15px 15px 0px 15px;
    border-top: 1px solid rgba(41, 41, 41, 1.00);
    margin-top: 15px;
}

#content-modal .modal-description p, #ytModal .modal-description p, #vdModal .modal-description p {
    color: white;
}
/* end of diff 2016.10*/

/* Jira:CPSWT-72 start */
#imgModal .modal-body{
    padding: 0;
}
#imgModal button.close {
    position: absolute;
    z-index: 1;
    right: 10px;
    opacity: 1;
}
#imgModal .modal-dialog {
    width: 100%;
    max-width: 70%;
}
#imgModal #modal {
    height: auto;
}
#imgModal .embed-responsive {
    position: initial;
}
/* Jira:CPSWT-72 end */
/* diff 2016.10.25 */
#primary-nav #globalnetwork a {
    background: #666;
}
/*footer notice*/
#footer-company-info p.footer-notice a:link, #footer-company-info p.footer-notice a:visited {
    color: rgb(204, 0, 0) !important;
}

#footer-company-info p.footer-notice a:hover, #footer-company-info p.footer-notice a:active {
    text-decoration: underline !important;
}
/*footer sitemap*/
#footer-wrap ul.footProducts li:first-child a {
    font-weight: 300;
    color: rgb(100, 100, 100)
}

#footer-wrap ul.footProducts li:first-child a {
    margin-bottom: 0px;
}
/*pulldown 2*/
#primary-nav .dropdown-menu.dropdown-double {
    width: 200%;
}
/*secondary-nav*/
#secondary-nav ul > li.act > a {
    border-bottom: 1px solid rgb(204, 0, 0) !important;
    color: rgb(50, 50, 50) !important;
}

/* Jira:CPSWT-29 start */
.btt-button {
    padding: 0.5% 0;
    margin-top: 50px;
    text-align: center;
    background-color: rgb(204, 0, 0) !important;
    border-radius: 8px;
    border-color: rgb(204, 0, 0) !important;
}
.btt-button:hover {
    background-color: rgb(160, 0, 0) !important;
    border-color: rgb(160, 0, 0) !important;
}
.btt-button > a {
    font-size: 120%;
    font-weight: bold;
    color: #fff !important;
}
.banner-caption_fw {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
/* Jira:CPSWT-29 end */
/* Jira:CPSWT-86 start */
.tileCont {
    position: relative;
    width: 100%;
    /*aspect-ratio: 4 / 3;*/
    object-fit: cover;
}
.tileCont iframe {
    position: absolute;
    display: block;
}
/* Jira:CPSWT-173 start */
.aspectRatio4_3 {
    aspect-ratio: 4 / 3;
}
.aspectRatio16_9 {
    aspect-ratio: 16 / 9;
}
/* Jira:CPSWT-173 end */

@media (max-width: 753px) {
    .tileCont iframe {
        height: 100%;
    }
}
@media screen and (min-width:767px) and (max-width:992px){
    .split2 .yth {
        font-size: 80% !important;
        max-height: 300px;
        overflow: scroll;
    }
    .split3 .yth {
        font-size: 80% !important;
        max-height: 130px;
        overflow: scroll;
    }
}
@media screen and (min-width:767px){
    .split4 .yth {
        font-size: 80% !important;
        max-height: 90px;
        overflow: scroll;
    }
}
@media screen and (min-width:1200px) {
    .split4 .yth {
        font-size: 80% !important;
        max-height: 160px;
        overflow: auto;
    }
}
/* Jira:CPSWT-86 end */
/* Jira:CPSWT-101 start */
@media screen and (max-width:767px) {
    .mob-secnavtitle-center {
        margin: 0 auto;
    }
}
/* Jira:CPSWT-101 end */
/* Jira:CPSWT-84 Bootstrap 3.3.7-5.2.2 version up*/
.img-responsive, .img-fluid { /*used bootstrap3(or earlier) class*/
    display: block;
    max-width: 100%;
    height: auto;
}

/*max-width*/
.mLRA {
    margin: 0 auto;
}

.mw10p {
    width: 100%;
    max-width: 10%;
}

.mw20p {
    width: 100%;
    max-width: 20%;
}

.mw30p {
    width: 100%;
    max-width: 30%;
}

.mw40p {
    width: 100%;
    max-width: 40%;
}

.mw50p {
    width: 100%;
    max-width: 50%;
}

.mw60p {
    width: auto;
    height: auto;
    max-width: 60%;
    max-height: 70px;
    object-fit: contain;
}

.mw70p {
    width: 100%;
    max-width: 70%;
}

.mw80p {
    width: 100%;
    max-width: 80%;
}

.mw90p {
    width: 100%;
    max-width: 90%;
}


.mw50 {
    width: 100%;
    max-width: 50px;
    *width: 50px;
}

.mw60 {
    width: 100%;
    max-width: 60px;
    *width: 60px;
}

.mw70 {
    width: 100%;
    max-width: 70px;
    *width: 70px;
}

.mw80 {
    width: 100%;
    max-width: 80px;
    *width: 80px;
}

.mw90 {
    width: 100%;
    max-width: 90px;
    *width: 90px;
}

.mw100 {
    width: 100%;
    max-width: 100px;
    *width: 100px;
}

.mw110 {
    width: 100%;
    max-width: 110px;
    *width: 110px;
}

.mw120 {
    width: 100%;
    max-width: 120px;
    *width: 120px;
}

.mw130 {
    width: 100%;
    max-width: 130px;
    *width: 130px;
}

.mw140 {
    width: 100%;
    max-width: 140px;
    *width: 140px;
}

.mw150 {
    width: 100%;
    max-width: 150px;
    *width: 150px;
}

.mw160 {
    width: 100%;
    max-width: 160px;
    *width: 160px;
}

.mw170 {
    width: 100%;
    max-width: 170px;
    *width: 170px;
}

.mw180 {
    width: 100%;
    max-width: 180px;
    *width: 180px;
}

.mw190 {
    width: 100%;
    max-width: 190px;
    *width: 190px;
}

.mw200 {
    width: 100%;
    max-width: 200px;
    *width: 200px;
}

.mw210 {
    width: 100%;
    max-width: 210px;
    *width: 210px;
}

.mw220 {
    width: 100%;
    max-width: 220px;
    *width: 220px;
}

.mw230 {
    width: 100%;
    max-width: 230px;
    *width: 230px;
}

.mw240 {
    width: 100%;
    max-width: 240px;
    *width: 240px;
}

.mw250 {
    width: 100%;
    max-width: 250px;
    *width: 250px;
}

.mw260 {
    width: 100%;
    max-width: 260px;
    *width: 260px;
}

.mw270 {
    width: 100%;
    max-width: 270px;
    *width: 270px;
}

.mw280 {
    width: 100%;
    max-width: 280px;
    *width: 280px;
}

.mw290 {
    width: 100%;
    max-width: 290px;
    *width: 290px;
}

.mw300 {
    width: 100%;
    max-width: 300px;
    *width: 300px;
}

.mw310 {
    width: 100%;
    max-width: 310px;
    *width: 310px;
}

.mw320 {
    width: 100%;
    max-width: 320px;
    *width: 320px;
}

.mw330 {
    width: 100%;
    max-width: 330px;
    *width: 330px;
}

.mw340 {
    width: 100%;
    max-width: 340px;
    *width: 340px;
}

.mw350 {
    width: 100%;
    max-width: 350px;
    *width: 350px;
}

.mw360 {
    width: 100%;
    max-width: 360px;
    *width: 360px;
}

.mw370 {
    width: 100%;
    max-width: 370px;
    *width: 370px;
}

.mw380 {
    width: 100%;
    max-width: 380px;
    *width: 380px;
}

.mw390 {
    width: 100%;
    max-width: 390px;
    *width: 390px;
}

.mw400 {
    width: 100%;
    max-width: 400px;
    *width: 400px;
}

.mw410 {
    width: 100%;
    max-width: 410px;
    *width: 410px;
}

.mw420 {
    width: 100%;
    max-width: 420px;
    *width: 420px;
}

.mw430 {
    width: 100%;
    max-width: 430px;
    *width: 430px;
}

.mw440 {
    width: 100%;
    max-width: 440px;
    *width: 440px;
}

.mw450 {
    width: 100%;
    max-width: 450px;
    *width: 450px;
}

.mw460 {
    width: 100%;
    max-width: 460px;
    *width: 460px;
}

.mw470 {
    width: 100%;
    max-width: 470px;
    *width: 470px;
}

.mw480 {
    width: 100%;
    max-width: 480px;
    *width: 480px;
}

.mw490 {
    width: 100%;
    max-width: 490px;
    *width: 490px;
}

.mw500 {
    width: 100%;
    max-width: 500px;
    *width: 500px;
}

.mw510 {
    width: 100%;
    max-width: 510px;
    *width: 510px;
}

.mw520 {
    width: 100%;
    max-width: 520px;
    *width: 520px;
}

.mw530 {
    width: 100%;
    max-width: 530px;
    *width: 530px;
}

.mw540 {
    width: 100%;
    max-width: 540px;
    *width: 540px;
}

.mw550 {
    width: 100%;
    max-width: 550px;
    *width: 550px;
}

.mw560 {
    width: 100%;
    max-width: 560px;
    *width: 560px;
}

.mw570 {
    width: 100%;
    max-width: 570px;
    *width: 570px;
}

.mw580 {
    width: 100%;
    max-width: 580px;
    *width: 580px;
}

.mw590 {
    width: 100%;
    max-width: 590px;
    *width: 590px;
}

.mw600 {
    width: 100%;
    max-width: 600px;
    *width: 600px;
}

.mw610 {
    width: 100%;
    max-width: 610px;
    *width: 610px;
}

.mw620 {
    width: 100%;
    max-width: 620px;
    *width: 620px;
}

.mw630 {
    width: 100%;
    max-width: 630px;
    *width: 630px;
}

.mw640 {
    width: 100%;
    max-width: 640px;
    *width: 640px;
}

.mw650 {
    width: 100%;
    max-width: 650px;
    *width: 650px;
}

.mw660 {
    width: 100%;
    max-width: 660px;
    *width: 660px;
}

.mw670 {
    width: 100%;
    max-width: 670px;
    *width: 670px;
}

.mw680 {
    width: 100%;
    max-width: 680px;
    *width: 680px;
}

.mw690 {
    width: 100%;
    max-width: 690px;
    *width: 690px;
}

.mw700 {
    width: 100%;
    max-width: 700px;
    *width: 700px;
}

.mw710 {
    width: 100%;
    max-width: 710px;
    *width: 710px;
}

.mw720 {
    width: 100%;
    max-width: 720px;
    *width: 720px;
}

.mw730 {
    width: 100%;
    max-width: 730px;
    *width: 730px;
}

.mw740 {
    width: 100%;
    max-width: 740px;
    *width: 740px;
}

.mw750 {
    width: 100%;
    max-width: 750px;
    *width: 750px;
}
/*font-size*/
/*h1,.h1 {
    font-size: 30px;
}
#primary-content h2 {
    font-size: 20px;
}
#primary-content h3 {
    font-size: 18px;
}
#primary-content h4 {
    font-size: 14px;
}
#primary-content h5 {
    font-size: 16px;
}
#primary-content h6 {
    font-size: 16px;
}
#primary-content p {
    font-size: 16px;
    line-height: 1.6;
}
#primary-content ul {
    font-size: 16px;
}
#primary-content ul ul {
    padding-left: 14px;
}
#primary-content ul.list-sm {
    font-size: 14px;
}
#primary-content ol {
    font-size: 16px;
}
*/
/*text*/
.futo {
    font-weight: bold !important;
}
/*hover*/
.hov {
    transition: all ease-in-out .15s;
}

    .hov:hover {
        opacity: 0.8;
    }
/*text*/
.text140 {
    font-size: 140% !important;
}

.text130 {
    font-size: 130% !important;
}

.text120 {
    font-size: 120% !important;
}

.text110 {
    font-size: 110% !important;
}

.text90 {
    font-size: 90% !important;
}

.text80 {
    font-size: 80% !important;
}

.text70 {
    font-size: 70% !important;
}
/*margin*/
.ml2em {
    margin-left: 2em !important;
}
/*timeline*/
.table-timeline {
    border-top: 1px solid rgb(235, 235, 235);
    margin-top: 30px;
}

    .table-timeline thead tr th {
        border-bottom: 1px solid rgb(235, 235, 235);
    }

    .table-timeline tbody tr td {
        border-top: none;
    }

    .table-timeline tbody td:first-child {
        font-size: 34px;
        color: rgb(200, 200, 200);
        border-right: 1px solid rgb(235, 235, 235);
        width: 120px;
    }

    .table-timeline tbody td: last-child {
        font-size: 16px;
        line-height: 22px;
        vertical-align: middle;
        padding-left: 25px;
    }
/*inline-block BOX*/
.ibBox {
    overflow: hidden;
    list-style-type: none;
    padding: 0;
    letter-spacing: -0.4em;
    word-spacing: -0.4em;
    line-height: 0;
    display: -webkit-flex;
    -webkit-flex-flow: row wrap;
}

.ib {
    line-height: 1;
    float: none;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    vertical-align: top;
    word-spacing: normal;
    letter-spacing: normal;
    *display: inline;
    word-wrap: break-word;
}

#primary-content .feed-table tr td {
    color: #333;
}

@media (max-width: 767px) {
    #secondary-nav .navbar li {
        width: 47% !important;
    }

        #secondary-nav .navbar li li {
            width: 100% !important;
        }
}

#breadcrumb {
    padding: 10px 0 !important;
}

    #breadcrumb li a {
        padding: 0px 2px;
    }

    #breadcrumb li a {
        font-size: 11px !important;
    }
	#breadcrumb li a span{
        padding-right:4px !important;
    }
.clear {
    clear: both;
}

#content-area .btn.prodBtn {
    white-space: normal;
}

.btn-movie {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

a:hover .btn-movie .btn-movie-bg {
    fill: #cc181e;
    fill-opacity: 1;
}

.posR {
    position: relative;
}

.posA {
    position: absolute;
}

.dropdown-menu > li > a {
    white-space: normal;
}

.bg-gray1 {
    background: #f7f7f7 !important;
}

#regionSelector li.active a.btn {
    color: rgb(204, 0, 0);
}

#region-tab, #region-tab-modal {
    margin-bottom: 0px;
}

    #region-tab .ib, #region-tab-modal .ib {
        width: 16.66%;
    }

@media (max-width: 768px) {
    #region-tab .ib, #region-tab-modal .ib {
        width: 33.33%;
    }
}

#region-tab .ib a, #region-tab-modal .ib a {
    text-align: center;
    display: block;
    padding: 8px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

#region-tab .ib.active a, #region-tab-modal .ib.active a {
    /* Permalink - use to edit and share this gradient: http: //colorzilla.com/gradient-editor/#000000+3,000000+3&0.65+3,0+4 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 3%, rgba(0, 0, 0, 0) 4%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 3%, rgba(0, 0, 0, 0) 4%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 3%, rgba(0, 0, 0, 0) 4%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
    /* IE6-9 */
    color: #333;
    text-decoration: none;
}

#region-tab .ib a:hover, #region-tab-modal .ib a:hover {
    /* Permalink - use to edit and share this gradient: http: //colorzilla.com/gradient-editor/#000000+3,000000+3&0.65+3,0+4 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 3%, rgba(0, 0, 0, 0) 4%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 3%, rgba(0, 0, 0, 0) 4%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 3%, rgba(0, 0, 0, 0) 4%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
    /* IE6-9 */
    color: #333;
    text-decoration: none;
}

#regionSelector .tab-content, #checkRegion .tab-content {
    background: #fff;
    border: 1px solid #ddd;
    padding: 20px;
}

#regionSelector .region, #checkRegion .region {
    margin-bottom: 10px;
}

    #regionSelector .region a, #checkRegion .region a {
        display: block;
        color: #337ab7;
        padding: 8px 8px 8px 20px;
        line-height: 1.2;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        border-radius: 2px;
        position: relative;
    }

        #regionSelector .region a:hover, #checkRegion .region a:hover {
            background-color: #337ab7;
            color: #fff;
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .12), 0 1px 2px 0 rgba(0, 0, 0, .24);
            text-decoration: none;
        }

        #regionSelector .region a span.region, #checkRegion .region a span.region {
            font-weight: 600;
        }

        #regionSelector .region a i, #checkRegion .region a i {
            position: absolute;
            top: 9px;
            left: 0;
        }

.errTitle {
    font-size: 80px;
    font-weight: 600;
}

.flNone {
    float: none;
}

#primary-nav ul > li.act > a {
    color: rgb(255, 0, 0);
}

#feed-section h1 {
    font-weight: 300;
}

#content-area #publication .btn.active {
    border-color: rgb(204, 0, 0);
}

    #content-area #publication .btn.active strong {
        border-color: rgb(204, 0, 0);
    }

#publication .side-navigation {
    margin-top: 15px;
}

    #publication .side-navigation.side-1 {
        padding-bottom: 20px;
        border-bottom: 1px solid #999;
    }

    #publication .side-navigation .list-group {
        font-size: 14px;
    }

    #publication .side-navigation ul.list-group {
        margin-bottom: 0;
    }

    #publication .side-navigation .list-group-item {
        border-radius: 0;
        border-bottom: none;
    }

    #publication .side-navigation > .list-group {
        border-bottom: 1px solid #dddddd;
    }

    #publication .side-navigation .list-group-item:hover {
        text-decoration: none;
        color: #555555;
        background-color: #f5f5f5;
        cursor: pointer;
    }



#content-area .btns-tab li.active a.btn {
    color: rgb(204, 0, 0);
    border-color: rgb(204, 0, 0);
}

.table th.tbl-left-header {
    border-right: 3px solid rgba(135, 135, 135, .10);
}

#content-area .table th.tbl-left-header strong {
    font-weight: 600 !important;
}
/* end of diff 2016.10.25 */
@media (max-width: 1224px) {
    .banner-caption img {
        /*width: 150px;
    */
    }
}

@media (max-width: 992px) {
    .banner-caption img {
        /*width: 120px;
    */
    }
}
/*add 161121*/
.embed-responsive-4by4 {
    padding-bottom: 100% !important;
}
/*Jira:CPSWT-84 Bootstrap 3.3.7-5.2.2 version up add 20230206*/
.embed-responsive-4by4 video {
    width: 100%;
}

.embed-responsive-6by6 {
    padding-bottom: 57% !important;
}

#page-wrap .dose-table td, #page-wrap .dose-table th {
    padding: 4px 8px !important;
    border-top: 1px solid rgb(107, 107, 107);
}

.dose-table tr:nth-child(odd) {
    background-color: rgb(15, 15, 15);
}

.dose-table tr td:first-child {
    color: rgba(221, 221, 221, .5);
    font-family: 'Myriad W01 Regular', sans-serif;
}
/*Added content 31st March 2017*/
#clinicalpresentations .section-60 .row .col-sm-4 {
    table-layout: fixed;
    display: table;
    height: 100%;
}
/*Added ruby SDL form Social Media page - YouTube Videos*/
#youtube-feed-placeholder .row .embed-responsive {
    display: none;
}

#youtube-feed-placeholder .row:first-child .embed-responsive {
    display: block;
}

#youtube-feed-placeholder .row:first-child .row {
    display: none;
}
/*siteMap*/
#primary-content ul#siteMap, #primary-content ul#siteMapOther {
    padding-left: 0;
    font-size: 18px !important;
    padding-top: 40px;
}

#siteMap a, #siteMapOther a {
    display: block;
}

#siteMap ul, #siteMapOther ul {
    padding-left: 0 !important;
}

#siteMap li, #siteMapOther li {
    list-style: none;
}

#siteMap > li > a, #siteMapOther > li > a {
    display: block;
    border-bottom: 1px solid #ddd;
    font-weight: 600;
    color: rgb(50, 50, 50)
}

#siteMap ul li, #siteMapOther ul li {
    /*padding-left: 10px;
    */
}

#siteMap li.header, #siteMapOther li.header {
    padding-left: 0;
    font-weight: 700;
}

#siteMap li.nav-subheader a, #siteMapOther li.nav-subheader a {
    color: rgb(100, 100, 100);
    border-bottom: 1px solid #eee;
}

#siteMap ul li a, #siteMapOther ul li a {
    padding: 3px 0;
}

@media (min-width: 768px) {
    #siteMap > li:nth-child(4n+2), #siteMapOther > li:nth-child(4n+1) {
        clear: both;
    }
}

@media (min-width: 992px) {
    #siteMap > li:nth-child(4n+2), #siteMapOther > li:nth-child(4n+1) {
        clear: none;
    }

    #siteMap > li:nth-child(6n+2), #siteMapOther > li:nth-child(6n+1) {
        clear: both;
    }
}

@media (min-width: 1200px) {
    #siteMap > li:nth-child(4n+2), #siteMapOther > li:nth-child(4n+1) {
        clear: none;
    }

    #siteMap > li:nth-child(6n+2), #siteMapOther > li:nth-child(6n+1) {
        clear: both;
    }
}
/*megamenu 20% grid*/
#primary-nav .dropdown-menu > li {
    padding-bottom: 10px;
}

#primary-nav .dropdown-menu li.view-all a {
    font-weight: 600;
}

.nav-border {
    border: none;
}

@media (min-width: 768px) {
    #primary-nav .dropdown-menu > li.col-sm-3, #primary-nav .dropdown-menu > li.col-sm-2 {
        width: 20%;
        float: left;
    }

    #primary-nav .dropdown-menu > li:nth-child(5n+2) {
        clear: both;
    }
}

@media (min-width: 992px) {
    #primary-nav .dropdown-menu > li.col-md-3, #primary-nav .dropdown-menu > li.col-md-2 {
        width: 20%;
        float: left;
    }

    #primary-nav .dropdown-menu > li:nth-child(5n+2) {
        clear: both;
    }
}

@media (min-width: 1200px) {
    #primary-nav .dropdown-menu > li.col-lg-2 {
        width: 16.66666667%;
    }

    #primary-nav .dropdown-menu > li:nth-child(5n+2) {
        clear: none;
    }

    #primary-nav .dropdown-menu > li:nth-child(6n+2) {
        clear: both;
    }
}

.highlight {
    background-color: #fff34d;
    -moz-border-radius: 5px; /* FF1+ */
    -webkit-border-radius: 5px; /* Saf3-4 */
    border-radius: 5px; /* Opera 10.5, IE 9, Saf5, Chrome */
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7); /* FF3.5+ */
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7); /* Saf3.0+, Chrome */
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7); /* Opera 10.5+, IE 9.0 */
    padding: 0.2rem;
}

/*by sdl form TMSC- 626*/
@media (min-width: 768px) {
    #secondary-nav .flexible {
        display: table;
    }
}

/*TMSC-601*/
#primary-content .search-section-seperator h3 p {
    font-size: 20px;
}

/*TMSC-616*/
@supports (top:0) {
    @media (max-width: 990px) {
        #tile-section .container .row {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
        }

            #tile-section .container .row:before {
                content: unset;
            }

        #tile-section .col-sm-6 {
            width: 100%;
        }
    }
}

.modal-full {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding-left: 17px;
}

    .modal-full .modal-content {
        height: 100%;
        border: 0;
        box-shadow: none;
        background: none;
    }

    .modal-full .modal-body {
        height: 100%;
    }

table.eventTable th {
    font-weight: normal;
    font-size: 11px;
}

#primary-content table.eventTable td .eventTitle a {
    font-size: 16px;
    color: #337ab7;
    font-weight: bold;
}

.hidSemBox {
    margin-top: 10px;
}

.semiCat {
    width: 5em;
    margin-right: 10px;
    text-align: center;
    padding: 3px 0;
    font-size: 11px;
    line-height: 1.4;
}

.semiTitle {
    line-height: 1.4;
    width: calc(100% - 6em)
}


#clenicalModal.modal {
    z-index: 4000;
}

.modal-footer .btn, .modal-footer .btn + .btn {
    margin-bottom: 10px;
}


@media print {

    /**
	 * Bootstrap Print v1.0.0 (https://github.com/onocom/bootstrap-print)
	 * Copyright (c) 2017 Ono Takashi
	 * Licensed under MIT (https://github.com/onocom/bootstrap-print/blob/master/LICENSE)
	 */

    @page {
        margin: 8mm;
        margin: 10mm 8mm 10mm 8mm;
    }

    * {
        -webkit-print-color-adjust: exact !important;
        background-attachment: initial !important;
        overflow-y: visible !important;
    }

    html {
        overflow: visible !important;
        zoom: 0.7 !important;
    }

    body {
        min-width: 1240px !important;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .container-fluid,
    .container {
        min-width: 90% !important;
    }

    .row {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }


    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }

    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-static {
        display: inline-block;
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .form-inline .input-group .input-group-addon,
        .form-inline .input-group .input-group-btn,
        .form-inline .input-group .form-control {
            width: auto;
        }

        .form-inline .input-group > .form-control {
            width: 100%;
        }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .form-inline .radio label,
        .form-inline .checkbox label {
            padding-left: 0;
        }

        .form-inline .radio input[type="radio"],
        .form-inline .checkbox input[type="checkbox"] {
            position: relative;
            margin-left: 0;
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }

    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right;
    }

    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px;
    }

    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px;
    }

    .navbar-header {
        float: left;
    }

    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }

    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0;
    }

    .navbar {
        border-radius: 4px;
    }

    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .navbar-collapse.collapse {
            display: block;
            height: auto;
            padding-bottom: 0;
            overflow: visible;
        }

        .navbar-collapse.in {
            overflow-y: visible;
        }

    .nav-justified {
        width: 100%;
    }

        .nav-justified > li {
            float: none;
        }

        .nav-justified > .dropdown .dropdown-menu {
            top: auto;
            left: auto;
        }

        .nav-justified > li {
            display: table-cell;
            width: 1%;
        }

            .nav-justified > li > a {
                margin-bottom: 0;
            }

    .navbar-fixed-top,
    .navbar-fixed-bottom {
        position: static;
    }

        .navbar-fixed-top .navbar-collapse,
        .navbar-static-top .navbar-collapse,
        .navbar-fixed-bottom .navbar-collapse {
            padding-right: 0;
            padding-left: 0;
        }

    .container > .navbar-header,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }

    .navbar-static-top {
        border-radius: 0;
    }

    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }

    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }

    .navbar-toggle {
        display: none;
    }

    .navbar-nav {
        float: left;
        margin: 0;
    }

        .navbar-nav > li {
            float: left;
        }

            .navbar-nav > li > a {
                padding-top: 15px;
                padding-bottom: 15px;
            }

    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .navbar-form .form-control-static {
        display: inline-block;
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .navbar-form .input-group .input-group-addon,
        .navbar-form .input-group .input-group-btn,
        .navbar-form .input-group .form-control {
            width: auto;
        }

        .navbar-form .input-group > .form-control {
            width: 100%;
        }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .navbar-form .radio label,
        .navbar-form .checkbox label {
            padding-left: 0;
        }

        .navbar-form .radio input[type="radio"],
        .navbar-form .checkbox input[type="checkbox"] {
            position: relative;
            margin-left: 0;
        }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }

    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px;
    }

    .navbar-left {
        float: left;
    }

    .navbar-right {
        float: right;
        margin-right: -15px;
    }

        .navbar-right ~ .navbar-right {
            margin-right: 0;
        }

    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px;
    }

    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 63px;
    }

    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }

    .modal-sm {
        width: 300px;
    }

    .modal-lg {
        width: 900px;
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px;
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px;
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px;
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }





    .col-1, .col-sm-1, .col-md-1, .col-lg-1, .col-2, .col-sm-2, .col-md-2, .col-lg-2, .col-3, .col-sm-3, .col-md-3, .col-lg-3, .col-4, .col-sm-4, .col-md-4, .col-lg-4, .col-5, .col-sm-5, .col-md-5, .col-lg-5, .col-6, .col-sm-6, .col-md-6, .col-lg-6, .col-7, .col-sm-7, .col-md-7, .col-lg-7, .col-8, .col-sm-8, .col-md-8, .col-lg-8, .col-9, .col-sm-9, .col-md-9, .col-lg-9, .col-10, .col-sm-10, .col-md-10, .col-lg-10, .col-11, .col-sm-11, .col-md-11, .col-lg-11, .col-12, .col-sm-12, .col-md-12, .col-lg-12 {
        float: left;
    }

    .col-lg-12, .col-md-12, .col-sm-12, .col-12 {
        width: 100%;
    }

    .col-lg-11, .col-md-11, .col-sm-11, .col-11 {
        width: 91.66666667%;
    }

    .col-lg-10, .col-md-10, .col-sm-10, .col-10 {
        width: 83.33333333%;
    }

    .col-lg-9, .col-md-9, .col-sm-9, .col-9 {
        width: 75%;
    }

    .col-lg-8, .col-md-8, .col-sm-8, .col-8 {
        width: 66.66666667%;
    }

    .col-lg-7, .col-md-7, .col-sm-7, .col-7 {
        width: 58.33333333%;
    }

    .col-lg-6, .col-md-6, .col-sm-6, .col-6 {
        width: 50%;
    }

    .col-lg-5, .col-md-5, .col-sm-5, .col-5 {
        width: 41.66666667%;
    }

    .col-lg-4, .col-md-4, .col-sm-4, .col-4 {
        width: 33.33333333%;
    }

    .col-lg-3, .col-md-3, .col-sm-3, .col-3 {
        width: 25%;
    }

    .col-lg-2, .col-md-2, .col-sm-2, .col-2 {
        width: 16.66666667%;
    }

    .col-lg-1, .col-md-1, .col-sm-1, .col-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12, .col-md-pull-12, .col-sm-pull-12, .col-xs-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11, .col-md-pull-11, .col-sm-pull-11, .col-xs-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10, .col-md-pull-10, .col-sm-pull-10, .col-xs-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9, .col-md-pull-9, .col-sm-pull-9, .col-xs-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8, .col-md-pull-8, .col-sm-pull-8, .col-xs-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7, .col-md-pull-7, .col-sm-pull-7, .col-xs-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6, .col-md-pull-6, .col-sm-pull-6, .col-xs-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5, .col-md-pull-5, .col-sm-pull-5, .col-xs-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4, .col-md-pull-4, .col-sm-pull-4, .col-xs-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3, .col-md-pull-3, .col-sm-pull-3, .col-xs-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2, .col-md-pull-2, .col-sm-pull-2, .col-xs-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1, .col-md-pull-1, .col-sm-pull-1, .col-xs-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0, .col-md-pull-0, .col-sm-pull-0, .col-xs-pull-0 {
        right: auto;
    }

    .col-lg-push-12, .col-md-push-12, .col-sm-push-12, .col-xs-push-12 {
        left: 100%;
    }

    .col-lg-push-11, .col-md-push-11, .col-sm-push-11, .col-xs-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10, .col-md-push-10, .col-sm-push-10, .col-xs-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9, .col-md-push-9, .col-sm-push-9, .col-xs-push-9 {
        left: 75%;
    }

    .col-lg-push-8, .col-md-push-8, .col-sm-push-8, .col-xs-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7, .col-md-push-7, .col-sm-push-7, .col-xs-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6, .col-md-push-6, .col-sm-push-6, .col-xs-push-6 {
        left: 50%;
    }

    .col-lg-push-5, .col-md-push-5, .col-sm-push-5, .col-xs-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4, .col-md-push-4, .col-sm-push-4, .col-xs-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3, .col-md-push-3, .col-sm-push-3, .col-xs-push-3 {
        left: 25%;
    }

    .col-lg-push-2, .col-md-push-2, .col-sm-push-2, .col-xs-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1, .col-md-push-1, .col-sm-push-1, .col-xs-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0, .col-md-push-0, .col-sm-push-0, .col-xs-push-0 {
        left: auto;
    }

    .col-lg-offset-12, .col-md-offset-12, .col-sm-offset-12, .offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11, .col-md-offset-11, .col-sm-offset-11, .offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10, .col-md-offset-10, .col-sm-offset-10, .offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9, .col-md-offset-9, .col-sm-offset-9, .offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8, .col-md-offset-8, .col-sm-offset-8, .offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7, .col-md-offset-7, .col-sm-offset-7, .offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6, .col-md-offset-6, .col-sm-offset-6, .offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5, .col-md-offset-5, .col-sm-offset-5, .offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4, .col-md-offset-4, .col-sm-offset-4, .offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3, .col-md-offset-3, .col-sm-offset-3, .offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2, .col-md-offset-2, .col-sm-offset-2, .offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1, .col-md-offset-1, .col-sm-offset-1, .offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0, .col-md-offset-0, .col-sm-offset-0, .offset-0 {
        margin-left: 0%;
    }

    .visible-xs,
    .visible-sm,
    .visible-md {
        display: none !important;
    }

    .visible-lg {
        display: block !important;
    }

    .visible-xs-block,
    .visible-xs-inline,
    .visible-xs-inline-block,
    .visible-sm-block,
    .visible-sm-inline,
    .visible-sm-inline-block,
    .visible-md-block,
    .visible-md-inline,
    .visible-md-inline-block {
        display: none !important;
    }

    .visible-lg-block,
    .visible-lg-inline,
    .visible-lg-inline-block {
        display: block !important;
    }

    .hidden-xs,
    .hidden-sm,
    .hidden-md {
        display: block !important;
    }

    .hidden-lg {
        display: none !important;
    }

    .fixed {
        position: relative !important;
    }
}

.article-navigation {
    padding: 0 20px 10px;
    border-top-color: rgb(235, 235, 235);
    border-top-width: 1px;
    border-top-style: solid;
    background-color: rgb(250, 250, 250);
}

/*korea Menu*/
#headerSPDropdown {
    padding: 15px 15px;
    width: 60vw;
    min-width: 640px;
    right: 15px !important;
    top: calc(100% + 10px);
    z-index: 1010;
}


#brand-area .btn-secondary, #brand-area .btn-default {
    border: 1px solid rgb(200, 200, 200);
    color: rgb(90, 90, 90);
}

    #brand-area .btn-secondary:hover, #brand-area .btn-default:hover {
        color: white !important;
        background-color: rgb(204, 0, 0);
        border: 1px solid rgb(204, 0, 0);
        box-shadow: inset 1px 1px 3px rgba(100, 100, 100, .5)
    }


#brand-area #dropdownCanonMenu {
    white-space: normal;
    line-height: 1;
    font-size: 1.15vw;
    padding: 6px 12px;
}


#brand-area .headerSPComName {
    padding: 8px;
    background: #efefef;
    text-align: center;
}


@media (min-width: 992px) {
    #brand-area #dropdownCanonMenu {
        padding: 11px 12px;
    }
}

@media (min-width: 1200px) {
    #brand-area #dropdownCanonMenu {
        font-size: 13px;
    }
}

a.anchor {
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}

a.anchor:hover, a.anchor_calc:hover {
    text-decoration: none;
}

a.anchor_calc, a.anchor_calc:hover {
    color: rgb(50, 50, 50);
}

a.anchor_calc:focus {
    outline: none;
    text-decoration: none;
}

.pastEventsYearSelected{
	border: 1px solid rgb(204, 0, 0);
    background-color: rgb(204, 0, 0)!important;
	color:white!important;
}

.pageinquiry{
  background-color: #cc0000 !important;
  color: #f5f5f5 !important;
  font-size: x-large !important;
  padding-right: 1em !important;
}

 /* reCAPTCHA v3 position */
.grecaptcha-badge{
    margin-bottom: 60px;
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {

	.col-sm-EventsButton-Width{
		/*width:77%!important;*/
		white-space: pre-line;
		margin-top:-60px;
	}
	.col-sm-A-Link-Button-Width{
		/*width:77%!important;*/
		margin-bottom:0px!important;
		margin-top:0px!important;
	}
}

/*TOP_topics*/
@media (min-width:768px){
    .topics_txtwrap {
        justify-content: space-between;
    }
	.topics_txtwrap2Col {
		display: flex;
        justify-content: space-between;
    }
    .topics_txtwrap div{
        width: 100%;
    }
    .topics_txtwrap div:first-child {
        /* border-right: 1px solid #e3e3e3; */
    }
    .topics_txtwrap dl:last-child:after {
        background-color: #F5F5F5;
    }
	.topics_txtwrap2Col div{
        width: 100%;
    }
    .topics_txtwrap2Col div:first-child {
        /* border-right: 1px solid #e3e3e3; */
    }
    .topics_txtwrap2Col dl:last-child:after {
        background-color: #F5F5F5;
    }
}
.topics {
    background-color: #F5F5F5;
}
.topics h2 {
    text-align: center;
    padding: 30px;
    margin: 0;
}
.topics h3 {
    text-align: center;
    font-size: 20px;
}
.topicswrap {
    font-size: 13.5px !important;
    padding-bottom: 20px;
}
.topicswrap p{
	font-size: 13.5px !important;
}
.topicswrap ul{
	font-size: 13.5px !important;
}
.topicswrap li{
	font-size: 13.5px !important;
}
.topicswrap label{
	font-size: 13.5px !important;
}
.topicswrap span{
	font-size: 13.5px !important;
}
.topics_txtwrap2Col dl  {
    padding: 0px 20px;
    margin: 0;
    position: relative;
}
.topics_txtwrap2Col dl:after {
    /*content:'';*/
    display: block;
    position: absolute;
    margin-top: 20px;
    width: calc(100% - 40px);
    height: 1px;
    background-color: #e3e3e3;
}
.topics .topics_txtwrap2Col div:last-child dl:last-child:after {
    background-color: #F5F5F5;
}

.topics_txtwrap2Col dt  {
    display: inline-block;
    width: 90px;
    vertical-align: top;
}
.topics_txtwrap2Col dd  {
    display: inline-block;
    width: calc(100% - 90px);
}
.topics_txtwrap2Col ul {
    margin: 0;
    list-style-type: disc;
    margin-block-start: 1em;
    padding-inline-start: 1em;
    margin-inline-start: 0.5em;
}

.topics_txtwrap dl  {
    padding: 0px 20px;
    margin: 0;
    position: relative;
}
.topics_txtwrap dl:after {
    /*content:'';*/
    display: block;
    position: absolute;
    margin-top: 20px;
    width: calc(100% - 40px);
    height: 1px;
    background-color: #e3e3e3;
}
.topics .topics_txtwrap div:last-child dl:last-child:after {
    background-color: #F5F5F5;
}

.topics_txtwrap dt  {
    display: inline-block;
    width: 90px;
    vertical-align: top;
}
.topics_txtwrap dd  {
    display: inline-block;
    width: calc(100% - 90px);
}
.topics_txtwrap ul {
    margin: 0;
    list-style-type: disc;
    margin-block-start: 1em;
    padding-inline-start: 1em;
    margin-inline-start: 0.5em;
}
.othertopics {
    width: 100%;
    text-align: right;
    margin: 1.5em 0 0 0;
}
.othertopics-2col {
    width: 100%;
    text-align: right;
    margin: 1.5em 0 0 0;
	padding-top: 40px;
}
dt{
  color: rgb(250,0,0) !important;
}

.col-sm-12.tile-made-div:hover {
    border-color: rgb(204,0,0) !important;
}

.tile-made-div-hover {
    border-color: rgb(204,0,0) !important;
}

.dlGap:hover {
    border-color: rgb(204,0,0) !important;
}

.tile-made-div{
  border: 1px solid #e3e3e3;
  width: 100%;
}
.tl{
  padding: 5px;
}
.tile-text{
  padding: 5px;
}
.num{
  padding-bottom: 7px;
}
.topicsH2{
	text-align: center;
    margin-bottom: 50px;
}
.topicsH3{
	text-align: center;
    margin-bottom: 30px;
}
.dlGap{
	padding-bottom:30px;
}
.homeArticleBottomMargin{
	margin-bottom:-55px;
}
/* new buttons */
.product-button{
  background: white;
  border-top: none;
}

#primary-content .product-button .btn{
  background: rgb(241 237 237);
    width: 100%;
    color: rgb(204, 0, 0);
    font-weight: bold;
    border: 1px solid rgb(204,0,0);
}
#primary-content .product-button .btn-large{
  font-size: 32px;
}
.largeImgWidth{
    width:100%;
}
#content-modal .modal-header1 {
    padding: 17px;
    border-bottom: 1px solid lightgrey;
    background-color: White;
}
.modal-header1 .close {
    margin-top: -2px;
    color: black !important;
}

#content-modal .modal-content1 {
    background-color: rgb(255,255,255) !important;
    border-top: 0px;
}
.accordianBackGround {
    background-color: #cc0000 !important;
}
.accordianItemHeading {
    text-align: center;
    color: rgb(255, 255, 255);
}
.accordianItemHeadingFontSize {
    font-size: 120% !important;
}
.sampleAccordionCollapseBody {
    height: 0px !important;
}
.accordionItemsFootNoteFontSize {
    font-size: 80% !important;
}

#image-slider-mobile{
    display: none
}

.img-hover:hover {
    border: 1px solid rgb(207,20,43);
}

/* Jira:CPSWT-77 start */
.yth {
    border: 2px dashed rgb(204, 0, 0);
    padding: 5px;
}
.yth_title {
    color: rgb(204,0,0);
}
.yth .ot-sdk-show-settings {
    font-size: 14px !important;
    padding: 3px !important;
    line-height: 25px !important;
    background-color: rgba(229, 229, 229, .7) !important;
    border: none !important;
    color: rgb(204, 0, 0) !important;
    margin-left: 10px;
}
iframe.optanon-category-C0004.yth_ifr {
    z-index: 2;
    position: inherit;
}
iframe.optanon-category-C0004.yth_tmp {
    z-index: 2;
    position: absolute;
}
/* Jira:CPSWT-77 end */
/* Jira:CPSWT-106 start */
.button_parent {
    position: relative;
}
.button_parent_primary {
    z-index: auto !important;
}
/* Jira:CPSWT-106 end */

/* Jira:CPSWT-69 start */
.table.showHidePastEvents > :not(caption) > * > * {
    border-bottom: none;
}
.table.showHidePastEvents > :not(caption) > * {
    border-bottom-width: 1px;
}
/* Jira:CPSWT-69 end */

/* Jira:CPSWT-83 start */
.container.insights, .container.insights .featured-section .container {
    width: 100%;
}
.container.insights .featured-section {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
}

.insights_search {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    background: #666666;
}
.insights_search .container {
    width: auto;
}
.insights_search + .container {
    text-align: left;
    padding: 0 30px;
    width: 100%;
}
.insights_search + .container #txt_label {
    margin: 15px auto;
}
.insights_search + .container #txt_label > .insights_keywords {
    font-weight: normal;
    text-decoration: none;
    background-color: #ccc;
    padding: 5px 64px 8px;
}
.insights_search > div {
    padding: 31px;
    margin: 0 auto;
}
.insights_search_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1%;
}
#header-search .insights_select_par {
    display: contents;
}
@media (max-width: 767px) {
    #header-search {
        width: 100%;
        margin: 0 auto;
    }
    #header-search .insights_search_inner{
        display: block;
    }
    #header-search .insights_select_par {
        /*margin-bottom: 30px;*/
        width: 100% !important;
        margin-top: 10px;
        display: block;
    }
    #header-search .insights_select_par .form-select {
        margin-bottom: 10px;
    }
}

.insights_search_hr {
    border-left: 2px solid #B2B2B2;
    height: 60px;
    margin: 0 40px;
}
.insights_keywords, .insights_keywords * {
    cursor: pointer;
}
.insights_keywords {
    background-color: #fff;
    border-radius: 100px;
    text-align: center;
    padding: 5px 15px 8px;
    width: 100%;
}
.insights_search_inner #txt_label {
    width: 150%;
}
.insights_search_inner #txt_label > .insights_keywords {
    font-weight: normal;
    text-decoration: none;
}

#insights_keywords_list {
    width: 80%;
    padding: 20px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #F2F2F2;
    border-radius: 10px;
    box-shadow: 0px 0px 20px -6px rgba(0,0,0,0.6);
    z-index: 90;
    opacity: 0;
}

#insights_keywords_popup, .insights_keywords_popup_inner input {
    display: none;
}
.insights_keywords_popup_inner {
    width: 95%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.first-column {
    width: calc(100%) !important;
    padding-bottom: 10px;
    border-radius: unset;
}
.first-column label {
    border-radius: inherit !important;
    width: 100px;
    text-align: center;
}
.insights_keywords_popup_inner .checkbox:not(.first-column) {
    width: calc(100% / 3 - 5px) !important;
}
.insights_keywords_popup_inner .checkbox {
    margin-right: 5px;
}
.insights_keywords_popup_inner .checkbox label {
    border: 1px solid #666;
    border-radius: 100px;
    padding: 0 9px 2px;
}
.insights_keywords_popup_inner .checkbox label:hover {
    background: #ccc;
    cursor: pointer;
}
.insights_keywords_popup_inner .checkbox input:checked + label {
    background: #ccc;
    color: rgb(204, 0, 0);
}
.insights_keywords_popup_inner {
    height: 80vh;
    overflow-y: auto;
}

#insights_keywords_overlay {
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 70;
    width: 100%;
    height: 100%;
}
#bg_gray {
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 80;
}
.insights_keywords_overlay_inner {
    width: 80%;
    padding: 20px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: #F2F2F2;
    border-radius: 10px;
    box-shadow: 0px 0px 20px -6px rgba(0,0,0,0.6);
    z-index: 90;
    opacity: 0;
}
#btn_cloth {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    z-index: 100;
    cursor: pointer;
}
#btn_cloth:hover {
    opacity: 0.7;
}
#btn_cloth span,
#btn_cloth span::before {
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background: #666666;
}
#btn_cloth span {
    transform: rotate(45deg);
}
#btn_cloth span::before {
    content: "";
    position: absolute;
    bottom: 0;
    transform: rotate(-90deg);
}
#insights_keywords_popup:checked ~ #insights_keywords_overlay {
    visibility: visible;
}
#insights_keywords_popup:checked ~ #insights_keywords_overlay .insights_keywords_overlay_inner {
    animation: fadein 500ms forwards;
    animation-timing-function: ease-in-out;
}
@keyframes fadein {
    100% {
        opacity: 1;
    }
}
#txt_label {
    cursor: pointer;
}
#txt_label:hover {
    opacity: 0.7;
}
#msg a {
    display: inline-block;
    color: #fff;
    background: #CE5D8B;
    border-radius: 9999px;
    padding: 0.5em 1.5em;
    text-decoration: none;
}
#msg a:hover {
    opacity: 0.7;
}
#msg .insights_keywords_popup_inner {
    width: 95%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#msg .insights_keywords_popup_inner .checkbox {
    width: calc(100%/3.1);
    margin-right: 5px;

    display: flex;
    align-items: center;
}
.insights_keywords_tile {
    display: none;
}
.insights_keywords_tile.tile_view {
    display: block;
}
@media (max-width: 767px) {
    #primary-content .fwi.insights_keywords_tile {
        display: none;
    }
    #primary-content .fwi.insights_keywords_tile.tile_view {
        display: block;
    }
}
#insights_keywords_tiles {
    padding-left: 0;
    padding-right: 0;
}
#insights_keywords_tiles .featured-section {
    background: none;
    border: none;
}
#insights_keywords_tiles .fwi_pre {
    gap: 10px 0;
}
#insights_keywords_tiles .featured-section .well:hover {
    border-color: #e3e3e3;
}

#insights_keywords_tiles .fwi_pre .fwi .well figure {
    width: 100%;
    overflow: hidden;
    margin: 0;
}
#insights_keywords_tiles .fwi_pre .fwi .well figure img {
    transition: all 0.3s ease;
}
#insights_keywords_tiles .fwi_pre .fwi .well a:hover figure img {
    transform: scale(1.2,1.2);
    transition: 0.3s all;
}
#insights_keywords_tiles .fwi_pre .fwi .fsTextDiv {
    padding: 0 15px;
}
#insights_keywords_tiles .fwi_pre .fwi .fsTextDiv .fsText {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
#insights_keywords_tiles a.extended-modal-image {
    cursor: pointer;
}
#insights_load_more {
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
#insights_load_more .btn.btn-icon {
    padding: 10px;
}
.insights_category, .insights_category span + span::before {
    color: rgb(204, 0, 0);
}
.insights_category span + span::before {
    content: ' | ';
}
.keyword-frame {
    position: relative;
    margin-top: 1em;
    padding: 1.5em 2em;
    border: 1px solid #ccc;
}
.keyword-frame .keyword-title {
    position: absolute;
    display: block;
    top: 0;
    left: 0;

    font-size: 1.2em;
    padding: 0 1em;
    margin: 0;
    background-color: white;
    transform: translateY(-50%) translateX(1em);
}
.keyword-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}
.keyword-frame span {
    border-radius: 9999px;
    background: #e5e5e5;
    padding: 3px 10px 5px 10px;
}
.keyword-icon {
    font-weight: normal;
}
@media (max-width: 767px) {
    .insights_search_inner #txt_label {
        width: 100%;
    }
    .insights_search_hr {
        display: none;
    }
    #msg .insights_keywords_popup_inner .checkbox {
        width: calc(100%/1.1) !important;
        margin-right: 5px !important;
    }
    #insights_keywords_tiles .fwi_pre .fwi {
        width: 100% !important;
    }
	#insights_keywords_tiles .fwi_pre .fwi .fsTextDiv {
	    padding: 0 15px 10px;
	}
    #insights_keywords_tiles .fwi_pre .fwi .fsTextDiv .fsText {
        margin-bottom: 10px;
    }
    .insights_keywords_tile .well {
        margin-bottom: 15px !important;
    }
	#txt_label {
	    width: 100%;
	}
}
/* Jira:CPSWT-83 end */
/* Jira:CPSWT-84 Bootstrap 3.3.7-5.2.2 version up*/
/* --- common --- */
a {
    text-decoration: none;
    color: #337ab7;
}
b, strong {
    font-weight: bold;
}
h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
label {
    font-weight: bold;
}
.panel-group {
    margin-bottom: 20px;
}
.panel-group .card {
    margin-bottom: 0;
    border-radius: 4px;
}
.panel-group#sampleAccordion .card {
    margin-bottom: 5px;
}
.panel-group .card-header {
    border-bottom: 0;
}
.panel-group .card-header + .panel-collapse > .card-body,
.panel-group .card-header + .panel-collapse > .list-group {
    border-top: 1px solid #dddddd;
}
.zmdi-chevron-up {
    position: relative;
    font-size: 200% !important;
    padding: 13px;
}
.zmdi-chevron-up:before {
    position: absolute;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}
.zmdi-search {
    padding: 0 7px;
}
.zmdi-search:before {
    position: absolute;
    transform: translateY(0%) translateX(-50%);
    font-size: 150%;
}
#header-search .input-group .input-group-btn, #header-search .input-group .input-group-btn .btn-default-v3 {
    display: flex;
}
#brand-area .btn-default-v3:hover {
    color: white !important;
    background-color: rgb(204, 0, 0);
    border: 1px solid rgb(204, 0, 0);
    box-shadow: inset 1px 1px 3px rgb(100 100 100 / 50%);
}
#primary-nav .navbar{
    padding: 0;
    display: initial;
}
#primary-nav .navbar-nav {
    flex-wrap: nowrap;
}
#primary-nav .dropdown-menu{
    margin-top: 0;
}
#primary-nav .navbar-nav > li > a::after, .dropdown-toggle::after {
    content: none;
}
#primary-nav .dropdown-menu.show > li > a{
    display: block;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #ffffff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators [data-bs-target^="#clinicalCarousel"] {
    text-indent: 0;
    box-sizing: content-box;
    width: 100%;
    height: auto;
    background-color: transparent;
    opacity: 1;
}

.tab-pane.fade.in {
    opacity: 1 !important;
}
#region-tab .ib a.active, #region-tab-modal .ib {
    background: none;
}
#region-tab .ib a.active, #region-tab-modal .ib a.active {
    background: none;
    text-decoration: none;
    border-top: 1px solid rgba(0,0,0,0.65);
}
#content-area .btn-secondary, #content-area .btn-default {
    background-color: #fff;
}
#header-search .form-select {
    border-radius: 0;
    color: #555555;
    border: 1px solid rgb(229, 229, 229);
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
#ytModal .modal-header h4, #ytModal .modal-header button {
    margin: 0;
    font-size: 18px;
    color: #fff;
    padding: 0;
}
.dropdown .d-md-block {
    display: none;
}
.dropdown-menu > li > a {
    display: block;
}
.table.table-striped.table-bordered {
    font-size: 1.0rem !important;
}


/*old bootstrap code(on-coding measures)*/
.container > .row > .col-sm-12 {
    position: relative;
}
.primary-contentLikeP .nav-justified > li {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
    padding: 0 5px;
}
.primary-contentLikeP .nav-justified > li .img-responsive, .primary-contentLikeP .nav-justified > li .img-fluid {
    max-width: 100%;
    height: auto;
}
@media (max-width: 767px) {
    .primary-contentLikeP .nav-justified > li {
        flex-basis: auto;
        width: -webkit-fill-available;
        width: -moz-available;
        margin-bottom: 0 !important;
    }
}
h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
    font-size: 65%;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777;
}
.panel {
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-top-style: solid;
    border-top-width: 1px;
    border-right-color: transparent;
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: transparent;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: transparent;
    border-left-style: solid;
    border-left-width: 1px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    border-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}
.panel-default {
    border-color: #dddddd;
    border-top-color: rgb(221, 221, 221);
    border-right-color: rgb(221, 221, 221);
    border-bottom-color: rgb(221, 221, 221);
    border-left-color: rgb(221, 221, 221);
}
.panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #dddddd;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.panel-body {
    padding: 15px;
}
.list-inline > li {
    display: inline-block;
}
textarea.form-control {
    height: auto;
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.embed-responsive-16by9 {
    padding-bottom: 56.25% !important;
}
.embed-responsive-4by3 {
    padding-bottom: 75% !important;
}
.embed-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}
.col-lg-4.col-md-4.col-sm-12 {
    position: relative;
    padding: 0 15px;
}

@media (max-width: 767px) {
    .container .section-20 .ProductDetailContent.ContentArea .row .col-sm-12 .primary-contentLikeP {
        display: block;
    }
}



/*secondary-nav*/
#secondary-nav ul > li.act > a {
    border-bottom: 1px solid rgb(204, 0, 0) !important;
    color: rgb(50, 50, 50) !important;
}
/*CPSWT-100 add start*/
#secondary-nav .navbar .product-navbar ul {
    display: table !important;
    width: 100%;
}
#secondary-nav .navbar .product-navbar ul li {
    display: table-cell !important;
}
/*CPSWT-100 add end*/
#secondary-nav .navbar li {
    list-style: none;
}
#secondary-nav .navbar li.w-100 {
    /*display: flex;*/
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
@media (min-width: 767px) {
    #secondary-nav .navbar li.w-100 {
        padding: 0 2px;
    }
}
#secondary-nav .navbar li a {
    display: inline-block;
    flex-flow: column;
}
#secondary-nav .navbar li a i {
    display: inline-block !important;
    /*margin: 4px;*/
}
#primary-nav ul > li.act > a {
    color: rgb(255, 0, 0);
}
.center-block { /*used bootstrap3(or earlier) class*/
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#secondary-nav .nav {
    flex-wrap: initial;
}
#secondary-nav .navbar-nav {
    flex-direction: initial;
}
@media (max-width: 767px) {
    #secondary-nav .nav {
        flex-wrap: wrap;
    }
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse-org {
        display: block;
        flex-basis: auto;
    }
}

/* --- sub --- */
.side-navigation .row .nav {
    display: block;
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    border: 1px solid #e3e3e3;
}


/*mobile*/
#primary-nav .navbar-brand {
    line-height: normal;
}
#navbar-mobile .nav.block {
    display: block;
}
#navbar-mobile .collapse.show {
    display: block;
}
#navbar-mobile .nav > li {
    position: relative;
    display: block;
}
#navbar-mobile .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
#mobile-search .btn-default-v3:hover {
    color: #333333;
    background-color: #e6e6e6;
    border-color: #adadad;
    color: rgb(204, 0, 0);
}
#mobile-search .btn-default-v3 {
    color: #333333;
    background-color: #ffffff;
    border-color: 1px solid rgb(150, 150, 150);
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
    .container.insights {
        width: auto;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
    .container.insights {
        width: auto;
    }
    /* Jira:CPSWT-29 add start */
    .container_fw span[property$="largeImage"] > img {
        width: 100%;
        height: 400px;
        object-fit: cover;
    }
    /* Jira:CPSWT-29 add end */
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
    /* Jira:CPSWT-29 add start */
    .container_fw span[property$="largeImage"] > img {
        width: 100%;
        height: 500px;
        object-fit: cover;
    }
    /* Jira:CPSWT-29 add end */
}
@media (max-width: 767px) {
    .col-sm-6 {
        flex: 0 0 auto;
        width: auto;
    }
    .col-12-org {
        flex: 0 0 auto;
        width: 100%;
    }
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 15px;
    padding-right: 15px;
}
.row > * {
    flex-shrink: 1;
}
@media (max-width: 576px) {
    .ProductDetailContent.ContentArea .row .col-sm-12 {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .col-lg-5.col-md-5.col-sm-5.tablet-col, .col-lg-6.col-md-6.col-sm-6.tablet-col, .col-lg-8.col-md-8.col-sm-8.tablet-col {
        width: 100%;
    }
    /*
    .list-unstyled.row.tablet-row.list-group {
        display: table;
    }
    .list-group-item.col-sm-12.col-3.tablet-col {
        display: table-cell;
    }
    */
    .visible-xs {
        display: block !important;
    }
    .hidden-xs {
        display: none !important;
    }
    .col-xs-12 {
        width: 100%;
    }
}
@media (min-width: 767px) {
    .visible-xs {
        display: none !important;
    }
}

@media (min-width: 200px) and (max-width: 667px) {
    .pd-youtube {
        /*
        width: 280px;
        height: 180px;
        */
        width: 100%;
        height: 100%;
    }
}
.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
}
.col-lg-6.col-md-6.col-sm-12 {
    float: left;
}
@media (max-width: 767px) {
    .col-lg-6.col-md-6.col-sm-12 {
        margin-bottom: 5px;
    }
}

#checkMedical.modal.fade.show {
    --bs-modal-width: 600px;
}
#checkRegion.modal.fade.show .modal-lg {
    --bs-modal-width: 900px;
}
.modal.fade.show .modal-dialog .modal-content .text-center {
    width: 100%;
}

.btn-block {
    display: block;
    width: 100%;
}

h3.panel-title {
    margin: 0;
}
.primary-contentLikeP #sampleAccordion .panel {
    margin-bottom: 5px
}

@media (min-width: 576px){
    .modal-dialog.modal-dialog1.modal-lg {
        max-width: none;
    }
}

@media (max-width: 767px) {
    .row-adjust {
        display: block;
    }
}

table[border="1"], table[border="1"] tbody, table[border="1"] td, table[border="1"] th {
    border-width: 1px;
}

.dropdown-menu {
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}

@media (max-width: 767px) {
    #secondary-nav .zmdi.zmdi-caret-down.zmdi-hc-lg.icon-red {
        display: none !important;
    }
}

.card .card-header.accordianBackGround .card-title{
    margin: 0;
}

#secondary-nav .navbar .d-md-flex.justify-content-around {
    margin-bottom: 0;
}
@media (max-width: 767px) {
    #secondary-nav .navbar .d-md-flex.justify-content-around {
        padding-left: 5px;
    }
}
#secondary-nav .navbar .d-md-flex.justify-content-around a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
@media (min-width: 768px) {
    .footer-cont-mob {
        display: none;
    }
}
@media (max-width: 767px) {
    .footer-cont {
        width: 100%;
    }
    .footer-cont-mob {
        display: block;
        width: 100%;
        text-align: center;
    }
    .footer-cont-pc {
        display: none;
    }
}
.dropdown-menu.show > .act > a {
    width: 100%;
}
.top-image {
    padding: 0 15px;
}
.clinical-thumbs.tablet-col .list-unstyled.row.tablet-row.list-group .list-group-item.tablet-col {
    border: 1px solid rgba(0,0,0,0.0);
    width: auto;
}

/* 20230120add*/
.navbar-wrapper .container > nav #navbar-primary .nav .dropdown .dropdown-menu > li {
    font-size:14px; 
}
.featured-section.fsEH .container .row.swiper {
    display: block;
}
.featured-section.fsEH .container .row.swiper .slide-content-04.swiper-initialized.swiper-horizontal.swiper-pointer-events.swiper-backface-hidden {
    display: block;
}
#page-wrap > #header-wrap > #brand-area > .container > .row {
    flex-wrap: nowrap;
}
#page-wrap > #header-wrap > #brand-area > .container > .row > div > .btn-secondary {
    background-color: #ffffff;
}
#page-wrap > #header-wrap > #brand-area > .container > .row > div > .btn-secondary:hover {
    color: white !important;
    background-color: rgb(204, 0, 0);
    border: 1px solid rgb(204, 0, 0);
    box-shadow: inset 1px 1px 3px rgb(100 100 100 / 50%);
}
#primary-nav > .container > nav > #navbar-primary > ul > li > .dropdown-menu > li > .nav {
    display: block;
}
.container .row > div .side-navigation > ul.nav {
    display: block;
}
div[class^=col-sm-], div[class^=col-md-], div[class^=col-lg-] {
    float: left;
    box-sizing: border-box;
}
.panel-body::before {
    content: " ";
    display: table;
}
.panel-body::after {
    content: " ";
    display: table;
    clear: both;
}
.img-circle {
    border-radius: 50%;
}
#banner-area #tm-banner > ol > li {
    opacity: 1;
}

@media (max-width: 767px) {
    .featured-section.fsEH .container .row > div, form[role="form"] .row > div {
        width: -webkit-fill-available;
        width: -moz-available;
    }
    .section-40.border-top .row > div {
        width: 100%;
    }
    div[class^=col-sm-], div[class^=col-md-], div[class^=col-lg-] {
        float: none;
    }
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }
}

/* 20230217add*/
@media (max-width: 992px) {
    .list-inline {
        display: block;
    }
    .btns-tab.list-inline {
        display: flex;
    }
}

.list-inline > li {
    padding: 0 5px;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table;
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
    clear: both;
}
/* Jira:CPSWT-84 Bootstrap 3.3.7-5.2.2 version up*/