body {
    color: rgb(33, 33, 33);
    font: 400 14px/calc(1em + 6px) 'Open Sans', sans-serif;
    letter-spacing: normal;
}

h1 {
    font: 700 28px/calc(1em + 6px) 'Open Sans', sans-serif;
}

.page-body a {
    color: rgb(192, 0, 0);
    transition: color .3s ease 0s;
}

.full-width-sec .table-responsive-category {
    margin-bottom: 90px;
}

.page-body a:hover {
    color: rgb(0,0,0);
}

.page-body h2 {
    margin-bottom: 10px;
}

.page-body h4 {
    margin-bottom: 10px;
}

.linked-in-icon a {
    background: url("../img/linked-in-icon.png") no-repeat;
}

p {
    margin-bottom: 15px;
}

.lightbox .lb-image,
.lb-dataContainer,
.lb-outerContainer {
    border-radius: 0 !important;
}

.category-page h1 {
    color: rgb(192, 0, 0);
    text-transform: uppercase;
    margin-bottom: 20px;
}

.category-page .product-spec-wrap {
    margin-bottom: 10px;
}

.category-page .item-box .product-title {
    height: auto;
    margin-bottom: 10px;
}

.category-page .productPanelAjaxBusy {
    top: 0;
}

.category-page .category-heading {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 50px;
}

.table-responsive-category {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.category-page .product-list-table {
    background: rgb(255, 255, 255);
    font-size: 16px;
    text-align: center;
    min-width: 890px;
}

.category-page .product-list-table,
.category-page .product-table-header,
.category-page .product-table-data {
    border: 1px solid rgb(233, 233, 233);
}

.category-page .product-table-header tr th,
.category-page .product-table-data td {
    border-right: 1px solid rgb(233, 233, 233);
}

.category-page .product-table-header tr th {
    padding: 15px;
}

.category-page .product-table-data td {
    color: rgb(119, 119, 119);
    padding: 10px 20px;
}

.product-table-data a {
    color: rgb(192, 0, 0);
    text-decoration: underline;
    transition: color .3s ease 0s;
}

.product-table-data a:hover {
    color: rgb(33, 33, 33);
}

.category-page .product-table-data tr:nth-child(odd) {
    background: rgb(247, 247, 247);
}

.category-page .product-table-header tr th:last-child,
.category-page .product-table-data td:last-child {
    border-right: 0;
}

.category-page .category-description {
    margin: 0 0 20px;
}

.category-page .category-notice {
    margin-bottom: 20px;
    font-weight: 700;
}

.category-page .category-description p {
    font-size: 15px;
    letter-spacing: normal;
    line-height: calc(1em + 6px);
}

.nopAjaxFilters7Spikes {
    margin: 0 !important;
}

.home-page-category-grid {
    display: block !important;
}

.home-page-category-grid .title {
    margin: 0 0 20px;
    border-bottom: 1px solid rgb(221, 221, 221);
    padding: 0 40px 5px;
    font-size: 22px;
    line-height: 30px;
    color: rgb(51, 51, 51);
    text-transform: uppercase;
}

.home-page .product-grid .category-item .title {
    position: relative;
    border: 0;
    padding: 0;
    margin: 0 0 10px;
}

    .home-page .product-grid .category-item .title a {
        padding: 0;
    }

.home-page .product-grid .category-item .btn.btn-primary {
    background-color: black;
    border: 0;
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    padding: 7px 10px
}

    .home-page .product-grid .category-item .btn.btn-primary:hover {
        background-color: rgb(192, 0, 0);
        color: white;
    }


.home-page .category-item {
    display: flex;
    justify-content: space-around;
    align-items: center;
}


    .home-page .category-item .cat-info {
        flex: 1 1 60%;
    }


    .home-page .category-item .picture {
        flex: 1 1 40%;
    }


.btn,
.btn:link,
.btn:visited,
.btn:active {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: rgb(0, 0, 0);
    display: block;
    font-size: 14px;
    line-height: calc(1em + 6px);
    padding: 6px 20px;
    text-shadow: none;
    transition: background .5s ease 0s, color .5s ease 0s;
    text-align: center;
}

.home-callout {
    text-align: center;
}
.home-callout .topic-block-title {
    border: 0;
    margin: 0;
    padding: 0;
}

.home-callout h1 {
    color: rgb(192, 0, 0);
    font: 700 34px/calc(1em + 6px) 'Open Sans', sans-serif;
}

.btn.btn-doc {
    background: white;
    border: 2px solid rgb(192, 0, 0);
    color: rgb(192, 0, 0);
    display: inline-block;
    padding: 6px 20px 6px 40px;
    position: relative;
    max-width: 350px;
    width: 100%;
}

.btn.btn-doc[href*=".pdf"]::before {
    content: "";
    height: 100%;
    left: -2px;
    position: absolute;
    top: -2px;
    width: 30px;
    background: url(/Themes/Pavilion/Content/img/pdf-icon.png);
    height: 39px;
}

.btn.btn-doc:hover {
    background: rgb(192, 0, 0);
    color: white;
}

.btn.btn-primary {
    background: rgb(192, 0, 0);
    border: 2px solid rgb(192, 0, 0);
    color: rgb(255, 255, 255);
}

.btn.btn-primary:hover {
    background: rgb(255, 255, 255);
    color: rgb(192, 0, 0);
}

img {
    height: auto;
    max-width: 100%;
}

.home-page .home-four-col {
    list-style-type: none;
    column-count: 4;
    text-align: left;
}

    .home-page .home-four-col > li::before {
        content: "";
        width: 3px;
        height: 3px;
        border: 1px solid rgb(33,33,33);
        border-radius: 3px;
        background: rgb(33,33,33);
        display: inline-block;
        position: relative;
        margin-right: 13px;
    }

    .home-page .home-four-col > li {
        display: flex;
        align-items: center;
    }

.rich-blog-homepage .owl-nav {
    display: none;
}

.blog-post .post-picture {
    align-items: center;
    border-bottom: 1px solid rgb(221, 221, 221);
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.fmFormBuilderDiv .form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

    .fmFormBuilderDiv .form-group label {
        display: none;
    }



.fmFormBuilderDiv .ko-validation-message {
    color: rgb(192, 0, 0);
}

.fmFormBuilderDiv .alert {
    padding: 20px;
    margin-bottom: 20px;
}

    .fmFormBuilderDiv .alert button {
        padding: 10px 15px;
        margin-right: 10px;
        background: rgb(255, 255, 255);
        border: 1px solid rgb(212, 212, 212);
        transition: border-color .3s ease 0s;
    }

.fmFormBuilderDiv .fm-success-alert {
    background: rgba(0,210,0, .3);
}

.header-middle .top-menu {
    text-align: right;
}


.header-upper .header-links-wrapper.email .header-links,
.header-upper .header-links-wrapper.phone .header-links {
    display: none !important;
}

.header-upper .header-links-wrapper.email label,
.header-upper .header-links-wrapper.phone label {
    background: none;
    padding: 0;
}

.header-upper .header-links-wrapper.email label a,
.header-upper .header-links-wrapper.phone label a {
    display: block;
    padding: 0 0 0 20px;
}

.header-upper .header-links-wrapper a {
    transition: color .3s ease 0s;
}
    .header-upper .header-links-wrapper a:hover {
        color: rgb(192, 0, 0);
    }

.header-middle .top-menu .drop-down {
    background: white;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease 0s;
    position: absolute;
    top: 100%;
    z-index: 1000;
    width: auto;
    border: 1px solid rgb(233, 233, 233);
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.08);
}


.header-middle .top-menu li {
    position: relative;
}


.header-middle .top-menu li.has-dropdown {
    display: inline-flex;
    text-align: center;
    justify-content: center;
}



@media (min-width: 1025px) {

    .home-page-category-grid .title {
        padding: 0 0 5px;
    }

    .header-middle .top-menu li.mobile-only {
        display: none;
    }

    .category-navigation-list li {
        border-top: 1px solid rgb(246, 246, 246);
        position: relative !important;
    }

    .category-navigation-list li a:not([href]) {
        cursor: default;
    }

    .category-navigation-list li a {
        display: block !important;
        border: 0 !important;
        font: 400 14px/20px "Open Sans", sans-serif !important;
        margin: 0 !important;
        padding: 10px !important;
        text-transform: none !important;
        transition: background .3s ease 0s;
        min-height: initial !important;
    }

    .category-navigation-list li:hover > .sublist-wrap {
        opacity: 1;
        pointer-events: all;
    }

    .category-navigation-list li .sublist-wrap {
        left: 100%;
        width: 100%;
        top: -1px !important;
        opacity: 0;
        position: absolute;
        transition: opacity .3s ease 0s;
        pointer-events: none;
        box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
        background-color: rgb(255, 255, 255);
        display: block;
    }

    .category-navigation-list li .sublist-wrap .sublist {
        display: flex;
        flex-direction: column;
        min-height: initial !important;
        overflow: visible;
        padding: 0;
    }

    .category-navigation-list .sublist-wrap .sublist li {
        width: 100% !important;
        float: none !important;
        padding: 0 !important;
    }

    .category-navigation-list li:hover > a {
        background: rgb(249, 249, 249); 
    }
}

@media (max-width: 1024px) {

    .header-middle .top-menu li.has-dropdown {
        display: none;
    }
    
    .two-columns-area {
        margin: 190px 0 25px;
    }

    .header .header-logo {
        height: 143px;
    }
}

.header-middle .top-menu li a:not([href]) {
    cursor: default;
}

.header-middle .top-menu .drop-down li a {
    border-top: 1px solid rgb(246, 246, 246);
    color: rgb(51, 51, 51);
    display: block;
    font: 400 14px/calc(1em + 6px) "Open Sans", sans-serif;
    text-transform: capitalize;
    padding: 10px;
    transition: background .3s ease 0s;
}

    .header-middle .top-menu .drop-down li a:hover {
        background: rgb(249, 249, 249);
    }

.header-middle .top-menu li:hover .drop-down {
    opacity: 1;
    pointer-events: all;
}

.responsive-nav-wrapper .phone-button,
.responsive-nav-wrapper .email-button {
    background: none;
}

    .responsive-nav-wrapper .phone-button a,
    .responsive-nav-wrapper .email-button a {
        display: block;
        height: 100%;
        position: relative;
    }

        .responsive-nav-wrapper .phone-button a::before,
        .responsive-nav-wrapper .email-button a::before {
            content: "";
            position: absolute;
            top: calc(50% - 8px);
            left: calc(50% - 8px);
            width: 16px;
            height: 16px;
            background-color: rgb(0,0,0);
            background-image: url(../img/footer-sprite.png);
            background-repeat: no-repeat;
        }

        .responsive-nav-wrapper .phone-button a::before {
            background-position: center -33px;
        }

        .responsive-nav-wrapper .email-button a::before {
            background-position: center -17px;
        }

.header-upper .header-links-wrapper.email a::before,
.header-upper .header-links-wrapper.phone a::before {
    content: "";
    position: absolute;
    top: calc(50% - 8px);
    left: 0;
    width: 16px;
    height: 16px;
    background-color: rgb(0, 0, 0);
    background-image: url(../img/footer-sprite.png);
    background-repeat: no-repeat;
    transition: background-color .3s ease 0s;
}

.header-upper .header-links-wrapper.email a::before {
    background-position: center -17px;
}

.header-upper .header-links-wrapper.phone a::before {
    background-position: center -33px;
}

.social-sharing .rss {
    display: none;
}

.fmFormBuilderDiv .fm-error-alert {
    background: rgba(255,0,0,.2);
}

.category-page .category-image img {
    margin-bottom: 15px;
}

.category-page .category-heading-info .category-description {
    display: flex;
}

    .category-page .category-heading-info .category-description .additonal-img {
        background: rgb(255, 255, 255);
        border: 2px solid rgb(128, 128, 128);
        flex: 0 0 auto;
        margin: 0 15px 10px 0;
        padding: 10px;
    }

.k-ie .category-page .category-heading-info .category-description .description {
    flex: 0 0 100%;
}


@media (min-width: 1281px) {
    .blog-post .post-picture {
        height: 265px;
    }
}

@media (min-width: 576px) {
    .category-page .category-image {
        border-right: 1px solid rgb(215, 215, 215);
        flex: 0 0 33%;
        margin-right: 25px;
        max-width: 400px;
        padding-right: 25px;
    }
}

@media (max-width: 999px) {
    .home-page .home-four-col {
        column-count: 2;
    }
}

@media (max-width: 767px) {

    .category-page .category-heading-info .category-description {
        flex-wrap: wrap;
        justify-content: center;
    }

    .category-page .category-heading-info .category-description > * {
        flex: 0 0 100%;
    }


    .category-page .category-heading-info .category-description .additonal-img {
        margin: 0 0 15px;
    }
}

@media (max-width: 575px) {
    .category-page .category-heading {
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 25px;
    }

    .home-page .home-four-col {
        column-count: 1;
    }

    .home-page .home-four-col li {
        justify-content: center;
    }

    .category-page .category-image {
        margin-bottom: 10px;
    }


    .category-page .category-heading > * {
        flex: 0 0 100%;
    }
}