body {
    color: #333;
    font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
}

h2 {
    font-size: 45px;
    color: #4A2366;
    font-weight: normal;
    margin-bottom: 30px;
}

p {
    font-size: 20px;
}

.border-left,
.border-right,
.border-top,
.border-bottom {
    border-color: #aaa !important;
}

.font-corbel {
    font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-60 {
    padding-top: 60px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-60 {
    padding-bottom: 60px !important;
}

.btn-primary {
    padding: 10px 50px;
    background: #ED4E50;
    border-color: #ED4E50;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
}

.btn-primary:active,
.btn-primary:hover {
    background: #E11D26;
    border-color: #E11D26;
}

#hero {
    background: url("../img/Hero.jpg") no-repeat center bottom;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 120px;
}

#hero h1 {
    font-size: 45px;
    color: #fff;
    font-weight: normal;
    text-align: center;
}

#company-logo {
    margin-left: 70px;
}

#about {
    background: url("../img/Map.png") no-repeat 300px top;
    background-size: cover;
    margin-top: 30px;
    margin-bottom: 30px;
}

#about h2 {
    text-align: left;
}

#about img {
    display: inline-block;
    margin: 10px auto;
}

#about p {
    font-size: 16px;
}

#results {
    background: url("../img/Stripes.png") repeat;
    background-size: contain;
    padding-top: 30px;
    padding-bottom: 30px;
}

#results h2 {
    margin-bottom: 70px;
}

#results img {
    margin-bottom: 20px;
}

#results .btn-primary {
    margin-top: 40px;
}

#show {
    padding-bottom: 70px;
}

#show .bg-grey {
    padding-top: 40px;
    background: #eee;
}

#show h2 {
    margin-bottom: 30px;
}

#show p {
    font-size: 24px;
}

#curriculum-section {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

#curriculum-section h3 {
    font-size: 24px;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 1000px solid transparent;
    border-right: 1000px solid transparent;
    border-top: 200px solid #eee;
    position: absolute;
    left: 50%;
    margin-left: -1000px;
    z-index: -1;
}

.img-curriculum {
    margin-top: 20px;
    margin-bottom: 30px;
}

#find-grow-win {
    background: #eee;
    padding-top: 40px;
    padding-bottom: 60px;
}

#find-grow-win h3 {
    margin-top: 20px;
    margin-left: 85px;
    margin-bottom: 20px;
}

#find-grow-win .media {
    margin-bottom: 20px;
}

#find-grow-win .media-body {
    font-size: 16px;
}

#find-grow-win h4 {
    font-size: 16px;
    font-weight: bold;
}

#find-grow-win img {
    width: 55px;
    margin-right: 30px;
}

#how-we-partner {
    background: #66547A;
    padding-top: 60px;
    padding-bottom: 40px;
    color: #fff;
    position: relative;
}

#how-we-partner h2 {
    color: #fff;
    font-size: 28px;
    margin-bottom: 20px;
}

#dlcm {
    position: absolute;
    top: -120px;
    right: 0;
    width: 370px;
}

#why {
    background: url("../img/WhyWeAreDifferent.jpg") no-repeat center bottom;
    background-size: contain;
    padding-top: 100px;
    padding-bottom: 500px;
}

#contact {
    padding-top: 50px;
    padding-bottom: 60px;
}

#contact h3 {
    color: #66547A;
    font-size: 24px;
}

@media (max-width: 575px) {
    #company-logo {
        margin: 0 auto 30px;
        display: block;
        height: 100px;
    }

    .img-curriculum {
        max-width: 100%;
        height: auto;
    }

    #dlcm {
        position: relative;
        top: 0;
    }

    #why {
        padding-bottom: 200px;
    }

    #logo-mark {
        width: 60px;
        margin: 0 auto 30px;
        display: block;
    }
}