﻿h1 {
    border: 0 solid #fff !important;
    box-shadow: none !important;
}

#navigation {
    background: none !important;
    z-index: 999; /* needs to be less then 1000 so that the BootstrapDialog background goes over it */
}

#home {
    padding-bottom: 0;
}

#services .circle {
    width: 70px;
    height: 70px;
    padding-top: 16px;
}

    #services .circle i {
        font-size: 30px;
    }

@media (min-width: 1200px) {
    #services .col-md-4 {
        padding-left: 60px;
        padding-right: 60px;
    }
}

#services .heading-2 {
    color: #3D3D46;
    font-size: 28px;
    font-weight: bold;
    line-height: 25px;
    height: 50px;
}

#services .smallline {
    margin-top: -25px;
}

#services .description {
    font-size: 20px;
}

.acceleon-register {
    display: none !important;
}

.main-content {
    background-color: #f5f5f5;
}

.alternate-section-background-colour {
    background-color: white;
}

/* Client Connector - Three Column */
.client-connector-three-column .heading {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    height: 120px;
}

.client-connector-three-column .circle {
    width: 70px;
    height: 70px;
    background: transparent;
    border-radius: 70px;
    position: relative;
    margin-bottom: 28px;
    text-align: center;
    padding-top: 21px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin-left: auto;
    margin-right: auto;
}

    .client-connector-three-column .circle i {
        font-size: 25px;
    }

/* normal circle against the grey background */

.client-connector-three-column .circle-blue {
    color: #0046DF;
    border: 2px solid #0046DF;
}

.client-connector-three-column .col-md-4:hover .circle-blue {
    background-color: #0046DF;
    border-color: #0046DF;
    color: white;
}

.client-connector-three-column div.circle-blue:hover {
    border: 2px solid #0046DF !important;
    color: white;
}

.client-connector-three-column-item:hover div.circle-blue {
    border: 2px solid #0046DF !important;
    color: white;
}

/* circle style when a background image is used */
.client-connector-three-column .circle-white {
    color: white;
    border: 2px solid white;
}

.client-connector-three-column .col-md-4:hover .circle-white {
    background-color: white;
    border-color: white;
    color: #0046DF;
}

.client-connector-three-column div.circle-white:hover {
    border: 2px solid #0046DF !important;
    color: #0046DF;
}

.client-connector-three-column-item:hover div.circle-white {
    border: 2px solid white !important;
    color: #0046DF;
}

/* Small call to action button */
#slider {
    position: relative;
}

#call-to-action-small-wrapper {
    position: absolute;
    bottom: 40px;
    right: 40px;
    z-index: 900;
}

.call-to-action-button-small {
    text-align: center;
    /*transition: background-color 0.1s;*/
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    font-size: 20px;
    padding: 20px 25px;
    background-color: rgb(5, 77, 161);
    border: 1px solid rgb(5, 77, 161);
    border-radius: 4px;
    color: white;
    cursor: pointer;
}

    .call-to-action-button-small:hover {
        border-color: #204d74;
        background-color: white !important;
        color: rgb(5, 77, 161) !important;
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
    }

.clean-data-express-container-no-background {
}

.clean-data-express-container-with-background {
    padding-top: 70px;
    padding-bottom: 70px;
    background-attachment: fixed;
    background-position: 50% 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}