﻿
#serviceIntroSection
{
    margin-bottom: 0;
}

#serviceProductsSection
{
    margin-bottom: 50px;
}

#serviceProductsSection .serviceProductsSectionUL,
#serviceProductsSection .serviceProductsSectionUL > li {
    margin: 0;
    padding: 0;
}

#serviceProductsSection .serviceProductsSectionUL > li {
    margin-bottom: 15px;
}

#serviceProductsSection .serviceProductsSectionUL > li:hover {
    background-color: #EFF1F2
}

#serviceProductsSection li {
    list-style: none;
    position: relative;
}

#serviceProductsSection li img {
    margin: 0;
    padding: 0;
    vertical-align: top;
}


#serviceProductsSection li a {
    text-decoration: none;
    color: #333333;
}

#serviceProductsSection li a:hover {
    text-decoration: none;
}

#serviceProductsSection li a:hover img {
    opacity: 0.65;
}

#serviceProductsSection .serviceProductsSectionUL > li:before {
    display: none;
}

#serviceProductsSection .button {
    margin: 0;
    border-radius: 0;
    background-color: #E30613;
    font-size: 14px;
    padding: 7px 10px 7px 10px;
}

#serviceProductsSection .button:hover {
    background-color: #808080;
}

    #serviceProductsSection .serviceProductTitleProductTitle {
        position: absolute;
        top: 13px;
        left: 20px;
        color: #fff;
        font-weight: 500;
        font-size: 21px;
        text-shadow: 3px 2.5px 4px #333;
    }

    #serviceProductsSection .serviceProductTitleProductContent {
        position: absolute;
        top: 45px;
        left: 20px;
        color: #fff;
        font-weight: 600;
        font-size: 28px;
        text-shadow: 3px 3px 3px #333;
        line-height: 1;
    }

#serviceProductsSection .serviceProductContent {
    position: absolute;
    bottom: 0;
    right: 0;
}


/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    #serviceProductsSection .serviceProductsSectionUL {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #serviceProductsSection .serviceProductsSectionUL > li {
        box-sizing: border-box;
        width: Calc(100% / 3 - 10px);
        margin-bottom: 0;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

/* ************************************* */

#serviceOptionsSection > h2 + ul,
#serviceOptionsSection > h2 + ul > li {
    margin: 0;
    padding: 0;
}

    #serviceOptionsSection > h2 + ul > li {
        list-style: none;
        border-radius: 4px;
        border: solid 1px #333333;
        margin-bottom: 35px;
        background-color: #FCFCFC;
    }

    #serviceOptionsSection > h2 + ul > li:before {
        display: none;
    }

    #serviceOptionsSection > h2 + ul > li:hover {
        background-color: #EFF1F2
    }

#serviceOptionsSection h2 {
    color: #333333;
}

#serviceOptionsSection a {
    color: #000;
    text-decoration: none;
    display: block;
    height: 100%;
    padding: 10px 20px 10px 20px;
}

#serviceOptionsSection a:hover {
    text-decoration: none;
}

#serviceOptionsSection li.noModule {
    padding: 10px 20px 10px 20px;
}

#serviceOptionsSection li.noModule:hover {
    background-color: #FCFCFC
}

#serviceOptionsSection li.noModule a,
#serviceOptionsSection li.noModule a:visited {
    color: #000;
    text-decoration: none;
    padding: 0;
}

#serviceOptionsSection li.noModule a:hover {
    outline: none;
    text-decoration: underline;
    color: #E30613;
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

    #serviceOptionsSection > h2 + ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #serviceOptionsSection > h2 + ul > li {
        box-sizing: border-box;
        width: Calc(50% - 20px);
    }

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    
}


