/*
Theme Name: Anglican Care Intranet
Author: Martian Logic
Author URI: https://myrecruitmentplus.com

*/

@font-face {
    font-family: 'barmenoregular';
    src: url('fonts/ufonts.com_barmeno-bold-webfont.eot');
    src: url('fonts/ufonts.com_barmeno-bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/ufonts.com_barmeno-bold-webfont.woff2') format('woff2'), url('fonts/ufonts.com_barmeno-bold-webfont.woff') format('woff'), url('fonts/ufonts.com_barmeno-bold-webfont.ttf') format('truetype'), url('fonts/ufonts.com_barmeno-bold-webfont.svg#barmenoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #636466;
}

p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #525252;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Open Sans', sans-serif;
}


/*****************  - MENU ********************/

.navbar {
    min-height: 95px;
    margin-bottom: 0px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #354966;
    height: 4px;
    width: 35px;
}

.navbar-default .navbar-toggle {
    background-color: #00a0af;
}

.navbar-default .navbar-toggle:hover {
    background-color: #CF0036;
}

.navbar-default .navbar-toggle:active {
    background-color: #CF0036;
}

.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: 'Open Sans', Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #273b5d;
    font-size: 24px;
    font-weight: 800;
    line-height: 40px;
    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;
}

.navbar-default {
    background: #354966;
}

.navbar-default .navbar-nav>li>a {
    font-family: 'Open Sans', Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    line-height: 60px;
    font-weight: 700;
    color: #636466;
    text-transform: uppercase;
    transition: all 150ms ease-in-out;
}

.navbar-default .navbar-nav>li>a:hover {
    font-family: 'Open Sans', Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    line-height: 60px;
    font-weight: 700;
    color: #273b5d;
    text-transform: uppercase;
    transition: all 150ms ease-in-out;
    border-bottom: 4px solid #2CA0AF;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #2CA0AF;
}

.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: #273b5d;
    text-transform: uppercase;
    background-color: #fff;
    border-bottom: 4px solid #273b5d;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.active>a {
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .0);
    box-shadow: 0px;
}

.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;
}


/*     Header      */

#home-header {
    background: url("images/imagem_02.jpg") no-repeat center top;
    min-height: 650px;
    max-width: 100%;
    background-repeat: no-repeat;
    background-position: 0px -70px;
    background-attachment: fixed;
    margin-top: 95px;
}

.home-header {
    margin-top: 10%;
}

.header h1 {
    font-family: 'Open Sans', sans-serif;
    color: #CF0036;
    font-weight: 700;
    text-shadow: 1px 1px 5px rgba(30, 30, 30, 0.52);
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    font-size: 90px;
    margin: 0 auto;
}

.header h2 {
    font-family: 'Open Sans', 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: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #636466;
    font-weight: 400;
    line-height: 26px;
}

.content-text h1,
h2 {
    color: #00a0af;
}


/*****************  - 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: #CF0036;
    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: #CF0036;
    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: #00a0af;
    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%;
}

#pathways h3 {
    font-size: 20px;
    margin: 0;
}

#pathways a:hover {
    text-decoration: none !important;
}


/*****************  - JOBS ********************/

#jobs {
    margin: 3em 0em 3em 0em;
}

.jobs-alert {
    background: transparent;
    border: 2px solid #00a0af;
    padding: 2em;
}

.job-alerts-sidebar {
    display: none;
}

.ajb-hotjobs-widget ul li.adlogic-hot-jobs-job {
    width: 100% !important;
    margin: 0 !important;
    padding: 5px 0 !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: 2em;
    border: 5px solid #fff;
    border-top: 0;
    min-height: 617px;
}

.hot-jobs h3 {
    color: #4e2e7a;
}

.jobs-descritions h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #636466;
    font-weight: 700;
    margin-top: 1.1em;
    color: #4e2e7a;
}

.jobs-descritions p {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #636466;
}


/*****************  - FOOTER ********************/

#footer {
    background: #ffffff;
    padding: 0em;
    padding-bottom: 10px;
}

.footer-style {
    padding-top: 20px;
}

.footer p {
    color: #273B5D;
    font-size: 12px;
}

.footer p a {
    color: #273B5D;
    text-decoration: none;
}

.footer p a:hover {
    color: #00a0af;
}


/*****************  - Simple Page ********************/

.simple-page {
    margin: 4em 0em 0em 0em;
}


/*****************  - Why Us ********************/

.page-why-us {
    margin-top: 10em;
}


/*****************  - EXTRA FILES ********************/

.text-fix {
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    color: #636466;
    font-weight: 400;
    line-height: 26px;
}

.buttom {
    background-color: transparent;
    color: #00a0af;
    border: 2px solid #00a0af;
    border-radius: 0;
    margin-top: 2em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 40px;
    transition: all 200ms ease-in-out;
}

.buttom:hover {
    background-color: #00a0af;
    color: #fff;
    border: 2px solid #00a0af;
    border-radius: 0;
    margin-top: 2em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 40px;
    transition: all 200ms ease-in-out;
}

.buttom-green {
    background-color: #00a0af;
    color: #fff;
    border: 2px solid #00a0af;
    border-radius: 0px;
    margin-top: 2em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 40px;
    transition: all 200ms ease-in-out;
}

.buttom-green:hover {
    background-color: #fff;
    color: #00a0af;
    border: 2px solid #fff;
    border-radius: 0px;
    margin-top: 2em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 40px;
    transition: all 200ms ease-in-out;
}

.buttom-green-register {
    background-color: #cbd422;
    color: #273b5d;
    border: 2px solid #cbd422;
    ;
    border-radius: 0;
    margin-top: 2em;
    font-weight: 700;
    font-family: 'Open Sans', 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: #273b5d;
    border: 2px solid #273b5d;
    border-radius: 0;
    margin-top: 2em;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 40px;
    transition: all 200ms ease-in-out;
    text-transform: uppercase;
}

.clear {
    clear: both;
}

.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: 10em 0em 5em 0em;
}

.job-board {
    padding: 2em 0em 2em 0em;
}


/*****************  - PAGE BOARD  ********************/

.page-central {
    border-right: 2px solid #00a0af;
    padding-right: 50px;
}

.page-central h2 h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

.page-central>h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}


/*****************  - PAGE BOARD  ********************/

.sidebar {
    padding-left: 50px;
}

h5.alone-section {
    margin-top: 5em;
}

.adlogic_pagination_bar ul li a {
    color: #00a0af !important;
}

.adlogic_pagination_bar ul li {
    font-weight: normal;
}


/*****************  - FIX MOBILE ********************/

@media(max-width: 1024px) {
    #home-header {
        min-height: 100vh;
        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;
    }
    section#job-board {
        padding-top: 10px;
    }
    #find-a-role {
        margin: 10em 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 {
        min-height: 100vh;
        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;
    }
    #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;
    }
    img.brandright {
        display: none;
    }
}

@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;
    }
    .box-float {
        position: inherit;
    }
    img.brandright {
        display: none;
    }
}

@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;
    }
    #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;
    }
    img.brandright {
        display: none;
    }
}

@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;
    }
    .box-float {
        position: inherit;
    }
    #content-02 {
        margin: 15em 0em 0em 0em;
        background: #fff;
        display: grid;
        position: inherit;
    }
    img.brandright {
        display: none;
    }
}

@media(max-width: 480px) {
    #home-header {
        min-height: 50vh;
        max-width: 100%;
        margin-top: 0;
    }
    .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;
    }
    #find-a-role {
        margin: 2em 0em 3em 0em;
        background: #fff;
    }
    img.brandleft {
        display: none;
    }
    img.brandright {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

@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;
    }
    .box-float {
        position: inherit;
        margin: 20% 0em 0em 0em;
        padding: 4em;
    }
    #find-a-role {
        margin: 25em 0em 3em 0em;
        background: #fff;
    }
    section#job-board {
        padding-top: 10px;
    }
    img.brandleft {
        display: none;
    }
    img.brandright {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

input#adlogic_search_widget-2-location_select_id {
    width: 100%;
    height: 30px;
}

select#adlogic_search_widget-2-classification_id {
    width: 100%;
    height: 30px;
}

select#adlogic_search_widget-2-worktype_id {
    width: 100%;
    height: 30px;
}

input#adlogic_search_widget-2-keywords {
    width: 100%;
    height: 30px;
}

img.brandleft {
    max-height: 140px;
    float: left;
    padding-left: 20px;
}

img.brandright {
    max-height: 140px;
    float: right;
    padding-right: 20px;
}