@import url("https://use.typekit.net/rni7dqk.css");

main {
    padding: 0 !important;
}

html body>footer {
    margin: 0;
}

.wallpaper {
    text-align: center;
    color: #fff;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
#intro .wallpaper {
    background-image: url('/images/landing/intro-wallpaper.jpg?v4');
}

#contact .wallpaper {
    background-image: url('/images/landing/contact-wallpaper.jpg?v2');
}

.intro-text {
    background-color: rgba(0, 60, 128, .8);
    padding: 80px 40px;
    width: 1200px;
    margin: 0 auto 75px;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.intro-text .intro-lead-in {
    margin-bottom: 25px;
    font-size: 40px;
    line-height: 40px;
    text-shadow: 0 0 3px #000;
}

.intro-text .intro-heading {
    margin-bottom: 50px;
    text-transform: uppercase;
    font-size: 75px;
    font-weight: 700;
    line-height: 75px;
    text-shadow: 0 0 3px #000;
}

.btn-xl {
    padding: 16px 32px;
    border-radius: 3px;
    font-size: 24px;
    font-weight: 700;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

p {
    color: #777;
    font-size: 16px;
    line-height: 1.75em;
}

.nav a {
    text-transform: uppercase;
}

.sticky .navbar-logo {
    display: none;
}

.sticky .env-indicator {
    display: none !important;
}

.navbar-biglogo {
    display: none;
}

.sticky .navbar-biglogo {
    display: block;
    padding-right: 6px;
    float: right;
    max-height: 36px;
}

.sticky .navbar-biglogo img {
    height: 28px;
    margin-top: 4px;
}

#headline-news {
    color: white;
    position: fixed;
    bottom: 0;
    z-index: 999;
    right: 0;
    left: 0;

    /* This is a gross hack to make the background of a section half black, half KBRA orange */
    background-color: black;
    background-image: linear-gradient(left, transparent 50%,#F0AB00 300px, #F0AB00 100%);
    background-image: -webkit-linear-gradient(left, transparent 50%,#F0AB00 300px, #F0AB00 100%);
    background-image: -moz-linear-gradient(left, transparent 50%,#F0AB00 300px, #F0AB00 100%);
    background-image: -ms-linear-gradient(left, transparent 50%,#F0AB00 300px, #F0AB00 100%);
    background-image: -o-linear-gradient(left, transparent 50%,#F0AB00 300px, #F0AB00 100%);

    -webkit-box-shadow: 0 20px 20px 20px rgba(0,0,0,0.8);
    -moz-box-shadow: 0 20px 20px 20px rgba(0,0,0,0.8);
    box-shadow: 0 20px 20px 20px rgba(0,0,0,0.8);
}

#headline-news .bx-wrapper {
    -moz-box-shadow: 0 0 5px #F0AB00;
    -webkit-box-shadow: 0 0 5px #F0AB00;
    box-shadow: 0 0 5px #F0AB00;
    border: 5px solid #F0AB00;
    background: #F0AB00;
    margin: 9px 0;
    height: 100%;
}

.headline-controls {
    background-color: black;
}

.headlines {
    background-color: #F0AB00;
    font-size: 16px;
    font-weight: normal;
    font-family: "Roboto Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.headlines a {
    color: white;
}

.headlines a:hover {
    text-decoration: underline;
}

#kcp-advantage {

}


.an-advantage {
    text-align: center;
}

.landing-content {
    font-family: "Roboto Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
    -webkit-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
    -moz-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
    box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
}

.landing-content:last-of-type {
    padding: 0;
}


section h1,
section h2,
section h3,
section h4,
section h5,
section h6 {
    color: #0e0e14;
    text-transform: uppercase;
    font-weight: 600;
    font-family: bio-sans,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

section h2,
section h3,
section h4,
section h5,
section h6{
    font-weight: 500;
}

section h1 {
    color: #000000;
    text-transform: uppercase;
    text-align: center;
    font-size: 38px;
    margin: 60px 0 80px;
}
section h2 {
    margin: 0 0 48px;
    font-size: 26px;
    line-height: 1.1;
    color: rgb(51, 51, 51);
}

section h3 {

    font-size: 22px;
    margin: 0 0 16px 0;
}

#research h3 {
    text-align: left;
}


#kcp-advantage,
#team {
    background-color: #f7f7f7;
}

.grid-50:first-of-type .team-member {
    margin-left: auto;
}

.grid-100 .team-member {
    margin-left: auto;
    margin-right: auto;
}

#team{
    font-family: "Roboto Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.team-member {
    margin-bottom: 50px;
    text-align: center;
    max-width: 375px;
}

.team-member .name {
    margin-bottom: 8px;
}

.team-member img {
    margin: 0 auto;
    border: 7px solid #fff;
}

.team-member h3 {
    margin-top: 25px;
    margin-bottom: 0;
    text-transform: none;
}
.social {
    text-align: left;
}
.social .social-item {
    margin-bottom: 16px;
    margin-left: 64px;
}
.social .social-button {
    font-size: 16px;
}
.social .social-button i {
    display: inline-block;
    padding: 10px 11px;
    margin-right: 8px;
    background-color: #222;
    color: #fff;

    border-radius: 100px;
}


.timeline {
    position: relative;
    padding: 0;
    list-style: none;
}

.timeline:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 2px;
    margin-left: -1.5px;
    background-color: #f1f1f1;
}

.timeline>li {
    position: relative;
    margin-bottom: 50px;
    min-height: 50px;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:last-of-type:after {
    display: none;
}

.timeline>li:after {
    clear: both;
}

.timeline>li .timeline-panel {
    float: right;
    position: relative;
    width: 100%;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li .timeline-image {
    position: absolute;
    left: 0;
    width: 80px;
    height: 80px;
    margin-left: 0;
    border: 7px solid #f1f1f1;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    background-color: #F0AB00;
}

.timeline>li .timeline-image h4 {
    margin-top: 12px;
    font-size: 10px;
    line-height: 14px;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li:last-child {
    margin-bottom: 0;
}

.timeline .timeline-heading h4 {
    margin-top: 0;
    color: inherit;
}

.timeline .timeline-heading h4.subheading {
    text-transform: none;
}

.timeline .timeline-body>p,
.timeline .timeline-body>ul {
    margin-bottom: 0;
    text-align: justify;
}

.timeline-image a {
    text-transform: uppercase;
}

@media(min-width:768px) {
    .timeline:before {
        left: 50%;
    }

    .timeline>li {
        margin-bottom: 20px;
        min-height: 100px;
    }


    .timeline>li .timeline-panel {
        float: left;
        width: 41%;
        padding: 0 20px 20px 30px;
        text-align: right;
    }

    .timeline>li .timeline-image {
        left: 50%;
        width: 100px;
        height: 100px;
        margin-left: -50px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 16px;
        font-size: 13px;
        line-height: 18px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        float: right;
        padding: 0 30px 20px 20px;
        text-align: left;
    }
}

@media(min-width:992px) {
    .timeline>li {
        min-height: 150px;
    }

    .timeline>li .timeline-panel {
        padding: 0 20px 20px;
    }

    .timeline>li .timeline-image {
        width: 150px;
        height: 150px;
        margin-left: -75px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 30px;
        font-size: 18px;
        line-height: 26px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 20px 20px;
    }
}

@media(min-width:1200px) {
    .timeline>li {
        min-height: 170px;
    }

    .timeline>li .timeline-panel {
        padding: 0 20px 20px 100px;
    }

    .timeline>li .timeline-image {
        width: 170px;
        height: 170px;
        margin-left: -85px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 40px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 100px 20px 20px;
    }
}

section#contact {
    background-color: #f7f7f7;
}

section#contact h1 {

    color: #FFFFFF;
    margin-top: 50px;
    text-shadow:
            -1px -1px 0  rgb(51, 51, 51),
            1px -1px 0  rgb(51, 51, 51),
            -1px 1px 0  rgb(51, 51, 51),
            1px 1px 0  rgb(51, 51, 51);
}

section#contact form {
    margin-bottom: 0;
}

section#contact .section-heading {
    color: #fff;
}

section#contact .form-group {
    margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group select,
section#contact .form-group textarea {
    padding: 20px;
}

section#contact .form-group input.form-control,
section#contact .form-group select.form-control {
    height: auto;
}

section#contact .form-group textarea.form-control {
    height: 323px;
}

section#contact .form-control:focus {
    border-color: #F0AB00;
    box-shadow: none;
}

section#contact::-webkit-input-placeholder {
    text-transform: uppercase;
    font-family: "Roboto Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact:-moz-placeholder {
    text-transform: uppercase;
    font-family: "Roboto Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact::-moz-placeholder {
    text-transform: uppercase;
    font-family: "Roboto Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact:-ms-input-placeholder {
    text-transform: uppercase;
    font-family: "Roboto Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

.parsley-required,
section#contact .text-danger {
    color: white;
    list-style: none;
}

section#contact h3 {
    text-align: left;
    color: #FFFFFF;
}


.section-footer {
    font-size: 16px;
    color: #777;
    text-align: center;
    padding-bottom: 32px;
}

.message-holder {
    margin-top: 75px;
}

.title
{
    display: inline-block;
    border-top: 4px solid #f0ab00;
    padding-top: 8px;
}

.row {
    margin-bottom: 80px;
}
.grid-33 {
    padding: 0 20px 0 0;
}
.grid-66, .grid-50 {

    padding: 0 20px 0 0;
}
.team-member__item {
    margin-bottom: 16px;
}


#research li {
    font-size: 16px;
    margin-bottom: 8px;
}
.footer-top {
    padding: 0 12px;
}

.team-member h2, .team-member h4{
    text-transform: none;
}

.caret-padding {
    border-right: 16px solid transparent;
}