.caption-full {
    float: left;
    width: 100%;
    margin: 10px 0 0;
    background: #dde1ea;
    padding:70px 70px 40px;
}

@media(max-width:767px){
    .caption-full {
        padding: 30px 20px 0;
    }
}
.caption-full h3 {
    color: #233A74;
    font-weight: bold;
    padding: 0 0 30px;
    line-height: 1.33em;
}
.caption-full p {
    font-size: 2.2em;
    color: #233A74;
    font-weight: normal;
    line-height: 1.33em;
    padding: 0 0 30px;
}
.media.projects{
    margin-bottom:100px;
}
@media(max-width:767px) {
    .media.projects {
        margin-bottom: 50px;
    }
}
.holding-head .headerBlue, .holding-head .headerWhite {
    margin: 50vh 0 0;
}
.holding-head{
    overflow:hidden;
}
.holding-head.head-short {
    overflow: visible;
}
.holding-head .headerWhite:after {
    content: '';
    position: absolute;
    width: 500px;
    left: 100%;
    bottom: 0;
    background: #fff;
    height: 200px;
}
@media(max-width:767px) {
    .holding-head .headerWhite {
        margin: 0;
    }
    .holding-head .headerWhite:after {
        display:none
    }
}

.body-copy h5 {
    color: #233A74;
    margin-bottom: 15px;
    margin-top: -5px;
}

.newsArticle h1 {
    font-size: 2em;
}

.newsArticle h2 {
    font-size: 1.75em;
}

.newsArticle h3 {
    font-size: 1.5em;
}

.newsArticle h4 {
    font-size: 1.5em;
}

.custom-form label {
    font-size: 16px;
    padding: 0 0 10px;
    display: block;
    color: #233A74;
}

.custom-form input, .custom-form textarea, .custom-form select {
    font-family: arial;
    font-size: 14px;
    margin-bottom: 3px;
}

.custom-form .form-field{
    margin:0 0 12px;
}

.custom-form input[type=submit] {
    background: #eeaf2d;
    color: #233a74;
    padding: 12px 26px;
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    text-decoration: none;
    transition: all 0.4s;
    cursor: pointer;
    margin: 0 0 4px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight:bold;
    border:none;
}

.body-copy ul ul{
    font-size:1em;
}

.custom-form .field-validation-error {
    font-size: 14px;
    color: red;
}

.ktc-checkbox label{
    display:inline;
    margin:0 0 0 7px;
}

.ktc-checkbox label a{
    text-decoration:underline;
}

.holding-head .headerWhite h2 {
    color: #989898;
    font-size:3.5em;
}

@media (max-width: 767px) {
    .insetWhite {
        margin-top: 200px;
        padding-bottom: 0px;
        margin-bottom: 0;
    }

    .carouselItem {
        background-position: center top !important;
    }

    .contactForm .custom-form {
        margin-bottom: 50px;
    }

    .holding-head .headerBlue {
        margin: 40vh 0 0;
    }

    .holding-head .headerWhite h1, .holding-head .headerWhite h2 {
        font-size: 26px;
    }

    .megamenu ul li {
        font-size: 0.9em;
    }
}
@media (max-width: 900px) {
    .promo .promoItem {
        height: auto;
        min-height: 410px;
    }
}

.custom-career {
    padding: 0 0 0 30px;
}

@media(max-width:1100px) {
    .custom-career{
        display:block;
        padding:20px 0 0;
    }
}
.news-header h2 {
    color: #233A74;
    margin-top: 50px;
}
    .news-header h2:before {
        content: '';
        position: absolute;
        left: -50px;
        top: -5px;
        width: 36px;
        height: 50px;
        background: url(/mci-assets/images/mci/arrow.jpg) no-repeat 0 0;
    }
.hamburger {
    position: relative;
    padding: 5px 15px 21px 15px;
}
span.hamburger-text {
    position: absolute;
    bottom: 10px;
    font-size: 16px;
    right: 0;
    left: 0;
}
@media (max-width: 767px) {
    .holding-head .hamburger-inner {
        margin-left: 0;
    }
}