.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/boloin/images/Services/ServicesBanner.png) no-repeat center center;
    background-size: cover;
}

.GroupingHeader {
    background-image: url('/customer/boloin/images/Groupings/ServiceTitle.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
    position: relative;
    background-position: right;
    border-bottom: 10px solid #0165a0;
}

.GroupingTitle {
    width: 545px;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    height: 60px;
    text-align: center;
    border-top: 7px solid #fff;
    padding: 10px 0px;
    border-bottom: 7px solid #fff;
}

    .GroupingTitle h1 {
        line-height: normal;
        color: white;
        font-weight: bold;
        margin: 0;
        padding: 0;
        text-shadow: 2px 2px 2px rgba(0,0,0,0.6);
        font-size: 50px;
        font-family: 'RobotoBold', sans-serif;
    }

#ServicesWrapper {
    max-width: 1800px;
    margin: 0 auto;
    padding-left: 5px;
    margin-top: 40px;
    padding-top: 5px;
    text-align: center;
}

.Service {
    display: inline-block;
    padding: 0px 10px;
    width: 30.1%;
    text-align: center;
    border-right: 2px solid whitesmoke;
    vertical-align: top;
    min-height: 220px;
    position: relative;
    margin-top: 25px;
}

    .Service:nth-child(2), .Service:nth-child(6) {
        border-right: none;
    }

    .Service h3 {
        color: #214293;
    }

/***************************
      MARINE SERVICES
 ***************************/

#MarineServicesWrapper {
    text-align: center;
    padding: 0px 10px;
}

.MarineServicesContent {
    background-image: url(/customer/boloin/images/services/CheckMark.png);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 25px;
    padding-left: 30px;
    margin-bottom: 20px;
    box-sizing: border-box;
    display: inline-block;
    width: 43%;
    vertical-align: top;
}

.MarineServicesWrap {
    text-align: center;
    margin: 20px 0px;
}

    .MarineServicesWrap img {
        display: inline-block;
        vertical-align: middle;
        margin-right: 20px;
        box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
        margin-bottom: 20px !important;
    }

.MarineImg1,
.MarineImg3 {
    margin-left: 20px;
    margin-right: 0px !important;
}

.MarineServicesContent.Phone {
    background-image: url(/customer/boloin/images/services/PhoneIcon.png);
    background-size: 25px 35px;
    min-height: 35px;
}

.MarineServices {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    vertical-align: middle;
    width: 46%;
}

.MobileMarineImg1,
.MobileMarineImg3 {
    display: none !important;
}

.PhoneNo {
    font-size: 30px;
    font-weight: bold;
    line-height: normal;
}

.MaintenanceProgram {
    margin-right: 30px;
}

.MaintenanceProgram,
.Certification {
    display: inline-block;
    vertical-align: middle;
}

@media screen and (max-width: 1023px) {
    .MarineServicesContent {
        width: auto;
    }

    .MarineServices {
        width: 37%;
    }

    .MarineImg1,
    .MarineImg2,
    .MarineImg3,
    .MarineImg4 {
        width: 54%;
    }
}



/***************************
      TRAINING CENTER
 ***************************/
#TrainingWrapper {
    text-align: center;
    padding: 0px 10px;
    box-sizing: border-box;
}

div#SeeCompleteList {
    padding-bottom: 30px;
    font-weight: bold;
    font-size: 18px;
}

#TrainingDesc {
    text-align: center;
    font-size: 25px;
    padding: 30px 0px 15px 0px;
    color: #0165a0;
    font-weight: bold;
}

.Training {
    display: inline-block;
    width: 30.5%;
    border: 1px solid #eae9e9;
    box-shadow: 0px 0px 3px #f9f9f9;
    margin: 0px 8px 20px 8px;
    min-height: 279px;
    position: relative;
    vertical-align: top;
    padding-bottom: 20px;
}

    .Training:hover {
        box-shadow: 0px 0px 3px #e2e2e2;
    }

        .Training:hover img {
            opacity: 1;
        }

    .Training img {
        width: 100%;
        opacity: .8;
        transition: .3s ease-in opacity;
    }

    .Training h3 {
        text-align: center;
        font-size: 18px;
        font-weight: bold;
        color: #06245e;
        padding-bottom: 11px;
        margin: 0 auto;
        margin-top: 15px;
        width: 85%;
    }

    .Training p {
        text-align: left;
        padding: 0px 10px;
        box-sizing: border-box;
    }

@media screen and (max-width: 1023px) {
    .Training {
        width: 100%;
        text-align: left;
        margin: 0px;
        box-sizing: border-box;
        border: none;
        box-shadow: none !important;
        border-bottom: 1px solid #eae9e9;
        padding: 0px 10px;
        padding-bottom: 20px;
        padding-top: 20px;
    }

        .Training img {
            width: auto;
            float: left;
            margin-right: 20px;
        }

        .Training h3 {
            text-align: left;
        }

        .Training p {
            text-align: left !important;
            box-sizing: border-box;
        }

        .Training a {
            float: right;
        }
}
