/*
Theme Name: Qinetiq v2
Author: MyRecruitment+
Author URI: https://myrecruitmentplus.com

*/

@font-face {
    font-family: 'yantramanav';
    src: url('fonts/yantramanav-light.eot');
    src: url('fonts/yantramanav-light.eot?#iefix') format('embedded-opentype'),
         url('fonts/yantramanav-light.woff2') format('woff2'),
         url('fonts/yantramanav-light.woff') format('woff'),
         url('fonts/yantramanav-light.ttf') format('truetype'),
         url('fonts/yantramanav-light.svg#yantramanav') format('svg');
    font-weight: 100;
    font-style: normal;

}



body {
    font-family: 'yantramanav', Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    color: #002744;
    background: #F8F8F8;


}

p {
    font-family: 'yantramanav', Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 18px;
    color: #002744;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'yantramanav', Arial, "Helvetica Neue", Helvetica, sans-serif;
}




/*****************  - MENU ********************/
 

.navbar-brand {
    padding: 30px 15px;
    padding: 0 !important;
    height: 40px !important;
}

.navbar {
    margin-bottom: 0px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
    height: 4px;
    width: 35px;
}

.navbar-default .navbar-toggle {
    background-color: #0099FF;
}


.navbar-default .navbar-toggle:hover {
    background-color: #0099FF;
}

.navbar-default .navbar-toggle:active {
    background-color: #4e2e7a;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 20px 15px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 0px solid transparent;
    border-radius: 0px;
}

.navbar-brand {
    font-family: 'yantramanav', Arial, "Helvetica Neue", Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #8fbd38;
    font-size: 24px;
    font-weight: 800;
    line-height: 24px;
    text-transform: uppercase;
    transition: all 200ms ease-in-out;
}

.navbar-header .navbar-brand {
    color: #636466;
}

.navbar-brand:hover {
    color: #636466;
    transition: all 200ms ease-in-out;
}

.brand {
    /* max-width:120px; */
}

.navbar-default {background: #fff;}

.navbar-default .navbar-nav > li > a {
    font-family: 'yantramanav', Arial, "Helvetica Neue", Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 1.125em;
    font-weight: 700;
    color: #fff;
    transition: all 150ms ease-in-out;
}

.navbar-default .navbar-nav > li > a:hover {
    font-family: 'yantramanav', Arial, "Helvetica Neue", Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 1.125em;
    font-weight: 700;
    color: #003B6B;
    transition: all 150ms ease-in-out;
}


.navbar-default .navbar-nav > li > a:hover {
    color: #FFF;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    font-family: 'Open Sans',Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    line-height: 60px;
    font-weight: 700;
    color: #8fbd38;
    text-transform: uppercase;
    background-color: #fff;
    border-bottom: 4px solid #8fbd38;
}



.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .active > a {
    background-image: #fff;
    background-image: -o-linear-gradient(top, #fff 0%, #fff 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background-image: linear-gradient(to bottom, #fff 0%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#ffff', GradientType=0);
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .0);
    box-shadow: 0px);
}



.navbar-nav {float: right;}
.navbar-default {
    background-color: #002744;
    border: none;
    min-height: 1px !important;
}

.dropdown-menu {
    background: #fff;
}

.dropdown-menu > li > a {
    color: white;
    background: #fff;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Open Sans',Arial,sans-serif;
    padding: 10px 30px 10px 20px;
}



.dropdown-menu > li > a {
    font-family: 'Open Sans',Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 13px;
    line-height: 36px;
    font-weight: 700;
    color: #636466;
    text-transform: uppercase;
}

.dropdown-menu > li > a:hover {
background: #636466;
color: #fff;
}







/*****************  - HEADER  ********************/


#header {
margin: 3em 0em 3em 0em;
background: #f1f1f1;
}


.navbar-brand {
    padding: 0 !important;
}
.navbar .container {
max-width: 980px;
padding: 0 40px;
}

li.icon-home {
    background: #9a258f url(images/icon-home.png) no-repeat 50%;
    width: 35px;
}
li.icon-home a {
    text-indent: -99999px;
    /* display: block; */
    position: relative !important;
    width: 40px;
    height: 40px;
}
div#thecontent {
    background: #fff;
    max-width: 980px;
    margin:0 auto;
    min-height: 100%;
    padding:0 30px;
    clear: both;
    padding-top: 75px;
    padding-bottom:50px;
}
.bluebg {
    background: #002744;
    color: #FFF !important;
    padding: 0;
    padding-bottom: 20px;
}
#industry-blocks .container {
    padding: 0 !important;
}
.ajb-alerts-widget {
    border: 2px solid #a9b3b9;
    padding-bottom: 15px !important;
}
.ajb-alerts-widget select{
    width: 100% !important;
}
.ajb-alerts-widget p {
    margin: 10px auto !important;
    float: left !important;
}

.ajb-alerts-widget form {
    margin: 0 !important;
}

.ajb-alerts-widget input {
    width: 100% !important;
    margin: 3px 0px 0px 0px !important;
}

.ajb-alerts-widget label {
    font-size: 14px;
    margin: 0 !important;
    text-transform: uppercase;
}

#jobs h3 {
    color: #000;
    margin-bottom: 25px;
    margin-top: 0;
    font-size: 26px;
}


.viewalljobs a {
    color: #FFF !important;
    display: block;
    font-size: 13px;
    margin: 25px 0;
    background: #002744;
    padding: 11px;
    text-align: center;
}

.viewalljobs {
    padding: 0;
}
#industry-blocks a:hover {
    text-decoration: none;
}
#industry-blocks a.more-info img {
    width: 31px !important;
    background: #9a258f;
    padding: 5px;
    margin-right: 5px;
}


#industry-blocks p {
    margin: 15px 0;
}

#industry-blocks p a {
    color: #000;
    font-weight: 600;
}

#industry-blocks p a:hover {
    text-decoration: none;
}
#industry-blocks img {
    width: 100%;
}

#industry-blocks h3 {
    padding: 0px 20px 15px;
    color: #000;
}
.bannerimage img {
    margin-top: -180px;
    width: 100%;
}
section#industry-blocks {
    clear: both;
    float: left;
    width: 100%;
}
.bannerimage {
    padding: 0;
    max-height: 268px;
    overflow: hidden;
}
.bluebg a img {
    background: #9a258f;
    padding: 5px;
}

.bluebg a {
    color: #FFF;
}

.bluebg a:hover {
    text-decoration: none;
}
.bluebg h1 {background: #04bcf7;padding: 15px;font-size: 28px;width: 90%;}

.bluebg p, .bluebg div {
    padding: 5px 15px;
    color: #FFF;
    font-size: 18px;
    line-height: 32px;
}
.bluebar {
    background: #e7edf3;
    height: 40px;
    clear: both;
    margin-top: 40px;
    float: left;
    width: 100% !important;
    border-bottom: 2px solid #a9b3b9;
}
 /*     Header      */
#home-header {/* background: url("images/banner.jpg") no-repeat center top; *//* min-height: 100vh; */float: left;margin-bottom: 25px;width: 100%;background-repeat:no-repeat;background-position:center center;background-attachment:fixed;}

.home-header {
margin-top:20%;
}

.header h1 {
font-family: 'yantramanav', Arial, "Helvetica Neue", Helvetica, sans-serif;color: #9a258f;
font-weight: 700;
text-shadow: 1px 1px 5px rgba(30, 30, 30, 0.52);
line-height: 1em;
-webkit-font-smoothing: antialiased;font-size: 35px;
margin: 0 auto;}


.header h2 {
font-family: 'yantramanav', Arial, "Helvetica Neue", Helvetica, sans-serif;
color: #fff;
font-weight: 400;
text-shadow: 1px 1px 5px rgba(30, 30, 30, 0.52);
line-height: 45px;
font-size: 35px;
-webkit-font-smoothing: antialiased;
}





/*****************  - CONTENT  ********************/


#content {
margin: 3em 0em 3em 0em;
}

.content {
margin: 3em 0em 3em 0em;
}

.content-text p {
font-family: 'yantramanav', Arial, "Helvetica Neue", Helvetica, sans-serif;
font-size: 18px;
color: #636466;
font-weight: 400;
line-height: 26px;
}

.content-text h1, h2 {color: #003B6B;}


/*****************  - 01 CONTENT  ********************/



#content-01 {
background: url("images/imagem_04.jpg") no-repeat center top;
min-height: 80vh;
max-width: 100%;
background-repeat:no-repeat;
background-position:center center;
background-attachment:fixed;
    position: relative;
}

.box-float {
    position: absolute;
    margin: 30% 0em 0em 0em;
    padding: 4em;
}

.box-float h3 {
    color: #fff;
    font-size: 40px;
    margin-bottom: 1.2em;
}


.text-float-title {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}


.box-content-purple {
background: #4e2e7a;
}


.box-content-green {
background: #cbd422;
    padding: 4em;
}


.box-content-purple p {
    color: #fff;
    font-size: 18px;
}




/*****************  - 02 CONTENT  ********************/


#content-02 {
    margin: 35em 0em 0em 0em;
    background: #fff;
    display: grid;
    position: inherit;
}


.box-content-green {
background: #cbd422;
}


.box-content-purple p {
    color: #fff;
    font-size: 18px;
}






/*****************  - 03 CONTENT  ********************/

#content-03 {
margin: 30em 0em 10em 0em;
background: #fff;
}


#content-03 {
background: url("images/imagem_10.jpg") no-repeat center top;
min-height: 50vh;
max-width: 100%;
background-repeat:no-repeat;
background-position:center center;
background-attachment:fixed;
position: relative;
}

.box-float-03 {
    position: absolute;
    margin: -30% 0 0 0;
    padding: 4em;
}

.box-float-03 h3 {
    color: #fff;
    font-size: 40px;
    margin-bottom: 1.2em;
}


.text-float-title {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

.box-content-purple {
background: #4e2e7a;
}


.box-content-green {
background: #cbd422;
    padding: 4em;
}


.box-content-purple p {
    color: #fff;
    font-size: 18px;
}







/*****************  - FIND A ROLE ********************/

#find-a-role {
margin: 3em 0em 3em 0em;
background: #fff;
}


.find-a-role-box {
    margin: 2em 0em 0em 0em;
    min-height: 300px;
    border:  15px solid #FFFFFF;
}




.find-a-role-text h3 {
    color: #003B6B;
    line-height: 50px;
    font-size: 40px;
    margin-top: 27%px;
}

.find-a-role-text h4 {
    line-height: 36px;
    font-size: 24px;
    margin-top: 1em;
}




.find-a-role-box-purple {
    background: #003B6B;
    color: #fff;
    transition: all 200ms ease-in-out;
}

.find-a-role-box-purple:hover {
    color: #fff;
    background: #525252;
    transition: all 200ms ease-in-out;
    transform: scale(1.05);
}

.find-a-role-box-purple h3 {
    color: #fff;
    line-height: 38px;
    font-size: 28px;
    margin-top: 0%;
}

.find-a-role-box-green {
    background: #0099FF;
    transition: all 200ms ease-in-out;
}

.find-a-role-box-green:hover {
    color: #fff;
    background: #525252;
    transition: all 200ms ease-in-out;
    transform: scale(1.05);
}

.find-a-role-box-green h3 {
    color: #fff;
    line-height: 38px;
    font-size: 28px;
    margin-top: 0%;
}


.find-a-role-box h5 {
    color: #fff;
    line-height: 28px;
    font-size: 18px;
    margin-top: 15%;
}

.h3title{
    font-size: 45px;
    color:#002744;
    font-weight: 100;
}



/*****************  - JOBS ********************/



#jobs {
    margin: 3em 0em 0em 0em;
    clear: both;
}
#jobs .container {
    padding: 0;
}

.jobs-alert {
    background: transparent;
    padding: 0;
}
.job-alerts-sidebar {
    display: none;
}
.ajb-hotjobs-widget ul li.adlogic-hot-jobs-job {
    width: 100% !important;
    margin: 0 !important;
    padding: 0px 10px !important;
}

.ajb-hotjobs-widget .bx-wrapper {
    margin-top: 10px;
}
.ajb-salary-range .ajb-salary-min-slider {
    margin-left: -1px !important;
}
.ajb-salary-range .ajb-salary-max-slider {
    margin-left: -14px !important;
}

.adlogic_job_details_container div.adlogic_job_details_description strong {
    color: #525252 !important;
}
.jobs-alert h3 {
    color: #4e2e7a;
    margin-bottom: 2em;
}

.hot-jobs {
    /* background: #E4E4E4; */
    padding: 0 0 0 2em;
    border: 5px solid #fff;
    border-top: 0;
    /* min-height: 461px; */
}


.hot-jobs h3 {
color: #4e2e7a;

}

.jobs-descritions h5 {
    font-family: 'yantramanav', Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    color: #636466;
    font-weight: 700;
    margin-top: 1.1em;
    color: #4e2e7a;
}

.jobs-descritions p {
    font-family: 'yantramanav', Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 12px;
    color: #636466;
}


.col-lg-3{*width: 22%; float: left; position: relative;}
.col-lg-5{*width: 39.66666666%; float: left; position: relative;}
.col-lg-4{*width: 30.33333333%; float: left; position: relative;}


/*****************  - FOOTER ********************/

.flexslider{ margin: 0 !important; }

#footer {
    overflow: hidden;
    width: 100%;
    background: #002744;
}

.footer {
}
.shareicon a{  padding:0 10px; }
.shareicon{margin-top:10px; text-align: right;}

#footer .container {
    max-width: 980px;
    padding:0 40px;
}

.footer-img {
    margin-top: 5px;
    text-align: left;
}

.footer-style {
    padding-top: 8px;
}

.footer p {
    color: #fff;
    font-size: 0.950em;
}

.footer p a {
    color: #fff;
    text-decoration: none;
    font-size: 0.950em;
    transition: all 150ms ease-in-out;
}

.footer p a:hover {
    color: #fff;
    transition: all 150ms ease-in-out;
}


/*****************  - Simple Page ********************/

.simple-page {
margin: 4em 0em 0em 0em;
}



/*****************  - Why Us ********************/
.page-why-us {
    margin-top: 10em;
}


/*****************  - EXTRA FILES ********************/

.text-fix {
    font-family: 'yantramanav', Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 22px;
    color: #636466;
    font-weight: 400;
    line-height: 26px;
}
    
    
    

.buttom {
    background-color: transparent;
    color: #003B6B;
    border: 2px solid #003B6B;
    border-radius: 0;
    margin-top: 2em;
    font-family: 'yantramanav', Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 40px;
    transition: all 200ms ease-in-out;
}

.buttom:hover {
    background-color: #003B6B;
    color: #fff;
    border: 2px solid #003B6B;
    border-radius: 0;
    margin-top: 2em;
    font-family: 'yantramanav', Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 40px;
    transition: all 200ms ease-in-out;
}


.buttom-green {
    background-color: #003B6B;
    color: #fff;
    border: 2px solid #003B6B;
    border-radius: 0px;
    margin-top: 2em;
    font-family: 'yantramanav', Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 40px;
    transition: all 200ms ease-in-out;
}


.buttom-green:hover {
    background-color: #fff;
    color: #003B6B;
    border: 2px solid #fff;
    border-radius: 0px;
    margin-top: 2em;
    font-family: 'yantramanav', Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 40px;
    transition: all 200ms ease-in-out;
}

.buttom-green-register {
    background-color: #cbd422;
    color: #8fbd38;
    border: 2px solid #cbd422;;
    border-radius: 0;
    margin-top: 2em;
    font-weight: 700;
    font-family: 'yantramanav', Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    line-height: 40px;
    transition: all 200ms ease-in-out;
    text-transform: uppercase;
}


.buttom-green-register:hover {
    background-color: #fff;
    color: #8fbd38;
    border: 2px solid #8fbd38;
    border-radius: 0;
    margin-top: 2em;
    font-weight: 700;
    font-family: 'yantramanav', Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    line-height: 40px;
    transition: all 200ms ease-in-out;
    text-transform: uppercase;
}

.clear { clear: both; }

.flex-direction-nav a { display: none }
.form-control {
    display: block;
    width: 95%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #636466;
    background-color: #fff;
    background-image: none;
    border: 2px solid #4e2e7a;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

label {
    font-size: 16px;
    font-weight: 400;
}

ajb-first-name-holder ajb-alert-field label {
    font-size: 16px;
    font-weight: 400;
    display: block;
}


.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #636466;
    border: 2px solid #4e2e7a;
    border-radius: 10px;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #4e2e7a;
}

blockquote {
    padding: 0px;
    margin: 0 0 0px;
    border-left: 0px solid #eee;
}



.carousel-indicators {
    bottom: -50px;
    display: block;
}



/*****************  - PAGE BOARD  ********************/



#job-board {
    margin: 0em 0em 5em 0em;
}


.job-board {
    padding: 2em 0em 2em 0em;
}




/*****************  - PAGE BOARD  ********************/



.page-central {
    border-right: 2px solid #003B6B;
    padding-right: 50px;
}


.page-central h2 h3 {
    font-family: 'yantramanav', Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 700;
}

.page-central>h2 {
    font-family: 'yantramanav', Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 1.463em;
    color: #333;
    font-weight: 700;
}





/*****************  - PAGE BOARD  ********************/



.sidebar {
    padding-left: 0px;
}


h5.alone-section {
    margin-top: 5em;
}
.adlogic_pagination_bar ul li a {
    color: #003B6B !important;
}

.adlogic_pagination_bar ul li {
    font-weight: normal;
}

/*****************  - FIX MOBILE ********************/

@media(max-width: 1024px) {
#home-header {min-height: 268px;max-width: 100%;}
.home-header { margin-top:30%; } 
.header h1 { line-height: 1em; font-size: 70px; }
.header h2 { line-height: 45px; font-size: 20px; -webkit-font-smoothing: antialiased;}
.brand {/* max-width:110px; */}
#find-a-role {margin: 5em 0em 3em 0em;background: #fff;}
.find-a-role-box h5 { color: #fff; line-height: 28px; font-size: 18px; margin-top: 18%;}
.sidebar { padding-left: 0px; margin-top: 5em;}
.page-central { border-right: 0px; padding-right: 50px;}    
}


@media(max-width: 850px) {
.home-header { margin-top:63%; } 
.find-a-role-box h5 { color: #fff; line-height: 28px; font-size: 18px; margin-top: 11%;}
}


@media(max-width: 768px) {
    #home-header { max-width: 100%; }
    .home-header { margin-top:30%; } 
    .header h1 { line-height: 1em; font-size: 70px; }
    .header h2 { line-height: 45px; font-size: 20px; -webkit-font-smoothing: antialiased;}
    .brand { max-width:100px;}
    #job-board .row { margin: 0 !important; }
    .page-central { padding: 0 !important; }
    .position span.ajb_location ul li, .position span.ajb_classification ul li { list-style-type: none !important; margin: 0 5px 0 0 !important; }
    .position span.ajb_location ul li:after, .position span.ajb_classification ul li:after { content: ','; }
    .position span.ajb_location ul li:last-of-type:after, 
    .position span.ajb_classification ul li:last-of-type:after {
        content: none;
    }
    #industry-blocks .row {
        margin: 0 !important;
    }
    #industry-blocks h3 {
        font-size: 18px;
        margin-bottom: 10px !important;
        padding: 0;
    }
}

@media(max-width: 736px) {
#home-header { min-height: 110vh; max-width: 100%; }
.home-header { margin-top:15%; } 
.header h1 { line-height: 1em; font-size: 60px; }
.header h2 { line-height: 35px; font-size: 20px; -webkit-font-smoothing: antialiased;}
.brand { max-width:95px;}
.box-float { position: inherit;}
}

@media(max-width: 600px) {
#home-header { min-height: 100vh; max-width: 100%; }
.home-header { margin-top:40%; } 
.header h1 { line-height: 1em; font-size: 70px; }
.header h2 { line-height: 45px; font-size: 20px; -webkit-font-smoothing: antialiased;}
.brand { max-width:85px;}
#find-a-role { margin: 10em 0em 3em 0em; background: #fff; }
.text-float-title { font-size: 20px; font-weight: 700; color: #fff;}
.box-float-03 h3 { color: #fff; font-size: 20px; margin-bottom: 1em;}
.box-float h3 { color: #fff; font-size: 20px; margin-bottom: 1em;}
.box-content-purple p { color: #fff; font-size: 16px; }
.box-float { position: inherit;}
}

@media(max-width: 598px) {
#home-header { min-height: 100vh; max-width: 100%; }
.home-header { margin-top:20%; } 
.header h1 { line-height: 1em; font-size: 40px; }
.header h2 { line-height: 25px; font-size: 20px; -webkit-font-smoothing: antialiased;}
.brand { max-width:85px;}
.box-float { position: inherit;}
#content-02 { margin: 15em 0em 0em 0em; background: #fff; display: grid;  position: inherit;}
}



@media(max-width: 480px) {
#home-header { min-height: 80vh; max-width: 100%; }
.home-header { margin-top:40%; } 
.header h1 { line-height: 1em; font-size: 40px; }
.header h2 { line-height: 25px; font-size: 20px; -webkit-font-smoothing: antialiased;}
.brand { max-width:80px;}
#find-a-role { margin: 20em 0em 3em 0em; background: #fff; }
.bluebg h1 {
    width: 100%;
}

#industry-blocks h3 {
    padding-left: 0;
}

    #industry-blocks h3 {
        line-height: 35px;
    }
.hot-jobs {
    padding: 0;
    margin-top: 15px;
}

.footer-img {
    text-align: center;
}
}

@media(max-width: 320px) {
#home-header { min-height: 80vh; max-width: 100%; }
.home-header { margin-top:40%; } 
.header h1 { line-height: 1em; font-size: 40px; }
.header h2 { line-height: 25px; font-size: 20px; -webkit-font-smoothing: antialiased;}
.brand { max-width:80px;}
.box-float { position: inherit; margin: 20% 0em 0em 0em; padding: 4em; }
#find-a-role { margin: 25em 0em 3em 0em; background: #fff; }
}
@media(min-width: 300px) {
    ul#menu-main-menu-mobile {
        margin: 0 !important;
        float: right;
        margin-right: 15px !important;
    }
    .navbar-default .navbar-nav > li > a {
        width: 100px !important;
        float: none !important;
        width: 100% !important;
        clear: both !important;
        display: block !important;
    }

    img.brand {
        width: 110px !important;
        max-width: none !important;
    }
}


@media(min-width: 425px) {
    ul#menu-main-menu-mobile {
        margin: 0 !important;
        float: right;
        margin-right: 15px !important;
    }

    .navbar-default .navbar-nav > li > a {
        width: 100px !important;
        float: none !important;
        width: 100% !important;
        clear: both !important;
        display: block !important;
    }

    img.brand {
        width: 110px !important; 
        max-width: none !important;
    }
}
@media(min-width: 768px) {
    .bannerimage img {
        margin-top: -200px;
    }

    li.icon-home { width: 35px; }
}
@media(min-width: 1024px) {
    .bannerimage img {
        margin-top: -340px;
    }
}
@media(min-width: 1440px) {
    .bannerimage img {
        margin-top: -340px;
    }
}

@media(min-width: 2560px) {
    .bannerimage img {
        margin-top: -300px;
    }
}

.flex-control-nav, a.flex-prev, a.flex-next{display: none; opacity:0 !important;}
.btn_Alert{ position:absolute;  bottom:20px; z-index: 5000; color:#fff; font-size: 14px; box-shadow: inset 0 0 0 1px #fff; border:none; *border:1px solid #fff; padding:5px 20px; }
.btn-registre{ position:absolute;  bottom:20px; z-index: 5000; color:#99248e; font-size: 14px; box-shadow: inset 0 0 0 1px #99248e; border:none; padding:5px 20px; }
.btn_Alert:hover{
    color:#fff;  box-shadow: inset 0 0 0 2px #fff; border:none;
}
.navbar-brand img{*padding-top:20px;}

.btn-registre:hover{
    color:#99248e;  box-shadow: inset 0 0 0 2px #99248e;;
}
.navbar{z-index: 5500;}
.btn_Alert{right:240px;}
.btn-registre{right:20px;}
.search_w{border: 1px solid #cdcdcd; padding:10px 0 20px; overflow: hidden;}
#adlogic_search_widget-2 h2,label{
    display: none;
}
p.ajb-search-field,p.ajb-alert-field
{
    width: 48% !important ;
    margin: 10px 1% !important ;
    color:#002744 !important;

}


.sidebar p.ajb-search-field
{
    width: 100% !important ;
    margin: 10px auto !important ;
    color:#002744 !important;

}
.adlogic_job_results h2 a{ color: #002744; font-size: 25px !important; font-family:'yantramanav' !important;}
.adlogic_job_results h2 a:hover{ color: #99248e; font-size: 25px !important; font-family:'yantramanav' !important;}
.adlogic_inner_container a{ color:#002744;text-decoration: underline; }
.adlogic_inner_container a:hover{ color:#9a258f;text-decoration: none; }
.ajb-search-for-jobs-button {
    background-color: #99248e;
    color: #FFF;
    border:none;
    border-radius: 0;
    font-weight: 400;
    font-family:'yantramanav' !important;
    font-size: 14px;
    line-height: 40px;
    transition: all 200ms ease-in-out;
    width: 48% !important ;
    margin: 10px 1% !important ;}
.ajb-search-for-jobs-button:hover {
    background-color: #99248e;
    color: #FFF;
    border: none;
    border-radius: 0;
    font-weight: 400;
    font-family:'yantramanav' !important;
    font-size: 14px;
    line-height: 40px;
    transition: all 200ms ease-in-out;
    width: 48% !important ;
    margin: 10px 1% !important ;}

.ajb-view-all-jobs-button {
    background-color: #fff;
    color:#99248e;
     box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    *border: 1px solid #99248e;
    box-shadow: inset 0 0 0 1px #99248e;
    border-radius: 0;
    font-weight: 400;
    font-family:'yantramanav' !important;
    font-size: 13px !important;
    line-height: 40px;
    transition: all 200ms ease-in-out;
    width: 48% !important ;
    margin: 10px 1% !important ;
}
.ajb-view-all-jobs-button:hover  {
    border:none;
    font-size: 13px !important;
    background-color: #fff;
    color:#99248e;
    box-shadow: inset 0 0 0 2px #99248e;
}
.ajb-search-widget-buttons{
    min-width: 100% !important;
    margin:0 auto !important;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #002744;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #002744;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #002744;
}
:-moz-placeholder { /* Firefox 18- */
  color: #002744;
}

.ajb-alerts-widget{ border: none; }
.ajb-alerts-widget h2{ display:none;}

select, input{ border-top: none; border-left: none; border-right:none; }
.ajb-search-widget select{height: 27px !important; color:#002744 !important; font-weight: 800;}
.ajb-keywords,.ajb-alerts-widget input{color:#002744 !important; font-weight: 800; border-bottom: 1px solid #a9a9a9;height: 25px}
input.ajb-keywords,.ajb-alerts-widget select{color:#002744 !important; font-weight: 800;}
.ajb-button-holder{width: 33% !important;}
.ajb-alerts-widget input.ajb-subscribe-job-alerts {
    background: #99248e;
    border:1px solid #99248e;
    color: #fff !important;
    line-height: 40px !important;
    width: 100% !important;
    padding: 0 !important;
    font-weight: 400;
    margin:15px auto 0 !important;
    text-transform:capitalize;
}
.ajb-alerts-widget input.ajb-subscribe-job-alerts:hover {
    background: #99248e;
    border:1px solid #99248e;
    color: #fff !important;
    line-height: 40px !important;
    width: 100% !important;
    padding: 0 !important;
    font-weight: 400;
    margin:15px auto 0 !important;
    text-transform:capitalize;

}
div.adlogic_job_details_container{
    width: 95% !important;
}

@media (min-width: 1200px){

.container {
    width:100%;
}
}

@media(max-width: 500px) {
.btn_Alert{ width:48%; padding:3px 5px; }
.btn-registre{ width:30%; padding:3px 5px; }
.btn_Alert{left: 20px; bottom: 20px;}
p.ajb-search-field,p.ajb-alert-field,.ajb-button-holder{
    width: 100% !important ;
    margin: 10px 1% !important ;
}


}
@media(max-width: 750px) {
.footer-img{text-align: center}
.footer{text-align: center}
.shareicon{text-align: center; margin-bottom:30px;}
}

@media (min-width: 992px){
.container {
    width: 100% !important;
}}