@import url("https://fonts.googleapis.com/css?family=Exo:400,600|Open+Sans:300,400,400i,600,600i,700,700i");
@import url("https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.0.47/jquery.fancybox.min.css");
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url("assets/css/reset.css");
@import url("assets/css/plugins.css");
@import url("assets/css/grid.css");
html {
    font-size: 62.5%
}
body {
    font: 1.6rem/1.4 "Open Sans", sans-serif;
    background: #f5f5f5;
    overflow-x: hidden
}
body,
a {
    color: #23272c;
}
a:hover {
    color: #42495c;
    text-decoration: none
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #144793;
    font-weight: 600
}
#header {
    position: fixed;
    padding: 50px 65px;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9990;
    -webkit-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s
}
@media (max-width: 991px) {
    #header .container {
        width: 100%
    }
}
#header .logo img {
    width: 170px
}
#header .nav-trigger {
    display: none;
    cursor: pointer;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
    width: 40px;
    height: 40px;
    z-index: 9998;
}
#header .nav-trigger span {
    position: absolute;
    width: 100%;
    height: 5px;
    background: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}
#header .nav-trigger span::before,
#header .nav-trigger span::after {
    position: absolute;
    width: 100%;
    height: 5px;
    background: #fff;
    content: '';
    -webkit-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s
}
#header .nav-trigger span::after {
    bottom: -10px
}
#header .nav-trigger span::before {
    top: -10px
}

#hidden-row {
    display: none;
}

#hidden-row ul {
    padding-left: 20px !important;
    margin-bottom: 0 !important;
}

.headshot-rounded img {
    border-radius: 100% !important;
    border: 2px solid #144793 !important;
}

.box-shadow-row {
    position: relative !important;
}

.box-shadow-row:after {
    content: '' !important;
    display: block !important;
    position: absolute !important;
    left: 5% !important;
    right: 5% !important;
    bottom: 0 !important;
    height: 150px !important;
    box-shadow: 0 2px 50px 0 rgba(0, 0, 0, 0.26) !important;
}

@media (max-width: 991px) {
    #header .nav-trigger {
        display: block
    }
}
@media (max-width: 991px) {
    #header {
        padding: 25px 0;
        position: static;
        background: -webkit-gradient(linear, left top, right top, from(#134a90), color-stop(120%, #1178b0));
        background: -webkit-linear-gradient(left, #134a90 0%, #1178b0 120%);
        background: -o-linear-gradient(left, #134a90 0%, #1178b0 120%);
        background: linear-gradient(to right, #134a90 0%, #1178b0 120%)
    }
}
#nav {
    padding-top: 10px
}
#nav ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    text-align: right
}
#nav li {
    display: inline-block
}
@media (max-width: 991px) {
    #nav li {
        width: 100%;
        display: block
    }
}
#nav li a {
    padding: 8px 20px;
    font-size: 1.2rem;
    text-align: center;
    display: block;
    letter-spacing: 1.2px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;
    border-radius: 3px
}
@media (max-width: 991px) {
    #nav li a {
        width: 100%;
        padding: 15px 20px;
        text-align: center;
        font-size: 1.4rem
    }
}
#nav li a:hover,
#nav li.active a {
    background: #fff;
    color: #144793;
    text-decoration: none
}
@media (max-width: 991px) {
    #nav {
        height: 0;
        overflow: hidden;
        -webkit-transition: ease-in-out 0.2s;
        -o-transition: ease-in-out 0.2s;
        transition: ease-in-out 0.2s;
        padding-top: 0;
        position: relative;
        left: 0;
        right: 0
    }
}
.nav-visible #nav {
    height: 100%;
    margin-top: 25px
}
.nav-visible .nav-trigger span {
    background: rgba(34, 34, 33, 0) !important
}
.nav-visible .nav-trigger span::after,
.nav-visible .nav-trigger span::before {
    background: #fff
}
.nav-visible .nav-trigger span::after {
    -webkit-transform: translate(5px, 4px) rotate(-45deg);
    -ms-transform: translate(5px, 4px) rotate(-45deg);
    transform: translate(5px, 4px) rotate(-45deg)
}
.nav-visible .nav-trigger span::before {
    -webkit-transform: translate(5px, -4px) rotate(45deg);
    -ms-transform: translate(5px, -4px) rotate(45deg);
    transform: translate(5px, -4px) rotate(45deg)
}
.logo {
    display: inline-block
}
.logo-color {
    display: none
}
#header.inverted {
    position: fixed;
    background: rgba(255, 255, 255, 0.95);
    -webkit-box-shadow: 0 2px 4px 0 rgba(20, 71, 147, 0.5);
    box-shadow: 0 2px 4px 0 rgba(20, 71, 147, 0.5);
    padding: 25px 50px
}
#header.inverted .nav-trigger span {
    background: #144793
}
#header.inverted .nav-trigger span::after,
#header.inverted .nav-trigger span::before {
    background: #144793
}
#header.inverted .logo {
    display: none
}
#header.inverted .logo-color {
    display: inline-block;
    max-width: 150px
}
#header.inverted #nav li a {
    color: #03addc
}
#header.inverted #nav li a:hover,
#header.inverted #nav li.active a {
    color: #fff;
    background-image: -webkit-linear-gradient(320deg, #144793, #03addc);
    background-image: -o-linear-gradient(320deg, #144793, #03addc);
    background-image: linear-gradient(130deg, #144793, #03addc)
}
#footer {
    background: #fff;
    padding: 30px 50px 0
}
#footer .vcard {
    font-size: 1.2rem;
}
#footer .awards {
    padding: 0 5%;
}
#footer .awards div {
    display: inline-block;
    margin-left: 7px;
}
#footer .awards img {
    display: block;
    height: auto;
    margin: 0 auto;
    margin-bottom: 24px;
}
#footer .awards > img {
    display: inline-block;
    float: left;
}
@media (max-width: 991px) {
    #footer .awards {
        padding: 0;
        padding-top: 20px
    }

    #footer .awards div {
        float: left;
        margin-left: 15px;
    }
    #footer .awards div img {
        display: inline-block;
    }
    #footer .awards div img + img {
        margin-left: 10px;
    }
}
#footer h4 {
    font-size: 14px;
    color: #144793;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 36px
}
#footer h4.no-margin {
    margin-bottom: 10px;
}
@media (max-width: 991px) {
    #footer h4 {
        margin-bottom: 10px
    }
}
#footer .copyrights {
    font-size: 12px;
    color: #a1a7af;
    font-weight: 300;
    text-align: center;
    padding: 30px 0 60px;
    border-top: 1px solid rgba(20, 71, 147, 0.13);
    margin: 60px auto 0;
}
#footer .copyrights a {
    color: #03addc;
}
@media (max-width: 991px) {
    #footer .copyrights {
        padding: 15px 20px;
        margin-top: 20px
    }
    #footer div[class^=col] {
        margin-bottom: 20px;
    }
}
#footer .btn {
    display: block;
    max-width: 285px;
    margin:  0 auto;
}
@media (max-width: 991px) {
    #footer .btn {
        max-width: none
    }
}
#footer .logo {
    margin-bottom: 20px;
}
#footer .alignright {
    text-align: right;
    font-size: 12px;
    line-height: 18px
}
#footer .alignright a:last-of-type {
    color: #03addc
}
@media (max-width: 576px) {
    #footer .alignright a:last-of-type {
        margin-left: 10px
    }
}
#footer .alignright a:hover {
    color: #144793
}
@media (max-width: 576px) {
    #footer .alignright a {
        display: inline-block
    }
}
@media (max-width: 576px) {
    #footer .alignright .row {
        margin-bottom: 10px !important
    }
}
@media (max-width: 576px) {
    #footer .alignright .col-xs-12 {
        margin-bottom: 10px
    }
}
@media (max-width: 576px) {
    #footer .alignright {
        padding-top: 15px;
        text-align: center
    }
}
@media (max-width: 991px) {
    #footer {
        padding: 25px
    }
}
@media (max-width: 576px) {
    #footer {
        text-align: center
    }
}
.atf-wrapper-parent {
    background-color: #fff;
    background-color-border: solid 1px #f3f3f3;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 50px 0 rgba(0, 0, 0, 0.26);
    box-shadow: 0 2px 50px 0 rgba(0, 0, 0, 0.26);
    padding: 20px 16px;
    font-size: 12px;
    line-height: 18px;
    padding-left: 60px;
    background-image: url("assets/images/ico-twitter-gradient.svg");
    background-repeat: no-repeat;
    background-size: 35px 29px;
    background-position: left 13px top 22px
}
.atf-wrapper-parent .atf-row-names,
.atf-wrapper-parent .atf-tweet-footer,
.atf-wrapper-parent .atf-load-more,
.atf-wrapper-parent .atf-follow span {
    display: none
}
.atf-wrapper-parent .atf-content {
    height: auto !important
}
.atf-wrapper-parent .atf-follow::before {
    content: '@AzonRecruitment';
    color: #03addc;
    text-transform: uppercase;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    display: block;
    margin-bottom: 6px;
    margin-top: 15px
}
.atf-wrapper-parent .atf-follow {
    text-transform: lowercase;
    color: #144793;
    font-size: 14px;
    font-weight: 600
}
.atf-wrapper-parent .atf-bottom {
    padding-left: 0 !important
}
section#newsletter {
    background-image: -webkit-linear-gradient(323deg, #128acc, #03addc);
    background-image: -o-linear-gradient(323deg, #128acc, #03addc);
    background-image: linear-gradient(127deg, #128acc, #03addc);
    padding: 50px 0 58px;
    text-align: center;
    color: #fff
}
section#newsletter form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}
section#newsletter h4 {
    font-weight: 600;
    font-size: 20px;
    max-width: 585px;
    display: block;
    margin: 0 auto 10px;
    color: #fff;
    text-transform: uppercase
}
section#newsletter p {
    margin-bottom: 40px;
    font-size: 16px;
    max-width: 585px;
    display: inline-block;
    font-style: italic
}
section#newsletter input {
    width: 75%;
    max-width: 500px;
    height: 50px;
    margin-right: 10px
}
section#newsletter .btn {
    height: 50px
}
@media (max-width: 991px) {
    section#newsletter .btn {
        margin-top: 20px
    }
}
section#search-section .twitter-typeahead,
section#search-section input {
    max-width: 500px
}
@media (max-width: 768px) {
    section#search-section .twitter-typeahead,
    section#search-section input {
        max-width: none
    }
}
section#search-section button {
    max-width: 150px
}
@media (max-width: 768px) {
    section#search-section button {
        max-width: none
    }
}
section#listing_filters {
    margin-bottom: 30px
}
section#listing_filters form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}
@media (max-width: 991px) {
    section#listing_filters form {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}
section#listing_filters label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Open Sans', sans-serif;
    line-height: 14px;
    text-transform: uppercase;
    font-size: 14px;
    color: #42495c;
    white-space: nowrap;
    position: relative
}
section#listing_filters label .arrow {
    content: '';
    width: 15px;
    height: 8px;
    border-right: 2px solid #90a1b5;
    border-bottom: 2px solid #90a1b5;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    position: relative;
    left: -25px;
    top: -1px
}
section#listing_filters label span {
    color: #0065a9;
    font-weight: 600;
    margin-left: 5px
}
section#listing_filters label select {
    margin: 0 8px;
    border: solid 1px #e0e7ee !important;
    padding: 10px 18px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 4px;
    padding-right: 45px !important
}
section#listing_filters label:last-of-type select {
    margin-left: 20px;
    margin-right: 0px
}
section#sector_descritpion {
    margin-left: -50%;
    margin-right: -50%;
    margin-top: 40px;
    background: #fff;
    text-align: center;
    padding: 35px 0 40px
}
section#sector_descritpion h2,
section#sector_descritpion p {
    max-width: 800px;
    margin: 0 auto
}
section#sector_descritpion h2 {
    color: #144793;
    font-size: 20px;
    font-weight: 600;
    font-family: "Exo", sans-serif;
    text-transform: uppercase;
    margin-bottom: 10px
}
section#sector_descritpion p {
    color: #23272c;
    font-size: 16px;
    line-height: 28px
}
section#consultant-listing {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -1px
}
section#job_summary {
    background: #f5f5f5;
    margin-left: -50%;
    margin-right: -50%;
    padding: 40px 0 35px
}
@media (max-width: 576px) {
    section#job_summary {
        margin-right: -15px;
        margin-left: -15px
    }
}
@media (max-width: 991px) {
    section#job_summary .consultant_vcard {
        margin: 0 auto 15px
    }
}
@media (max-width: 576px) {
    section#job_summary .consultant_vcard {
        text-align: center
    }
}
@media (max-width: 768px) {
    section#job_summary .consultant_vcard .thumb {
        margin: 0 auto
    }
}
section#job_summary .btn {
    height: 40px;
    display: block;
    margin: 0 auto 10px;
    line-height: 20px
}
@media (max-width: 991px) {
    section#job_summary .btn {
        width: 100%
    }
}
section#job_summary .container>.row>.col-xs-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center
}
section#job_summary .container>.row>.col-xs-12:nth-of-type(2) {
    border-left: 1px solid rgba(151, 151, 151, 0.32);
    border-right: 1px solid rgba(151, 151, 151, 0.32)
}
@media (max-width: 991px) {
    section#job_summary .container>.row>.col-xs-12:nth-of-type(2) {
        border-left: none
    }
}
@media (max-width: 576px) {
    section#job_summary .container>.row>.col-xs-12:nth-of-type(2) {
        border-left: none;
        border-right: none
    }
}
section#job_summary ul {
    list-style: none;
    padding: 15px 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 0
}
@media (max-width: 991px) {
    section#job_summary ul {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}
section#job_summary ul li {
    text-transform: uppercase;
    width: 48%;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px
}
section#job_summary ul li:nth-of-type(even) {
    margin-bottom: 0
}
@media (max-width: 991px) {
    section#job_summary ul li:nth-of-type(even) {
        margin-bottom: 10px
    }
}
@media (max-width: 991px) {
    section#job_summary ul li {
        text-align: center;
        width: 100%;
        margin-bottom: 10px
    }
}
section#job_summary ul li small {
    display: block;
    color: #03addc;
    font-weight: 600;
    font-size: 10px;
    margin-bottom: 0;
    line-height: 10px
}
section#related {
    background: #f5f5f5;
    margin-left: -50%;
    margin-right: -50%;
    padding: 40px 0 55px
}
@media (max-width: 576px) {
    section#related {
        margin-left: -15px;
        margin-right: -15px
    }
}
section#related .container>h3 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    color: #128acc;
    margin-bottom: 35px;
    font-size: 20px
}
section#related .job-search,
section#related #listing_filters {
    display: none
}
section#related .btn-yellow {
    display: block;
    max-width: 255px;
    margin: 0 auto;
    height: 40px
}
.contact-form {
    background-image: -webkit-linear-gradient(298deg, #144793, #03addc);
    background-image: -o-linear-gradient(298deg, #144793, #03addc);
    background-image: linear-gradient(152deg, #144793, #03addc);
    padding: 25px 25px 30px;
    color: #fff;
    margin: 40px 0
}
.contact-form p {
    margin-bottom: 0
}
.contact-form h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 auto 20px;
    display: block;
    text-transform: uppercase;
    text-align: center;
    color: #fff
}
.contact-form label {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 13px;
    display: inline-block
}
.contact-form input {
    margin-bottom: 35px
}
.contact-form textarea {
    border: none;
    -webkit-box-shadow: inset 0 1px 4px 0 rgba(40, 40, 40, 0.1);
    box-shadow: inset 0 1px 4px 0 rgba(40, 40, 40, 0.1);
    border-radius: 4px;
    padding: 15px 25px
}
.contact-form .btn {
    display: block;
    margin: 0 auto;
    width: 155px;
    padding-left: 55px;
    padding-right: 55px
}
.contact-form input[type="file"] {
    position: relative;
    padding: 0 !important;
    opacity: 0;
    width: 100%;
    height: 70px;
    margin-bottom: 0;
    z-index: 99999
}
.contact-form .fileinput {
    display: block;
    border: 4px dashed rgba(255, 255, 255, 0.4) !important;
    width: 100%;
    height: 75px;
    background-image: url("assets/images/cloud.svg");
    background-size: 45px 30px;
    background-repeat: no-repeat;
    background-position: left 150px center;
    margin-bottom: 0;
    position: relative
}
@media (max-width: 991px) {
    .contact-form .fileinput {
        background-image: none
    }
}
.contact-form .fileinput span.message {
    text-align: center;
    color: #fff;
    font-size: 12px;
    padding-left: 20px;
    display: inline-block;
    position: absolute;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    top: 50%;
    text-transform: uppercase;
    font-family: "Exo", sans-serif;
    font-weight: 600
}
@media (max-width: 991px) {
    .contact-form .fileinput span.message {
        padding-left: 0;
    }
}
.gradient {
    background-image: -webkit-linear-gradient(302deg, #144793, #03addc);
    background-image: -o-linear-gradient(302deg, #144793, #03addc);
    background-image: linear-gradient(148deg, #144793, #03addc);
    -webkit-box-shadow: 0 2px 50px 0 rgba(0, 0, 0, 0.26);
    box-shadow: 0 2px 50px 0 rgba(0, 0, 0, 0.26)
}
section#post-listing .col-xs-12 {
    margin-bottom: 40px
}
.h1 {
    font-weight: 600;
    text-transform: uppercase
}
.page-header {
    text-align: center;
    background: #144894;
    background: -webkit-linear-gradient(left, #144894 0%, #079fcd 100%);
    background: -webkit-gradient(linear, left top, right top, from(#144894), to(#079fcd));
    background: -o-linear-gradient(left, #144894 0%, #079fcd 100%);
    background: linear-gradient(to right, #144894 0%, #079fcd 100%)
}
.page-header .hero {
    padding-top: 300px;
    padding-bottom: 50px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    min-height: 30vh;
    position: relative
}
@media (max-width: 991px) {
    .page-header .hero {
        padding-top: 170px;
        padding-bottom: 50px
    }
}
.page-header .hero h1 {
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase
}
.page-header .hero .subheading {
    font-size: 20px;
    color: #fff;
    font-style: italic;
    padding-top: 10px
}
.page-header .hero .subheading span:first-child {
    border-right: 1px solid #fff;
    padding-right: 25px;
    margin-right: 20px
}
.single-post .page-header,
.single-job_offer .page-header {
    background-position: center;
    background-size: cover
}
.single-post .page-header .hero,
.single-job_offer .page-header .hero {
    background: -webkit-gradient(linear, left top, right top, from(rgba(20, 72, 148, 0.65)), to(rgba(7, 159, 205, 0.65)));
    background: -webkit-linear-gradient(left, rgba(20, 72, 148, 0.65) 0%, rgba(7, 159, 205, 0.65) 100%);
    background: -o-linear-gradient(left, rgba(20, 72, 148, 0.65) 0%, rgba(7, 159, 205, 0.65) 100%);
    background: linear-gradient(to right, rgba(20, 72, 148, 0.65) 0%, rgba(7, 159, 205, 0.65) 100%)
}
input {
    border: none !important;
    padding: 16px 25px !important;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 4px 0 rgba(40, 40, 40, 0.1) !important;
    box-shadow: inset 0 1px 4px 0 rgba(40, 40, 40, 0.1) !important;
    height: 50px
}
#job_search {
    padding: 30px 0 0;
}
.job-search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.job-search select,
.job-search button,
.job-search .twitter-typeahead {
    width: 22%;
    margin: 0;
    margin-bottom: 10px;
}
.job-search .twitter-typeahead {
    width: initial !important;
    flex: 1 0 auto !important;
}

.job-search select.disabled {
    opacity: .7;
}

@media ( max-width: 991px ) {
    .job-search select,
    .job-search button {
        width: 32%;
    }
    .job-search .twitter-typeahead {
        width: 100%
    }
}
@media ( max-width: 649px ) {
    .job-search select {
        width: 49%;
    }
    .job-search button,
    .job-search .twitter-typeahead {
        width: 100%;
    }
}
@media ( max-width: 480px ) {
    .job-search select {
        width: 100%;
    }
}

.job-search select,
.job-search button,
.job-search input {
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 4px 0 rgba(40, 40, 40, 0.1) !important;
    box-shadow: inset 0 1px 4px 0 rgba(40, 40, 40, 0.1) !important;
    height: 50px
}
.job-search select:focus,
.job-search button:focus,
.job-search input:focus {
    outline: none
}
.job-search select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background-color: #144793 !important;
    background-image: url("assets/images/ic-expand-more.svg");
    background-position: right 15px center;
    background-repeat: no-repeat;
    background-size: 15px 15px;
    color: #fff !important;
    font-size: 14px !important;
    padding: 16px !important;
    position: relative;
    -webkit-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;
    padding-right: 40px !important;
    margin: 0 10px !important;
}
.job-search select:hover {
    cursor: pointer
}
#executive-landing .get-in-touch .vc_toggle_title,
#main .vc_btn3-container > button,
#main .vc_btn3-container > a,
.btn {
    border-radius: 4px;
    padding: 16px 25px;
    text-align: center;
    color: #fff;
    font-family: "Exo", sans-serif;
    font-size: 14px;
    -webkit-box-shadow: inset 0 1px 4px 0 rgba(40, 40, 40, 0.1) !important;
    box-shadow: inset 0 1px 4px 0 rgba(40, 40, 40, 0.1) !important;
    font-weight: 600;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: uppercase;
    -webkit-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;
    min-height: 50px;
    background: -webkit-linear-gradient(294deg, #144793, #03addc);
    background: -o-linear-gradient(294deg, #144793, #03addc);
    background: linear-gradient(156deg, #144793, #03addc)
}
#executive-landing .get-in-touch .vc_toggle_title:hover,
.vc_btn3-container > button:hover,
.vc_btn3-container > a:hover,
.btn:hover {
    text-decoration: none;
    color: #fff;
    opacity: 0.8
}
#executive-landing .get-in-touch .vc_toggle_title.btn-small,
.btn.btn-small {
    font-size: 12px;
    padding: 10px 25px;
    min-height: 20px;
    line-height: 20px
}
#executive-landing .get-in-touch .vc_toggle_title.btn-absolute,
.btn.btn-absolute {
    position: absolute;
    right: 30px;
    height: 38px;
    top: 25px
}
#executive-landing .get-in-touch .vc_toggle_title.btn-back,
.btn.btn-back {
    display: block;
    max-width: 170px;
    margin: 10px auto 0;
    height: 38px;
    padding: 10px 25px
}
#executive-landing .get-in-touch .vc_toggle_title.btn-share,
.btn.btn-share {
    padding: 10px 40px;
    margin: 0 auto;
    display: block;
    max-width: 300px
}
#executive-landing .get-in-touch .vc_toggle_title.btn-share i,
.btn.btn-share i {
    font-size: 24px;
    margin-right: 10px;
    top: 3px;
    font-weight: normal;
    position: relative
}
#executive-landing .get-in-touch .vc_toggle_title.btn-yellow,
.btn.btn-yellow {
    background: #deb400
}
#executive-landing .get-in-touch .vc_toggle_title.btn-yellow:hover,
.btn.btn-yellow:hover {
    opacity: 1;
    -webkit-box-shadow: inset 0 1px 4px 0 rgba(40, 40, 40, 0.8) !important;
    box-shadow: inset 0 1px 4px 0 rgba(40, 40, 40, 0.8) !important
}
#executive-landing .get-in-touch .vc_toggle_title.btn-center,
.btn.btn-center {
    display: block;
    margin: 0 auto;
    max-width: 200px
}
#executive-landing .get-in-touch .vc_toggle_title.btn-arr,
.btn.btn-arr {
    padding-left: 50px
}
#executive-landing .get-in-touch .vc_toggle_title.btn-arr::after,
.btn.btn-arr::after {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    background-image: url("assets/images/ic-chevron-left.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px 15px;
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s
}
#executive-landing .get-in-touch .vc_toggle_title.btn-arr:hover::after,
.btn.btn-arr:hover::after {
    left: 15px
}
#executive-landing .get-in-touch .vc_toggle_title.btn-sector,
.btn.btn-sector {
    right: 0;
    top: 0
}
@media (max-width: 991px) {
    #executive-landing .get-in-touch .vc_toggle_title.btn-sector,
    .btn.btn-sector {
        top: -15px
    }
}
#job_page>h3,
#job_page .container>h3 {
    text-align: center;
    color: #128acc;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
    padding-top: 35px
}
.consultant_vcard .col-xs-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center
}
.consultant_vcard .thumb {
    background-position: center;
    background-size: cover !important;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    border: 2px #03addc solid
}
.consultant_vcard h5,
.consultant_vcard p,
.consultant_vcard a {
    width: 100%
}
.consultant_vcard h5 {
    font-size: 18px;
    line-height: 27px;
    color: #03addc;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: uppercase
}
.consultant_vcard p {
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    margin-bottom: 5px
}
.consultant_vcard a {
    line-height: 27px;
    font-size: 14px;
    font-weight: 600;
    display: block
}
.single-post,
.single-job_offer {
    background: #fff
}
.single-post .content,
.single-job_offer .content {
    font-size: 16px;
    line-height: 28px
}
.single-post .content p,
.single-job_offer .content p {
    margin-bottom: 30px
}
.single-post article>.container-narrow,
.single-job_offer article>.container-narrow {
    padding: 75px 0;
    max-width: 800px;
    margin: 0 auto
}
.single-job_offer #job_summary .btn {
    max-width: 148px;
    padding:  10px 20px;
}
.single-job_offer #main .buttons {
    display: flex;
    justify-content: center;
    width: 100%;
}
.single-job_offer #main .buttons .btn {
    width: 40px;
    height: 40px !important;
    padding: 6px 0 !important;
    min-height: inherit !important;
    text-align:  center;
    font-size: 24px !important;
    margin: 0 !important;
    position: relative;
}
.single-job_offer #main .buttons .btn:nth-of-type(2) {
    margin: 0 14px !important;
}
.single-job_offer #main .buttons .btn:nth-of-type(1):after,
.single-job_offer #main .buttons .btn:nth-of-type(2):after,
.single-job_offer #main .buttons .btn:nth-of-type(3):after {
    display: block;
    content: '';
    width:  23px;
    height: 23px;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    left:  50%;
    transform:  translateX(-50%);
}
.single-job_offer .buttons .btn:nth-of-type(1):after {
    background-size: 20px 22px;
    background-image: url('assets/images/icon-share.svg');
    top: 8px;
}
.single-job_offer .buttons .btn:nth-of-type(2):after {
    background-size: 22px 17px;
    background-image: url('assets/images/icon-email.svg');
    top: 8px;
}
.single-job_offer .buttons .btn:nth-of-type(3):after {
    background-size: 20px 20px;
    background-image: url('assets/images/icon-phone.svg');
    top: 8px;
}
.single-post .subheading {
    text-transform: capitalize
}
.single-post .container>article {
    padding: 30px 0 65px
}
.consultant_details {
    margin-top: 70px;
    background: #f5f5f5;
    padding: 20px 25px;
    border-radius: 4px;
    margin-bottom: 25px
}
@media (max-width: 991px) {
    .consultant_details {
        text-align: center
    }
}
#main .consultant_details .col-xs-12:last-of-type {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}
.consultant_details h5,
.consultant_details p {
    width: 100%;
    text-transform: uppercase
}
.consultant_details h5 {
    font-size: 18px;
    line-height: 27px;
    color: #03addc;
    font-weight: 600;
    margin-bottom: 3px
}
.consultant_details p {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 4px
}
.consultant_details a {
    font-size: 14px;
    line-height: 27px;
    font-weight: 600
}
@media (max-width: 991px) {
    .consultant_details a {
        margin: 0 auto
    }
}
.consultant_details .thumb {
    background-position: center;
    background-size: cover !important;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    border: 2px solid #03addc
}
@media (max-width: 991px) {
    .consultant_details .thumb {
        margin: 0 auto
    }
}
.consultant_details .col-xs-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center
}
.consultant_details .btn {
    display: block;
    max-width: 175px;
    height: 40px;
    line-height: 20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}
@media (max-width: 991px) {
    .consultant_details .btn {
        margin-top: 10px
    }
}
.container-narrow {
    max-width: 800px;
    margin: 0 auto
}
.social {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
@media (max-width: 991px) {
    .social {
        margin: 0 auto 15px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: flex-start;
    }
}
@media (max-width: 576px) {
    .social {
        justify-content: center;
    }
}
.social li {
    display: block;
    width: 26px;
    margin-right: 23px
}
@media (max-width: 991px) {
    .social li:last-of-type {
        margin-right: 0
    }
}
.social li a {
    font-size: 26px;
    color: #03addc;
    -webkit-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s
}
.social li a:hover {
    color: #144793
}
form {
    -ms-input-placeholder-color: #4a4a4a;
    -ms-input-placeholder-font-style: italic;
    -ms-input-placeholder-font-size: 14px;
    -ms-input-placeholder-opacity: 0.8;
    -moz-placeholder-color: #4a4a4a;
    -moz-placeholder-font-style: italic;
    -moz-placeholder-font-size: 14px;
    -moz-placeholder-opacity: 0.8
}
form::-webkit-input-placeholder {
    color: #4a4a4a;
    font-style: italic;
    font-size: 14px;
    opacity: 0.8
}
form::-moz-placeholder {
    color: #4a4a4a;
    font-style: italic;
    font-size: 14px;
    opacity: 0.8
}
.page-home #listing_filters {
    display: none
}
.swiper-button-next,
.swiper-button-prev {
    color: #03addc;
    -webkit-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s
}
.swiper-button-prev:hover {
    left: 0
}
.swiper-button-next:hover {
    right: 0
}
.swiper-slide div {
    max-width: 900px;
    margin: 0 auto
}
.swiper-slide div p {
    position: relative;
    font-style: italic;
    text-align: center;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 30px
}
@media (max-width: 768px) {
    .swiper-slide div p {
        font-size: 16px;
        line-height: 26px
    }
}
.swiper-slide h4 {
    color: #03addc;
    text-align: center;
    font-family: "Exo", sans-serif;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase
}
@media (max-width: 768px) {
    .swiper-slide h4 {
        font-size: 14px
    }
}
.swiper-slide h4 small {
    margin-top: 5px;
    display: block;
    font-size: 14px;
    font-weight: 400
}
@media (max-width: 768px) {
    .swiper-slide h4 small {
        font-size: 12px
    }
}
.sector-listing {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.single-sector {
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 25px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 25px 0 rgba(0, 0, 0, 0.08);
    padding: 16px 20px;
    width: 23%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0 10px 25px;
    font-weight: 600;
    -webkit-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s
}
@media (max-width: 1200px) {
    .single-sector {
        width: 31%
    }
}
@media (max-width: 991px) {
    .single-sector {
        width: 47%
    }
}
@media (max-width: 768px) {
    .single-sector {
        width: 100%;
        margin: 0 0 20px
    }
}
@media (max-width: 991px) {
    .single-sector:nth-of-type(even) {
        margin-right: 0
    }
}
.single-sector h4 {
    color: #144793;
    font-size: 16px;
    font-weight: 600;
    width: 90%;
    -webkit-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;
    display: inline-block;
    margin-bottom: 0
}
.single-sector p {
    display: inline-block;
    width: 10%;
    margin-bottom: 0;
    color: #03addc;
    -webkit-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s
}
.single-sector:hover {
    color: #fff;
    background: #deb400
}
.single-sector:hover h4,
.single-sector:hover p {
    color: #fff
}
.row-5 .wpb_column {
    width: 20% !important
}
@media (max-width: 991px) {
    .row-5 .wpb_column {
        width: 50% !important
    }
}
@media (max-width: 768px) {
    .row-5 .wpb_column {
        width: 100% !important
    }
}
.row-5 .wpb_column:last-of-type {
    display: none
}
.shadow-box {
    position: relative
}
@media (max-width: 991px) {
    .shadow-box .wpb_single_image {
        margin-bottom: 10px
    }
}
.shadow-box::after {
    content: '';
    display: block;
    position: absolute;
    width: 90%;
    height: 50%;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-shadow: 0 2px 50px 0 rgba(0, 0, 0, 0.26);
    box-shadow: 0 2px 50px 0 rgba(0, 0, 0, 0.26)
}
.shadow-box .vc_column-inner {
    background: #fff;
    padding: 34px 5px 70px;
    padding-left: 5px !important;
    padding-right: 5px !important;
    z-index: 3;
    height: 100%;
    position: relative
}
.shadow-box .vc_column-inner .wpb_single_image {
    height: 65px
}
.shadow-box .vc_column-inner h4 {
    text-transform: uppercase
}
.shadow-box .vc_column-inner a.btn {
    position: absolute;
    display: block;
    width: 145px;
    height: 38px;
    bottom: 25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}
.uppercase {
    text-transform: uppercase
}
.content {
    font-size: 16px;
    line-height: 28px
}
.content p {
    margin-bottom: 25px
}
.pagination {
    margin-bottom: 30px
}
.pagination form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}
.pagination form p {
    display: block;
    white-space: nowrap;
    padding: 0 9px;
    margin-bottom: 0;
    padding-top: 8px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif
}
.pagination form p span {
    color: #144793
}
.pagination ul {
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}
.pagination ul li a {
    color: #144793
}
.pagination ul li:first-of-type a {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}
.pagination ul li:last-of-type a {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}
.pagination ul li.inactive a {
    color: rgba(74, 74, 74, 0.5)
}
.pagination a {
    background-color: #f9f9f9;
    border: solid 0.5px #b4b8c2;
    display: block;
    min-width: 36px;
    text-align: center;
    font-size: 20px;
    padding: 5px 10px
}

.pagination input {
    background-color: #ffffff;
    -webkit-box-shadow: 0 1px 1px 0 rgba(221, 221, 221, 0.5), inset 0 1px 3px 0 rgba(153, 153, 153, 0.5) !important;
    box-shadow: 0 1px 1px 0 rgba(221, 221, 221, 0.5), inset 0 1px 3px 0 rgba(153, 153, 153, 0.5) !important;
    border: solid 1px #b4b8c2 !important;
    height: 36px;
    padding: 0 !important;
    text-align: center !important;
    min-width: 55px
}
.pagination input[type=number]::-webkit-inner-spin-button,
.pagination input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0
}
.wpcf7 .wpcf7-form-control-wrap {
    z-index: 100;
}
.wpcf7 {
    max-width: 760px
}
.wpcf7-recaptcha > div {
    margin: 15px auto;
}
.single-job_offer .wpcf7 {
    max-width: 1200px
}
.single-job_offer .wpcf7 .btn {
    margin-top: 30px
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
    font-weight: 600;
    font-family: "Exo", sans-serif;
    color: #144793;
    font-size: 20px;
    margin-bottom: 5px
}
.content blockquote {
    font-style: italic;
    color: #144793;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 40px
}
.content p {
    margin-bottom: 35px
}
.page-404 #main p {
    color: #144793;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
    text-align: center
}
.page-404 #main p a {
    color: #03addc
}
.page-404 #main p a:hover {
    text-decoration: underline
}
.page-404 article {
    padding: 75px 0
}
.quote-open,
.quote-close {
    display: inline-block;
    width: 45px;
    height: 45px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute
}
.quote-open {
    background-image: url("assets/images/quote-open.png");
    left: -5px;
    position: relative
}
.quote-close {
    background-image: url("assets/images/quote-close.png");
    bottom: -20px
}
.tt-menu {
    background: #fff;
    right: 0;
    padding: 0;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(40, 40, 40, 0.1);
    box-shadow: 0 1px 4px 0 rgba(40, 40, 40, 0.1)
}
.tt-menu .tt-suggestion {
    padding: 3px 15px;
    border-radius: 4px
}
.tt-menu .tt-suggestion:last-of-type {
    margin-bottom: 0
}
.tt-menu .tt-suggestion:hover {
    cursor: pointer;
    background: #deb400;
    color: #fff
}
.tt-menu .tt-suggestion:hover .tt-highlight {
    color: #144793
}
.tt-menu .tt-suggestion .tt-highlight {
    color: #03addc;
    font-weight: 400
}
.wpcf7-not-valid-tip {
    position: relative;
    top: -25px;
    border-radius: 4px
}
.wpcf7-not-valid-tip:hover {
    opacity: 1
}
@media (max-width: 991px) {
    .swiper-slide img {
        max-width: 100%
    }
}
@media (max-width: 1200px) {
    .swiper-slide div {
        padding: 0 45px
    }
}
@media (max-width: 991px) {
    .btn-to-wide {
        display: block
    }
}
@media (max-width: 1200px) {
    .contact-details-section>.vc_column-inner>.wpb_wrapper {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
}
.contact-details-section h1 {
    width: 100% !important
}
@media (max-width: 1200px) {
    .contact-details-section .vc_row {
        width: 33.3333% !important
    }
}
@media (max-width: 991px) {
    .contact-details-section .vc_row {
        width: 50% !important
    }
}
@media (max-width: 768px) {
    .contact-details-section .vc_row {
        width: 100% !important
    }
}
@media (max-width: 991px) {
    #home-header {
        padding-top: 50px !important;
        padding-bottom: 5vh !important
    }
}
@media (max-width: 991px) {
    #whatwedo.vc_row {
        padding-bottom: 0 !important;
        text-align: center
    }
    #whatwedo.vc_row .wpb_single_image {
        text-align: center !important
    }
    #whatwedo.vc_row h3 {
        padding-top: 0 !important;
        text-align: center !important
    }
    #whatwedo.vc_row .vc_row h3 {
        text-align: center !important
    }
}
@media (max-width: 1200px) {
    .non-mobile {
        display: none !important
    }
}
@media (max-width: 991px) {
    #partners.vc_row h3 {
        padding-bottom: 30px !important
    }
}
@media (max-width: 991px) {
    #partners.vc_row {
        padding-top: 0 !important;
        padding-bottom: 15px !important
    }
}
@media (max-width: 991px) {
    #contact.vc_row .wpb_single_image {
        margin-bottom: 10px
    }
}
@media (max-width: 991px) {
    #contact.vc_row {
        padding-top: 20px !important;
        padding-bottom: 1g0px !important
    }
}
@media (max-width: 991px) {
    #contact.vc_row .contact-form {
        margin-top: 0
    }
}
@media (max-width: 991px) {
    .order-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
}
@media (max-width: 991px) {
    .order-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
}
.post-box {
    position: relative;
    height: 100%;
    z-index: 3;
    border-radius: 4px;
    overflow: hidden;
    background: white
}
.post-box .inner {
    padding: 30px 30px 80px
}
.post-box h4 {
    color: #144793;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 20px;
    font-family: "Exo", sans-serif
}
.post-box time {
    color: #03addc;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    margin-bottom: 8px;
    display: inline-block
}
.post-box p {
    font-size: 14px;
    color: #42495c;
    padding-right: 20px
}
.post-box .thumb {
    width: 100%;
    height: 200px;
    display: block;
    background-position: center;
    background-size: cover;
    border-top-left-radius: 4px;
    border-top-left-radius: 4px;
}
.post-box .btn {
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}
.box-shadow {
    height: 100%;
    position: relative
}
.box-shadow::after {
    content: '';
    display: block;
    position: absolute;
    width: 90%;
    height: 50%;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-shadow: 0 2px 50px 0 rgba(0, 0, 0, 0.26);
    box-shadow: 0 2px 50px 0 rgba(0, 0, 0, 0.26)
}
.job-box {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    padding: 0 15px;
    margin-bottom: 25px;
    background: rgba(230, 230, 230, 0.26)
}
.job-box .row:first-of-type {
    background: #fff;
    padding: 27px 18px 20px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}
@media (max-width: 768px) {
    .job-box .row:first-of-type {
        padding: 17px 10px 15px
    }
}
.job-box .row:first-of-type h3 {
    color: #144793;
    font-size: 18px;
    line-height: 21px;
    font-weight: 600;
    margin-bottom: 0;
    text-transform: uppercase
}
@media (max-width: 768px) {
    .job-box .row:first-of-type h3 {
        text-align: center;
        margin-bottom: 15px
    }
}
.job-box .row:first-of-type ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}
@media (max-width: 768px) {
    .job-box .row:first-of-type ul {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}
.job-box .row:first-of-type ul li,
.job-box .row:first-of-type ul li a {
    text-align: right;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #03addc;
    position: relative;
    margin-left: 15px;
    padding-left: 15px;
    position: relative
}
@media (max-width: 576px) {
    .job-box .row:first-of-type ul li {
        width: 100%;
        display: inline-block;
        text-align: center;
        margin-left: 0;
        padding-left: 0
    }
}
.job-box .row:first-of-type ul li::before {
    display: block;
    content: '';
    width: 1px;
    height: 40px;
    background: #e6e6e6;
    position: absolute;
    left: 0;
    top: -12px
}
@media (max-width: 576px) {
    .job-box .row:first-of-type ul li::before {
        display: none
    }
}
.job-box .row:first-of-type ul li:first-of-type::before {
    display: none
}
@media (max-width: 768px) {
    .job-box .row:first-of-type ul li:first-of-type {
        margin-left: 0;
        padding-left: 0
    }
}
.job-box .row:last-of-type {
    padding: 20px 18px 15px;
    line-height: 20px;
    font-style: italic;
    background: #f8f8f8
}
.job-box .row:last-of-type p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 0
}
@media (max-width: 768px) {
    .job-box .row:last-of-type p {
        margin-bottom: 15px
    }
}
.job-box .row:last-of-type .btn {
    margin-left: 8px;
    font-style: normal;
    font-family: "Open Sans", sans-serif;
    white-space: nowrap
}
.job-box .row:last-of-type .btn:nth-of-type(3) {
    height: 40px;
    display: inline-block;
}
.job-box .row:last-of-type .btn:first-of-type,
.job-box .row:last-of-type .btn:nth-of-type(2) {
    width:  40px;
    font-size:  24px;
    padding:  4px;
    display: inline-block;
    height: 40px;
    top: 16px;
    position: relative;
}
.job-box .row:last-of-type .btn:nth-of-type(1):after,
.job-box .row:last-of-type .btn:nth-of-type(2):after {
    display: block;
    content: '';
    width:  22px;
    height: 22px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-repeat: no-repeat;
    background-position: center;
}
.job-box .row:last-of-type .btn:nth-of-type(1):after {
    background-image: url('assets/images/icon-email.svg');
    background-size: 22px 17px;
    top: 8px;
}
.job-box .row:last-of-type .btn:nth-of-type(2):after {
    background-image: url('assets/images/icon-phone.svg');
    background-size: 20px 20px;
    top: 9px;
}
@media (max-width: 991px) {
    .job-box .row:last-of-type .btn {
        display: block;
        width: 100%;
        margin-left: 0;
        margin-bottom: 15px
    }
    .job-box .row:last-of-type .btn:first-of-type,
    .job-box .row:last-of-type .btn:nth-of-type(2) {
        width: 49%;
    }
    .job-box .row:last-of-type .btn:first-of-type {
        margin-right: 4px;
    }
}
.single-consultant {
    width: 20%;
    display: block;
    padding: 0 1px;
    -webkit-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s
}
@media (max-width: 1200px) {
    .single-consultant {
        width: 25%
    }
}
@media (max-width: 991px) {
    .single-consultant {
        width: 33.3333%
    }
}
@media (max-width: 768px) {
    .single-consultant {
        width: 50%
    }
}
@media (max-width: 576px) {
    .single-consultant {
        width: 100%
    }
}
.single-consultant .popup {
    display: none
}
.single-consultant .thumb {
    height: 340px;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    position: relative
}
.single-consultant .thumb.active div {
    height: 100%;
    padding: 25px
}
.single-consultant .thumb div {
    position: absolute;
    background: rgba(3, 173, 220, 0.7);
    left: 0;
    right: 0;
    text-align: center;
    padding: 0;
    top: 0;
    bottom: 0;
    height: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-transition: ease-in-out 0.3s;
    -o-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
    overflow: hidden
}
.single-consultant .thumb div h5,
.single-consultant .thumb div p {
    width: 100%
}
.single-consultant .thumb div h5 {
    font-size: 18px;
    line-height: 27px;
    color: #fff;
    font-family: "Exo", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 7px;
    margin-bottom: 10px;
    position: relative
}
.single-consultant .thumb div h5::after {
    content: '';
    width: 50px;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}
.single-consultant .thumb div p {
    color: #fff;
    line-height: 14px;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 0
}
.single-consultant .thumb:hover div {
    cursor: pointer;
    height: 100%;
    padding: 25px
}
.item-more {
    display: block;
    overflow: hidden;
    -webkit-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s;
    width: 100%;
    opacity: 1;
    height: auto;
    padding: 75px;
    background: #fff;
    position: relative
}
@media (max-width: 768px) {
    .item-more {
        padding: 30px
    }
}
@media (max-width: 576px) {
    .item-more {
        padding: 20px 0
    }
}
.item-more .thumb::before {
    height: 0
}
.item-more .thumb {
    width: 100px;
    height: 100px;
    border: 2px solid #03addc;
    border-radius: 100%;
    margin: 0 auto;
    background-position: center;
    background-size: cover
}
@media (max-width: 991px) {
    .item-more .thumb {
        margin: 0
    }
}
@media (max-width: 576px) {
    .item-more .thumb {
        margin: 0 auto
    }
}
.item-more .thumb:before {
    display: none
}
.item-more h4 {
    font-size: 18px;
    line-height: 27px;
    color: #03addc;
    font-weight: 600;
    text-transform: uppercase
}
@media (max-width: 576px) {
    .item-more h4 {
        text-align: center
    }
}
.item-more h4 span {
    width: 1px;
    height: 30px;
    background: #03addc;
    display: inline-block;
    margin: 0 10px
}
.item-more h4 a {
    color: #03addc;
    font-size: 24px !important;
    margin-right: 10px;
    margin-bottom: 0;
    -webkit-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s
}
.item-more h4 a:hover {
    color: #144793
}
.item-more small {
    width: 100%;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    margin-bottom: 5px;
    display: inline-block
}
@media (max-width: 576px) {
    .item-more small {
        text-align: center
    }
}
.item-more div>a:first-of-type,
.item-more div>a:nth-of-type(2),
.item-more div>a:nth-of-type(3) {
    font-weight: 600;
    line-height: 27px;
    font-size: 14px;
    margin-bottom: 25px;
    display: inline-block
}
@media (max-width: 576px) {
    .item-more div>a:first-of-type,
    .item-more div>a:nth-of-type(2),
    .item-more div>a:nth-of-type(3) {
        margin-bottom: 0;
        width: 100%;
        text-align: center
    }
}
.item-more .btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    display: block !important;
    line-height: 18px !important;
    padding-top: 12px;
    font-size: 12px !important
}
@media (max-width: 576px) {
    .item-more .btn {
        margin-top: 10px;
        margin-bottom: 10px !important;
        position: static
    }
}
.item-more .description {
    font-size: 16px;
}
@media (max-width: 576px) {
    .item-more .description {
        font-size: 12px;
        padding: 0 10px;
        text-align: center;
    }
}
.item-more .close {
    display: block;
    width: 42px;
    height: 42px;
    background-image: url("assets/images/ic-cancel.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 38px 38px;
    position: absolute;
    right: -70px;
    top: -50px;
    -webkit-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s
}
@media (max-width: 768px) {
    .item-more .close {
        top: 0;
        right: 0;
        z-index: 9999
    }
}
.item-more .close:hover {
    opacity: 0.8;
    cursor: pointer
}
.shadow-box.wpb_column {
    font-size: 12px
}
#executive-landing .get-in-touch .vc_toggle_title {
    max-width: 160px;
    margin: 0 auto;
    background: #deb400
}
#executive-landing .get-in-touch .vc_toggle_title h4 {
    color: #fff
}
#executive-landing .get-in-touch .vc_toggle_title h4:hover {
    opacity: 1;
}
#executive-landing {
    background: #fff
}
#executive-landing .expertiese-box {
    -webkit-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s
}
#executive-landing .expertiese-box img {
    position: absolute;
    bottom: 20px
}
#executive-landing .expertiese-box>.vc_column-inner {
    position: relative;
    padding-bottom: 70px !important
}
#executive-landing .expertiese-box .vc_column-inner,
#executive-landing .expertiese-box h4,
#executive-landing .expertiese-box p {
    -webkit-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s
}
#executive-landing .expertiese-box .popup {
    display: none
}
#executive-landing .expertiese-box p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 300
}
#executive-landing .expertiese-box .btn-exec {
    display: block;
    max-width: 160px;
    padding: 12px 17px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}
#executive-landing .expertiese-box:hover .btn {
    background: #deb400
}
#executive-landing .expertiese-box.disabled {
    position: relative;
    opacity: 0.5
}
#executive-landing .expertiese-box.disabled .vc_column-inner {
    background-color: #f5f5f5 !important
}
#executive-landing .expertiese-box.active .btn-more {
    display: none
}
#executive-landing .expertiese-box.active:hover h4 {
    color: #144793 !important
}
#executive-landing .expertiese-box.active:hover p {
    color: #23272c !important
}
#executive-landing .expertiese-box.active:hover .btn {
    background-image: linear-gradient(116deg, #144793, #033847) !important;
}
#executive-landing .expertiese-box.active:hover>.vc_column-inner {
    background: #fff !important
}
#executive-landing .item-more {
    padding: 55px
}
@media (max-width: 991px) {
    #executive-landing .item-more {
        padding: 55px 0
    }
}
@media (max-width: 768px) {
    #executive-landing .item-more {
        padding: 20px 0
    }
}
#executive-landing .item-more img {
    float: right;
    -webkit-filter: invert();
    filter: invert();
    position: relative;
    top: 5px
}
@media (max-width: 768px) {
    #executive-landing .item-more img {
        float: none;
        margin-bottom: 10px
    }
}
#executive-landing .item-more h4 {
    color: #144793;
    margin-bottom: 15px
}
#executive-landing .item-more p {
    font-size: 14px;
    line-height: 24px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300
}
#executive-landing .item-more .close {
    background-image: url("assets/images/ic-cancel-dark.svg");
    top: -25px
}
#executive-landing .item-more .btn {
    position: static;
    display: block;
    max-width: 160px;
    margin: 30px auto 0
}
#executive-landing .get-in-touch.vc_toggle_active .vc_toggle_title {
    display: block !important;
    position: absolute;
    right: 25px;
    bottom: 25px;
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    padding: 12px 20px !important;
    max-width: 85px;
    min-height: 40px !important
}
#executive-landing .get-in-touch.vc_toggle_active .vc_toggle_title h4 {
    font-size: 12px !important
}
#executive-landing .contact-form {
    background: transparent;
    padding-bottom: 35px;
    border-bottom: 1px solid #fff;
    margin-bottom: 18px;
    margin-top: -60px
}
#executive-landing .contact-form textarea {
    min-height: 225px
}
#executive-landing .gradient-row {
    background-image: -webkit-linear-gradient(314deg, #144793, #033847);
    background-image: -o-linear-gradient(314deg, #144793, #033847);
    background-image: linear-gradient(136deg, #144793, #033847)
}
#executive-landing #header .logo img {
    width: 162px
}
@media (max-width: 1200px) {
    #executive-landing #header #nav a {
        padding: 15px 15px
    }
}
#executive-landing #header.inverted {
    -webkit-box-shadow: 0 1px 4px 0 rgba(20, 71, 147, 0.3);
    box-shadow: 0 1px 4px 0 rgba(20, 71, 147, 0.3)
}
#executive-landing #header.inverted nav li a {
    color: #144793
}
#executive-landing #header.inverted nav li.active a,
#executive-landing #header.inverted nav li a:hover {
    background-image: -webkit-linear-gradient(334deg, #144793, #033847);
    background-image: -o-linear-gradient(334deg, #144793, #033847);
    background-image: linear-gradient(116deg, #144793, #033847)
}
#executive-landing .page-header {
    background: rgba(8, 33, 70, 0.75);
    min-height: 525px
}
#executive-landing .page-header .hero {
    background-position: center;
    background-size: cover;
    mix-blend-mode: overlay;
    opacity: 0.65;
    padding-top: 475px
}
@media (max-width: 1400px) {
    #executive-landing .page-header .hero {
        background-size: 100% auto
    }
}
@media (max-width: 1200px) {
    #executive-landing .page-header .hero {
        background-size: cover
    }
}
@media (max-width: 480px) {
    #executive-landing .page-header {
        min-height: 300px;
    }
    #executive-landing .page-header .hero {
        background-size: contain;
        background-position: top center;
        padding-top: 440px;
    }
}
#executive-landing section#newsletter {
    background-image: -webkit-linear-gradient(334deg, #144793, #033847);
    background-image: -o-linear-gradient(334deg, #144793, #033847);
    background-image: linear-gradient(116deg, #144793, #033847)
}
#executive-landing .btn-exec {
    background-image: -webkit-linear-gradient(334deg, #144793, #033847);
    background-image: -o-linear-gradient(334deg, #144793, #033847);
    background-image: linear-gradient(116deg, #144793, #033847)
}
#executive-landing #footer .col-xs-12:first-of-type {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px
}
#executive-landing #footer .col-xs-12:first-of-type p {
    padding-top: 15px;
    margin-bottom: 0
}
#executive-landing #footer .col-xs-12:first-of-type a:last-of-type {
    margin-left: 7px;
    padding-left: 10px;
    border-left: 1px solid #23272c;
    color: #03addc
}
#executive-landing #footer .col-xs-12:first-of-type a:last-of-type:hover {
    text-decoration: underline
}
#executive-landing #footer .copyrights {
    width: 100%;
    margin: 40px auto 0;
    display: block;
}
#executive-landing #footer .copyrights p {
    text-align: center;
}
#executive-landing #footer .social {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 30px
}
@media (max-width: 576px) {
    #executive-landing #footer .social {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 10px;
    }
}
#executive-landing #footer .social li {
    margin-right: 15px
}
#executive-landing #footer .social li:last-of-type {
    margin-right: 0
}
#executive-landing #footer .social a {
    color: #144793
}
#executive-landing #footer .social a:hover {
    color: #03addc
}
#executive-landing #footer .btn {
    float: right;
    padding-right: 40px;
    padding-left: 40px
}
@media (max-width: 576px) {
    #executive-landing #footer .btn {
        float: none
    }
}
#executive-landing .post-box h4 {
    color: #23272c
}
#executive-landing .post-box time {
    color: #144793
}
#executive-landing .post-box .btn {
    background-image: -webkit-linear-gradient(334deg, #144793, #033847);
    background-image: -o-linear-gradient(334deg, #144793, #033847);
    background-image: linear-gradient(116deg, #144793, #033847)
}
#executive-landing .post-box p {
    line-height: 24px
}
#executive-landing section#listing_filters {
    display: none
}
#executive-landing .shadow-bottom {
    position: relative
}
#executive-landing .shadow-bottom::after {
    content: '';
    display: block;
    width: 90%;
    height: 150px;
    -webkit-box-shadow: 0 2px 50px 0 rgba(0, 0, 0, 0.26);
    box-shadow: 0 2px 50px 0 rgba(0, 0, 0, 0.26);
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}
#executive-landing .shadow-top {
    position: relative;
    z-index: 7
}
#executive-landing .shadow-top .wpb_column {
    z-index: 6
}
#executive-landing .shadow-top::after {
    content: '';
    display: block;
    height: 200px;
    width: 97%;
    -webkit-box-shadow: 0 2px 50px 0 rgba(20, 71, 147, 0.51);
    box-shadow: 0 2px 50px 0 rgba(20, 71, 147, 0.51);
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 4
}
#job_page {
    padding-bottom: 30px
}
#home-header {
    overflow: visible !important;
}
.columns-align-center.vc_row {
    justify-content: center !important;
}
.page-sectors .shadow-box ul,
.page-salary-guide-2020 .shadow-box ul {
    list-style: none;
    padding:  10px;
}
.page-sectors .shadow-box ul li,
.page-salary-guide-2020 .shadow-box ul li {
    text-align:  center;
    font-size:  12px;
    line-height: 20px;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.page-sectors .shadow-box ul li:after,
.page-salary-guide-2020 .shadow-box ul li:after {
    content: '';
    display: block;
    position: absolute;
    width: 70px;
    background: #e6e6e6;
    height: 1px;
    bottom:  0;
    left: 50%;
    transform: translateX(-50%);
}


/* jobs */
#main #volcanic-widget-wrapper .search-results-header {
    padding: 0 !important;
    margin-bottom: 10px;
}
#main #volcanic-widget-wrapper .job-title {
    font-family: 'Exo';
}
#main #volcanic-widget-wrapper h1.page-title.mb20 {
    display: none;
}

#main #volcanic-widget-wrapper .container.container-narrow {
    max-width: 1140px;
}

#main #volcanic-widget-wrapper .container.container-narrow > .row > .col-lg-2 {
    width: 25%;
    max-width: 25%;
}

#main #volcanic-widget-wrapper .container.container-narrow > .row > .col-lg-10 {
    width: 75%;
    max-width: 75%;
}

#main #volcanic-widget-wrapper .results-list .job-result-item {
    padding: 30px !important;
    margin-bottom: 30px !important;
    background: #fff;
    border-radius: 3px;
    transition: .2s all;
}
#main #volcanic-widget-wrapper .results-list .job-result-item:hover {
    box-shadow: 0 0 30px rgba(0,0,0, .1);
}

#main #volcanic-widget-wrapper .results-list li .featured-job-margin {
    display: none;
}

#main #volcanic-widget-wrapper .results-list li .new-badge {
    position: relative;
    top: -5px;
    background: -webkit-linear-gradient(320deg, #144793, #03addc) !important;
    background: -o-linear-gradient(320deg, #144793, #03addc) !important;
    background: linear-gradient(130deg, #144793, #03addc) !important;
}

#main #volcanic-widget-wrapper .results-list .job-info {
    margin-bottom: 15px !important;
}

#main #volcanic-widget-wrapper #job-search form {
    background: rgba(0,0,0, .05) !important;
    border-radius: 4px;
}

#main #volcanic-widget-wrapper #job-search form input {
    border: 0 !important;
    border-radius: 4px !important;
    box-shadow: none !important;
    padding: 15px 30px !important;
}


#main #volcanic-widget-wrapper #job-search form #broaden-search span {
    font-weight: normal !important;
    background: -webkit-linear-gradient(294deg, #144793, #03addc) !important;
    background: -o-linear-gradient(294deg, #144793, #03addc) !important;
    background: linear-gradient(156deg, #144793, #03addc) !important;
}
#main #volcanic-widget-wrapper #job-search form #broaden-search span i {
    color: #fff !important;
    margin: 0 !important;
}

#main #volcanic-widget-wrapper #job-search form .reset-search {
    padding-top: 10px !important;
    margin-top: 15px !important;
    border-top: 1px solid rgba(0,0,0, .05);
    margin-bottom: -5px !important;
}
#main #volcanic-widget-wrapper #job-search form .reset-search a {
    font-weight: normal !important;
    line-height: 1em !important;
    font-size: 12px !important;
}
#main #volcanic-widget-wrapper #job-search form .search input {
    margin-top: 15px;
    display: inline-block !important;
    width: auto !important;
    border-radius: 4px !important;
    padding: 0 24px !important;
    text-align: center !important;
    color: #fff !important;
    font-family: "Exo", sans-serif !important;
    font-size: 14px !important;
    -webkit-box-shadow: inset 0 1px 4px 0 rgba(40, 40, 40, 0.1) !important;
    box-shadow: inset 0 1px 4px 0 rgba(40, 40, 40, 0.1) !important;
    font-weight: 600 !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    border: none !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    text-transform: uppercase !important;
    -webkit-transition: ease-in-out 0.2s !important;
    -o-transition: ease-in-out 0.2s !important;
    transition: ease-in-out 0.2s !important;
    min-height: 50px !important;
    line-height: 50px !important;
    background: -webkit-linear-gradient(294deg, #144793, #03addc) !important;
    background: -o-linear-gradient(294deg, #144793, #03addc) !important;
    background: linear-gradient(156deg, #144793, #03addc) !important;
}

#main #volcanic-widget-wrapper #job-search > form select#search_radius {
    top: 5px !important;
}

#main #volcanic-widget-wrapper #refine-search #accordian ul li ul li a {
    padding: 5px 3px !important;
}

#main #volcanic-widget-wrapper #refine-search #accordian ul li ul li a:hover,
#main #volcanic-widget-wrapper #refine-search #accordian ul li ul li a:hover:before,
#main #volcanic-widget-wrapper #refine-search #accordian ul li ul li a:hover span,
#main #volcanic-widget-wrapper #refine-search #accordian ul li ul li a:not(.no-check-box).selected,
#main #volcanic-widget-wrapper #refine-search #accordian ul li ul li a:not(.no-check-box).selected:before,
#main #volcanic-widget-wrapper #refine-search #accordian ul li ul li a:not(.no-check-box).selected span {
    color: #03addc !important;
    text-decoration: none !important;
}
#main #volcanic-widget-wrapper #refine-search #accordian .category-title {
    margin-bottom: 10px !important;
    color: #144793 !important;
}

#main #volcanic-widget-wrapper nav.pagination {
    border: 0 !important;
}
#main #volcanic-widget-wrapper nav.pagination a {
    border: 0;
    background: #fff !important;
    font-size: 14px;
    line-height: 1.75;
    transition: .2s all;
    border-radius: 3px !important;
}
#main #volcanic-widget-wrapper nav.pagination a:hover {
    background: #03addc !important;
    color: #fff !important;
}
#main #volcanic-widget-wrapper nav.pagination span {
    line-height: 1.75 !important;
    border: 0 !important;
    margin: 0 2px !important;
    border-radius: 3px !important;
    overflow: hidden;
}

#main #volcanic-widget-wrapper nav.pagination span.current,
#main #volcanic-widget-wrapper .job .job .side-box a.apply {
    background: -webkit-linear-gradient(294deg, #144793, #03addc) !important;
    background: -o-linear-gradient(294deg, #144793, #03addc) !important;
    background: linear-gradient(156deg, #144793, #03addc) !important;
    color: #fff !important;
}

#main #volcanic-widget-wrapper .job .job .side-box a.apply {
    border-radius: 3px !important;
    border: 0 !important;
    transition: .2s all;
}
#main #volcanic-widget-wrapper .job .job .side-box a.apply:hover {
    opacity: .8 !important;
}

#main #volcanic-widget-wrapper .side-jobs > ul li a,
#main #volcanic-widget-wrapper .side-jobs > ul li:nth-of-type(2n) a,
#main #volcanic-widget-wrapper .side-box > ul li:nth-of-type(2n) a {
    background: #fff !important;
    transition: .2s all;
}
#main #volcanic-widget-wrapper .side-jobs > ul li a:hover {
    background: -webkit-linear-gradient(294deg, #144793, #03addc) !important;
    background: -o-linear-gradient(294deg, #144793, #03addc) !important;
    background: linear-gradient(156deg, #144793, #03addc) !important;
    color: #fff !important;
}

#main #volcanic-widget-wrapper .job-search-link {
    display: none !important;
}

#main #volcanic-widget-wrapper .job .box,
#main #volcanic-widget-wrapper .job article {
    padding: 30px !important;
    background: #fff !important;
    border-radius: 3px !important;
    margin-bottom: 30px !important;
}
#main #volcanic-widget-wrapper .job .box > h1,
#main #volcanic-widget-wrapper .job article header h2 {
    margin-bottom: 15px !important;
    font-size: 20px !important;
    color: #144793 !important;
}


#main #volcanic-widget-wrapper .quick-apply .information-job {
    padding: 30px;
    background: #fff;
}
#main #volcanic-widget-wrapper .quick-apply .information-job h1 {
    font-size: 20px;
}
#main #volcanic-widget-wrapper .quick-apply .information-job ul {
    margin: 0;
}
#main #volcanic-widget-wrapper .quick-apply .information-job li {
    display: block;
    padding: 5px 0;
    border-bottom: 1px solid #eee;
}
#main #volcanic-widget-wrapper .quick-apply .information-job li:last-child {
    border: 0;
    padding-bottom: 0;
}
#main #volcanic-widget-wrapper .quick-apply .information-job i {
    color: #555 !important;
    margin-right: 5px;
}
#main #volcanic-widget-wrapper .quick-apply a {
    color: #03addc !important;
}
#main #volcanic-widget-wrapper .quick-apply .actions {
    padding-top: 30px;
}
#main #volcanic-widget-wrapper .quick-apply .actions .btn {
    color: #fff !important;
    background-image: -webkit-linear-gradient(320deg, #144793, #03addc) !important;
    background-image: -o-linear-gradient(320deg, #144793, #03addc) !important;
    background-image: linear-gradient(130deg, #144793, #03addc) !important;
    transition: .2s all;
}
#main #volcanic-widget-wrapper .quick-apply .actions .btn:hover {
    background: #144793 !important;
}
#main #volcanic-widget-wrapper .quick-apply label {
    display: block !important;
    float: none !important;
}
#main #volcanic-widget-wrapper .quick-apply input[type=file] {
    box-shadow: none !important;
    padding: 0 !important;
}
#main #volcanic-widget-wrapper .quick-apply input[type=text] {
    padding: 10px 15px !important;
    height: 46px;
    line-height: 26px;
}

/**
Capital Markets Landing Page
 */
#executive-landing.page-capitalmarkets .vc_col-sm-12 {
    float: none !important;
}

#executive-landing.page-capitalmarkets .circle-list {
    padding: 0;
    margin: 0;
}
#executive-landing.page-capitalmarkets .circle-list li {
    list-style: none;
    position: relative;
    padding-left: 25px;
    padding-bottom: 7px;
}
#executive-landing.page-capitalmarkets .circle-list li:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border: 3px solid #144793;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 7px;
}

#executive-landing.page-capitalmarkets .textarea-in-fullwidth-row {
    max-width: 500px;
}

#executive-landing.page-capitalmarkets .container {
    max-width: 1106px;
}

#executive-landing.page-capitalmarkets .shadow-top .wpb_text_column {
    max-width: 817px;
}

#executive-landing.page-capitalmarkets .page-header {
    background: none;
}
#executive-landing.page-capitalmarkets .page-header .hero {
    background-size: cover;
    opacity: 1;
}

#executive-landing.page-capitalmarkets .image-column {
    min-height: 200px;
}

#executive-landing.page-capitalmarkets .expertiese-box > .vc_column-inner {
    padding-bottom: 40px !important;
}

@media (min-width: 768px) {
    #executive-landing.page-capitalmarkets .vc_figure .vc_box_rounded img {
        border: 4px solid #144793;
        border-radius: 100%;
    }
}

@media (max-width: 767px) {
    #executive-landing.page-capitalmarkets .image-column {
        min-height: 200px;
        margin-bottom: 30px;
    }
}
@media (max-width: 991px) {
    .job-box .row:last-of-type .col-xs-12:last-of-type {
        text-align: center !important;
    }
}

@media (max-width: 1199px) {
    #main .composer-box-listing > .wpb_column {
        margin-bottom: 60px !important;
    }
}

#main .composer-box-listing {
    color: #23272d !important;
    line-height: 1.67 !important;
}
#main .composer-box-listing strong {
    color: #144793 !important;
}

#main .composer-box-listing > .wpb_column > .vc_column-inner > .wpb_wrapper {
    padding: 20px 10px;
    padding-bottom: 90px;
    text-align: center;
    font-size: 12px;
    position: relative;
    background: #fff;
    height: 100%;
}
#main .composer-box-listing > .wpb_column > .vc_column-inner > .wpb_wrapper:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 50%;
    box-shadow: 0 2px 50px 0 rgba(0, 0, 0, 0.2);
    transform: translateX(-50%);
    z-index: -100;
}
#main .composer-box-listing .vc_column-inner .wpb_wrapper .vc_btn3-container {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    margin: 0;
}
#main .composer-box-listing .vc_column-inner .wpb_wrapper .vc_btn3-container .vc_general {
    font-size: 12px;
    padding: 12px 24px !important;
    min-height: 0;
    height: 40px;
}

/**
 * Salary guide and Refer a friend
 * 15-02-2019
 * Kordian Urban
 */

/** Salary guide download insight and footer */
.salary-guide-cta {
    margin-top: 150px;
    padding: 30px 45px;
    border-radius: 4px;
    background-image: linear-gradient(110deg, #144793, #03addc);
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}
.salary-guide-cta.salary-guide-footer {
    margin-top: 50px;
    padding: 15px;
    background: #f5f5f5;
}
.salary-guide-cta .row > div {
    position: relative;
    margin-bottom: 0 !important;
}
.salary-guide-cta img {
    display: block;
    width: 90%;
    height: auto;
    position: absolute;
    left: 5%;
    bottom: -30px;
}
.salary-guide-cta.salary-guide-footer img {
    bottom: -15px;
    left: 15%;
}
.salary-guide-cta.salary-guide-footer a {
    display: inline-block;
    color: #4a90e2;
    font-size: 14px;
    line-height: 1.29;
    text-decoration: underline;
    text-align: left;
}
#digital-landing #footer .salary-guide-cta.salary-guide-footer,
#executive-landing #footer .salary-guide-cta.salary-guide-footer {
    float: right;
}
@media (min-width: 992px) and (max-width: 1200px) {
    .salary-guide-cta.salary-guide-footer a {
        font-size: 12px;
    }
}
@media (max-width: 992px) {
    .salary-guide-cta.salary-guide-footer {
        max-width: 400px;
        margin: 0;
        margin-top: 70px;
    }
    .salary-guide-cta.salary-guide-footer img {
        max-width: 100px;
        bottom: -15px;
        left: auto;
        right: 0;
    }
}
@media (max-width: 767px) {
    .salary-guide-cta.salary-guide-main {
        box-shadow: 0 0 60px rgba(0,0,0, .25);
        text-align: center;
        font-size: 18px;
        margin-top: 320px;
    }
    .salary-guide-cta.salary-guide-main img {
        max-width: 280px;
        left: 50%;
        bottom: 100%;
        margin-left: -140px;
        z-index: -100;
    }
}
@media (max-width: 575px) {
    #digital-landing #footer .salary-guide-cta.salary-guide-footer,
    #executive-landing #footer .salary-guide-cta.salary-guide-footer {
        float: none;
    }
}

/** Contact page */
.vc_row.refer-a-friend-cta {
    max-width: 760px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    border-radius: 4px;
}
.vc_row.refer-a-friend-cta h3,
.vc_row.refer-a-friend-cta a {
    color: #128acc;
}

/** Refer a friend Single job page */
#job_summary .container > .row > div:last-child > a {
    width: 100%;
}
.btn.refer-a-friend {
    display: block;
    max-width: 275px;
    margin: 0 auto;
    margin-bottom: 40px;
    line-height: 22px;
}
.btn.refer-a-friend:before {
    display: inline-block;
    content: '';
    width:  22px;
    height: 22px;
    position: relative;
    top: 5px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('assets/images/icon-share.svg');
    margin-right: 10px;
}
.single-job_offer article>.container-narrow {
    padding-bottom: 0;
}

/** Refer a friend page */
.refer-a-friend-form {
    background: #f5f5f5;
    padding: 24px;
    border-radius: 4px;
    margin: 0 -20px;
    margin-bottom: 22px;
}
.refer-a-friend-form em {
    display: block;
    padding-top: 30px;
}
.refer-a-friend-form em strong {
    color: initial;
}
.refer-a-friend-form .wpcf7-form-control-wrap {
    margin-bottom: 15px;
}
.refer-a-friend-form .wpcf7-list-item {
    margin-bottom: 30px;
    padding-left: 20px;
    display: block;
}
.refer-a-friend-form input[type="checkbox"] {
    height: auto;
    margin-top: -3px;
    margin-left: -20px;
    margin-right: 10px;
}
.refer-a-friend-form a {
    color: #4a90e2;
}
.refer-a-friend-form .wpcf7-submit {
    display: block;
    margin: 0 auto;
    box-shadow: inset 0 1px 4px 0 rgba(40, 40, 40, 0.1);
    background-image: linear-gradient(156deg, #144793, #03addc);
}
.refer-a-friend-form .wpcf7-not-valid-tip {
    top: 0;
}

/**
 * Download Guide
 */
.download-popup  {
    display: block;
    position: fixed;
    top: -30px;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 0;
    background: rgba(222, 222, 222, 0.7);
    overflow-y: scroll;
    transition: .2s all;
    opacity: 0;
}
.download-popup.active {
    top: 0;
    height: 100vh;
    padding: 5%;
    overflow-y: scroll;
    opacity: 1;
}
.download-popup label a  {
    color: inherit;
    text-decoration: underline;
}
body.popup-active {
    overflow: hidden;
    position: relative;
    height: 100%;
}
.download-popup * {
    transition: .2s all;
}
.download-popup .popup-wrapper {
    position: relative;
    padding: 30px;
    padding-top: 70px;
    border-radius: 2px;
    color: #fff;
    background-image: -webkit-linear-gradient(320deg, #144793, #03addc);
    background-image: -o-linear-gradient(320deg, #144793, #03addc);
    background-image: linear-gradient(130deg, #144793, #03addc);
    max-width: 500px;
    margin: 0 auto;
}
.download-popup h2 {
    color: #fff;
    font-size: 32px;
    line-height: 1.06em;
    margin-bottom: 30px;
}
.download-popup .popup-close {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1000;
    display: block;
    width: 30px;
    height: 30px;
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    cursor: pointer;
    text-align: center;
}
.download-popup .popup-close:hover {
    color: #fff;
    transform: rotate(90deg);
}
.download-popup .popup-content {
    max-width: 100%;
    padding: 0;
    background: none;
    box-shadow: none;
    color: #fff;
}
.download-popup .popup-content .alert {
    margin-top: 30px;
}
.download-popup input,
.download-popup select {
    margin-bottom: 15px;
    padding-left: 10px !important;
}
.download-popup select {
    height: 45px;
}
.download-popup label {
    display: block;
}
.download-popup input[type=checkbox] {
    margin: 0;
    margin-top: -3px;
    width: 13px;
    height: 13px;
    padding: 0 !important;
}
.download-popup label {
    margin-bottom: 15px;
}

.download-thank-you {
    font-size: 3rem;
}
.download-thank-you h2 {
    font-size: 4rem;
}
@media (max-width: 480px) {
    .download-popup h2 {
        font-size: 18px;
    }
    .download-popup label {
        font-size: 14px;
    }

    .download-thank-you {
        text-align: center !important;
    }
}

#map-offices {
    width: 100%;
    height: 420px;
}



/**
 * Salary guide 2020
 */
body.page-salary-guide-2020 .shadow-box .vc_column-inner .wpb_single_image {
    height: 120px;
}
body.page-salary-guide-2020 .shadow-box img {
    width: 120px;
    height: auto;
}

.static-form .download-popup {
    position: static;
    display: block;
    width: 100%;
    height: auto;
    opacity: 1;
}
.static-form .download-popup .popup-wrapper {
    max-width: 100%;
    margin: 0;
    padding: 30px !important;
}
.static-form .download-popup .popup-close {
    display: none;
}
.static-form .download-popup h2,
.static-form .download-popup .alignright {
    text-align: center;
}

.vc_row.gradient-with-image {
    background-image: linear-gradient(161deg, #144793 -86%, #03addc 91%) !important;
}
.vc_row.gradient-with-image img {
    mix-blend-mode: multiply;
}

@media ( max-width: 992px ) {
    .wpb_text_column.static-form {
        margin-top: -80px !important;
    }
    .static-form .download-popup h2 {
        font-size: 20px !important;
    }

    .vc_row.gradient-with-image .wpb_column {
        position: static;
    }
    .vc_row.gradient-with-image .vc_single_image-wrapper {
        position: absolute;
        right: 0;
        bottom: 0;
    }
}
@media ( max-width: 767px ) {
    .wpb_column.hide-767 {
        display: none !important;
    }
    .wpb_text_column.static-form {
        margin-top: 0 !important;
    }
    .static-form .download-popup h2 {
        font-size: 30px !important;
    }

    .vc_row.gradient-with-image {
        padding-right: 40px !important;
    }
    .vc_row.gradient-with-image .wpb_column:last-child {
        display: none !important;
    }
}
@media ( max-width: 480px ) {
    .vc_row.elementor-header-content {
        margin-top: -150px !important;
    }

    .vc_row.elementor-header-content br {
        display: none;
    }
}

@media ( max-width: 320px ) {
    .vc_row.elementor-header-content {
        margin-top: -170px !important;
    }
}
