header {
    --background: url(../images/content-header-bg.jpg) no-repeat;
    --background: url(../images/frontpage/business-bg.jpg) no-repeat;
    background: url(../images/frontpage/header.jpg) no-repeat top center;
    background-size: cover;
    min-height: 380px;
}

.news {
    padding: 0 !important;
}

.news .item img {
    width: 100%;
    height: auto !important;
}

.content .content-container {
    padding-left: 40px;
    padding-bottom: 80px;
}

.content-container h1,
.content-container h2,
.content-container h3,
.content-container strong {
    color: #ed1c24;
}

.breadcrumbs {
    font-family: 'Open Sans', sans-serif;
    color: white;
    height: 40px;
    line-height: 40px;
    background: #252525;
}

.breadcrumbs a {
    font-family: 'Open Sans', sans-serif;
    color: white;
}

.breadcrumbs .divider {
    color: #afafaf;
    margin: 0 20px 0;
}

.content .sidebar {
    background: #f5f5f5;
}

.content .sidebar-ul {
    list-style: none;
    padding: 0;
    margin: 0;
}


.content .sidebar-ul ul {
    list-style: none;
    padding-left: 15px;
    margin: 0;
}

.content .sidebar-ul ul li a label {
    font-weight: normal; !important;
}

.content .sidebar-ul {
    padding-top: 20px;
}

.content .sidebar-ul > li {
    padding: 10px 0;
}

.content .sidebar-ul > li.active {
    font-weight: 700;
}

.content .sidebar-ul > li.active a {
    font-weight: 700;
}

.news .overview {
    padding-bottom: 40px;
}

.certified-professionals .item {
    padding-bottom: 20px;
    text-align: center;
    min-height: 315px;
}

.certified-professionals .item h3 {
    font-size: 20px;
}

#landings-page-wrapper {
    padding: 30px 0;
    color: white;
    width: 100%;
    height: auto;
    background: url(../images/landings-page-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center 100%;
    color: #ed1c24;
    font-size: 150%;
}

#landings-page-wrapper h1 {
    font-size: 175%;
}

#landings-page-wrapper .container-fluid {
    width: 90%;
}

#landings-page-wrapper p {
    padding: 20px 0;
}


#landings-page-wrapper p {

}

#landings-page-wrapper  .intro-box {
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #ed1c24;
    background: rgba(255, 255, 255, 0.5);
    padding: 50px 20px;
    font-size: 30px;
}

#landings-page-wrapper  .intro-box img {
    margin-bottom: 40px;
}

#landings-page-wrapper  .intro-box a {
    color: #ed1c24;
}

#landings-page-wrapper  .intro-box {
    margin-top: 20px;
    margin-bottom: 20px;
}

.landings-page-content {
    padding: 50px 0;

}

.landings-page-content .review {
    padding: 50px 20px;
}

.landings-page-content .review img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}


.landings-page-content .review h2 {
    font-size: 200%;
    color: #ed1c24;
}

.landings-page-content .review p {
    font-size: 150%;
    color: rgb(94,99,104);
}

.footer-container {
    width: 100%;
    height: auto;
    background: url('../images/frontpage/business-bg.jpg') no-repeat;
    background-size: cover;
    padding: 50px 0;
}

@media (min-width: 1200px) {

    .newsletter .container {
        max-width: 1170px;
    }
}