﻿.header-section .navbar-default {
    box-shadow: inherit;
    border: none;
    margin: 0;
    background: none;
}
.header-navigation-left ul.nav.navbar-nav li { padding:0 20px 0 0;}
.header-navigation-left ul.nav.navbar-nav li:last-child { padding:0;  }
.header-navigation-left ul.nav.navbar-nav li a { padding: 0 0;  font-size: 13px; color: #000;  text-transform: uppercase; border-bottom:1px solid transparent}
.header-navigation-left ul.nav.navbar-nav li a:hover{border-color:#000;}
.header-navigation-left ul.nav.navbar-nav li:hover ul{display:block}

    .header-navigation-left ul.nav.navbar-nav li .dropdown-menu {
        left: 0;
        width: 220px;
        text-align: left;
        box-shadow: inherit;
        border-radius: 0;
    }
        .header-navigation-left ul.nav.navbar-nav li .dropdown-menu li a {
            font-size: 12px;
            padding: 4px 15px;
            border: none;
            background: #fff;
            white-space: normal;
        }

        .search-header ul li a {
            font-size: 16px;
            color: #000;
        }
.search-header ul li {padding:0 20px 0 0 }
.search-header ul li:last-child {padding:0;}


.pt-40{padding-top:40px;}
.header-section {
    position: absolute;
    z-index: 9999;
    left: 0;
    right: 0;
    top: 0;
}
.career-section {
    /* background: url(https://www.britishfashioncouncil.co.uk/uploads/files/1/Page/IMG_5072_0b0453_c39b2b.jpg?w=1920); */
    position: relative;
    height: 350px;
    background-size: cover;
    overflow: hidden;
    background-position: center;
}
    .career-section img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    /*.career-section:before {
        content: "";
        background: #000;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        opacity: 0.5;
    }*/

.common-layer-container {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    text-align: center;
    width:100%;
}
.layer-title {
    font-size: 48px;
    font-weight: bold;
    color: #fff;
    position: relative;
    padding-bottom: 25px;
    text-align: center;
    display: inline-block;
}
    .layer-title:after {
        content: "";
        position: absolute;
        bottom: 0px;
        height: 1px;
        background: #fff;
        width: 100%;
        margin: 0 auto;
        left: 0;
        right: 0;
        /* border-bottom: 1px solid #fff; */
        outline: none !important;
        font-weight: normal;
        margin-bottom: 10px;
    }

.footer-bottom {
    background: #000;
    color: #fff;
    padding: 30px 0;
}
.social-wrapper {
 
    text-align: left;
}
    .social-wrapper > span {
        display: inline-block;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: bold;
    }

.social-list {
    margin: 0;
    display: inline-block;
}

.social-list, .links-list {
    text-align: center;
}
    .social-list li, .links-list li {
        padding: 0 12px;
    }
.footer-bottom a {
    color: #fff !important;
}

.social-list a {
    color: #000;
    font-size: 16px;
}
.pb-40{padding-bottom:40px;}
.careercontent-text b {
    font-size: 18px;
    text-align: left;
    display: inline-block;
    width: 100%;
    margin: 0 0 15px;
}

.careercontent-text {
    text-align: left;
    line-height: 28px;
    font-size: 14px;
}

.careercontent-text br{margin:0 0 40px;}
.careercontent-section{background:#fff;}

.related_heading {
    border-top: #e5e5e5 solid 1px;
    padding-top: 30px;
}
    .related_heading h2::after {
        position: absolute;
        content: "";
        border-bottom: 3px #eee solid;
        height: 5px;
        width: 100px;
        background: #b9b6b6;
        bottom: -15px;
        left: 0;
    }
    .related_heading h2 {
        margin: 0;
        text-align: left;
        color: #000;
        font-size: 20px;
        position: relative;
    }

.related_heading {
    border-top: #e5e5e5 solid 1px;
    padding: 20px 0px;
}


html {
  
    position: relative;
    min-height: 100%;
}

/*.footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}*/