@font-face {
    font-family: Egyptian505;
    src: url('/fonts/egyptian505-lt-bt-light-webfont.eot');
    src: url('/fonts/egyptian505-lt-bt-light-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/egyptian505-lt-bt-light-webfont.woff') format('woff'), url('/fonts/egyptian505-lt-bt-light-webfont.ttf') format('truetype'), url('/fonts/egyptian505-lt-bt-light-webfont.svg#egyptian505_lt_btlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    background-color: #eeeeed;
}

.top {
    background-color: #dbdbdb;
    overflow: hidden;
}

.navbar--no-border {
    border: none;
}

.navbar-collapse--positionable-container {
    position: relative;
    box-shadow: none;
}

.navbar-nav--positioned {
    text-align: center;
    font-size: 16px;
}

.navbar-nav__item {
    border-top: 1px solid #fff;
}

.navbar-nav__item--last {
    border-bottom: 1px solid #fff;
}

.opening-splash {
    height: 317px;
    width: 100%;
    background-image: url(/img/home-background.jpg);
    background-color: #000;
    background-position: right;
    background-repeat: no-repeat;
    overflow: hidden;
}

.opening-splash__text {
    color: #bca480;
    font-size: 30px;
    line-height: 40px;
    font-weight: normal;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 10px;
    margin: 22px;
    max-width: 465px;
}

.header {
    margin-top: 35px;
    margin-bottom: 50px;
    margin-left: 15px;
}

.header__title {
    margin: 0;
    color: #939393;
}

.header__sub-title {
    max-width: 750px;
    margin: 0;
    color: #bca480;
}

.header__description {
    max-width: 550px;
    margin: 7px 0 0;
    font-size: 22px;
    line-height: 1;
}

.content {
    background-color: white;
    color: #8d8d8d;
    font-size: 18px;
    line-height: 20px;
}

.content--inverse {
    background-color: #B2B2B2;
    color: white;
    font-size: 20px;
}

.padded-area {
    padding: 15px 15px 0;
}

.padded-area--contained {
    padding-top: 5px;
}

.img-stretch {
    width: 100%;
}

.box-out {
    background-color: #f4f3f1;
    padding: 30px;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1;
}

.box-out--right-hand {
    padding-right: 40px;
    padding-bottom: 23.5px;
    padding-left: 50px;
}

.box-out--recruitment {
    padding-bottom: 10px;
}

.box-out--company-details {
    padding-top: 20px;
    padding-bottom: 12px;
}

.roles__office {
    color: #75654e;
}

.roles__department {
    margin-left: 12px;
}

.roles__list {
    list-style-image: url(/img/bullet.png);
    list-style-position: inside;
    margin-left: 12px;
    padding: 0;
}

.roles__list__item {
    margin: 4px 0;
}

.roles__closing {
    font-size: 18px;
    color: #75654e;
    padding-top: 8px;
}

.roles__conditions {
    border-top: 1px solid #bca480;
    padding-top: 8px;
}

.indented-content {
    margin-left: 15px;
}

.about {
    margin: 25px 30px;
}

.about-group {
    padding: 25px 30px 18.5px;
    margin-bottom: 15px;
}

.map {
    height: 305px;
    margin-bottom: 15px;
}

.map--flush {
    margin-bottom: 0;
}

.footer {
    color: #757575;
    margin-bottom: 50px;
}

.footer__item {
    padding-top: 8px;
}

.footer__item--last {
    text-align: right;
}

.footer__link {
    color: #757575;
}

    .footer__link:hover,
    .footer__link:focus {
        color: #757575;
        text-decoration: none;
    }

.rt-editable p {
    margin: 8px 0 15px 0;
}
   
.rt-editable--am h1 {
    font-size: 30px;
    margin-bottom: 20px;
}

.rt-editable--am h2 {
    font-size: inherit;
    margin-bottom: 20px;
}

.rt-editable--am address {
    margin-bottom: 20px;
}

.rt-editable--mvn ul {
    list-style-image: url(/img/bullet.png);
    padding: 0;
}

    .rt-editable--mvn ul li {
        margin-top: 20px;
        line-height: 18px;
    }

.rt-editable--mvn h3 {
    color: #75654e;
    margin: 0;
}

.rt-editable--mvn address {
    margin-top: 13px;
}

.maven .opening-splash {
    background-image: url(/img/garden-background.jpg);
}

.maven .opening-splash__text {
    color: #fff;
    max-width: 400px;
}

.maven .header__sub-title {
    color: #780032;
}

.maven .roles__conditions {
    border-top-color: #780032;
}

@media (min-width: 375px) {
    .opening-splash__text {
        font-size: 40px;
    }
}

@media (min-width: 768px) {
    .navbar-brand--offset {
        margin: 42px 0 7px -2px;
        z-index: 1;
        position: relative;
    }

    .navbar-nav--positioned {
        position: absolute;
        right: 0;
        bottom: 0;
        margin: 7px 0;
        font-size: inherit;
    }

    .navbar-nav__item {
        margin-left: 42px;
        border: none;
    }

    .current {
        background: url(/img/nav-active.png);
        background-position: bottom;
        background-repeat: repeat-x;
    }

    .opening-splash__text {
        background-color: transparent;
    }

    .col--sm-flush-left {
        padding-left: 0;
    }

    .col--sm-flush-right {
        padding-right: 0;
    }

    .about {
        margin: 25px 20px 25px 0;
    }

    .indented-content {
        min-height: 256px;
    }

    .box-out--main {
        min-height: 361px; /* Same as height of falcon or lattice image */
    }

    .contact-details {
        min-height: 305px; /* Same as height of map */
    }

    .padded-area--contained {
        overflow-y: scroll;
        max-height: 268px;
    }

    .maven .current {
        background-image: url(/img/nav-active-maven.png);
    }

    .maven-asset_management .current {
        background-image: url(/img/nav-active-asset_management.png);
    }
}

@media (min-width: 992px)
{
    .box-out--main {
        min-height: 352px; /* Same as height of falcon or lattice image */
    }

    .padded-area--contained {
        max-height: 351px;
    }
}

@media (min-width: 1200px)
{
    .box-out--main {
        min-height: 438px; /* Same as height of falcon or lattice image */
    }

    .padded-area--contained {
        overflow-y: visible;
        max-height: 426px;
    }
}