.dark-grey-container {
    height: 500px;
    margin-bottom: 80px;
}
.dark-grey-container p {
    font-size: 40px;
    line-height:60px;
    color: #000;
    margin-bottom: 20px;
    text-align: center;
    font-family: Merriweather;
}
.services {
    margin-bottom:60px;
}
.services h3 {
    border-bottom: #00c4c4 1px solid;
    padding-bottom: 20px;
    font-size: 24px;
    margin-bottom: 20px;
    cursor: pointer;
}
.content-container {
    display: none;
}
.top-icon > img {
    height: 100px;
    margin-top:20px;
}
div.services p {
    padding-bottom: 4px;
}
div.featured-image {
    overflow: hidden;
    min-height: 500px;
    max-height: 500px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
}
.toggle-container {
    float: right;
    height:24px;
}
.banners {
    float: left;
}
.passive-banner {
    display: none;
}
@media only screen and (max-width: 991px) {
    .main-content {
        margin-left: 15px;
        padding-right: 45px;
    }
    .services {
        margin-bottom:0px;
        padding-left: 30px;
        padding-right: 30px;
    }
    .services:last-child {
        margin-bottom:50px;
    }
    .services h3 {
        margin-top: 15px;
    }
    .dark-grey-container {
        margin-bottom:0;
        height: inherit;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .dark-grey-container p {
        text-align: left;
        font-size: 24px;
        line-height: 35px;
    }
    .dark-grey-container p:last-child {
        margin-bottom: 0;
    }
    div.top-left-content-row {
        display: none;
    }
    .row.full-width.dark-grey-container {
        display: none;
    }
    .services-row {
        margin-top: -16px;
    }
    .top-section .row .col-sm-6.col-xs-12 p {
        font-size:22px;
    }
}

/*
div.teaser {
    margin-bottom:50px;
}
div.headline {
    text-align: center;
    margin-bottom: 75px;
}
a.service-container {
    display: block;
    color:#000;
}
a.service-container:hover {
    text-decoration: none;
}
div.headline h1 span {
    color: #00c4c4;
}
div.menu-items > div > div {
    margin-bottom: 30px;
}
a.service-container h2 {
    display: inline-block;
    padding-bottom: 4px;
    margin-bottom: 20px;
    margin-top: 40px;
    border-bottom: #00c4c4 1px solid;
    font-weight: normal;
    font-size: 30px;
}
@media only screen and (min-width: 991px) {
    a.service-container h2 {
        font-size: 38px;
    }
}
a.service-container img.arrow {
    padding-top: 10px;
    padding-bottom: 35px;
    width: 20px;
}
@media only screen and (max-width: 991px) {
    div.menu-items > div {
        padding-top: 75px;
    }
    a.service-container {
        text-align: center;
    }
    div.menu-items > div:nth-child(even) {
        background-color: #EEE;
    }
    div.menu-items > div > span{
        clear: both;
        display: block;
        height: 0 !important;
    }
    a.service-container {
        padding-left: 2.5em;
        padding-right: 2.5em;
    }
    a.service-container img.arrow {
        padding-top: 35px;
        width: 50px;
    }
    div.fake-post {
        max-height:350px !important;
    }
}
@media only screen and (min-width: 991px) {
    div.service-item:hover {
        background-color: #FAFAFA;
    }
}
div.the-big-one {
    background: #00c4c4;
}
div.the-big-one img {
    opacity: 0.70;
    position: absolute;
    top: 75px;
    left: 75px;
}*/