.Content {
    max-width: none;
}

table#Table2 {
    width: 100%;
    max-width: none !important;
}

td.ContentCustomerFeatureCell table tbody table {
    width: 100%;
}

td.ContentCustomerFeatureCell>table>tbody>tr:first-child>td {
    display: none;
}

.PageHeader {
    background: url(/customer/thyegr/images/Markets/BeverageBanner.png) no-repeat center center;
    background-size: cover;
    padding: 105px 0 !important;
    box-shadow: inset 0 0 0 1000px rgba(36, 36, 37, 0.15) !important;
}



#MarketsWrapper {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 5px;
    margin-top: 40px;
    padding-top: 5px;
}

#PageIntro {
    text-align: center;
}

    #PageIntro h2 {
        color: #555;
        font-size: 24px;
        font-family: 'Roboto', sans-serif;
        font-weight: normal;
        margin-top: 0px;
    }

.BorderSmall {
    height: 2px;
    width: 100px;
    background-color: #272727;
    margin: 0 auto;
}


/***  BLURBS ***/

.BeverageBlurbWrapper {
    text-align: center;
    margin-top: 55px;
    margin-bottom: 50px;
}

    .BeverageBlurbWrapper a:hover {
        text-decoration: none;
    }

        .BeverageBlurbWrapper a:hover .BlurbWrap {
            background: #fcfcfc;
            box-shadow: 0 0 5px #ddd;
        }

        .BeverageBlurbWrapper a:hover .BlurbTitle {
           color: #e74c3c;
        }        
        
            .BeverageBlurbWrapper a:hover .BlurbIcon i {
            color: #6d6d6d;
            }        

            
.BlurbWrap {
    display: inline-block;
    width: 27.7%;
    text-align: left;
    margin: 0px 5px;
    margin-bottom: 40px;
    padding: 15px 15px 10px;
    transition: .2s ease-in all;
    vertical-align: top;
}

.BlurbIcon {
    display: inline-block;
    width: 15%;
    vertical-align: top;
}

.BlurbIcon i {
    color: #e74c3c;
    font-size: 34px;
    position: relative;
    top: 22px;
    transition: .2s ease-in color;
    margin-right: 5px;
}


.BlurbTitle {
    color: #6d6d6d;
    font-size: 21px;
    font-weight: 400;
    line-height: 45px;
    font-family: 'Roboto', sans-serif;
}


.BeverageBlurb {
    display: inline-block;
    width: 79%;
    margin-left: 5px;
}

    .BeverageBlurb p {
        margin-top: 0px;
    }



.Service p {
    margin-top: 15px;
    font-size: 18px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    color: #6d6d6d;
    line-height: 24px;
}



/*** PROGRAM SEPERATOR ***/


#ProgramSeperator {
    background: url(/customer/thyegr/images/Markets/pattern16.png) repeat;
    height: 250px;
}


#ProgramImage {
    position: absolute;
    right: 7px;
    top: -22px;
}

    #ProgramImage img {
        width: 100%;
        max-width: 400px;
    }


#ProgramWrap {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
}

#ProgramText {
    position: relative;
    top: 40px;
    margin-left: 20px;
}

    #ProgramText h3 {
        color: #555;
        position: relative;
        margin-bottom: 25px;
        padding-bottom: 3px;
        font-size: 24px;
        line-height: 33px;
        font-weight: normal;
        font-family: 'Roboto', sans-serif;
        margin-bottom: 15px;
    }

        #ProgramText h3:after {
            left: 1px;
            z-index: 1;
            width: 30px;
            height: 2px;
            content: " ";
            bottom: -5px;
            position: absolute;
            background: #e74c3c;
        }

    #ProgramText ul {
        padding-left: 0;
        list-style: none;
        color: #888;
        font-size: 15px;
        display: inline-block;
        margin-right: 35px;
    }


    #ProgramText i {
        color: #e74c3c;
        margin-right: 10px;
    }



/** PRODUCT BANNER **/

#ProductBanner {
    color: #fff;
    padding: 100px 0;
    position: relative;
    text-align: center;
    background: url(/customer/thyegr/images/Markets/NitroProCoffee_Glass.jpg) 50% 0 repeat fixed;
    box-shadow: inset 0 0 0 1000px rgba(36, 36, 37, 0.59);
    margin-top: 80px;
}


    #ProductBanner h3 {
        color: #fff;
        font-size: 28px;
        text-transform: uppercase;
        line-height: 35px;
        font-family: 'Roboto', sans-serif;
        font-weight: normal;
    }

        #ProductBanner h3 span {
            color: #e74c3c;
        }

        #ProductBanner h3 a {
            color: #e74c3c;
        }



/*** PROCESS SECTION ***/


#ProcessIntro h3 {
    color: #555;
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    margin-top: 0px;
    position: relative;
    padding-bottom: 10px;
}

    #ProcessIntro h3:after {
        background: #e74c3c;
        left: 50%;
        z-index: 1;
        width: 30px;
        height: 2px;
        content: " ";
        bottom: -5px;
        margin-left: -15px;
        text-align: center;
        position: absolute;
    }

#ProcessIntro p {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}


#ProcessList {
    list-style: none;
    padding-left: 0px;
    margin-top: 40px;
    position: relative;
}

    #ProcessList:after {
        top: 16px;
        width: 64%;
        left: 18%;
        content: " ";
        display: block;
        margin: 0 auto;
        position: absolute;
        border-top: solid 2px #ddd;
        z-index: 9;
    }


    #ProcessList li {
        padding-right: 5px;
        padding-left: 5px;
        display: inline-block;
        width: 20%;
        position: relative;
        z-indeX: 99;
        vertical-align: top;
    }


.ProcessIcon {
    z-index: 1;
    width: 15px;
    height: 15px;
    border-radius: 50% !important;
    position: relative;
    text-align: center;
    background: #e74c3c;
    margin-bottom: 15px;
    display: inline-block;
    border: solid 9px #fff;
}

    .ProcessIcon:after {
        top: -9px;
        left: -9px;
        right: -9px;
        bottom: -9px;
        content: " ";
        border-radius: 50%;
        position: absolute;
        border: 1px solid #bbb;
    }

    

.ProcessDesc h3 {
    font-size: 16px;
    color: #555;
    font-family: 'Roboto', sans-serif;
}

.ProcessDesc p {
    color: #555;
}



@media screen and (max-width: 950px) {
  
    #ProgramImage {
        width: 300px;
        top: 24px;
    }

                    
}


@media screen and (max-width: 850px) {

    #ProgramImage {
        width: 200px;
        top: 50px;
    }

}