﻿body {
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif !important;
    margin: 0px;
    height: 100%;
    padding: 0;
    min-width: 200px;
    color: #4d4d4f;
}

.HomePageBlocks {
    display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}

.containerContent {
    width: 100%;
    background-color: #f5f5f5;
    height: auto !important;
    margin: 0 auto 0;
    min-height: 100%;
    text-align: center;
    vertical-align: middle;
}

.main {
    width: 100%;
    text-align: left;
    overflow: auto;
    padding-bottom: 250px;
}

.fullPage {
    width: 100%;
    float: left;
    display: inline-block;
}

.fullContentBlock {
    padding: 10px 4% 10px 4%;
    text-align: left;
    display: inline-block;
    width: 92%; 
    margin: auto;
}

.center {
    width: 100%;
    text-align: center !important;
}

.webPartContainerLight {
    background-color: #fff!important;
}

.homePageMultiColumnContentBlock {
    max-width: 1400px;
    margin: auto;
}
@media only screen and (max-width: 600px) {
    .smallPadding {
        padding: 5px;
    }

    .smallTopPadding {
        padding-top: 5px;
    }
}

@media only screen and (min-width: 600px) {
    .smallPadding {
        padding: 10px;
    }

    .smallTopPadding {
        padding-top: 10px;
    }
}


.noLineLink {
    border-bottom: none !important;
    text-decoration: none !important;
    color: #4d4d4f;
}





/*# Master Page/Footer #*/
.footer {
    text-align: left;
    background: #313131;
    color: silver;
    font-size: 9pt;
    position: relative;
    margin-top: -250px;
    min-height: 390px;
    height: auto;
    clear: both;
}

.footerContainer {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0.938em;
    padding-right: 0.938em;
    padding-bottom: 3px;
}

.footerContainerBottomRow {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0.938em;
    padding-right: 0.938em;
    padding-bottom:0.938em;
}

.footerRow {
    margin-right: -0.938em;
    display: flex;
    flex-wrap: wrap;
    padding-bottom:8px;
}

.footerLinkText {
    color: white !important;
    font-size: 14px !important;
}

.footerHeadingText {
    color: white !important;
    font-size: 16px;
    padding-bottom: 15px;
    padding-top: 10px;
    padding-left: 0.615em;
}

.footerLinkSocial {
    float: left;
    width: 66%;
    background: inherit;
    height: auto;
    padding: 10px 0px 0px 0px;
}
.footerSectionLogo {
    float: left;
    width: 32%;
    padding: 0px 0px 0px 0px;
    background: inherit;
    height: auto;
}
.footerSectionLogo img {
    width: 100%;
    max-width: 350px;
    padding-top: 20px;
}
@media only screen and (max-width: 888px) {
    .footerSectionLogo, .footerLinkSocial {
        width: 98%;
        padding-left: 2%
    }
}

@media only screen and (min-width: 888px) and (max-width: 1008px) {
      .footerLinkSocial {     
        padding-left: 2%;
        min-height: 380px;
    }
}
@media only screen and (min-width: 1008px) and (max-width: 1024px) {
    .footerSectionLogo {
        width: 36%;  
    }

    .footer { 
        min-height: 1001px !important;
    }
}
.lightLinks {
    font-weight: bold;
    text-decoration: underline;
    color: #FFF !important;
    font-size:12px;
}
.footerSocialMediaLinks{
    padding-left:5px;
}
.footerSocialMediaLinks img {
    width:25px;
    height:25px;
}

.subscribeButton {
    border: none;
    background: #cf2027 !important;
    color: #fff !important;
    padding: 10px 15px 10px 15px;
    text-align: center;
    text-decoration: none !important;
    display: inline-block;
    font-weight: 700;
    font-size: 20pt;
}

/*# Product Highlights #*/


.prodHighlightsColumn {
    /* float:left;*/
    display: inline-block;
    width: 25%;
    max-width: 325px;
    padding-left: 0.938em;
    padding-right: 0.938em;
   
}

.prodHighlightsOuterContainer {
    display: inline-block;
    /*width:300px;*/
    margin-left: 3%;
    margin-right: 3%;
}

.prodHighlightsContainer {
    width: auto;
    text-align: left;
    float: left;
    /*min-width:225px;*/
    background-color: #FFF;
    margin-top: 10%;
    margin-bottom: 5%;
}

    .prodHighlightsContainer img {
        float: left;
        width: 100%;
    }

.prodHighlightsDetails {
    width: auto !important;
    padding-top: 10px;
    font-size: 12pt;
    padding-right: 5px;
    padding-left: 15px;
    text-align: left;
    float: left;
    min-height: 90px;
    display: inline-block;
}
.prodHighlightsHeadline {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    float: left;
    display: inline-block;
}


.prodHighlightsHeadlineStatic {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    float: left;
    display: inline-block;
    max-width: 300px;
}

.prodHighlightsDetailsStatic {
    width: auto !important;
    padding-top: 10px;
    font-size: 12pt;
    padding-right: 5px;
    text-align: center !important;
    float: left;
    min-height: 90px;
    display: inline-block;
    max-width: 300px;
}

@media only screen and (min-width: 1300px) {
    .highlightsContainerHomePage {
        min-height: 368px !important;
    }
}


@media screen and (max-width: 600px) {
    /* For tablets: */
    .prodHighlightsColumn {
        width: 100%;
        max-width: 100% !important;
    }

    .prodHighlightsContainer {
        width: 25% !important;
        float: left;
        min-width: 0 !important;
        margin-top: 0px !important;
    }

    .prodHighlightRight {
        width: 75% !important;
        float: left;
    }
}

@media only screen and (min-width: 1300px) {
    .highlightsContainerHomePage {
        min-height: 368px !important;
    }
}

@media screen and (min-width: 600px) {
    /* For tablets: */
    .prodHighlightsColumn {
        width: 25%;
        float: left;
    }
}
@media screen and (max-width: 600px) {
    /* For tablets: */
    .prodHighlightsColumn {
        width: 100%;
        max-width: 100% !important;
    }
}
    @media only screen and (max-width: 600px) {
        .prodHighlightsDetailsStatic {
            width: auto !important;
            padding-top: 10px;
            font-size: 12pt;
            padding-right: 5px;
            padding-left: 15px;
            text-align: left;
            float: left;
            min-height: 90px;
            display: inline-block;
        }
    }

    @media only screen and (max-width:600px) {
        .prodHighlightsHeadlineStatic {
            width: 100%;
            font-size: 16px;
            font-weight: bold;
            text-align: left;
            float: left;
            display: inline-block;
            padding-left: 15px;
        }
    }

    @media only screen and (max-width: 600px) {
        .prodHighlightsDetails {
            width: auto !important;
            padding-top: 10px;
            font-size: 12pt;
            padding-right: 5px;
            padding-left: 15px;
            text-align: left;
            float: left;
            min-height: 90px;
            display: inline-block;
        }
    }


/*# HomePage Banners #*/
.bannerContainerHomePage {
    min-height: 422px !important;
    width: 100%;
}

@media only screen and (min-width: 1421px) and (max-width: 1500px) {
    .bannerContainerHomePage {
        min-height: 330px !important;
        width: 100%;
    }
}

@media only screen and (min-width: 1301px) and (max-width: 1420px) {
    .bannerContainerHomePage {
        min-height: 300px !important;
        width: 100%;
    }
}

@media only screen and (min-width: 1201px) and (max-width: 1300px) {
    .bannerContainerHomePage {
        min-height: 280px !important;
        width: 100%;
    }
}

@media only screen and (min-width: 1081px) and (max-width: 1200px) {
    .bannerContainerHomePage {
        min-height: 220px !important;
        width: 100%;
    }
}

@media only screen and (min-width: 540px) and (max-width: 1080px) {
    .bannerContainerHomePage {
        min-height: 150px !important;
        width: 100%;
    }
}


@media only screen and (min-width: 251px) and (max-width: 539px) {
    .bannerContainerHomePage {
        min-height: 250px !important;
        width: 100%;
    }
}

@media only screen and (max-width: 250px) {
    .bannerContainerHomePage {
        min-height: 130px !important;
        width: 100%;
    }
}

@media only screen and (max-width: 600px) {
    .homePageBannerMobile {
        display: inline-block !important;
    }

    .homePageBannerBig {
        display: none !important;
    }
}

@media only screen and (min-width: 600px) {
    .homePageBannerMobile {
        display: none !important;
    }

    .homePageBannerBig {
        display: inline-block !important;
    }
}

/* Home Page Banners Slideshow */

* {
    box-sizing: border-box
}

body {
    font-family: Verdana, sans-serif;
    margin: 0
}

.mySlides {
    display: none
}

img {
    vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
    max-width: 2000px;
    position: relative;
    margin: auto;
    text-align:center;
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

    /* On hover, add a black background color with a little bit see-through */
    .prev:hover, .next:hover {
        background-color: rgba(0,0,0,0.8);
    }

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

    .active, .dot:hover {
        background-color: lightgray;
    }

/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .prev, .next, .text {
        font-size: 11px
    }
}


/* Home Page Social Media in center */

.homePageSocialIcons img {
    width: 40px !important;
  /*  height: 40px !important;*/
    padding: 0px 5px;
    vertical-align: middle;
}

.homePageSocialIcons {
    max-width: 1400px;
    margin: auto;
    font-size: 15pt;
}


/*# Allied Events #*/

.eventContentBlock {
    padding: 10px 4% 10px 4%;
    text-align: left;
    display: inline-block;
    width: 95%;
    margin: auto;
}



.eventSectionHeading {
    font-size: x-large;
    font-weight: bold;
    color: #4d4d4f;
}


.zoneContent {
    width: 100%;
    background-color: #f5f5f5;
    height: auto !important;
    margin: 0 auto 0;
    min-height: 100%;
    text-align: center;
    vertical-align: middle;
}



@media only screen and (max-width: 801px) {
    /* For tablets: */
    .alliedEventColumn {
        /*width:63%;*/
        width: 100%;
    }
}

@media only screen and (min-width: 802px) and (max-width: 1024px) {
    /* For tablets: */
    .alliedEventColumn {
        width: 49%;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1600px) {
    /* For tablets: */
    .alliedEventColumn {
        width: 33%;
    }
}

@media only screen and (min-width: 1600px) {
    /* For tablets: */
    .alliedEventColumn {
        width: 25%;
    }
}

.alliedEventColumn {
    float: left;
    display: inline-block;
    padding-right: 3px;
}

.eventsRegisterButton {
    border: none;
    background: #CF2027;
    color: #FFF !important;
    padding: 10px 15px 10px 15px;
    text-align: center;
    text-decoration: none !important;
    display: inline-block;
    font-weight: 700;
    font-size: 11pt;
}

.eventDatesContainer {
    width: auto !important;
    text-align: left;
    float: left;
    max-width: 300px;
    background-color: #FFF;
    margin-top: 0;
    margin-bottom: 10%;
}

    .eventDatesContainer img {
        float: left;
        padding-bottom: 5px;
        width: 100%;
    }

.eventDatesHeadline {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    float: left;
    padding-left: 15px;
    padding-bottom: 2px;
    padding-top: 5px;
    display: inline-block;
    height: 25px
}

.eventDatesDates, .eventDatesDatesTradeshow {
    font-size: 17px;
    font-weight: 400;
    text-align: left;
    float: left;
    padding-left: 15px;
    padding-bottom: 5px;
    padding-top: 0px;
    height: 45px;
    display: inline-block;
}

.eventDatesDates {
    height: 25px;
}

.eventDatesDatesTradeshow {
    height: 80px;
}

.eventDatesDetails {
    width: auto !important;
    padding-top: 10px;
    padding-right: 5px;
    padding-left: 15px;
    text-align: left;
    font-size: 12pt;
    float: left;
    min-height: 90px;
    display: inline-block;
}

.eventDatesButton {
    width: 100%;
    min-height: 45px;
    max-height: 60px;
    border: none;
    padding-top: 15px;
    padding-bottom: 15px;
    background: #4d4d4f;
    color: #FFFFFF !important;
    display: inline-block;
    text-align: center;
    vertical-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px !important;
    font-weight: 700 !important;
    margin: 2px;
}

.eventAllDetails, .eventAllDetailsBig {
    height: 100%;
    float: left;
    padding-top: 10px;
}

    .eventAllDetails img {
        height: 30px;
        width: 30px;
    }

.eventAllDetailsBig {
    text-align: left;
}

.eventDetails {
    padding-top: 10px;
    text-align: left;
    font-size: 12pt;
    width: 90%;
    float: left;
}

.eventShortdetails {
    width: 70%;
    text-align: left;
    float: left;
    padding-left: 10%;
    padding-right: 10%;
    min-height: 60px;
}

.eventShortDetailsIcons {
    width: 90%;
    text-align: center;
    float: left;
    padding: 3%;
}

    .eventShortDetailsIcons img {
        height: 30px;
        width: 30px;
        /*float:left; */
    }

.eventsImage {
    /* width:100%; */
    max-width: 600px;
    text-align: left;
}

    .eventsImage > img {
        /* width:100%; */
        max-width: 600px;
    }

.eventDetails img {
    height: 30px;
    width: 30px;
}

.eventIndustryLinksContainer {
    width: auto !important;
    text-align: left;
    float: left;
    max-width: 200px;
    /*background-color: #FFF;*/
    margin-top: 10%;
    margin-bottom: 10%;
}

.eventIndustryLinksContainer img {
  height:200px !important;
  width:200px !important;
}

.eventsOuterBox, .eventsOuterBoxFull {
    margin: 10px 0px 10px 0px;
    padding: 0px 10px 10px 10px;
    background-color: #FFF;
    display: inline-block;
    text-align: left;
    vertical-align: text-top;
    min-height: 340px;
    max-height: 400px;
}

.eventsOuterBoxRightBar {
    min-height: 290px !important;
}


.eventDatesSocMediaIcons {
    padding-left: 5px;
}

.eventDatesSocMediaIcons img {
    height: 35px !important;
    width: 45px !important;
    padding-right: 15px !important;
}

/*# Master Page/Top Navigation/Sections #*/
.topNav {
    /*max-width:1200px;*/
    background: #e5e5e5;
    width: 100%;
    padding: 4px 0px 0px 0px;
    min-height: 46px;
    display: block !important;
}

.topNavSmall {
    float: left;
    font-size: 12pt;
    color: #4d4d4f;
    position: relative;
    z-index: 1000;
}

.topNavGlobal {
    float: left;
    color: #4D4D4F;
    font-size: 12pt;
    padding-top: 2px;
}

.topNavPadding {
    /*   margin-top:5px;
 width:66%; */
    float: left;
}

.topNavUtilities {
    width: 25%;
    float: left;
}

.topNavLink {
    /*  width:33%; */
    float: right;
    margin-left: 20px;
    margin-top: 5px;
}

.topNavLink a {
    text-decoration: none;
    color: #4D4D4F;
    font-size: 12pt !important;
}
.topNavImageBox {
    /* border-color: white;
    border-style: solid;
    border-width: 1px;
    padding-right:20px;
    padding-bottom:1px;*/
    padding-top: 1px;
    float: right;
    margin-left: 20px;
}

.topNavImageBox a {
    text-decoration: none;
    color: #4D4D4F;
    font-size: 12pt !important;
}

.topNavImageText {
    padding-top: 8px;
    padding-left: 3px;
    float: left;
    padding-bottom: 8px;
}

/*# Master Page/Top Navigation/language selector #*/
#language_drop_down {
    margin-top: 0px;
    z-index: 10000;
}

#language_drop_down ul {
    list-style: none;
    position: relative;
    float: left;
    margin: 0;
    padding: 6px 0 0 0;
}

#language_drop_down ul a {
    display: block;
    color: #4D4D4F;
    text-decoration: none;
    font-weight: 700;
    font-size: 12pt;
    line-height: 25px;
    padding: 0 15px;
}

#language_drop_down ul li {
    position: relative;
    float: left;
    margin: 0;
    padding: 0
}

#language_drop_down ul li ul li:hover a {
    color: #CF2027 !important;
    /*background:#FFF;*/
}

#language_drop_down ul ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #E5E5E5;
    padding: 0;
    z-index: 20000;
}
#language_drop_down ul ul li {
    float: none;
    width: 160px;
    z-index: 10000;
}



#language_drop_down ul ul a {
    line-height: 120%;
    padding: 10px 15px
}

#language_drop_down ul li:hover > ul {
    display: block
}
.globalLocation {
    height: 30px;
}

.globalText {
    padding-top: 4px;
    float: left;
}

.globalText a:link, .globalText a:visited {
    color: #FFFFFF;
    text-decoration: none;
}

.globalLocation img {
    margin-left: 15px;
    width: 20px;
    padding: 8px 7px 0px 0px !important;
    float: left;
}

.fixedHeader {
    position: fixed;
    width: 100%;
    z-index: 1000;
}

/* Dropdown Button */
.dropbtn {
    display: block;
    color: #4d4d4f;
    text-decoration: none;
    font-weight: 700;
    font-size: 12pt;
    line-height: 25px;
    padding: 0 15px;
    border: none;
    background-color: #e5e5e5;
    padding-top:3px;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    /*position: fixed;*/
    display: inline-block;
    width:100%;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #e5e5e5;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    color: black;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
    .dropdown-content a:hover {
        /*background-color: #ddd;*/
        background-color: #e5e5e5;
    }

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #e5e5e5;
}



/* SUB PAGE BANNERS*/

.subPageBanner {
    display: inline-block;
    text-align: center;
    width: 100%;
}

 .subPageBanner img {
    max-height: 425px;
    width: 100%;
    overflow: hidden;
    text-align: center;

 }

/* ALLIED NEWS PAGES  */

.newsContainer {
    width: auto !important;
    text-align: left;
    float: left;
    min-width: 300px;
    background-color: #FFF;
    margin-top: 10%;
    margin-bottom: 10%;
}

.newsOuterContainer {
    display: inline-block;
    width: 100%;
    /*text-align: left;*/
    float: left;
}

.newsColumn {
    width: 300px;
    display: inline-block;
    padding-bottom: 20px;
    float: left;
}

.otherNewHeader {
    font-size: 14pt;
    font-weight: bold;
    padding-left: 20px;
}

.newsOuterBoxFull {
    width: 90%;
}

    .newsOuterBoxFull img {
        height: 30px;
        width: 30px;
    }

.newsDetails img {
    height: 30px;
    width: 30px;
}

.newsOuterBox, .newsOuterBoxFull {
    background-color: #FFF;
    display: inline-block;
    text-align: left;
    vertical-align: text-top;
    width: auto !important;
    max-width: 300px;
    margin-bottom: 20px;
}

    .newsOuterBox img {
        height: 200px;
        width: 300px;
        float: left;
    }

.newsDateText {
    text-align: left;
    font-size: 9pt;
    padding-top: 5px;
}

.otherNewHeader {
    font-size: 14pt;
    font-weight: bold;
    padding-left: 20px;
}

.newsHeadlineSummary {
    text-align: left;
    font-size: 14pt;
    font-weight: bold;
    padding: 10px 10px 10px 0px;
    min-height:135px;
}

.newsDetails {
    max-width: 300px;
    float: left;
    padding-left: 10px;
}

.articleDate {
    text-align: left;
    font-size: 12pt;
    font-weight: 600;
}

.newsSocMediaIcons img, .caseStudiesSocMediaIcons img {
    height: 30px !important;
    width: 30px !important;
    text-align: left !important;
    float: left;
}

.caseStudiesSocMediaIcons {
    padding: 15px 0px;
}

.articleText {
    text-align: left;
    font-size: 12pt;
}

.newsHeadline {
    text-align: left;
    font-size: 18pt;
    font-weight: bold;
    padding: 2px;
}

.newsHeadline a, .newsHeadlineSummary a {
    text-decoration: none;
}

.newsHeadline img {
    height: 30px;
    width: 30px;
}

@media only screen and (min-width: 1300px) {
    .newsHomePageContainer {
        min-height: 150px !important;
    }
}

@media only screen and (max-width: 600px) {
    .newsContainer {
        width: 100%;
    }
}

@media only screen and (min-width: 600px) and (max-width:750px) {
    .newsContainer {
        width: 48%;
    }
}

@media only screen and (min-width: 750px) {
    .newsContainer {
        width: 44%;
    }
}

@media only screen and (max-width: 650px) {
    /* For tablets: */
    .newsColumn {
        width: 100%;
    }
}


@media only screen and (min-width: 650px) and (max-width: 1024px) {
    /* For tablets: */
    .newsColumn {
        width: 49%;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1400px) {
    /* For tablets: */
    .newsColumn {
        width: 33%;
    }
}

@media only screen and (min-width: 1400px) {
    /* For tablets: */
    .newsColumn {
        width: 25%;
    }
}

.newsRow {
    margin-bottom: 30px;
}

.newsHomeBox {
    width: 100%;
    text-align: center;
    padding-bottom: 15px;
}

.newsHomeBox img {
    width: 27%;
    float: left;
    max-width: 400px;
    margin: auto;
    margin-right: 2%;
    margin-bottom: 20px;
    padding-right: 0px !important;
}

.newsHomePage {
    width: 100%;
    text-align: center;
}

.newsHomePage img {
   width: 70%;
   float: left;
   max-width: 250px;
   margin: 0px 15%;
   border: 1px solid #C0C0C0;
   padding-bottom: 20px;
}

.newsHomeDetails {
    width: 70%;
    margin: 0px 15%;
    float: left;
    font-weight: bold;
    padding-left: 1%;
    padding-bottom: 15px;
    text-align: left !important;
    font-size: large;
    color: #CF2027;
    max-width: 250px;
}

.homePageHeader {
    background: #D3D3D3;
    color: #4d4d4f;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    min-height: 40px;
    width: 100%;
   
}

.homePageHeaderText {
    display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}


.homePageColBorder {
    border-style: solid;
    border-width: 1px;
    border-color: #D3D3D3;
    padding-bottom: 1px;
  
}



.homePageCol {
    float: left;
    width: 90%;
    background: #fff;
    margin: 10px 5% 30px 5%;
    /* padding: 1%; */
}

.homePageOuterContainer {
    display: inline-block;
    /*width:300px;*/
    margin-left: 3%;
    margin-right: 3%;
}

.multiColumnContentBlockLight {

    background-color: #FFF;
    width: 100%;
    display: inline-block;
}

.padding5Top {
    padding-top: 5px;
}

.padding25Top {
    padding-top: 25px;
}

.padding25Bottom {
    padding-bottom: 25px;
}

.padding25TopandBottom {
    padding-top: 25px;
    padding-bottom: 25px;
}

.padding15Top {
    padding-top: 15px;
}

.padding15Bottom {
    padding-bottom: 15px;
}
.padding5Bottom {
    padding-bottom: 5px;
}

.padding10Top25Bottom {
    padding-top: 10px;
    padding-bottom: 25px;
}

.padding15Top {
    padding-top: 15px;
}

.padding15TopandBottom {
    padding-top: 15px;
    padding-bottom: 15px;
}

.padding15Left {
    padding-left: 15px;
}

.padding10TopandBottom {
    padding-top: 10px;
    padding-bottom: 10px;
}

.padding10Bottom {
    padding-bottom: 10px;
}

.padding5TopandBottom {
    padding-top: 5px;
    padding-bottom: 5px;
}

.padding50Top {
    padding-top: 50px;
}



.threeColumn, .col3, .subpageEditWhiteBox3, .thirdOfPage, .col3NotResponsive {
    float: left;
    display: inline-block;
    width: 33%;
}

.fourColumn, .col4, .subpageEditWhiteBox4, .col4NotResponsive {
    float: left;
    display: inline-block;
    width: 25%;
}

@media screen and (max-width: 600px) {
    .twoColumn, .col2, .subpageEditWhiteBox2, .threeColumn, .col3, .subpageEditWhiteBox3, .twoThirdsOfPage, .thirdOfPage,
    .fourColumn, .col4, .col5, .subpageEditWhiteBox4, .threeQuartersOfPage, .col6Stacked {
        width: 100%;
    }

    .col6, .col7 {
        width: 50%;
    }
}

@media only screen and (min-width: 600px) and (max-width: 1024px) {
    /* For tablets: */
    .twoColumn, .col2, .subpageEditWhiteBox2,
    .threeColumn, .col3, .subpageEditWhiteBox3,
    .fourColumn, .col4, .col5, .col6, .subpageEditWhiteBox4 {
        width: 50%;
    }

    .twoThirdsOfPage, .thirdOfPage, .threeQuartersOfPage, .col6Stacked {
        width: 100%;
    }

    .col7 {
        width: 25%;
    }
}

    /*# Master Page/Main Big Nav Bar 
    Colt Kiser 11/18/23       #*/
    .mainNav {
        width: 100%;
        background: #FFF;
        color: #C0C0C0;
        text-align: left;
        border-bottom: solid 3px silver;
    }

    .mainNavLogo {
        text-align: center;
        padding-left: 0px !important;
        max-height: 95px;
        position: relative;
        top: 15px !important;
        float: left;
    }

    @media only screen and (min-width: 1024px) and (max-width: 1310px) {

        .mainNavLogo {
            max-width: 220px;
        }

        #MainCMSMenuItem {
            left: 220px;
        }

        .mainNavLogo img {
            max-width: 220px;
        }

        #MainCMSMenuItem li {
            padding-left: 15px !important;
            padding-right: 12px !important;
        }
    }

/*# Master Landing Page  #*/

.subPageOuterBlock {
    background-color: #FFF;
    margin: 10px;
    min-height: 300px !important;
}

    .subPageOuterBlock a {
        cursor: pointer !important;
    }

.subPageUtilityPageOuterBox a {
    cursor: pointer !important;
}

.subPageOuterBlockNoColor {
    margin: 10px;
}

.subPageOuterBlockWithBorder {
    background-color: #FFF;
    margin: 10px;
    border: 1px solid #a9a9a9;
    padding: 10px;
}

.subPageLandingPageImg {
    width: 100%;
    padding-bottom: 2%;
}

.subPageLandingText {
    font-size: large;
    color: #CF2027;
    text-align: center;
}

.subPageLandingSubText {
    text-align: left;
    padding: 2%;
    min-height: 60px;
    color: #4d4d4f;
}

/*# Breadcrumb Styling  #*/

.alliedBreadCrumb {
    text-align: left;
    padding: 8px 5px 5px 10px;
    background-color: #4d4d4f !important;
    color: #FFFFFF !important;
    margin-top: 3px !important;
    margin-bottom: 0px !important;
}

.alliedBreadCrumb a {
    color: #FFFFFF !important;
}


.alliedBreadCrumb__item {
position: relative;
display: inline-block;
padding-right: 20px;
}

.alliedBreadCrumb__item::after {
content: ">";
display: block;
position: absolute;
right: 7px;
top: 50%;
transform: translateY(-50%);
width: 3px;
/*  height: 3px;
background: #757575;*/
border-radius: 100%;
}

.alliedBreadCrumb__item:last-child {
padding: 0;
}

.alliedBreadCrumb__item:last-child::after {
    content: none;
}

.alliedBreadCrumb__link {
display: inline-block;
}

.alliedBreadCrumb__active {
font-weight: bold;
}

@media (min-width: 60em) {
.alliedBreadCrumb {
    display: block;
    }
}

.interiorTop {
    display: flex;
    flex-direction: column-reverse;
}

/*# About Pages /Brands #*/
.brandImg {
    width: 80%;
    padding: 2%;
}

.brandText {
    font-size: 15pt;
    color: #4d4d4f;
    text-align: center;
    font-weight: bold;
    padding-top: 2%;
}

.brandSubText {
    text-align: center;
    font-size: 13pt;
    padding: 2%;
    color: #4d4d4f;
    font-weight: bold;
}

.brandDetails {
    text-align: left;
    font-size: 10pt;
    padding: 2% 5% 5% 5%;
    min-height: 140px;
    color: #4d4d4f;
}

.mileStoneBox, .brandBox {
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    display: inline-block;
    border: 1px solid #A9A9A9;
}

/*# About Pages /Executives #*/

.executivePictureImage {
    width: 90%;
    margin-left: 5%;
    margin-right: 6%;
    text-align: center;
}

.executivePictureImage img {
   max-width: 250px;
   width: 98%;
}

.executivePicturesSubtext {
    padding-top: 5px;
    font-style: italic;
    text-align: center;
}

/*# Company Locations #*/

.location_repeater {
    width: 100%;
    text-align: center;
    background-color:white;
}

.location_outerBox {
    max-width: 600px;
    display: inline-block;
    text-align: left;
}

@media only screen and (max-width: 700px) {
    .location_outerBox {
        width: 70%;
        margin: 5%;
    }
}

@media only screen and (min-width: 701px) and (max-width:950px) {
    .location_outerBox {
        width: 45%;
        margin: 2%;
    }
}

@media only screen and (min-width: 951px) {
    .location_outerBox {
        width: 48%;
        margin: 1%;
    }
}

.location_image {
    width: 100%;
}

.location_image > img {
     width: 100%;
}

.location_allDetails {
    width: 100%;
    padding-top: 5px;
}

.location_details {
    width: 80%;
    float: left;
}

.location_map {
    width: 20%;
    float: left;
}

    .location_map img {
        width: 100%;
    }

.location_bigText {
    font-size: 18pt;
    font-weight: bold;
}

.location_smallText {
    font-size: 11pt;
}

.locationfullContentBlock {
    padding: 10px 2% 10px 2%;
    text-align: left;
    display: inline-block;
    width: 92%;
    margin: auto;
}

/*# Patents #*/

.webPartContainer, .webPartContainerLight, webPartContainerMedium {
    width: 100%;
    display: inline-block;
}
.fullPatentPage {
    width: 100%;
    float: left;
    display: inline-block;
    background-color: #FFF;
}

.patentProductHeader {
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.patentDescriptionHeader {
    width: 100%;
    text-align: left;
    padding-bottom: 10px;
    padding-left: 10px;
    font-size: 15px;
}


.patentNumbers {
    width: 90%;
    padding-left: 10px;
}

.patentOuterBox {
    display: inline-block;
    width: 90%;
    min-height: 200px;
    position: relative;
    background-color: #FFF;
    margin-bottom: 20px;
}


.patentsHeaderText {
    width: 100%;
    font-size: 28px;
    color: #4D4D4F;
    text-align: left;
}



.patentsOverviewText {
    width: 100%;
    font-size: 20px;
    color: #4D4D4F;
    text-align: left;
}

.patentsOverviewImage {
    width: 100%;
    text-align: center;
}

.patentsMainPageHeaderText {
    width: 100%;
    font-size: 18px;
    color: #4D4D4F;
    padding-bottom: 2%

}

.patentsShortDescText {
    width: 100%;
    min-height: 45px;
    font-size: 18px;
    color: #4D4D4F;
    text-align: left;
    padding-left: 5%;
    padding-right: 5%;
}

.patentsOverviewImage img {
    padding-left: 5%;
    padding-right: 5%;
}

.patentImage img {
    width: 100%;
    max-width: 600px;
}

.patentInner {
    padding-left: 10px;
}

.nonImageColumn2, .imageColumn2 {
    float: right;
    display: inline-block;
}

@media only screen and (min-width: 950px) {
    .patentsOverviewImage img {
        width: 90%;       
        margin: 1%;
    }

    .nonImageColumn2, .imageColumn2 {
        width: 50%;
    }
}

@media only screen and (min-width: 700px) and (max-width:950px) {
    .patentsOverviewImage img {
        width: 60%;       
    }

    .nonImageColumn2, .imageColumn2 {
        width: 100%;
    }
}

@media only screen and (max-width: 700px) {
    .patentsOverviewImage img {
        width: 90%;
        max-width: 600px;
    }

    .nonImageColumn2, .imageColumn2 {
        width: 100%;
    }
}

.bannerContainer {
    min-height: 350px !important;
    width: 100%;
}

.innerBanner img {
    max-height: 425px;
    /*display: block;*/
    margin: 0 auto;
}


@media only screen and (min-width: 1421px) and (max-width: 1500px) {
    .bannerContainer {
        min-height: 330px !important;
        width: 100%;
    }
}

@media only screen and (min-width: 1301px) and (max-width: 1420px) {
    .bannerContainer {
        min-height: 300px !important;
        width: 100%;
    }
}

@media only screen and (min-width: 1201px) and (max-width: 1300px) {
    .bannerContainer {
        min-height: 280px !important;
        width: 100%;
    }
}

@media only screen and (min-width: 1081px) and (max-width: 1200px) {
    .bannerContainer {
        min-height: 220px !important;
        width: 100%;
    }
}

@media only screen and (min-width: 701px) and (max-width: 1080px) {
    .bannerContainer {
        min-height: 150px !important;
        width: 100%;
    }
}

@media only screen and (min-width: 401px) and (max-width: 700px) {
    .bannerContainer {
        min-height: 90px !important;
        width: 100%;
    }
}

@media only screen and (min-width: 251px) and (max-width: 400px) {
    .bannerContainer {
        min-height: 70px !important;
        width: 100%;
    }
}

@media only screen and (max-width: 250px) {
    .bannerContainer {
        min-height: 50px !important;
        width: 100%;
    }
}

/*Quality Page*/
.isoMapBox img {
    width: 80%;
    max-width: 400px;
    max-height: 330px !important;
}

/* Privacy Policy */
h1 {
    font-size: x-large;
    font-weight: bold;
    color: #4d4d4f;
}

h2 {
    font-size: large;
    font-weight: bold;
    color: #4d4d4f;
}

.subHead {
    font-size: large;
    color: #CF2027;
    text-align: left;
}

subHead a:link, subHead a:visited {
    color: #CF2027;
}

/*# Sub Page/FAQ Page #*/
.accordionHeader {
    /* border: 1px solid #2F4F4F; */
    color: #4D4D4F;
    background-color: #e8e8ed;
    font-family: Arial, Sans-Serif;
    font-size: 15px;
    font-weight: bold;
    padding: 7px;
    margin-top: 10px;
    cursor: pointer;
}


.accordionHeaderSelected {
    /* border: 1px solid #2F4F4F; */
    color: #4D4D4F;
    background-color: #e8e8ed;
    font-family: Arial, Sans-Serif;
    font-size: 15px;
    font-weight: bold;
    padding: 7px;
    margin-top: 10px;
    cursor: pointer;
}

.accordionHeader img {
    height: 20px;
    width: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 10px;
}

.accordionHeaderSelected img {
    height: 20px;
    width: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 10px;
}

.accordionContent {
    /*  background-color: #b3b1b3; 
            border: 1px dashed #2F4F4F; */
    border-top: none;
    padding: 5px;
    padding-top: 10px;
    padding-left: 20px;
}
 


/* Allied Affiliations */

.affiliated_outerBox {
    display: inline-block;
    width: 26%;
    min-height: 250px;
    background-color: #FFF;
    position: relative;
    margin: 10px;
}

@media only screen and (max-width: 500px) {
    .affiliated_outerBox {
        /* 1 across with padding */
        width: 90%;
    }
}

@media only screen and (min-width: 500px) and (max-width: 700px) {
    .affiliated_outerBox {
        /* 2 across with padding */
        width: 51%;
    }
}

@media only screen and (min-width: 700px) and (max-width: 950px) {
    .affiliated_outerBox {
        /* 2 across with padding */
        width: 36%;
    }
}

@media only screen and (min-width: 950px) {
    .affiliated_outerBox {
        /* 3 across with padding */
        width: 26%;
    }
}

.affiliated_insideBox {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.affiliated_insideBox:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.affiliated_insideBox img {
    vertical-align: middle;
    display: inline-block;
}

.affiliated_DetailsBox {
    padding: 10px 10px 10px 10px;
    text-align: left;
    display: inline-block;
    width: 90%;
    background-color: #FFF;
}

/* Distributor QR Codes */
.twoColumn, .col2, .subpageEditWhiteBox2, .col2NotResponsive {
    float: left;
    display: inline-block;
    width: 50%;
}

/* Pagination - News Pager */
.paginationAllied__link--active, .paginationAllied__link:hover, .paginationAllied__link:focus {
    color: #CF2027 !important;
}

.paginationAllied__link {
    padding: 3px 6px;
    display: block;
    height: 30px;
    width: 24px;
    text-align: Center;
    position: relative;
    color: #000;
}

/*  Support/Safety/Warnings  */
.safetyWarningContainer {
    width: 95%;
}

.safetyWarningDesc {
    padding-top: 25px;
    margin-left: 12%;
}


.safetyWarning img {
    height: 75px;
    width: 75px;
    float: left;
    padding-top: 20px;
}

/*# Support/Safety/RCA # */

.familyHeader {
    padding-bottom: 30px;
    font-size: 22pt;
    display: flex;
    align-items: center;
    justify-content: left;
}

.prodFamImageBox {
    text-align: center;
    width: 100%;
}

.prodFamImageBox img {
    width: 90%;
    border: 1px solid silver;
    margin: 2%;
    max-width: 600px;
    display: block;
    margin: auto;
}

.familyAdvantagesHeader, .familyFeaturesHeader, .familyMaterialHeader, .familyIndustryHeader {
    font-size: 15pt;
    font-weight: bold;
}

.familyMaterialHeader, .familyIndustryHeader {
    padding-bottom: 0px;
    float: left;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    .video-container iframe, .video-container object, .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        max-width: 1000px;
        max-height: 500px;
    }
.RcaMovie {
    margin-top: 1%;
}

.rcaImageBox {
    text-align: center;
    width: 100%;
}

.rcaImageBox img {
   width: 90%;
   margin: 2%;
   max-width: 600px;
   display: block;
   margin: auto;
}

.RcaHeaderText {
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
}

.RcaHeaderTextOuterBox {
    max-height: 300px;
    min-height: 300px;
}

.RCAImageDetailBox {
    margin: 5px;
    text-align: left;
}

.RCAImageDetailsFull {
    text-align: center;
    margin: auto;
    max-width: 600px;
}

.RcaImageInNumberBox {
    float: left;
    display: inline-block;
    padding-right: 10px;
}

.RcaImageInNumberBox img {
    width: 30px;
}


.RCAWarningBox {
    text-align: left;
    border: 1px solid #4d4d4f;
    margin: auto;
    min-height: 140px;
}

.RCAWarningBoxBottom {
    text-align: left;
    margin: auto;
    min-height: 118px;
}

.RcaWarning img {
    height: 40px;
    width: 40px;
}

.GridviewWarning img {
    height: 15px;
    width: 15px;
}




.RCANumberBox {
    width: 25px;
    float: left;
    display: inline-block;
}

.RCATextBox {
    width: 80%;
    float: left;
    display: inline-block;
}

@media only screen and (min-width: 600px) {
    .RCAWarningBox {
        height: 120px;
    }
}

@media only screen and (min-width: 600px) and (max-width: 800px) {
    .RCAWarningBox {
        height: 200px;
    }
}



@media only screen and (min-width: 800px) and (max-width: 1200px) {
    .RCAWarningBox {
        height: 200px;
    }
}

@media only screen and (max-width: 600px) {
    .RCAWarningBox {
        height: 200px;
        width: 95%;
    }
}


@media only screen and (min-width: 600px) {
    .RCAImageDetailsFull {
        height: 150px;
        width: 550px;
    }
}

@media only screen and (min-width: 600px) and (max-width: 900px) {
    .RCAImageDetailsFull {
        height: 250px;
        width: 250px;
    }
}

@media only screen and (min-width: 900px) and (max-width: 1200px) {
    .RCAImageDetailsFull {
        height: 250px;
        width: 350px;
    }
}


@media only screen and (max-width: 600px) {
    .RCAImageDetailsFull {
        height: 300px;
        width: 95%;
    }
}

.RcaWarningOuter {
    font-size: 18px;
    width: 900px !important;
    float: left;
    display: inline-block;
}

@media only screen and (max-width: 801px) {
    .RcaWarningOuter, .RcaHeaderTextContainer {
        width: 25%;
    }
}

@media only screen and (min-width: 801px) and (max-width: 1300px) {
    /* For tablets: */
    .RcaWarningOuter, .RcaHeaderTextContainer {
        width: 33%;
    }
}

@media only screen and (min-width: 1300px) and (max-width: 1600px) {
    .RcaWarningOuter, .RcaHeaderTextContainer {
        width: 50%;
    }
}

@media only screen and (min-width: 1600px) {
    .RcaWarningOuter, .RcaHeaderTextContainer {
        width: 95%;
    }
}

.RcaBottomTextOuter {
    width: 85%;
    padding-left: 5px;
    padding-top: 5px;
}


.RcaTableOuter {
    margin-left: 25%;
    font-size: 22px;
    margin-top: 8%;
    margin-bottom: 8%;
    border-style: solid;
    border-width: 2px;
    width: 780px;
    padding-left: 20px;
}



.RcaWarningRight {
    float: left;
    display: inline-block;
}

.RcaWarningOuter img {
    height: 70px;
    width: 80px;
    padding-right: 10px;
}

.RcaSubheaderImage img {
    max-width: 400px;
    min-width: 400px;
    padding-top: 40px;
    padding-bottom: 10px;
}

.RcaImageDetailsBox {
    margin-bottom: 1%;
}

@media only screen and (max-width: 801px) {
    .RcaSubheaderImage img {
        width: 75%;
    }
}

@media only screen and (min-width: 801px) and (max-width: 1300px) {
    /* For tablets: */
    .RcaSubheaderImage img {
        width: 75%;
    }
}

@media only screen and (min-width: 1300px) and (max-width: 1600px) {
    .RcaSubheaderImage img {
        width: 75%;
    }
}

@media only screen and (min-width: 1600px) {
    .RcaSubheaderImage img {
        width: 95%;
    }
}

/* Literature */

.literatureContentBlock {
    padding: 10px 4% 10px 4%;
    text-align: left;
    display: inline-block;
    width: 98%;
    margin: auto;
}


.literatureHeaderTitleText {
    font-size: large;
    color: #4D4D4F;
    font-weight: bold;
    text-align: center;
    min-height: 40px;
}

@media only screen and (min-width: 1025px) and (max-width: 1257px) {
    .literatureHeaderTitleText {
        font-size: large;
        color: #4D4D4F;
        font-weight: bold;
        text-align: center;
        min-height: 50px;
    }
}

.literatureHeaderTextMasterCatalogs {
    font-size: 12pt;
    color: #4D4D4F;
    text-align: center;
    min-height: 40px;
}

.literatureHeaderText {
    font-size: 12pt;
    color: #4d4d4f;
    text-align: center;
    min-height:45px;
}

.literatureSubHeaderText {
    width: 90%;
    font-size: 28px;
    color: #4D4D4F;
    text-align: center;
    padding-left: 5%;
    padding-right: 5%;
}

.literatureIcon {
    /*width:50%;
  max-width:40px;*/
    width: 40px;
    height:40px;
}

.twoThirdsOfPage {
    float: left;
    display: inline-block;
    width: 66%;
}

.thirdOfPage, .col3NotResponsive {
    float: left;
    display: inline-block;
    width: 33%;
}

.subPageUtilityPageOuterBox {
    min-height: 90px;
}

.litAvailOnline {
    text-align: center;
    font-size: 10pt;
    padding-top: 5px;
}

.litActionIcons {
    background-color: gray;
    width: 90%;
    display: inline-block;
}

.litActionIconsListPage {
    background-color: gray;
    width: 100%;
    display: inline-block;
}

.literatureIconPerLit {
    height: 30px !important;
    width: 30px !important
}

.literatureOuterBox {
    max-width: 300px;
    padding: 2%;
    text-align: center;
    margin: auto;
    height: 456px;
}

.literatureOuterBoxMinWidth {
    min-width: 300px;
}

.literatureThumbnail {
    max-width: 300px;
    width: 90%;
    height: 400px;
    height: 90%;
    padding: 4% 2% 0% 2%;
}

.padding3Top{
    padding-top:3px;
}

.padding3Bottom {
    padding-bottom: 3px;
}

/* Contact Blocks */

.contactPagesOuter .contactPagesOuterAlt {
    width: 96%;
    float: left;
    display: inline-block;
    padding: 2%;
}

.contactRowAlt {
    width: 100%;
    float: left;
    display: inline-block;
    padding: 2%;
    background-color: #E0E0E0;
}

.contactRow {
    width: 100%;
    float: left;
    display: inline-block;
    padding: 2%;  
}

.contactPagesOuterAlt {
    background-color: #E0E0E0;
}

.contactPagesOuter {
    background-color: #fff;
}

.contactPageMainPadding {
    padding:50px;
}
@media only screen and (max-width: 800px) {
    /* For tablets: */
    .contactPagesImageLeft, .contactPagesImageRight, .contactPagesDetailsLeft, .contactPagesDetailsRight {
        width: 100%;
        float: left;
    }
}

@media only screen and (min-width: 801px) {
    /* For desktop: */
    .contactPagesImageLeft {
        width: 28%;
        float: left;
        padding-right: 15px;
    }

    .contactPagesImageRight {
        width: 30%;
        float: right;
    }

    .contactPagesDetailsLeft {
        width: 70%;
        float: left;
    }

    .contactPagesDetailsRight {
        width: 70%;
        float: right;
    }
}

.contactPagesImageRight img, .contactPagesImageLeft img {
    width: 90%;
}

.contactPagesTitle {
    font-size: 18pt;
    width: 100%;
    text-align: left;
}

.contactPagesText {
    width: 100%;
    text-align: left;
}

.contactPagesText li {
    padding-top: 5px;
    padding-bottom: 5px;
}

/* Contact RSM */

.contactSection {
    float: left;
    text-align: center;
}

@media only screen and (min-width: 750px) {
    .contactSection {
        width: 48%;
        margin: 15px 1% 15px 1%;
    }
}

@media only screen and (max-width: 750px) {
    .contactSection {
        width: 98%;
        margin: 15px auto 15px auto;
    }
}

.contactOuterBox {
    background: #FFF;
    max-width: 350px;
    padding: 0px 0px 15px 0px;
    margin: auto;
}
.contactDetailText {
    padding: 10px 0px 10px 0px;
    font-weight: bold;
}

.contactSubPageImage {
    max-width: 450px;
}

.contacatAllDetails {
    float: left;
    color: #000000;
    margin-left: 10px;
}

.contactPhoto {
    width: 100%;
    text-align: center;
}

.contactPhoto img {
    width: 450px;
    height:350px;
    text-align: center;
}

.contactName {
    text-align: center;
    font-size: 16pt;
    font-weight: 600;
}

.contactRegionName {
    text-align: center;
    font-size: 13pt;
    font-weight: 600;
}

.contactDetails {
    text-align: center;
    padding-top: 10px;
    font-size: 13pt;
}

/* Styles for text area control  */

.caseTable {
    border-collapse: collapse;
    width: 100%;
}

    .caseTable td, .caseTable th {
        border: 1px solid #ddd;
        padding: 7px;
    }

    .caseTable tr:nth-child(even) {
        background-color: #e6e7e8;
    }

    .caseTable tr:nth-child(odd) {
        background-color: #ffffff;
    }

    .caseTable tr:hover {
        color: white;
        background-color: #cf2027;
    }

    .caseTable th {
        padding: 12px;
        text-align: center;
        background-color: #939598;
        color: white;
    }

.contactBlockImage {
    width: 80%;
    max-width: 250px;
    padding-top: 10px;
}

.contactBlockImage img{
    height:175px;
    width: 250px;    
}

/*# Sub Page/Success Stories/Case Studies ckiser # */
.caseTable {
    border-collapse: collapse;
    width: 100%;
}

    .caseTable td, .caseTable th {
        border: 1px solid #ddd;
        padding: 7px;
    }

    .caseTable tr:nth-child(even) {
        background-color: #e6e7e8;
    }

    .caseTable tr:nth-child(odd) {
        background-color: #ffffff;
    }

    .caseTable tr:hover {
        color: white;
        background-color: #cf2027;
    }

    .caseTable th {
        padding: 12px;
        text-align: center;
        background-color: #939598;
        color: white;
    }





.caseStudiesContainer {
    width: auto !important;
    float: left;
    min-width: 300px;
    background-color: #FFF;
    margin-top: 10%;
    margin-bottom: 10%;
    display: inline-block;
}

.cstable {
    color: White;
    background-color: Black;
    font-weight: bold;
    border-color: red;
}

.CaseStudiesOuterContainer {
    display: inline-block;
    width: 300px;
}

.caseStudyLabels {
    font-weight: bold;
}

.bigDropdown select {
    font-size: 20pt;
}

.dropDown {
    max-width: 250px;
}

.caseStudyTopPad {
    width: 100%;
    float: left;
    display: inline-block;
    padding-top: 7px;
}

.caseStudyText {
    /* font-size:12pt; */
    float: left;
    /*padding-left:1%;*/
    padding-right: 4%;
}

    .caseStudyText li {
        padding-top: 10px;
    }

.caseStudyLinkToProd {
    width: 100%;
    float: left;
}

.viewPdfButton {
    width: 40%;
    min-height: 45px;
    max-height: 60px;
    border: none;
    padding-top: 15px;
    background: #4d4d4f;
    color: #FFFFFF !important;
    display: inline-block;
    text-align: center;
    vertical-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px !important;
    font-weight: 700 !important;
    margin-top: 20px;
}

.pdfLink img {
    height: 30px;
    width: 30px;
}

.Paging {
    padding: 8px;
    margin: 2px;
    background: #4D4D4F;
    border: solid 1px #666;
    color: #fff !important;
    font-weight: bold;
}

.PagingClick {
    padding: 8px;
    margin: 2px;
    background: #cf2027;
    border: solid 1px #666;
    color: #fff !important;
    font-weight: bold;
}

@media only screen and (max-width: 500px) {
    .Paging {
        padding: 4px !important;
        font-size: 12px !important;
        margin: 2px;
        background: #4D4D4F;
        border: solid 1px #666;
        color: #fff !important;
        font-weight: bold;
    }
}

@media only screen and (max-width: 500px) {
    .PagingClick {
        padding: 4px !important;
        font-size: 12px !important;
        margin: 2px;
        background: #cf2027;
        border: solid 1px #666;
        color: #fff !important;
        font-weight: bold;
    }
}

@media only screen and (min-width: 500px) and (max-width:750px) {
    .Paging {
        padding: 6px !important;
        font-size: 14px !important;
        margin: 2px;
        background: #4D4D4F;
        border: solid 1px #666;
        color: #fff !important;
        font-weight: bold;
    }
}

@media only screen and (min-width: 500px) and (max-width:750px) {
    .PagingClick {
        padding: 6px !important;
        font-size: 14px !important;
        margin: 2px;
        background: #cf2027;
        border: solid 1px #666;
        color: #fff !important;
        font-weight: bold;
    }
}

@media only screen and (min-width: 750px) {
    .Paging {
        padding: 8px;
        margin: 2px;
        background: #4D4D4F;
        border: solid 1px #666;
        color: #fff !important;
        font-weight: bold;
    }
}

@media only screen and (min-width: 750px) {
    .PagingClick {
        padding: 8px;
        margin: 2px;
        background: #cf2027;
        border: solid 1px #666;
        color: #fff !important;
        font-weight: bold;
    }
}

@media only screen and (max-width: 600px) {
    .viewPdfButton {
        width: 100%;
    }
}

@media only screen and (min-width: 600px) and (max-width:750px) {
    .viewPdfButton {
        width: 48%;
    }
}

@media only screen and (min-width: 750px) {
    viewPdfButton {
        width: 44%;
    }
}

@media only screen and (max-width: 801px) {
    /* For tablets: */
    .CaseStudyColumn {
        /*width:63%;*/
        width: 100%;
        max-height: 525px;
        min-height:570px;
    }
}

@media only screen and (min-width: 801px) and (max-width: 1024px) {
    /* For tablets: */
    .CaseStudyColumn {
        width: 49%;
        max-height: 525px;
        min-height: 570px;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1400px) {
    /* For tablets: */
    .CaseStudyColumn {
        width: 33%;
        max-height: 525px;
        min-height: 570px;
    }
}

@media only screen and (min-width: 1400px) {
    /* For tablets: */
    .CaseStudyColumn {
        width: 25%;
        max-height: 525px;
        min-height: 570px;
    }
}

.CaseStudyColumn {
    float: left;
    display: inline-block;
    max-height: 525px;
    min-height: 570px;
}

.caseStudyBottomText img {
    text-align: center;
    margin-left: 15%;
    margin-top: 2%;
    height: 50px;
    width: 200px;
}

.caseStudiesTitle, .successStoriesTitle {
    width: 100%;
    font-weight: bold;
    text-align: left;
    float: left;
    /*padding-bottom:5px;*/
    padding-top: 5px;
    display: inline-block;
}

.caseStudiesTitle {
    font-size: 18pt;
}

.successStoriesTitle {
    font-size: 22pt;
}

.caseStudiesTitle img {
    vertical-align: middle;
    padding-bottom: 5px;
}

.caseStudiesListTitle {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    float: left;
    padding-bottom: 5px;
    padding-top: 5px;
    display: inline-block;
}

.caseStudiesSubTitle {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    float: left;
    padding-bottom: 5px;
    padding-top: 5px;
    /*padding-left:6px;*/
    display: inline-block;
}

.caseStudiesBottomOuterContainer {
    min-height: 450px;
}

.caseStudiesBottomContainer {
    width: 95%;
    float: left;
    display: inline-block;
    margin-left: 10px;
    padding-bottom: 5px;
}

.caseStudiesBottomLeft {
    width: 30%;
    text-align: left;
    float: left;
    padding-right: 8px;
}

.caseStudiesBottomRight {
    width: 65%;
    text-align: left;
    float: left;
}

.caseStudiesPDFBox {
    margin-top: 10px;
    width: 100%;
    float: left;
}

@media only screen and (max-width: 600px) {
    .eventDatesContainer, eventDatesButton, .eventDatesOuterContainer {
        width: 100%;
    }
}

@media only screen and (min-width: 601px) and (max-width:750px) {
    .eventDatesContainer, eventDatesButton, .eventDatesOuterContainer {
        width: 48%;
    }
}

@media only screen and (min-width: 751px) {
    eventDatesContainer, eventDatesButton, .eventDatesOuterContainer {
        width: 44%;
    }
}

.eventDatesOuterContainer {
    display: inline-block;
    width: 300px;
}

.eventDatesContainer {
    width: auto !important;
    text-align: left;
    float: left;
    min-width: 300px;
    background-color: #FFF;
    margin-top: 0;
    margin-bottom: 10%;
}

    .eventDatesContainer img {
        float: left;
        padding-bottom: 5px;
        width: 100%;
    }

/*# Master Page/Footer/Sitemap #*/
.sitemapContainer ul li {
    font-weight: bold;
    list-style-type: square;
}
.sitemapContainer ul li ul li  { 
    color:#cf2027;
    font-weight:normal;
    list-style-type: square; 
    font-color:#cf2027;
}

.sitemapContainer ul li ul li ul li { 
  list-style-type: circle; 
  font-weight:normal;
  color:#4d4d4f;
}

.sitemapContainer ul li ul li ul li ul li { 
  list-style-type: square; 
  
}

.sitemapContainer ul li ul li ul li ul li ul li { 
  list-style-type: circle; 
  
}

.sitemapContainer a{
    color:black;
}

.prodFamImageOuterBoxSmall {
    /*float:left;
  display:inline-block;*/
    margin: auto 1.5em;
    display: inline-block;
    margin: 5px;
    border: 1px solid silver;
}

    .prodFamImageOuterBoxSmall img {
        width: 125px;
        padding: 5px;
    }
    
/*Product Overview Pages*/
.roundedCorners1 {
    border-radius: 25px;
    background: #cf2027;
    padding: 10px;
    width: 200px;
    height: 120px;
    color: white !important;
}

.familyDetailsBox {
    padding: 10px 10px 0px 0px;
}

.familyHeader {
    padding-bottom: 30px;
    font-size: 22pt;
    display: flex;
    align-items: center;
    justify-content: left;
}

.family360OverviewLinkText {
    padding-top: 8px;
    padding-left: 6px;
}

.familyDescription {
    padding-bottom: 25px;
    font-size: 12pt;
    padding-right: 25px;
}

.familyDescription li, .familyAdvantages li, .familyFeatures li {
    margin: 10px 0;
}

.familyAdvantagesHeader, .familyFeaturesHeader, .familyMaterialHeader, .familyIndustryHeader {
    font-size: 15pt;
    font-weight: bold;
}

.familyMaterialHeader, .familyIndustryHeader {
    padding-bottom: 0px;
    float: left;
}

.familyAdvantages, .familyFeatures {
    padding-bottom: 15px;
    font-size: 12pt;
}
.multiColumnContentBlockTransparent {
    /* Used in layouts around multi zones to add the color */
    width: 100%;
    display: inline-block;
}

.multiColumnContentBlockLight {
    /* Used in layouts around multi zones to add the color */
    background-color: #FFF;
    width: 100%;
    display: inline-block;
}
.prodSpecColBox {
    width: 96%;
    padding: 2%;
}
.prodSpecCol, .prodSpecColLabel, .prodRelItemCol {
    padding: 4px;
    float: left;
    display: inline-block;
    background-color: inherit;
    border: none;
}

.prodSpecCol {
    width: 60%;
}

.prodSpecColLabel {
    width: 32%;
}

/* The actual popup */

/*bigger view */
@media only screen and (min-width: 600px) {
    /*  .popupNom .popuptextNom, */
    .popupNom .popuptextNom1 {
        min-width: 150px;
        left: 50%;
        margin-left: -80px;
    }

    .popupNom .popuptextNom2, .popupNom .popupIndustries {
        min-width: 250px;
        left: 50%;
        margin-left: -180px;
    }

    .popupNom .popuptextNom3 {
        min-width: 350px;
        left: 50%;
        margin-left: -180px;
    }
}

@media only screen and (min-width: 850px) {
    .popupNom .popupIndustries {
        min-width: 370px;
        left: 50%;
        margin-left: -180px;
    }

    .prodFamMaterialLegendItem, .prodFamIndustryLegendItem {
        width: 50%;
    }
}
/*phone view */
@media only screen and (max-width: 600px) {
    /*.popupNom .popuptextNom, */
    .popupNom .popuptextNom1 {
        min-width: 110px;
        left: 50%;
        margin-left: -60px;
    }

    .popupNom .popuptextNom2 {
        min-width: 150px;
        left: 50%;
        margin-left: -80px;
    }

    .popupNom .popuptextNom3 {
        min-width: 150px;
        left: 50%;
        margin-left: -80px;
    }
}

@media only screen and (max-width: 850px) {
    .popupNom .popupIndustries {
        min-width: 200px;
        left: 50%;
        margin-left: -90px;
    }

    .prodFamMaterialLegendItem, .prodFamIndustryLegendItem {
        width: 96%;
    }
}

/*.popupNom .popuptextNom, */
.popupNom .popuptextNom1, .popupNom .popuptextNom2, .popupNom .popuptextNom3 {
    visibility: hidden;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    bottom: 110%;
    text-align: left;
}

.popupNom .popupIndustries {
    visibility: hidden;
    background-color: #c0c0c0;
    color: #4d4d4f;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    bottom: 110%;
    text-align: left;
}



.popupNomColumn {
    float: left;
    padding-right: 10px;
}

.popuptextNom, .popuptextNom1, .popuptextNom2, .popuptextNom3, .popupIndustries {
    padding-left: 10px !important;
}

.popuptextNomTitle {
    width: 80%;
    text-align: left;
    font-style: underline;
    float: left;
}

.popuptextNomClose {
    float: left;
    width: 14%;
    text-align: right;
    padding-right: 6%;
}


/* Popup arrow */
.popupNom .popuptextNom1::after, .popupNom .popuptextNom2::after, .popupNom .popuptextNom3::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.popupNom .popupIndustries::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #C0c0c0 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popupNom .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/*# Sub Page/Product Family/Mat_Industry #*/
.prodFamMaterialImageBox, .prodFamIndustryImageBox {
    margin: 1%;
    float: left;
}

.prodFamMaterialBox, .prodFamIndustryBox {
    padding-left: 0px;
}

.prodFamMaterialLegendItem, .prodFamIndustryLegendItem {
    /*width:46%;*/
    padding: 2%;
    float: left;
    text-align: left;
    font-size: 12pt;
    color: #4d4d4f;
}

    .prodFamMaterialLegendItem img, .prodFamIndustryLegendItem img {
        vertical-align: middle;
    }

.iconRefLink {
    float: left;
    color: gray;
    font-style: italic;
    padding-left: 20px;
}

    .iconRefLink img {
        width: 30px;
        vertical-align: middle;
    }

/* Product Summary Block Page */
.ProductSummaryBlockOuterInitial, .ProductSummaryBlockOuterAlt {
    width: 100%;
    float: left;
    display: inline-block;
    padding-top: 2%;
    padding-bottom: 2%;
}

.ProductSummaryBlockOuterAlt {
    background-color: #E0E0E0;
}

.IndustryPageHeaderLink {
    height: 40px;
    padding-right: 20px;
}

@media only screen and (max-width: 800px) {
    /* For tablets: */
    .ProductSummaryBlockDetails {
        padding-left: 3%;
        padding-right: 3%;
        width: 65%;
        float: left;
    }

    .ProductSummaryBlockImage {
        padding-bottom: 20px;
        padding-top: 10px;
        width: 100%;
        float: left;
    }
}

@media only screen and (min-width: 801px) {
    /* For desktop: */
    .ProductSummaryBlockImage {
        width: 80%;
        float: left;
        padding-top: 10px;
    }

    .ProductSummaryBlockDetails {
        width: 68%;
        float: left;
        padding-left: 3%
    }
}

.ProductSummaryBlockImage img {
    width: 90%;
}

.ProductSummaryBlockTitle {
    font-size: 18pt;
    width: 100%;
    text-align: left;
}

.ProductSummaryBlockSubTitle {
    font-size: 12pt;
    width: 100%;
    text-align: left;
    padding: 10px 0px;
}

.ProductSummaryBlockText {
    width: 100%;
    text-align: left;
}

.ProductSummaryBlockText li {
    padding-top: 5px;
    padding-bottom: 5px;
}

/* Product Additional Resources */

.floatLeft {
    float: left;
}

.ProductAddtlResourcesBlock {    
    text-align: center;
    padding-bottom: 20px;
}
.ProductAddtlResourcesBlock img {
    max-height: 140px;
    min-height:93px;
    max-width: 93px;
    
}
.productAddtlResTitle {
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}

.productAddtlResImage {
    text-align: center;
    padding-bottom: 20px;
}

.productAddtlResImage img {
    max-width: 200px;
    width: 70%;
    margin: auto;
}

/* Product Setup Assembly */

.productSetupImage{
    padding:20px;
    text-align:center;
}

/* Product Cutting Data */
.productCuttingDataTitle {
    font-weight: bold;
}

.productCuttingDataImage {
    padding: 10px;
    text-align: center;
}

/* Marketing Videos */
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    width: 100%;
    margin: 0 auto;
}

.videoWrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* 360 Images */

.product360Image img{
    height:40px !important;
    width:40px !important;
}

.prodSubTabWrapper360 {
    margin-top: 10px;
}

@media only screen and (min-width: 1024px) {
    /* For tablets: */
    .prod360Container, .prodSubTabWrapper360 {
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
        float: left;
    }

    .prodSubTab, .prodSubTab.Selected {
        font-size: xx-large;
    }
}

@media only screen and (max-width: 1024px) {
    /* For tablets: */
    .prod360Container, .prodSubTabWrapper360 {
        width: 94%;
        margin-left: 3%;
        margin-right: 3%;
        float: left;
    }

    .prodSubTab, .prodSubTab.Selected {
        font-size: large;
    }
}


.prodSubTab {
    width: 25%;
    float: left;
    background-color: silver;
    color: black !important;
    margin: 0px 5px 0px 0px;
    padding: 3px;
}

.prodSubTab.Selected {
    width: 25%;
    float: left;
    background-color: white;
    margin: 0px 5px 0px 0px;
    padding: 3px;
}


/*# Sub Page/Product Family/Nomenclature #*/
.NomenclatureHeaderBox {
    margin-top: 0px;
    width: 100%;
}

.NomenclatureFamily {
    font-weight: bold;
    float: left;
    font-size: 14pt;
    padding-right: 10px;
}

.NomenclatureSubtext {
    font-style: italic;
    float: left;
    font-size: 14pt;
}

/*desktop view */
@media only screen and (min-width: 1300px) {
    .NomBlockOuterBox {
        margin-left: 20px;
    }

    .NomBlockDefaultBox {
        font-size: 20pt;
        padding: 15px;
    }

    .NomBlockBox {
        margin: 10px;
    }

    .NomDash {
        font-size: 16pt;
        padding: 30px 15px 0px 15px;
    }

    .NomBlockDigitOrder {
        font-size: 15pt;
    }

    .popupNomColumn {
        font-size: 14pt;
    }
}

/*tablet view */
@media only screen and (min-width: 600px) and (max-width: 1300px) {
    .NomBlockOuterBox {
        margin-left: 20px;
    }

    .NomBlockDefaultBox {
        font-size: 15pt;
        padding: 8px;
    }

    .NomBlockBox {
        margin: 3px;
    }

    .NomDash {
        font-size: 14pt;
        padding: 15px 5px 0px 5px;
    }

    .NomBlockDigitOrder {
        font-size: 13pt;
    }

    .popupNomColumn {
        font-size: 12pt;
    }
}
/*phone view */
@media only screen and (max-width: 600px) {
    .NomBlockOuterBox {
        margin-left: 20px;
    }

    .NomBlockDefaultBox {
        font-size: 12pt;
        padding: 5px;
    }

    .NomBlockBox {
        margin: 3px;
    }

    .NomDash {
        font-size: 10pt;
        padding: 10px 5px 0px 5px;
    }

    .NomBlockDigitOrder {
        font-size: 12pt;
    }

    .popupNomColumn {
        font-size: 10pt;
    }
}

.NomBlockOuterBox {
    width: 100%;
    float: left;
}

.NomBlockBox {
    padding: 0px;
    border: 1px solid #4d4d4f;
    background-color: #D3D3D3;
    text-align: left;
    float: left;
    width: auto;
}

.NomBlockDefaultBox {
    text-align: center;
    /*border-bottom:1px solid #4d4d4f;*/
}

.NomBlockDigitOrder {
    text-align: center;
    background-color: #FFF
}

.NomDash {
    float: left;
    width: auto;
    font-weight: bold;
    text-align: center;
}

.NomDetails {
    width: 100%;
}

.popupNom {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* The actual popup */

/*bigger view */
@media only screen and (min-width: 600px) {
    /*  .popupNom .popuptextNom, */
    .popupNom .popuptextNom1 {
        min-width: 150px;
        left: 50%;
        margin-left: -80px;
    }

    .popupNom .popuptextNom2, .popupNom .popupIndustries {
        min-width: 250px;
        left: 150%;
        margin-left: -180px;
    }

    .popupNom .popuptextNom3 {
        min-width: 350px;
        left: 50%;
        margin-left: -180px;
    }
}

@media only screen and (min-width: 850px) {
    .popupNom .popupIndustries {
        min-width: 370px;
        left: 50%;
        margin-left: -180px;
    }

    .prodFamMaterialLegendItem, .prodFamIndustryLegendItem {
        width: 46%;
    }
}
/*phone view */
@media only screen and (max-width: 600px) {
    /*.popupNom .popuptextNom, */
    .popupNom .popuptextNom1 {
        min-width: 110px;
        left: 50%;
        margin-left: -60px;
    }

    .popupNom .popuptextNom2 {
        min-width: 150px;
        left: 50%;
        margin-left: -80px;
    }

    .popupNom .popuptextNom3 {
        min-width: 150px;
        left: 50%;
        margin-left: -80px;
    }
}

@media only screen and (max-width: 850px) {
    .popupNom .popupIndustries {
        min-width: 200px;
        left: 50%;
        margin-left: -90px;
    }

    .prodFamMaterialLegendItem, .prodFamIndustryLegendItem {
        width: 96%;
    }
}
.dropdown-item {
    padding: .25rem .7rem;
}
/*.popupNom .popuptextNom, */
.popupNom .popuptextNom1, .popupNom .popuptextNom2, .popupNom .popuptextNom3 {
    visibility: hidden;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    bottom: 110%;
    text-align: left;
}

.popupNom .popupIndustries {
    visibility: hidden;
    background-color: #c0c0c0;
    color: #4d4d4f;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    bottom: 110%;
    text-align: left;
}



.popupNomColumn {
    float: left;
    padding-right: 10px;
}

.popuptextNom, .popuptextNom1, .popuptextNom2, .popuptextNom3, .popupIndustries {
    padding-left: 10px !important;
}

.popuptextNomTitle {
    width: 80%;
    text-align: left;
    font-style: underline;
    float: left;
}

.popuptextNomClose {
    float: left;
    width: 14%;
    text-align: right;
    padding-right: 6%;
}


/* Popup arrow */
.popupNom .popuptextNom1::after, .popupNom .popuptextNom2::after, .popupNom .popuptextNom3::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.popupNom .popupIndustries::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #C0c0c0 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popupNom .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.navitemAction {
    height: 75px;
    box-sizing: border-box;
}

.remove-padding-top {
    padding-top: 0px !important;
}

.navHeaderBox {
    height: 100% !important;
    color: #6f7070!important;
    display: flex !important;
    align-items: center !important;
    text-decoration: none !important;
    justify-content: center;
    width: max-content;
}

@media only screen and (min-width: 992px) {
    .navHeaderSelected {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        background-color: lightgray;
        border-bottom: 3px solid #cf2027;
    }

    .navitemAction:hover {
        border-bottom: 3px solid #cf2027;
        box-sizing: border-box;
    }

    .splitButton {
        display: flex;
        text-align: right;
        padding-right: 10px;
    }

    .mobileDropDownItem {
        display: none;
    }

    .desktopOnlyItem {
        display: block;
    }

    .desktopDropDown {
        min-width: 250px;
    }
  
}

@media only screen and (max-width: 991px) {
    .mobileImage {
        width: 210px !important;
        padding-left: 10px;
    }

    .desktopOnlyItem {
        display: none;
    }

    .mobileHeader {
        justify-content: left !important;
        padding: 0px !important;
    }

    .mobileDropDownItem {
        display: block;
    }

    .nav-link {
        padding-left: 10px !important;
    }
}

.splitButton {
    display: flex;
    text-align: right;
    padding-right: 10px;
    flex-wrap: wrap;
}

.navHeaderSelected {
    z-index: 999999999
}

.splitButtonLink {
    width: 75% !important;
    text-align: left !important;
    text-decoration: none !important;
    white-space:break-spaces;
}

    .splitButtonLink:hover {
        color: red;
    }

.splitButtonDropDown {
    width: 25% !important;
    text-align: center !important;
    text-decoration: none !important;
    font-weight: bold !important;
}

    .splitButtonDropDown:hover {
        color: red;
    }

#MainCMSMenuItem li div a {
    COLOR: black;
    BACKGROUND-COLOR: #fff;
    float: left;
    width: 30%;
    text-align: center;
    margin: 10px 12px 14px 20px;
    left: 20px;
    max-height: 145px;
    border: 3px solid silver !important;
}

/* Deep Hole Drilling Guidelines*/

#smallHyperlinkControl {
    display: inline-block;
    padding-bottom: 10px;
}

@media only screen and (max-width: 750px) {
    .subPageHyperlink {
        width: 40%;
        float: left;
    }
}

@media only screen and (min-width: 751px) {
    .subPageHyperlink {
        width: initial;
    }
}

.subPageHyperlinkIcon {
    width: 100%;
    text-align: center;
}

.subPageHyperlinkIcon img {
   width: 50px;
}

.subPageHyperlinkText {
    width: 100%;
}

.subPageHyperlink a {
    text-decoration: none;
    color: #4d4d4f !important;
}

.subPageHyperlink {
    float: left;
    text-align: center;
    padding: 10px 15px 5px 15px;
    border-bottom: 3px solid #F5F5F5;
}

.subPageHyperlink:hover {
     border-bottom: 3px solid gray;
}

.subPageHyperlink > .Selected {
    border-bottom: 3px solid red;
 }

.DhdOuterBox {
    width: 100%;
    float: left;
    display: inline-block;
    text-align: left;
    background-color: #fff !important;
    margin-bottom: 2%;
}

.DhdInnerBox {
    float: left;
    margin: 5%;
}
.DhdInnerBox img {
   width: 200px;
}

.stepText {
    font-weight: 900;
    font-size: 22px;
    width: 23%;
}

.stepWarning img {
    height: 30px;
    width: 30px;
}

.bottomStepWarning {
    float: left;
    width: 90%;
    text-align: left;
    margin-left: 40px;
    height: auto !important;
    padding-bottom: 10px;
}

.bottomStepWarning img {
   height: 30px;
   width: 30px;
   padding-right: 15px;
}

.stepImage img {
    width: 100%;
    float: left;
}

.dhdBottom {
    width: 90%;
    float: left;
    padding: 2%;
}

.DhdBottomWarningBox {
    float: left;
    margin: 2%;
}

.dhdPdfMultiLangList {
    float: left;
    margin-bottom: 4%;
    margin-left: 6%;
}

.dhdPdfMultiLangListHeader {
    float: left;
    padding-top: 2%;
    width: 100%;
    font-size: x-large;
    font-weight: bold;
    color: #cf2027;
    text-align: center;
}

@media only screen and (max-width: 800px) {
    .dhdBottom img {
        width: 100%;
    }
}

@media only screen and (min-width: 801px) and (max-width:950px) {
    .dhdBottom img {
        width: 100%;
    }
}

@media only screen and (min-width: 951px) {
    .dhdBottom img {
    }
}
.linkSelected {
    border-bottom: 3px solid red;
}

.headerText {
    font-size: 20px;
    font-weight: 900;
}
.dhdPdfMultiLangList {
    float: left;
    margin-bottom: 4%;
    margin-left: 6%;
}
.dhdPdfMultiLangList a {
   color: #4d4d4f !important;
   text-decoration: underline;
}

.dhdPdfMultiLangListHeader {
    float: left;
    padding-top: 2%;
    width: 100%;
    font-size: x-large;
    font-weight: bold;
    color: #cf2027;
    text-align: center;
}

/* LOGIN PAGE */
.registerHeader {
    font-size: x-large;
    font-weight: bold;
    padding-bottom:10px;
}

.loginHead {
    font-size: x-large;
    font-weight: bold;
    text-align: left;
    color: #cf2027;
}
.logonRememberMe {
    padding: 20px 0 20px 0;
}
.sectionHeader {
    font-size: large;
    font-weight: bold;
}
.subHeadingInstructions {
    margin-left: 15px;
}

.loginContentBlock {  
    text-align: left;
    display: inline-block;  
    margin: auto;
}
.loginButton {
    background: #cf2027;
    color: #fff;
    font-size: 16pt;
    font-weight: bold;
    -webkit-appearance: none;
}
.distLookupHeader {
    font-size: large;
    font-weight: bold;
    text-align: left;
    color: #cf2027;
    padding-top: 10px;
    padding-bottom: 10px;
}
.distLookupButton {
    background: #cf2027;
    color: #fff !important;
    font-size: 14pt;
    font-weight: bold;
    -webkit-appearance: none;
    padding: 5px 10px;
    border: 2px solid #225894;
    border-radius: 0;
    vertical-align: middle;
    transition: all 0.2s ease-in-out;
    height: 40px;
    max-width: 100%;
}

.adminResultHide {
    visibility: hidden;
}

.adminResultUnHide {
    visibility: visible;
    padding-top: 5px;
}

/* Login Page */
.login-alert ul li {
    list-style-type: none;
    margin: 0px !important;
}

.login-alert ul {
    margin: 0px !important;
}

.followText {
    font-family: Calibri;
    font-size: 17.5px;
    color: #444446;
}

.topNavLeftCol {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
}

.topNavRightCol {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
    margin-right: 25px;
}

.utilityDropDownIcon {
    padding-top: 4px;
    width: 25px;
}

.logInOutBox {
    color: #fff;
    padding-top: 5px;
    float: right;
    cursor: pointer !important;
    padding-top: 6px;
    padding-right: 15px;
}

.currentUserBox {
    float: right;
    vertical-align: middle;
    padding-top: 6px;
}

.logInOutBox a {
    color: #4d4d4f !important;
    text-decoration: none !important;
}

.utilityStyle {
    padding-left: 15px;
    padding-top: 2px;
}

.masterPageCart {
    padding: 2px 30px 2px 8px;
    vertical-align: top;
}

    .masterPageCart img {
        padding-top: 5px;
        width: 25px;
        float: left;
    }

.masterPageText {
    padding-left: 5px;
    padding-top: 5px;
    float: left;
}

.masterPageCart a {
    color: #4d4d4f !important;
}

/*Document Request CMRT */

.pageHead {
    font-size: x-large;
    font-weight: bold;
    text-align: center;
    color: #cf2027;
}

.documentRequestLinkButton {
    height: 38px;
    width: 120px;
    background-color: #cf2027 !important;
    color: white !important;
    font-size: x-large !important;
    font-weight: bold !important;
    border-color: gray !important;
    border-style: Inset !important;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.noLineLink {
    border-bottom: none !important;
    text-decoration: none !important;
    color: #4d4d4f;
}

.submitButtonBig {
    background: #cf2027 !important;
    color: #fff;
    font-size: 12pt;
    font-weight: bold;
    -webkit-appearance: none;
    padding: 10px 15px 10px 15px;
}

.submitButtonRounded {
    background: #cf2027 !important;
    border-radius: 80px;
    color: #fff;
    font-size: 11pt;
    font-weight: bold;
    -webkit-appearance: none;
    padding: 8px 15px 8px 15px;
}

.documentRequestButtonCol {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.documentRequestFormCol {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.documentRequestTextBox {
    width: 300px;
}

input:invalid {
    border-color: red;
}


/*Literature Order Form*/
.pageHead {
    font-size: x-large;
    font-weight: bold;
    text-align: center;
    color: #cf2027;
}

.subHeadLiterature {
    font-size: large;
    color: black;
    text-align: left;
    font-weight: 500;
}

.literatureOrderContentBlock {
    padding: 5px 4% 5px 4%;
    text-align: left;
    display: inline-block;
    width: 94%;
    margin: auto;
}

.submitButtonBig {
    background: #CF2027 !important;
    color: #FFFFFF;
    font-size: 12pt;
    font-weight: bold;
    -webkit-appearance: none;
    padding: 10px 15px 10px 15px;
}

    .submitButtonBig:hover {
        background: #CF2027 !important;
        color: #FFFFFF;
        font-size: 12pt;
        font-weight: bold;
        -webkit-appearance: none;
        padding: 10px 15px 10px 15px;
    }

 /* Item Detail Page */
.itemDetailFamilyPageLink {
    padding-top: 20px;   
}
.itemDetailFamily {
    font-size: 14pt;
}

.tableImage {
    height: 20px;
    width: 20px;
}
.itemDetailDescription {
    font-size: 16pt;
    padding-bottom: 5px;
}


.itemDetailHeader {
    padding-bottom: 10px;
    font-size: 22pt;
    display: flex;
    align-items: center;
    justify-content: left;
}

.familyDetailsBox {
    padding: 10px 10px 0 0;
}

.itemDetailDescription {
    font-size: 16pt;
    padding-bottom: 5px;
}



.itemDetailFamily {
    font-size: 14pt;
}

.tableImage {
    height: 20px;
    width: 20px;
}



.itemOrderRed {
    color: red;
    font-weight: 900;
}

.itemOrderRedNotBold {
    color: red;
    font-style: italic;
    font-size: 12px;
    font-weight: 800;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.footerText {
    color: #4d4d4f;
    font-style: italic;
    font-size: small;
}

.layoutWhiteBackground {
    width: 100%;
    float: left;
    display: inline-block;
    padding-bottom:1%;
}

/* Sustainability Page */
.formatText {
    text-align: left;
    padding-left: 20px;
}

/* Product Specifications */
.prodSpecAltRow {
    background-color: #f5f5f5;
}