/* font */
@font-face {
    font-family: 'BebasNeueRegular';
    src: url("../fonts/BebasNeueRegular.eot") format('embedded-opentype');
    src: url("../fonts/BebasNeueRegular.otf") format('opentype'), url("../fonts/BebasNeueRegular.ttf") format('truetype'), url("../fonts/BebasNeueRegular.woff") format('woff'), url("../fonts/BebasNeueRegular.woff2") format('woff2'), url("../fonts/BebasNeueRegular.svg") format('svg');
}

@font-face {
    font-family: 'BebasNeueBold';
    src: url("../fonts/BebasNeueBold.eot") format('embedded-opentype');
    src: url("../fonts/BebasNeueBold.otf") format('opentype'), url("../fonts/BebasNeueBold.ttf") format('truetype'), url("../fonts/BebasNeueBold.woff") format('woff'), url("../fonts/BebasNeueBold.woff2") format('woff2'), url("../fontss/BebasNeueBold.svg") format('svg');
}

@font-face {
    font-family: 'BebasNeueBook';
    src: url("../fonts/BebasNeueBook.eot") format('embedded-opentype');
    src: url("../fonts/BebasNeueBook.otf") format('opentype'), url("../font/BebasNeueBook.ttf") format('truetype'), url("../font/BebasNeueBook.woff") format('woff'), url("../font/BebasNeueBook.woff2") format('woff2'), url("../font/BebasNeueBook.svg") format('svg');
}

@font-face {
    font-family: 'SourceSansPro-Semibold';
    src: url("../fonts/SourceSansPro-Semibold.eot") format('embedded-opentype');
    src: url("../fonts/SourceSansPro-Semibold.otf") format('opentype'), url("../fonts/SourceSansPro-Semibold.ttf") format('truetype'), url("../fonts/SourceSansPro-Semibold.woff") format('woff'), url("../fonts/SourceSansPro-Semibold.woff2") format('woff2'), url("../fonts/SourceSansPro-Semibold.svg") format('svg');
}

@font-face {
    font-family: 'SourceSansPro-Light';
    src: url("../fonts/SourceSansPro-Light.eot") format('embedded-opentype');
    src: url("../fonts/SourceSansPro-Light.otf") format('opentype'), url("../fonts/SourceSansPro-Light.ttf") format('truetype'), url("../fonts/SourceSansPro-Light.woff") format('woff'), url("../fonts/SourceSansPro-Light.woff2") format('woff2'), url("../fonts/SourceSansPro-Light.svg") format('svg');
}

@font-face {
    font-family: 'SourceSansPro-Regular';
    src: url("../fonts/SourceSansPro-Regular.eot") format('embedded-opentype');
    src: url("../fonts/SourceSansPro-Regular.otf") format('opentype'), url("../fonts/SourceSansPro-Regular.ttf") format('truetype'), url("../fonts/SourceSansPro-Regular.woff") format('woff'), url("../fonts/SourceSansPro-Regular.woff2") format('woff2'), url("../fonts/SourceSansPro-Regular.svg") format('svg');
}

@font-face {
    font-family: 'SourceSansPro-Bold';
    src: url("../fonts/SourceSansPro-Bold.eot") format('embedded-opentype');
    src: url("../fonts/SourceSansPro-Bold.otf") format('opentype'), url("../fonts/SourceSansPro-Bold.ttf") format('truetype'), url("../fonts/SourceSansPro-Bold.woff") format('woff'), url("../fonts/SourceSansPro-Bold.woff2") format('woff2'), url("../fonts/SourceSansPro-Bold.svg") format('svg');
}

/* font */
/* media queries */
/* media queries */
/* target ie10 */
/* target ie10 */
/* light red */
/* white */
/* dark grey */
/* green */
/* turquoise green */
/* grey */
/* pink */
/* lime green */
body,
html {
    margin: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

p a {
    text-decoration: underline;
}

fieldset {
    border: 0;
}

input,
select,
textarea {
    width: 100%;
    font-family: inherit;
    border: 1px #0d5359 solid;
}

input,
select {
    height: 30px;
}

    input[type="radio"] {
        width: auto;
        height: auto;
		border: none;
    }

    input[type="submit"] {
        background: none;
        width: auto;
        color: #fff;
    }

select {
    background: transparent;
    width: 100%;
    padding: 5px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.country-select {
    width: 100%;
    height: 30px;
    overflow: hidden;
    background: url("../images/select-arrow.png") no-repeat right -5px #ffffff;
    border: 1px solid #0d5359;
}

textarea {
    min-height: 100px;
}

.submit-button {
    background-color: #0d5359;
    display: inline-block;
    padding: 5px 20px;
    color: #ffffff;
}

    .submit-button span {
        margin-left: 15px;
    }


.general {
    float: left;
    width: 100%;
}

.main-container,
.heading {
    padding-left: 0;
    padding-right: 0;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
	padding:0 20px;
}

@media (max-width:991px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.row {
    width: 100%;
}

.col-12 {
    width: 100%;
}

.col-11 {
    width: 91.66666667%;
}

.col-10 {
    width: 83.33333333%;
}

.col-9 {
    width: 75%;
}

.col-8 {
    width: 66.66666667%;
}

.col-7 {
    width: 58.33333333%;
}

.col-6 {
    width: 50%;
}

.col-5 {
    width: 41.66666667%;
}

.col-4 {
    width: 33.33333333%;
}

.col-3 {
    width: 25%;
}

.col-2 {
    width: 16.66666667%;
}

.col-1 {
    width: 8.33333333%;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
    float: left;
}

@media (max-width:768px) {
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12 {
        clear: both;
        width: 100%;
    }
}

.col-offset-12 {
    margin-left: 100%;
}

.col-offset-11 {
    margin-left: 91.66666667%;
}

.col-offset-10 {
    margin-left: 83.33333333%;
}

.col-offset-9 {
    margin-left: 75%;
}

.col-offset-8 {
    margin-left: 66.66666667%;
}

.col-offset-7 {
    margin-left: 58.33333333%;
}

.col-offset-6 {
    margin-left: 50%;
}

.col-offset-5 {
    margin-left: 41.66666667%;
}

.col-offset-4 {
    margin-left: 33.33333333%;
}

.col-offset-3 {
    margin-left: 25%;
}

.col-offset-2 {
    margin-left: 16.66666667%;
}

.col-offset-1 {
    margin-left: 8.33333333%;
}

.col-offset-0 {
    margin-left: 0%;
}

@media (max-width:768px) {
    .col-offset-12,
    .col-offset-11,
    .col-offset-10,
    .col-offset-9,
    .col-offset-8,
    .col-offset-7,
    .col-offset-6,
    .col-offset-5,
    .col-offset-4,
    .col-offset-3,
    .col-offset-2,
    .col-offset-1,
    .col-offset-0 {
        margin: 0;
    }
}

h1,
h2,
h3 {
    font-family: 'BebasNeueBold';
}

.homepage {
    line-height: 28px;
}

    .homepage .top-level-heading {
        margin-top: 0;
    }

    .homepage .top-level-content {
        margin-top: 0;
    }

/*.ticker-container{
    width: 50%;
    margin: 0 auto;
    position: absolute;
    top: 780px;
    left: 25%;
}*/

.ticker-container {
    padding: 0 0 150px;
    width: 75%;
    margin: 0 auto;
}

@media (min-width:769px) and (max-width:991px){
    .ticker-container {
        width:100%;
		padding: 0 0 13%;
    }
}

@media (max-width:768px) {
    .ticker-container {
        width:100%;
		padding: 0 0 50px;
    }
}


.map {
    background: url("../images/map1.png") no-repeat;
    background-size: 100%;
    width: 100%;
    display: block;
    height: auto;
    margin-top: 5%;
    /*padding-bottom: 20%;*/
    -moz-animation: map-animation 12s infinite;
    -o-animation: map-animation 12s infinite;
    -webkit-animation: map-animation 12s infinite;
    animation: map-animation 12s infinite;
}


/*@keyframes map-animation {
    0% {
        background: url("../images/map1.png") no-repeat;
        background-size: 100%;
        width: 100%;
        display: block;
        height: auto;
        margin-top: -75px;
        padding-bottom: 20%;
    }

    25% {
        background: url("../images/map2.png") no-repeat;
        background-size: 100%;
        width: 100%;
        display: block;
        height: auto;
        margin-top: -75px;
        padding-bottom: 20%;
    }

    50% {
        background: url("../images/map3.png") no-repeat;
        background-size: 100%;
        width: 100%;
        display: block;
        height: auto;
        margin-top: -75px;
        padding-bottom: 20%;
    }

    75% {
        background: url("../images/map4.png") no-repeat;
        background-size: 100%;
        width: 100%;
        display: block;
        height: auto;
        margin-top: -75px;
        padding-bottom: 20%;
    }

    100% {
        background: url("../images/map1.png") no-repeat;
        background-size: 100%;
        width: 100%;
        display: block;
        height: auto;
        margin-top: -75px;
        padding-bottom: 20%;
    }
}*/




@media (max-width:768px) {
    /*.map {
        margin-top: -25%;
        padding-bottom: 19%;
    }*/
}


/*
.hero-text-container {
    padding-top: 250px;
    text-align: center;
}

@media (max-width:768px) {
    .hero-text-container {
        padding-top: 100px;
    }
}
*/

.hero-text-container {
    padding-top: 250px;
    text-align: center;
	padding-bottom:100px
}

@media (min-width:769px) and (max-width:991px){
    .hero-text-container {
        padding-bottom:50px
    }
}

@media (max-width:768px) {
    .hero-text-container {
        padding-top:28%;
		padding-bottom:50px
    }
}

.hero-text-background {
    color:#31c5b9;
    background-color: #4d4d4d;
    font-family: BebasNeueBold;
    -webkit-box-decoration-break: clone;
    -moz-box-decoration-break: clone;
    box-decoration-break: clone;
    padding: 0 10px;
}


.hero-text {
    color: #ffffff;
    display: inline-block;
    letter-spacing: 7px;
    line-height: 1.2;
    padding: 0 10px;
    max-width: 815px;
}

@media (max-width:768px) {
    .hero-text {
        font-size: 26px;
        letter-spacing: 5px;
        padding: 0;
        line-height: 1.1;
    }
}

.larger-hero-text {
    /*font-size: 120px;*/
}

@media (min-width:769px) and (max-width:991px) {
    .larger-hero-text {
        font-size: 90px;
    }
}

@media (max-width:768px) {
    .larger-hero-text {
        font-size: 250%;
    }
}

@media (min-width:769px) and (max-width:991px) {
    .overseas-text {
        line-height: 75px;
        margin-left: 75px;
    }
}

@media (max-width:768px) {
    .overseas-text {
        line-height: 50px;
        margin-left: 35px;
    }
}

@media (min-width:769px) and (max-width:991px) {
    .safer-text {
        line-height: 75px;
    }
}

@media (max-width:768px) {
    .safer-text {
        line-height: 40px;
    }
}

.left {
    float: left;
}

.right {
    float: right;
}

.center {
    display: block;
    margin: 0 auto;
}

.fluid {
    width: 100%;
    height: auto;
}

body {
    font-family: 'SourceSansPro-Regular', sans-serif;
    background: url("../images/background.png") repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: 100%;
    font-size: 14px;
    color: #333333;
}

.toggle {
    background: #4d4d4d;
    padding: 80px 12px 10px 10px;
    float: right;
    margin-left: -119px;
    position: absolute;
    color: #ffffff;
    cursor: pointer;
}

@media (max-width:768px) {
    .toggle {
        width: auto;
        padding: 17px 8px 10px 10px;
        margin-left: -42px;
    }
}

@media (max-width:768px) {
    .toggle .menu-text {
        display: none;
    }
}

.toggle .hamburger {
    width: 29px;
    height: 24px;
    margin-left: -4px;
    display: inline-block;
    background: rgba(0, 0, 0, 0) url("../images/hamburger.png") no-repeat scroll 0 0;
}

.toggle .active {
    background: rgba(0, 0, 0, 0) url("../images/cross.png") no-repeat scroll 4px 0;
}

nav {
    color: #ffffff;
    width: 239px;
    position: fixed;
    right: -239px;
    z-index: 2001;
    background-color: #4d4d4d;
    /*margin-top: -70px;*/
}

    nav ul {
        margin-top: 86px;
    }

@media (max-width:768px) {
    nav ul {
        margin-top: 24px;
    }
}

nav li {
    list-style: none;
    margin: 10px 0 25px;
}

nav a {
    color: #ffffff;
}
/* header */
header {
    background-repeat: no-repeat;
    padding-top: 60px;
    background-position: right 125px;
}

@media (max-width:768px) {
    header {
        background-size: 100%;
        height: auto;
    }
}

.contact-button {
    background-color: #c36767;
    color: #ffffff;
    padding: 2px 10px 2px 20px;
    width: 175px;
	top:0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 2000;
}

.button-style {
    font-family: 'BebasNeueBold';
    font-size: 20px;
    letter-spacing: 7px;
    line-height:28px;
}

.arrow-right::before {
    font-size: 15px;
    content: "\25BA";
}

.heading-generic {
    background-color: #31c5b9;
    display: inline-block;
    min-width: 225px;
	position:relative;

}

.line {
    max-width: 450px;
    border: 1px #31c5b9 solid;
    margin-top: 5px;
}

.line-left {
    margin-left: -100px;
}

.line-right {
    margin-right: -21px;
}

@media (max-width:768px) {
    .line-right {
        margin-right: -20px;
    }
}

.secondary-heading-style {
    color: #0d5359;
    font-family: 'BebasNeueBold';
}

h2 {
    color: #ffffff;
    font-size: 40px;
    letter-spacing: 8px;
    line-height: 0.8;
    display: block;
    margin: 0 0 -2px 0;
    padding: 10px 60px 0px 10px;
}

@media (max-width:768px) {
    h2 {
        font-size: 27px;
        letter-spacing: 5px;
        /*padding: 3px 3px 3px 8px;*/
    }
}

h2 span {
    font-family: 'BebasNeueBook';
}

h3 {
    color: #0d5359;
    font-size: 24px;
    letter-spacing: .2em;
    line-height: 0.8;
    display: block;
    margin: 5px 0 15px;
}

    h3 span {
        font-family: 'BebasNeueRegular';
        font-size: 17px;
        font-weight: 100;
        line-height: 20px;
    }

h4 {
    font-size: 19px;
    font-weight: 600;
}

h5 {
    font-size: 15px;
    font-weight: 900;
}

section {
    float: left;
    clear: both;
    width: 100%;
}

p {
    letter-spacing: 1px;
}

footer {
    float: left;
    width: 100%;
    background: rgba(0, 0, 0, 0) url("../images/footer-background.png") repeat-x scroll 0 0;
    background-position: center;
}

.footer {
    height: 401px;
}

.overlap-footer {
    margin-top: -200px;
}

.logo-container {
    padding: 50px 100px 20px;
    float: left;
    margin-top: -96px;
    background: #ffffff;
    z-index: 1000;
	margin-left: -20px;
	position:relative;
}

@media (max-width:768px) {
    .logo-container {
        padding: 15px 10px 5px;
    }
}

.logo {
    width: 185px;
    height: 50px;
    background: url("../images/logo.png") no-repeat;
}

@media (max-width:768px) {
    .logo {
        width: 111px;
        height: 30px;
        background-size: 100%;
    }
}

.logo-footer-spacing {
    margin: 160px 45px 0;
}

.accordion .accordion-heading {
    border-top: 1px #31c5b9 solid;
    cursor: pointer;
    padding: 10px 0;
    display: table;
    width: 100%;
}

.accordion .accordion-content {
    padding: 0 5px;
}

.accordion h4 {
    margin: 0;
    padding: 5px;
}

.accordion__number {
    width: 50px;
    display: inline-block;
    display: table-cell;
}

.accordion-question {
    display: block;
    max-width: 475px;
    margin-right: 30px;
}

.accordion .arrow {
    background: url("../images/arrow-right.png") no-repeat;
    float: right;
    margin: 10px 10px 0 0;
    height: 14px;
    width: 14px;
}

.accordion span.open {
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.salary {
    margin: 5px;
}

.introduction {
    letter-spacing: 1px;
    line-height: 28px;
    margin: 0 auto;
    max-width: 900px;
    clear: both;
    padding: 30px 0;
}

section.bi-explained {
    float: left;
    width: 100%;
    margin-top: 50px;
    font-family: 'BebasNeueRegular';
    background: url("../images/bi-explained-background.jpg") no-repeat;
    background-position: center;
    height: 879px;
    color: #ffffff;
}

@media (max-width:991px) {
    section.bi-explained {
        margin-left: -20px;
        padding-right: 40px;
    }
}

section.bi-explained .row:nth-of-type(1) {
    background-color: #252525;
    color: #ffffff;
    padding: 15px 0 15px 40px;
    width: auto;
}

@media (max-width:991px) {
    section.bi-explained .row:nth-of-type(1) {
        margin-right: -40px;
    }
}

section.bi-explained .row:nth-of-type(2) {
    padding: 40px;
    width: auto;
}

section.bi-explained .bi-explained-left {
    max-width: 170px;
}

section.bi-explained h3 {
    color: #ffffff;
    font-family: 'BebasNeueRegular';
    line-height: 28px;
}

section.bi-explained span {
    font-size: 75px;
    font-family: 'BebasNeueBold';
    margin-left: 10px;
}

section.bi-explained .crest-container {
    margin: 15px 0;
    border-top: 1px #ffffff solid;
    border-bottom: 1px #ffffff solid;
}

    section.bi-explained .crest-container .crest {
        height: 52px;
        width: 59px;
        background: url("../images/crest.png") no-repeat;
        display: inline-block;
    }

section.bi-explained .diamonds-container {
    border-bottom: 1px #ffffff solid;
    padding: 10px 0 20px;
}

    section.bi-explained .diamonds-container .diamonds {
        height: 126px;
        width: 169px;
        background: url("../images/daimonds.png") no-repeat;
    }

section.bi-explained .diamonds-down-container {
    text-align: center;
    margin-top: 200px;
}

    section.bi-explained .diamonds-down-container .diamonds-down {
        height: 81px;
        width: 111px;
        background: url("../images/daimonds-down.png") no-repeat;
        margin: 0 auto 10px;
        padding-bottom: 10px;
        border-bottom: 1px #ffffff solid;
    }

#mi6-careers .row:nth-of-type(1) {
    margin-top: 5em;
}

@media (max-width:768px) {
    #mi6-careers .row:nth-of-type(1) {
        margin-top: 0;
    }
}

#mi6-careers .col-5 {
    padding: 15em 0 0 0;
}

@media (max-width:768px) {
    #mi6-careers .col-5 {
        padding: 0;
    }
}

.item-container:nth-child(odd) {
    float: left;
    clear: left;
}

.item-container:nth-child(even) {
    float: right;
}

.item-container {
    max-width: 310px;
}

@media (max-width:768px) {
    .item-container {
        width: 100%;
        max-width: none;
    }
}

@media (max-width:768px) {
    .item-container .top-level-container {
        width: 100%;
    }
}

.item-container .top-level-container .top-level-image {
    max-width: 310px;
    height: auto;
    float: left;
	position:relative;
}

@media (max-width:768px) {
    .item-container .top-level-container .top-level-image {
        max-width: none;
        width: 100%;
    }
}

.item-container .top-level-container .top-level-label {
    max-width: 310px;
    float: left;
    color: #ffffff;
    letter-spacing: 5px;
    padding: 10px 0 0 10px;
    clear: both;
    font-family: 'BebasNeueBold';
    font-size: 16px;
}

.item-container .top-level-sub-label {
    max-width: 310px;
    padding: 10px;
    clear: both;
    font-size: 14px;
    min-height: 40px;
}

img {
    width: 100%;
    height: auto;
}

.careers-container {
    max-width: 800px;
    margin: 0 auto;
}

.intelligence-officers-thumb,
.business-support-officers-thumb,
.corperate-teams-thumb {
    float: left;
}

.science-and-technology-thumb,
.trades-and-services-thumb,
.language-specialist-thumb {
    float: right;
}

.intelligence-officers-thumb {
    background-color: #31c5b9;
}

.business-support-officers-thumb {
    background-color: #4ccd45;
}

.science-and-technology-thumb {
    background-color: #ee508c;
}

.trades-and-services-thumb {
    background-color: #9f6be0;
}

.corperate-teams-thumb {
    background-color: #eaa207;
}

.language-specialist-thumb {
    background-color: #5e8bde;
}

.apply {
    margin-top: 80px;
}

@media (max-width:768px) {
    .apply {
        margin-top: 0;
    }
}

.apply .apply-link {
    background-color: #31c5b9;
    border: none;
    padding: 0;
    margin-bottom: 15px;
}

.apply h3 {
    color: #ffffff;
    letter-spacing: 8px;
    font-family: 'BebasNeueRegular';
    line-height: 1;
    margin: 0;
    padding: 5px 0 5px 10px;
}

span.triangle-right {
    background-image: url("../images/arrow-white.png");
    background-repeat: no-repeat;
    background-size: 100%;
    height: 10px;
    width: 10px;
    float: right;
    display: inline-block;
    margin: 11px 10px 0 0;
}

.top-level-heading {
    margin-top: 180px;
}

@media (max-width:768px) {
    .top-level-heading {
        margin-top: 50%;
        padding-bottom: 13.5%;
    }
}

.page-header {
    height: 533px;
    background-position: right 125px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    margin-top: 70px;
	margin-right: -20px;
}

@media (min-width:769px) and (max-width:991px) {
    .page-header {
        height: 360px;
        background-size: 600px;
    }
}

@media (max-width:768px) {
    .page-header {
        background-size: 90%;
        height: auto;
        background-position: right 90px;
    }
}

@media (max-width:991px) {
    .page-header {
        margin-right: -20px;
    }
}

.home-page-header {
    margin-right: 0;

}

.top-level-content {
    margin-top: -230px;
}

@media (min-width:769px) and (max-width:991px) {
    .top-level-content {
        margin-top: -50px;
    }
}

@media (max-width:768px) {
    .top-level-content {
        margin-top: 0;
    }
}

.top-level-content .secondary-content {
    padding-top: 260px;
}

@media (min-width:769px) and (max-width:991px) {
    .top-level-content .secondary-content {
        padding-top: 61px;
    }
}

@media (max-width:768px) {
    .top-level-content .secondary-content {
        padding-top: 10px;
    }
}

h2 {
    text-align: center;
}

.page-title {
    width: 460px;
    display: inline-block;
    background-color: #31c5b9;
	position:relative;
}

@media (max-width:768px) {
    .page-title {
        width: 85%;
    }
}

.page-sub-title,
.page-sub-sub-title {
    color: #0d5359;
    font-family: 'BebasNeueBold';
}

.page-sub-sub-title {
    width: 50%;
    text-align: center;
}

@media (max-width:991px) {
    .page-sub-sub-title {
        width: 100%;
    }
}

.heading-left {
    text-align: left;
}

@media (max-width:991px) {
    .heading-left {
        text-align: center;
    }
}

.primary-content {
    padding: 0 80px 0 0;
}

@media (min-width:769px) and (max-width:991px) {
    .primary-content {
        padding: 0 30px 0 0;
    }
}

@media (max-width:768px) {
    .primary-content {
        padding: 0;
    }
}

.primary-content {
    padding: 0 80px 0 0;
}

@media (min-width:769px) and (max-width:991px) {
    .primary-content {
        padding: 0 30px 0 0;
    }
}

@media (max-width:768px) {
    .primary-content {
        padding: 0;
    }
}

.secondary-level-content,
.tertiary-level-content,
.quaternary-level-content,
.quinary-level-content {
    margin-top: 60px;
}

.apply-now-section {
    margin-top: 0;
}

.careers .general .top-level .secondary-content {
    margin-top: 230px;
}

@media (min-width:769px) and (max-width:991px) {
    .careers .general .top-level .secondary-content {
        margin-top: 95px;
    }
}

@media (max-width:768px) {
    .careers .general .top-level .secondary-content {
        margin-top: 0;
    }
}

.left-background-image,
.right-background-image {
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    padding-bottom: 70%;
}

@media (max-width:991px) {
    .left-background-image,
    .right-background-image {
        margin-left: -20px;
    }
}

.our-mission .heading-generic {
    min-width: 335px;
}

@media (max-width:768px) {
    .our-mission .heading-generic {
        min-width: 0;
    }
}

.current-threats .right-background-image {
    margin: -114px 0 0 -175px;
}

@media (max-width:991px) {
    .current-threats .right-background-image {
        margin: 0;
    }
}

.current-threats .heading-generic {
    min-width: 470px;
    position: relative;
}

@media (max-width:768px) {
    .current-threats .heading-generic {
        min-width: 0;
    }
}

.mi6-careers .left-background-image {
    padding-bottom: 100%;
    margin: -80px 0 0;
}

@media (max-width:991px) {
    .mi6-careers .left-background-image {
        margin: 0;
    }
}

.mi6-careers .heading-generic {
    min-width: 335px;
}

@media (max-width:768px) {
    .mi6-careers .heading-generic {
        min-width: 0;
    }
}

.diversity h2 {
    text-align: right;
    padding: 10px 0 0 40px;
}

.diversity h3 {
    text-align: center;
}

.diversity .heading-generic {
    margin: 0 auto;
    max-width: 260px;
    display: block;
}

.message-from-chief p {
    font-family: 'Courier New';
    line-height: 20px;
    color: #0d5359;
}

.signature {
    width: 21px;
    height: 25px;
    background: url("../images/C.png") no-repeat;
}

.diversity-organisations-at-sis {
    text-align: center;
}

    .diversity-organisations-at-sis h3:nth-of-type(1) {
        margin-bottom: 40px;
    }

    .diversity-organisations-at-sis h4 {
        font-family: 'SourceSansPro-Semibold';
        font-size: 19px;
        margin: 0;
    }

@media (max-width:991px) {
    .diversity-organisations-at-sis h4 {
        display: none;
    }
}

.diversity-organisations-at-sis span {
    font-family: 'SourceSansPro-Regular';
    height: 90px;
    display: block;
    margin-top: 10px;
}

.diversity-organisations-at-sis .col-2 {
    padding: 0 4%;
}

@media (max-width:768px) {
    .diversity-organisations-at-sis .col-2 {
        padding: 0;
    }
}

@media (max-width:991px) {
    .diversity-organisations-at-sis p {
        display: none;
    }
}

.diversity-logo {
    background-repeat: no-repeat;
    margin: 40px auto;
}

.deuce {
    background-image: url("../images/deuce.png");
    width: 168px;
    height: 36px;
}

.kaleidoscope {
    background-image: url("../images/kaleidoscope.png");
    width: 60px;
    height: 60px;
}

.cultural-diversity-group {
    background-image: url("../images/cultural-diversity-group.png");
    width: 99px;
    height: 60px;
}

.scooter {
    background-image: url("../images/scooter.png");
    width: 125px;
    height: 48px;
}

.intelligence-officers .page-title {
    background-color: #31c5b9;
}

.science-and-technology .page-title {
    background-color: #ee508c;
}

.science-and-technology .page-sub-title {
    text-shadow: 2px 2px 7px #fff;
}

.business-support-officers .page-title {
    background-color: #4ccd45;
}

.trades-and-services .page-title {
    background-color: #9f6be0;
}

.corperate-teams .page-title {
    background-color: #eaa207;
}

.language-specialist .page-title {
    background-color: #5e8bde;
}

.explore-careers .general .top-level-content {
    margin-top: -70px;
}

@media (max-width:768px) {
    .explore-careers .general .top-level-content {
        margin-top: 0;
    }
}

.contact-us-form .general .top-level-content {
    margin-top: 0;
}

.contact-us-form nav {
    margin-top: 0;
}

.contact-form-content {
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
    color: #0d5359;
    padding: 20px 0;
}

    .contact-form-content h3 {
        font-family: "SourceSansPro-Regular", sans-serif;
        letter-spacing: 1px;
        font-size: 30px;
    }

.clickable{
 	cursor: pointer;
}

.language-item {
    display: inline-block;
}

.language-select {
    cursor: pointer;
}

@media (max-width:991px) {
    .language-select {
        cursor: pointer;
        display: inline-block;
        font-size: 20px;
        margin: 5px;
    }
}

.radio-align {
    margin: 15px;
}

@media (max-width:768px) {
    .section-text h2 {
        margin-left: 10px;
    }
}

.section-text h3 {
    padding: 0 10px 0 30px;
}

.section-text p {
    padding: 0 10px 0 30px;
}

.intelligent-hub {
    text-align: center;
}

@media (max-width:768px) {
    .intelligent-hub {
        margin-top: 0;
    }
}

.intelligent-hub .intelligent-hub-logo {
    height: 100px;
    width: 95px;
    margin: 0 auto;
    background: url("../images/intelligent-hub-logo.png") no-repeat;
}

.intelligent-hub .intelligent-hub-text {
    letter-spacing: 0;
    color: #9d9d9d;
}

.intelligent-hub span:nth-of-type(1) {
    font-weight: 900;
}

.intelligent-hub span:nth-of-type(2) {
    font-weight: 400;
    color: #333333;
}

.important-advice {
    color: #4d4d4d;
    background: none;
    float: none;
    height: auto;
    margin: 0;
    width: auto;
}

.watch-video-container {
    background-color: #c36767;
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
    margin: 2px auto 0;
    font-family: "BebasNeueBold";
    font-size: 20px;
    letter-spacing: 2px;
}

@media (max-width:768px) {
    .watch-video-container {
        display: none;
    }
}

.watch-text {
    font-family: BebasNeueBook;
}

.watch-text::after {
    font-size: 15px;
    content: "\25BA";
}

.link {
    text-decoration: underline;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
}

#home .fancybox-inner {
    overflow: hidden !important;
}

		.fancybox-skin {
    background-color: transparent;
}

.fancybox-opened .fancybox-skin {
    box-shadow: none;
}

.accordion {
    margin-top: 79px;
}

.careers-content-left {
    padding: 10px 50px 10px 0;
}

.careers-content-right {
    padding: 10px;
}

.vjs-default-skin .vjs-big-play-button {
    border-radius: 2.6em;
    width: 2.6em;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #30c1b6;
    border: solid 20px rgba(255,255,255, .5);
}

.vjs-default-skin:hover .vjs-big-play-button {
    background: #30c1b6;
    box-shadow: none;
    border: solid 20px rgba(255,255,255, .5);
}

.vjs-default-skin .vjs-big-play-button::before {
    color: #ffffff;
    text-shadow: none;
}


.responsive-image {
    width: 100%;
    height: auto;
}


.profile-container {
    float: left;
    margin: 20px 0;
    width: 100%;
}

.profile-item {
    width: 18%;
    float: left;
    padding: 1%;
}


@media (max-width:768px) {
    .profile-item {
        width: 48%;
        float: left;
    }

    .careers-content-left, .careers-content-right {
        padding: 0;
    }

    .accordion {
        margin-top: 0;
    }
}


.square {
    background-color: #b9fc04;
    height: 30px;
    margin-left: -15px;
    margin-top: -15px;
    position: absolute;
    width: 30px;
    z-index: -1;
}

.square-right {
    left: 100%;
}

.square-small{
    height: 25px;
    width: 25px;
	z-index: 1;
}

.square-io{
background-color:#f16da2
}

.square-st{
background-color:#52deab
}

.square-bso{
background-color:#f26522
}

.square-ts{
background-color:#fc9604
}

.square-ct{
background-color:#65e1ec
}

.square-ls{
background-color:#edeb2e
}

.advice-section-button-container {
    margin:20px auto;
    max-width: 300px;
    position: relative;
}

.advice-section-button {
    background: rgba(0, 0, 0, 0) url("../images/button-texture-01.jpg") repeat scroll 0 0;
    color: #fff;
    font-family: "BebasNeueBook";
    font-size: 20px;
    letter-spacing: 5px;
    padding: 30px 10px 10px;
}

.advice-section-button__bolder {
    font-family: "BebasNeueBold";
}

.careers-video-container{
	 margin-bottom:36px;
}

.error{
    color:red;
}

.form-success{
	margin:40px 0;
}

.back-button{
    max-width: 370px;
    background-color:#31c5b9;
    color:#ffffff;
    font-size:18px;
    font-family:BebasNeueBold;
     letter-spacing: 7px;
    padding: 10px 20px;
}

.back-text{
    display: block;
    margin-left: 25px;
    /*margin-top: -20px; tl86 */ 

}

/*.back-button:before{
    content: "\25C0";
} tl86 */

.mythbusting-container {
    max-width: 900px;
    background: url("../images/mythbusting-background.jpg") repeat;
    padding: 20px;
    margin: 0 auto;
    position:relative;
	min-height: 350px;
}

.mythbusting-title {
    font-size: 60px;
    font-family: BebasNeueBold;
    color: #ffffff;
    text-align: center;
    letter-spacing:5px;
}

@media (max-width:991px) {
	.mythbusting-title {
		font-size: 50px;
	}
}

@media (max-width:768px) {
	.mythbusting-title {
		font-size: 29px;
	}
}

.mythbusting-text {
    color: #ffffff;
    text-align: center;
}

.mythbusting-button-container {
    bottom: 20px;
    left: 0;
    margin: 0 auto;
    max-width: 155px;
    position: absolute;
    right: 0;
}

.mythbusting-button {
    border: 0;
    background-color: #31c5b9;
    font-weight: bold;
    color: #363636;
    padding: 10px;
    font-size: 20px;
    text-align: center;
    letter-spacing: 2px;
    font-family: BebasNeueRegular;
}

.mythbusting-button:after {
    content: "\25BA";
    margin-left: 20px;
}

.mythbusting-previous-button {
    border: 0;
    background-color: #31c5b9;
    font-weight: bold;
    color: #363636;
    padding: 10px;
    font-size: 20px;
    text-align: center;
    letter-spacing: 2px;
    font-family: BebasNeueRegular;
	position:absolute;
	bottom:20px;
	left:20px;
}

.mythbusting-shards{
    background: rgba(0, 0, 0, 0) url("../images/mythbusting-shards.png") no-repeat;
    height: 600px;
    left: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: -250px;
    position: absolute;
    right: 0;
    width: 100%;
}

/*# sourceMappingURL=main.css.map */

/* NEWS */

.page-title--short {
    width: auto;
}

.page-header--hide {
    height: auto;
}

.top-level-heading--reset {
    margin-top: 90px;
}

.news-content {
    margin-top: -2px;
}

.news-container {
    display: table;
    width: 100%;
   border: 1px solid #cdcdcd;
    background-color: #fff;
}

.news-text-container {
    display: table-cell;
    width: 65%;
    position: relative;
	
}

.news-text-container:after {
    border-bottom: 1px solid #cdcdcd;
    bottom: -1px;
    content: "";
    left: 3%;
    position: absolute;
    width: 94%;
}

.news-item {
    /* border-bottom: 1px solid #cdcdcd; */
    float: left;
}

.news-item:last-of-type {
    border-bottom: none;
}

.news-text--quote {
    font-family: SourceSansPro-Bold;
    font-style: italic;
    font-size: 40px;
    color: #31c5b9;
}

.news-text {
    padding: 40px 80px;
}

.news-text--link {
    color: #fed807;
    background-color: #313131;
    display: inline-block;
    padding: 5px;
	margin-bottom: 20px;
}

.news-text--share {
    color: #31c5b9;
}

.share {
    background: rgba(0, 0, 0, 0) url("../images/share.png") no-repeat scroll 0 0;
    display: inline-block;
    height: 15px;
    width: 18px;
    margin: -3px 10px;
}

.news-image-container {
    display: table-cell;
    width: 35%;
    vertical-align: middle;
}

.news-image {
    width: 100%;
    height: auto;
}

.news-article-container {
    width: 100%;
    float: left;
    clear: both;
}

.news-article {
    width: auto;
    float: left;
	clear:both;
    padding: 30px 100px;
}

.news-article--text {
    margin-bottom: 30px;
}

.news-article--headline {
    font-family: 'SourceSansPro-Regular';
    color: #000;
    letter-spacing: 2px;
    margin-bottom: 70px;
	 line-height: 33px;
}

.news-article-back-container {
    float: right;
    margin-right: 50px;
}

.news-article-back {
    font-size: 24px;
    font-weight: bold;
}

.thin-arrow {
    width: 11px;
    height: 18px;
    background: url("../images/thin-arrow.png") no-repeat;
    display: inline-block;
}

.partners-logo-footer{
	border-top:1px solid #31c5b9;
	width:100%;
	float:left;
	margin:15px 0 0;
}

.partners-logo{
	list-style-type: none;
padding: 0;	
}

.partners-logo-item{
	display:inline-block;
	margin: 10px;	
}

.partners-logo__sprite{
	display:inline-block;
	margin: 10px;
	background-image: url("../images/partners_sprite.png");
	height: 43px;
	background-repeat: no-repeat;	
}

.partners-logo-item--mi5{
	width: 241px;
}

.partners-logo-item--mi5:hover{
	background-position: 0 -50px;
}

.partners-logo-item--gchq{
	width: 95px;
	background-position: -250px 0;
}
.partners-logo-item--gchq:hover{
	background-position: -250px -47px;
}

.partners-logo--click{
	display:block;
	width:100%;
}

@media (max-width:768px) { 
	.partners-logo-item{

		margin: 0;
	}
	
.partners-logo-item--mi5{
	width: 140px;
}

.partners-logo-item--mi5:hover{
	background-position: 0 -28px;
}

.partners-logo-item--gchq{
	width: 59px;
	background-position: -141px 0;
}

.partners-logo-item--gchq:hover{
	background-position: -141px -27px;
}

.partners-logo__sprite{
	background-image: url("../images/partners_sprite_small.png");
	height: 26px;
	margin: 10px 10px 0;
}	
	
}



@media (max-width:991px) {
    .news-text--quote {
        font-size: 28px;
    }

    .news-text {
        padding: 0 20px;
    }

    .news-article {
        float: left;
        padding: 30px;
    }
}


@media (max-width:768px) {
    .top-level-heading--reset {
        margin: 0;
        padding: 0;
    }
	
	.news-content {
    margin-top: -3px;
}

    .news-text-container {
        width: 100%;
        clear: both;
    }

    .news-image-container {
        width: 100%;
        clear: both;
        display: none;
    }

    .news-image {
        max-width: 400px;
        height: auto;
        margin: 0 auto;
        display: block;
    }
}

.video-js .vjs-big-play-button::before{
    top: 8px;
}

.vjs-default-skin .vjs-big-play-button {
    border-radius: 50px;
    height: 100px;
    width: 100px;
}