/*------------------------------------------
Table Of Index
------------------
1. Core styles
2. Navigation and menu
3. Logo/hero/page title section
4. Job listing
5. Job listing - promotion/job alert
6. Right Column
7. Footer
8. Job apply
9. Job display
10. Promotions
11. Scrolling Premium Logo CSS
12. Live search
13. Post job grid + form
14. Content
15. Job Search
16. Custom size overrides
17. Landing Pages
------------------------------------------*/

/************************************************
           == Core styles ==
*************************************************/

html, body, div{
    color: #666;
}
body {
    font-family: 'Open Sans', sans-serif;
    font-size:16px;
}
a {
    color: #003366;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #003366;
}

h1 a {
    color: #666;
}
h1 a:hover {
    color: #666;
}

h2 a {
    color: #666;
}
h2 a:hover {
    color: #666;
}

/* btn button styling */
.btn,
button {
    border-radius: 3px !important;
}
/* Stop form buttons being 100% width by default */
.formpanel .btn {
    width: auto;
    text-transform: none;
}
.btn, .formpanel .btn{
    background: #666;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 5px 10px;
}
.btn:hover{
    color: #fff;
}
.btn.callToAction:hover{
    color: #fff;
}
.btn.largeBtn {
    line-height: 18px;
    font-size: 16px;
    padding: 14px 20px;
}
.pageTitle .btn{
    font-size: 16px;
    background: #fff;
    color: #244c99;
}
.pageTitle .btn.callToAction{
    color: #fff;
}
.pageTitle .btn.callToAction:hover{
    background: #fff;
    color: #244c99;
}
.btn:disabled, .btn.callToAction:disabled, .btn:disabled:hover, .btn.callToAction:disabled:hover{
    background: #666;
    color: #cbcbcb;
}
.btn.callToAction.postAJob{
    line-height: 18px;
    font-size: 16px;
    text-transform: uppercase;
    padding: 14px 20px;
}
.contentSection.postJob .btn:hover{
    background: #244c99;
}
.searchnt .btn:hover {
    background: #244c99;
}

/* Advertise subsection buttons */
.contentSection .advertiseSubSection .btn {
    color: #fff;
    padding: 1px 5px;
    font-size: 16px;
}
.contentSection .advertiseSubSection .btn:hover{
    background: #FFF;
    color: #244c99;
}

/* 'infobox' button styling */
.widget .btn {
    width: 100%;
    background: #244c99;
    padding: 10px;
    font-size: 16px;
    color: #FFF;
}

/* Search tag button */
.btn.searchTag {
    font-weight: normal;
    margin-bottom: 5px;
}

/* Newsletter signup via social media buttons */

.btn.socialSignup{
    border: 1px solid grey; background-color: white; color: #444;
}

.btn.socialSignup:hover{
    color: #444 !important;
    background-color: #edeeee !important;
}
.btn.socialSignup svg {
    margin-right: 5px
}

/* TODO remove these after removing jqueryui */
input[type="text"],
input[type="email"],
input[type="file"],
input[type="tel"],
textarea.form-control
.formpanel select.form-control,
select.form-select {
    font-size:16px;
}
input[type="text"],
input[type="email"],
input[type="file"],
input[type="tel"] {
    line-height: 1.5rem;
    padding: 0.375rem 0.75rem;
}

input[type="text"],
input[type="email"],
input[type="file"],
input[type="tel"],
textarea.form-control
.formpanel select.form-control,
select.form-select,
.ui-autocomplete-input,
textarea,
.uneditable-input {
border-radius: 3px !important;
}
.searchTagWrapper a {
color: white;
white-space: nowrap;
}
h1 {
font-size: 24px;
}
h2 {
font-size: 20px;
}
h3 {
font-size: 18px;
}
h4, h5, h6 {
font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
color: #666;
}
p {
margin-bottom: 10px;
}
b, strong {
font-weight: 700;
}
em{
font-style: italic;
}
svg {
    margin-bottom: 2px;
}
table{
border: solid 1px #e4e4e4;
}
table tr{
border: solid 1px #e4e4e4;
}
table td{
border: solid 1px #e4e4e4;
padding: 5px;
}
table p{
margin: 0px;
}

.form-control::-moz-placeholder {
color: #999;
opacity: 1
}

.form-control:-ms-input-placeholder {
color: #999
}

.form-control::-webkit-input-placeholder {
color: #999
}
.alert h4 {
    margin-top: 0;
    color: inherit;
}
/************************************************
   == Navigation and menu ==
*************************************************/

/* Fixed menu */

.affix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 15;
    background-color: white;
    border-bottom: 1px solid silver;
}
/* Navigation */
.nav-link {
    color: #244c99;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration:none;
    padding: 16px 15px;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    white-space: nowrap;
}

@media (min-width: 992px) {
    .postJob .packages {
        min-height: 339px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown-menu>li>a {
    font-weight: 600;
    font-size: 13px;
    color: #244c99;
    padding: 10px 20px;
    text-transform: uppercase;
}

.navbar-default .navbar-nav>li>a {
    padding: 16px 15px;
}

.nav-link:hover,
.nav-link:focus,
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    color: #fff;
    background: #244c99;
    text-decoration:none;
}

@media (max-width: 991.98px) {
    .nav-link {
        padding: 19px 15px;
    }
    .navbar-collapse {
        border-top: 1px solid #e7e7e7;
        padding-top: 7px;
    }
}

.navbar-toggler {
    background: #ccc;
    border:none;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/************************************************
      == Logo/hero/page title section ==
*************************************************/

/* Logo */

.header .logo {
    margin: 5px 0 0px 0;
}

/* Header */

.header{
    background-color: #FFF;
}
.header .row {
    margin-right: -15px;
    margin-left: -15px;
}
.header .logo {
    margin-top: 10px;
}
.header .logo img {
    width: auto;
    height: auto;
    max-height: 35px;
}

#menu {
    background-color: #FFF;
}

/* Page title */

.pageTitle{
    font-size: 16px;
}
.pageTitle.home {
    background-size: cover;
    padding: 70px 0;
    background-position: center;
}
.pageTitle {
    background-color: #244c99;
    background-size: cover;
    padding: 25px;
    background-position: center;
}
.pageTitle .popularSearchLinks a {
    text-decoration: none;
    color: white;
    font-weight: bold;
    font-size: 14px;
}
.pageTitle .popularSearchLinks a:hover {
    text-decoration: underline;
}
.pageTitle .tagsLabel {
    color: white;
    font-size: 14px;
    font-weight: bold;
    padding-right: 5px;
}
.pageTitle h1 {
    font-size: 24px;
}
.pageTitle h2 {
    color: white;
    font-size: 20px;
}
.pageTitle .heroSearch {
    background-color: rgba(36, 76, 153, 0.8);
    padding: 20px;
    border-radius: 3px;
}
.contentSection button.postJob, .pageTitle button.postJob {
    line-height: 18px;
    font-size: 16px;
    color: white;
    border: none;
    text-transform: uppercase;
    font-weight: 700;
    padding: 14px 20px;
}
.pageTitle .hero a {
    color: white;
    text-decoration: underline;
}
.pageTitle .hero p {
    color: white;
    font-size: 16px;
}
.pageTitle .hero ul {
    position: relative;
    color: white;
    list-style: none;
    margin-left: 25px;
    padding-left: 0;
    font-size: 16px;
    margin-bottom: 20px;
}
.pageTitle .hero li {
    color: white;
}
.pageTitle .hero ul li {
    margin: 10px 10px;
}
.pageTitle .hero li:before {
    content: '\2605';
    display: block;
    float: left;
    position: absolute;
    height: 100%;
    margin-left: -25px;
}
.searchform .form-control {
    margin-bottom: 5px;
    padding: 8px;
}


/* Banner */

.bannerWrap {
    background-color: #f6f6f6;
    padding:0px;
}
.banner{
    border: 1px solid #e4e4e4;
}
/* add extra margin around CTA on recruit pages */
.pageTitle .postAjobRow {
    margin-top:10px;
}
.pageTitle .postAjobRow .callToAction {
    margin-top:10px;
}
.pageTitle .postAjobRow .noRateCard{
    margin-top:10px;
}
/* Always display some of our clients images block */
.pageTitle .someOfOurClients img {
    display:block;
}

/************************************************
           == Job listing ==
*************************************************/

/* Indent H1 that appears above a search list, outside of a contentSection */
h1.searchList {
    margin-left: 20px;
}

.searchList li {
    background: #fff;
    border: 1px solid #e4e4e4;
    padding: 10px 15px;
    margin-bottom: 15px;
    border-radius: 3px;
}
.searchList li:hover {
    border: 1px solid #ccc;
}
.searchList li.highlightedJobContainer {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    position: relative;
    padding-top: 22px;
}

.searchList li h3 a {
    color: #666;
}

.listpgWraper {
    padding: 0;
    background: none;
}
.listpgWraper .container,
.listpgWraper .container-fluid,
.listpgWraper .container-lg {
    background: #f6f6f6;
    padding: 15px;
}

.optionlist li {
    margin-bottom: 0px;
}

.jobTag {
    color: white;
    position: absolute;
    top: 0;
    right: 0;
    padding: 4px 5px;
}

.jobSaveIcon {
    font-size: 26px;
    text-decoration: none;
    color: #666;
}
.searchList li .companyName {
    color: #666;
    margin: 5px 0;
}
.searchList li .location {
    color: #666;
}
.searchList a.jobSaved {
    color: #ED9830;
    text-decoration: none;
}
.searchList a.jobSave {
    color: #959595;
    text-decoration: none;
}
.searchList a.jobSaved:hover,
.searchList a.jobSave:hover {
    color: #ED9830;
}
.searchList.large .jobimg img {
    width: 152px;
    height: 72px;
    padding: 15px 35px;
}
.premiumJobContainer img,
.highlightedJobContainer img {
    width: 122px;
    height: 62px;
    padding: 10px 20px;
    border: solid 1px #e4e4e4;
    border-radius: 1px;
    max-width: inherit;
}
.postedDate {
    color: #969595
}
.jobListingMessageAreaTop{
    background: #fff;
    border: 1px solid #e4e4e4;
    padding: 10px 15px;
    margin-bottom: 15px;
}
.jobListingMessageAreaTop:empty,
.jobListingMessageAreaBottom:empty {
    display: none;
}
.jobListingMessageAreaBottom{
    background: #fff;
    border: 5px solid #666;
    padding: 5px 0px 0px 0px;
    margin-bottom: 5px;
    margin-top: 20px;
    position: relative;
}
.jobListingMessageAreaBottom .jobListingEducationTag {
    background-color: #666;
    color: white;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0px 0px 5px 5px;
}

/* No results */

#noResults {
    background: #fff;
    border: 1px solid #e4e4e4;
    padding: 10px 15px;
    margin-bottom: 15px;
}
#noResults ul {
    list-style: disc;
}
#noResults li {
    margin: 15px 20px;
}

/* Don't forget to mention message */

.mentionApplyMessage{
    margin: 25px 0px 25px 5px;
}

/************************************************
    == Job listing - promotion/job alert ==
*************************************************/

/* Promotion listing within job search results */

#jobListingPromotionWrapper {
    background-color: #666;
}
#jobListingPromotionWrapper {
    padding: 5px;
    min-height: 35px;
    position: relative;
}
#jobListingPromotionWrapper .jobListingPromotionTag {
    background-color: #666;
    color: white;
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px;
}
#jobListingPromotionWrapper a {
    color: #666;
}
#jobListingPromotionWrapper p {
    line-height: 18px;
}
#jobListingPromotionWrapper #feedbackWrapper * {
    color: white;
    text-align: center;
    font-weight: bold;
}
#jobListingPromotionWrapper .promotionRow{
    padding-top: 20px;
    margin-bottom: 0px;
}

/* Promotion listing at the end of the job search */

#jobSearchPromotionWrapper .promotionRow {
    border: none;
}

/* Job listing alert signups */
li.jobListingAlertWrapper {
    z-index: 20;
    padding: 10px;
    min-height: 35px;
}
li.jobListingAlertWrapper a {
    color: #666;
}
li.jobListingAlertWrapper p,
li.jobListingAlertWrapper label {
    font-weight: bold;
    color: #FFFFFF;
}

/* Job Listing Feedback */
#feedbackWrapper{
    margin-top: 10px;
    margin-bottom: 10px;
}
.jobAlertSubscribe .fa{
    font-size: 20px;
    margin-right: 7px;
}
.jobAlertSubscribe .btn{
    padding: 5px 5px;
    color: white;
    background-color: #666;
    font-weight: bold;
}
.jobAlertSubscribe button.btn:hover{
    background-color: #244c99;
}
.jobAlertSubscribe form input[type='email']{
    border: solid 1px #ddd;
    border-radius: 3px;
    padding: 7px;
    margin-right: 2px;
}

.actionButton {
    padding: 0px 5px;
    margin-left: 5px;
    background: #304055;
    color: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #829CBE;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 24px;
}

/************************************************
           == Right column ==
*************************************************/

.sidebar {
    background: none;
    padding: 0px;
    border: none;
}
.sidebar .widget-title {
    color: #555;
    margin-bottom: 5px;
}
.sidebar .widget-title a {
    color: #666;
}
.sidebar .widget-title a:hover {
    text-decoration: underline;
}
.sidebar a {
    margin-top: 5px;
}
.sidebar .social{
    margin-top: 0px;
}
.sidebar .social a{
    color: #244c99;
}
.sidebar .social a:hover{
    color: #555;
}
.papu-post li {
    padding: 5px 0 10px 0;
}
.papu-post img{
    border: solid 1px #e4e4e4;
}
.searchnt {
    margin-bottom: 20px;
}
.sidebar a {
    color: #003366;
}
papu-post .media-left a img {
    width: auto;
}
.papu-post .media-left a {
    width: auto;
    padding: 0px;
    margin: 0px;
}
.topJobs img {
    background-color: white;
    padding: 10px 15px;
    border: solid 1px #e4e4e4;
    width: auto;
    max-width: inherit;
}
.papu-post .media-body a {
    margin-top: 0px;
}
.topJobs {
    display: none;
    border-bottom: none;
}
.topJobs:first-child {
    display: block;
}
.topJobs .media-body a{
    height: 56px;
}
.media-body a{
    font-size: 13px;
    line-height: 15px;
}
.list ul {
    list-style: inherit;
    margin-left: 20px;
}
.widget .savedJobs a {
    margin: 0px;
    padding: 0px;
    vertical-align: middle;
    line-height: 15px;
}
.widget .savedJobs .desc {
    max-width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.jobSaveIconRightColumn svg {
    cursor: pointer;
}
.widget.testimonials p:not(:last-child) {
    padding: 15px;
}
.media-body {
    vertical-align: top;
}
.sidebar .widget {
    margin-bottom: 10px;
    padding: 10px;
    background-color: #e3e7f2;
    border-radius: 2px;
}

.sidebar .widget ul li{
    line-height: 20px;
}

/************************************************
           == Footer ==
*************************************************/

.footerWrap {
    margin-bottom: 0px;
}
.footerWrap h3 {
    margin: 10px 0 5px 0;
    font-size: 14px;
    color: #6E6E6E;
}
.footerWrap a {
    color: #6E6E6E;
    line-height: 13px;
}
.footerTop {
    background-color: white;
    padding-bottom: 25px;
}
.footerTop h3 {
    margin-top: 25px;
    margin-bottom: 10px;
}
.footerTop a{
    color: #5e7a9f;
}
.footerMiddle {
    background-color: #426a9e;
    padding-bottom: 25px;
}
.footerMiddle h3 {
    margin-top: 25px;
    margin-bottom: 10px;
}
.footerMiddle a,
.footerMiddle h3 {
    color: white;
}
.footerMiddle .social {
    margin-top: 25px;
}
.footerMiddle .social i:hover {
    color: #294263;
    cursor: pointer;
}
.footerBottom {
    background-color: #294263;
    padding: 25px;
    color: white;
}
.footerBottom p{
    color: white;
}
.footerBottom a {
    color: white;
}
.footerTop,
.footerMiddle,
.footerBottom {
    line-height: 15px;
}
.footerTop h3,
.footerMiddle h3,
.footerBottom h3 {
    line-height: 20px;
}
.footerMobile {
    background-color: #294263;
    padding: 25px;
    color: white;
}
.footerMobile p {
    color: white;
}
.footerMobile a {
    color: white;
}
.footerMobile .social {
    margin: 5px;
}
.footerMobile .social a:hover {
    color: #426a9e;
    cursor: pointer;
}
.footerMobile{
    display: none;
}

/************************************************
           == Job display ==
*************************************************/
.jobDisplay {
    background: #fff;
    border: 1px solid #e4e4e4;
    padding: 10px 35px;
    margin-bottom: 30px;
}
.jobDisplay ul,
.jobDisplay ol {
    margin-left:20px;
    margin-bottom:10px;
}

.jobDisplay ul {
    list-style-type: inherit;
}

.jobDisplay ol {
    list-style-type: decimal;
}

.jobDisplay ul li,
.jobDisplay ol li {
    line-height: 24px;
    padding: 2px 0;
    color: #555;
}

.jobDisplay h1,
.jobDisplay h2 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.jobDisplay h3,
.jobDisplay h4 {
    margin-top: 15px;
    margin-bottom: 10px;
}

.jobDisplay .apply {
    font-size: 18px;
}

.jobDisplay .socialMedia a:hover {
    text-decoration: none;
}

.jobDisplay .socialMedia a {
    color: #5e7a9f;
}

.jobDisplay .socialMedia a:hover {
    color: #23527c;
}

.jobDisplay table td {
    vertical-align: middle;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn, .btn[disabled]:active {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
    background: #fff;
    color: #244c99;
    border: transparent;
}

/************************************************
           == Promotions ==
*************************************************/

.promotionRow {
    margin: 0px;
    padding: 10px;
    background-color: white;
    margin-bottom: 10px;
    border: 1px solid #e4e4e4;
}
.promotionRow img {
    margin-top: 10px;
    padding: 15px;
    border: 1px solid #e4e4e4;
}
.promotionRow h4 {
    margin-top: 7px;
}
.promotionRow h4 a {
    color: #555;
}
.promotionRow+h1 {
    margin-top: 25px;
}
.jobSaveIcon {
    cursor: pointer;
}
.pageTitle .jobNav {
    padding: 10px 0px 0px 0px;
}
.jobNav a {
    font-size: 16px;
    margin-right: 10px;
    font-weight: 600;
}

.jobNav a svg {
    margin-bottom:2px;
}

/* 'Save this job' text */
.jobNav a:not(.btn), .searchTagWrapper a:not(.btn) {
    padding: 6px 0px;
    display: inline-block;
}
.jobNav a:hover {
    text-decoration: none;
}
.jobNav .jobDisplaySaveJob {
    background: none;
    color: white;
}
.optionlist li input[type=checkbox]:checked + label:before {
    color: #666;
}

/************************************************
       == Legal Conferences  ==
*************************************************/

.legalConference .socialMedia a{
    color: #5e7a9f;
}
.legalConference  .socialMedia a:hover{
    color: #23527c;
    text-decoration: none;
}

/************************************************
       == Articles ==
*************************************************/

.article .socialMedia .fa-facebook-square,
.article .socialMedia .fa-linkedin-square,
.article .socialMedia .fa-twitter-square {
    font-size: 40px;
}

.article .socialMedia a{
    color: #5e7a9f;
}
.article  .socialMedia a:hover{
    color: #23527c;
    text-decoration: none;
}

.article img {
    max-width:100%
}

/************************************************
       == Scrolling Premium Logo CSS  ==
*************************************************/

#animatedPremiumJobLogoOuterContainer {
    height: 65px;
    background-color: #FFF;
    border: 1px solid #e4e4e4;
    margin-bottom: 15px;
}
#animatedPremiumJobLogoOuterContainerRight {
    height: 50px;
    width: 20px;
    float: right;
    position: relative;
    z-index: 10;
    display: none;
    background-image: url("https://www2.eurobrussels.com/images/rightanimatedlogofade.png");
}
#animatedPremiumJobLogoOuterContainerLeft {
    height: 50px;
    width: 20px;
    float: left;
    position: relative;
    z-index: 10;
    display: none;
    background-image: url("https://www2.eurobrussels.com/images/leftanimatedlogofade.png");
}
#animatedPremiumJobLogoImageScroller {
    height: 50px;
    position: relative;
    overflow: hidden;
}
#animatedPremiumJobLogoViewer {
    height: 50px;
    overflow: hidden;
    margin: auto;
    position: relative;
    top: 10px;
}
#animatedPremiumJobLogoViewer img {
    height: 40px;
    width: 80px;
    margin: 0 10px;
}
#animatedPremiumJobLogoImageScroller a img {
    border: 0;
}
#liveSearchDiv {
    background-color: #FFF;
}

/************************************************
           == Live search ==
*************************************************/

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
    background-color: #5E7A9F !important;
    border: none !important;
    color: white !important;
    margin: inherit !important;
}
.ui-menu {
    white-space: nowrap !important;
    width: auto !important;
}
.ui-menu li.jobs {
    font-style: italic;
    color: #D0CFCF;
}
.ui-menu li {
    margin: 0;
    padding: 0;
    zoom: 1;
    float: left;
    clear: left;
    width: 100%;
}
.ui-menu li div {
    padding: 10px 5px;
}

/************************************************
           == Post job grid + form ==
*************************************************/

.postJob {
    background: none;
    border: none;
    padding: 0px;
}
.postJob .highVisibility {
    background-color: white;
    border: none;
    padding: 20px;
    border: solid 3px black;
    margin-bottom: 20px;
}
.postJob .standard, .postJob .basic, .postJob .packages {
    background-color: white;
    border: none;
    padding: 20px;
    border: solid 3px black;
}

.postJob .highVisibility li,
.postJob .standard li {
    list-style-image: url("https://www2.eurobrussels.com/images/black_tick_bullet.png");
}
.postJob .standard .buttons,
.postJob .highVisibility .buttons {
    text-align: center;
}
.modal-body ul {
    list-style: inherit;
}
.modal-body ul li {
    margin-bottom: 10px;
    margin-left: 25px;
}
.hint {
    display: none;
}
.formpanel h5 {
    clear: both;
    padding-top: 25px;
}
.formpanel h5:first-child {
    padding-top: 0px;
}
.formpanel .g-recaptcha {
    margin-bottom: 10px;
}

.formpanel .error {
    margin: 3px 0px;
    color: #a94442;
}
input[type="text"],
input[type="password"] {
    color: #555;
}
input[type="file"] {
    border: none;
}
.tooltip.bottom {
    min-width: 300px;
}
.tooltip.bottom > .tooltip-inner {
    background-color: #555;
    padding: 10px 15px;
    min-width: 300px;
}
.tooltip.bottom > .tooltip-arrow {
    border-bottom-color: #555;
}
button[disabled], html input[disabled] {
    color: silver;
    cursor:not-allowed;
}

.popover {
    --bs-popover-bg: rgba(85,85,85, 0.9);
    --bs-popover-body-padding-x: 1rem;
    --bs-popover-body-padding-y: 0.5rem;
    --bs-popover-border-color: #555;
    --bs-popover-border-radius: 0.3rem;
    min-width: 300px;
    text-align: center;
}
.popover-body {
    color: #fff;
}

textarea.form-control {
    height: 150px;
}

/************************************************
           == Content ==
*************************************************/

.contentSection {
    background: #fff;
    padding: 20px;
    margin-bottom: 10px;
    border: 1px solid #e4e4e4;
}
.contentSection ul {
    margin-bottom: 10px;
    list-style: inherit;
    margin-left: 20px;
}
.contentSection ul li {
    margin: 5px 0px;
}
.contentSection ul + h2,
.contentSection p + h2,
.contentSection ul + h1,
.contentSection p + h1 {
    margin-top: 25px;
}
.contentSection .advertiseSubSection {
    border: 1px solid #cfcfcf;
    margin: 0 12px 10px 12px;
    padding: 5px 5px 20px;
}
.contentSection .advertiseSubSection ul li {
    margin: 10px 0px;
}
.contentSection .advertiseSubSection h2 {
    padding: 5px 0 0 5px;
    font-size: 16px;
}
.contentSection .advertiseSubSection ul {
    list-style-image: url("https://www2.eurobrussels.com/images/orange_arrow_bullet.png");
}
.contentSection .advertiseSubSection ul li {
    margin-bottom: 10px;
}
.contentSection .successStoriesSubSection {
    margin: 0px 50px;
    padding: 0px;
}
.contentSection .successStoriesSubSection p {
    margin-top: 9px;
    float: left;
}
.contentSection .successStoriesSubSection img {
    float: right;
    margin-right: 25px;
}

.contentSection .button {
    display: inline-block;
    background: #666;
    color: #fff;
    padding: 10px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 3px;
}
.contentSection a.button:hover {
    text-decoration: none;
}
.contentSection .mainSectionBox {
    border: 1px solid silver;
    padding: 10px;
    float:right;
    width: 200px;
    margin: 0px 10px 10px 10px;
}
.contentSection .contentSectionInsertBox {
    border: 1px solid silver;
    padding: 10px;
    width: 200px;
    margin-bottom: 10px;
}

p.testimonial img {
    float: left !important;
    margin: 0px 0px 0px -120px;
    background: white;
    border: 1px solid silver;
    padding: 10px;
    width: 100px;
    height: inherit;
}
p.testimonial {
    float: left;
    margin-left: 120px;
    margin-bottom: 20px;
    clear: both;
}

/* Success stories */

.successStoriesPageSubSection {
    margin: 30px 10px;
    padding: 15px;
    border: 1px solid #e4e4e4;
}
.successStoriesPageSubSection h2{
    padding: 5px 0 0 5px;
}
.successStoriesPageSubSection p img{
    float:left;
    margin-left: -130px;
}
.successStoriesPageSubSection p{
    padding:6px 5px 5px 0px;
    line-height: 20px;
    margin-left: 150px;
}

p.seeMoreJobs{
    margin: 5px;
}

/* Nesletter signup */

.form-inline{
    margin-bottom: 10px;
}
p.privacy{
    color: silver;
    font-size: 0.9em;
}

/* Newsletter Popup */
.newsletterOverlay{
    border: #333 8px solid;
    margin-top: 200px;
}
.newsletterOverlay .modal-body{
    padding: 30px;
}
#close {
    position:absolute;
    top:0;
    right:0;
    cursor:pointer;
    display:block;
}
#close span {
    font-size: large;
    color:#fff;
    display:block;
    background-color:#333;
    padding: 0px 0px 3px 3px;
}

/* X button to close Job Alert subscribe popup modal */
.popCloseX {
    position:absolute;
    top:0;
    right:0;
    cursor:pointer;
    display:block;
}

.popCloseX span {
    font-size: large;
    color:#fff;
    display:block;
    background-color:#333;
    padding: 0px 0px 3px 3px;
}

/* Cookie Message */

#cookieWrapper {
    position:fixed;
    bottom:0;
    display:none;
    font-size:1.2em;
    background-color:#FFF;
    color:#000;
    border-top:solid 1px silver;
    width:100%;
    opacity:0.9;
    padding-top: 10px;
}

#cookieWrapper p {
    text-align:center;
    font-size:1em;
}

#cookieWrapper a {
    text-decoration:underline;
}

#acceptCookie {
    display:inline-block;
    padding:3px;
    background:#333;
    color:#FFF;
}

/* Forms */

.formpanel .formrow {
    margin-bottom: 10px;
}

p.formExplain{
    color: silver;
    margin-top: 2px;
}

/************************************************
           == Job Search ==
*************************************************/

/* Filter */

.widgetSS {
    margin-bottom: 15px;
}

#leftSidebar {
    background-color: white;
    padding: 10px;
}

#refineSearch::after {
    display: inline-block;
    margin-left: 0.125em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

/* Job filter toggle categories shown */

a.toggle {
    display: block;
    position: relative;
    width: 100%;
    text-decoration: none;
    border-top: 1px solid #666;
}
a.toggle::after {
    position: relative;
    top: 100%;
    left: 50%;
    width: 30px;
    height: 10px;
    line-height: 10px;
    content: url('https://www2.eurobrussels.com/images/angle-down.svg');
    display: block;
    text-align: center;
    color: #ffffff;
    background: #666;
    margin-left: -15px;
    font-size: 12px;
}
a.toggle.active::after {
    content: '\f106';
}

/* Horizontal ul - search links displayed on the welcome page */

ul.heroSearchLinks{
    margin-bottom: 10px;
}
ul.heroSearchLinks>li {
    display: inline-block;
    margin-left: 1px;
    margin-right: 25px;
    margin-bottom: 5px;
    color: white;
    font-weight: bold;
    font-size: 16px;
}
ul.heroSearchLinks>li>a {
    color: white;
    font-family: sans-serif;
}
ul.heroSearchLinks>li:before {
    position: relative;
    font-size: 1.3em;
    font-weight: bold;
    top: 1px;
    left: -3px;
}

.jobSearchSection > .jobSearchCategoryBox {
    /* Display */
    display: grid;
    grid-template-columns: 21px auto;
    grid-column-gap: 4px;
    align-items: center;
    /* Margin and padding */
    margin: 8px 0;
    /* Cursor styling */
    cursor: pointer;
}

.jobSearchCategoryBox > .jobSearchCheckbox {
    /* Sizing */
    height: 17px;
    width: 17px;
    /* Margin and padding */
    margin: 0;
    /* Cursor styling */
    cursor: pointer;

}

.nav-link svg, .dropdown-item svg {
    margin: 0 3px 4px 0;
}

.jobSave svg, .jobSaved svg {
    margin-bottom: 6px;
}

/************************************************
           == Custom size overrides ==
*************************************************/

/* Override widest break point */
@media (min-width: 1200px) {
    .container, .container-fluid, .container-lg {
        max-width: 1170px; /* Set the max-width to the same value as the old lg breakpoint */
    }
}

/* Large desktop */
@media (min-width: 1200px) {

}

/* Tablet down */
@media (max-width: 991.98px) {
    .postJob .highVisibility {
        margin-bottom: 10px;
    }
    .postJob .standard {
        margin-bottom: 10px;
    }
    .hero img {
        display: none;
    }
    .hero .stat img {
        display: inline;
    }

    ul.heroSearchLinks>li {
        margin-right: 10px;
    }
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991.98px) {
    .pageTitle h1 {
        text-align: left;
    }
    .searchList a.jobSaveIcon span {
        margin-right: 15px;
    }
    .jobimg img {
        width: 102px;
        height: 62px;
        padding: 10px;
    }
    #rightSidebar{
        margin-top: 25px;
    }
    .header .logo {
        margin-top: 15px;
    }
    .header .logo img{
        width: 120%;
        max-width: 120%;
        height: auto;
    }
}

/* Landscape phone to portrait tablet */
@media (max-width: 767.98px) {
    body{
        background: none;
    }
    #pageWrap {
        overflow: hidden;
    }
    .pageTitle {
        padding: 10px;
    }
    .searchList li {
        padding: 5px;
        margin-bottom: 5px;
    }
    .searchList li .location,
    .searchList li .companyName {
        font-size: 16px;
    }
    .searchList a.jobSaveIcon span {
        margin-top: 15px;
    }
    .job-header .contentbox {
        padding: 10px;
    }
    .pageTitle .jobNav {
        padding: 0px;
        text-align: center;
    }
    .pageTitle .jobNav a.btn {
        display: inline-block;
        margin-top: 5px;
        margin-bottom: 5px;
        padding: 3px 7px;
    }
    .sidebar,
    .job-header {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .listpgWraper .container,
    .listpgWraper .container-fluid,
    .listpgWraper .container-lg {
        padding: 5px 0px 5px 0px;
    }
    .jobListingMessageAreaTop,
    .jobListingMessageAreaBottom {
        margin-bottom: 5px;
    }
    .footerWrap {
        padding-top: 5px;
    }
    .basicJob,
    .packages {
        padding: 10px;
    }
    .pageTitle{
        background-image: none !important;
    }
    .pageTitle.home{
        background-image: none !important;
        padding: 0px 0px;
    }
    .pageTitle .heroSearch{
        padding: 10px 0px;
    }
    .pageTitle .postAjobRow {
        margin-bottom:10px;
    }
    .searchList li .jobimg {
        width: inherit;
    }
    .jobSave, .jobSaved{
        display: inline-block;
        margin: 10px 0px;
    }
    .footerTop, .footerMiddle, .footerBottom{
        display: none;
    }
    .footerMobile{
        display: block;
    }
    #leftSidebar {
        padding: 5px 25px;
        margin-bottom: 10px;
    }
    #leftSidebar p{
        color: #666;
        font-weight: bold;
        margin: 5px;
    }
    #leftSidebar p a{
        color: #666;
    }
    .searchnt{
        margin: 15px 0px;
    }
    .contentSection .contentSectionInsertBox {
        width:100%;
    }
}

@media screen and (min-width: 768px) {
    body {
        font-size: 13px;
    }
    h4, h5, h6 {
        font-size: 14px;
    }
    p {
        line-height:18px;
    }
    .postJob .highVisibility div,
    .postJob .standard div,
    .postJob .basic div {
        height: 250px;
    }
    .btn, .formpanel .btn {
        font-size: 14px;
    }
    .jobDisplay ul li,
    .jobDisplay ol li {
        line-height:18px;
    }
    /* TODO remove these after removing jqueryui */
    input[type="text"],
    input[type="file"],
    input[type="email"],
    input[type="tel"],
    textarea.form-control,
    .formpanel select.form-control,
    select.form-select {
        font-size:13px;
    }

    ul.heroSearchLinks>li {
        font-size: 14px;
    }
}

/* shrink logo on small devices so logo doesn't cover mobile menu button */
@media (max-width: 500px) {
    .navbar-brand { width: calc(100% - 70px) }
    #eb_logo {
        width: 100%;
        height: auto;
    }
}

/* Landscape phone */
@media (max-width: 767.98px) and (min-width: 576px) {
    .searchList a.jobSaveIcon {
        float: right;
    }
}

/* Portrait phone */
@media (max-width: 480px) {
    .pageTitle p,
    h1,
    h2 {
        text-align: center;
    }
    .searchList a.jobSaveIcon span {
        margin-right: 100px;
    }
    .searchList .basicJob a.jobSaveIcon span {
        margin-top: 0px;
    }
    .searchList .basicJob h3 {
        margin-left: 25px;
    }
    .promotionRow {
        text-align: center;
    }
    .contentSection {
        margin-bottom: 5px;
    }
    .contentSection .successStoriesSubSection img {
        display: none;
    }
    .contentSection .successStoriesSubSection {
        margin: 0px 0px;
        padding: 0px;
        background: none;
        border: none;
        height: auto;
    }
    .text-right {
        text-align: center;
    }
    h1.searchList {
        margin-left: 0px;
    }
    #jobListingPromotionWrapper .promotionRow {
        padding: 5px;
    }
    #jobListingPromotionWrapper .promotionRow img {
        margin-top: 0px;
    }
    ul.heroSearchLinks:first-child{
        margin-bottom: 20px;
    }
}

/************************************************
           == Landing Pages ==
*************************************************/

@media (min-width: 1200px) {
    #landingPageWrap .container {
        width: 970px;
    }
}
#landingPageWrap .logo img {
    margin-top:20px;
    margin-bottom:20px;
}

/**************************************************
       == Fontawesome SVG replacements ==
**************************************************/
.fa-quote-left {
    content: url("https://www2.eurobrussels.com/images/quote-left-grey.svg");
}
.fa-quote-right {
    content: url("https://www2.eurobrussels.com/images/quote-right-grey.svg");
}
.fa-info-circle {
    vertical-align: middle;
    content: url("https://www2.eurobrussels.com/images/info-circle-grey.svg");
}
/* landing pages */
.fa-globe {
    content: url("https://www2.eurobrussels.com/images/globe-grey.svg");
}
.fa-laptop {
    content: url("https://www2.eurobrussels.com/images/laptop-grey.svg");
}
.fa-flag-o {
    content: url("https://www2.eurobrussels.com/images/flag-grey.svg");
}
.fa-filter {
    content: url("https://www2.eurobrussels.com/images/filter-grey.svg");
}
/* recruit */
.fa-envelope {
    vertical-align: middle;
    content: url("https://www2.eurobrussels.com/images/envelope-white.svg");
}
.fa-phone {
    vertical-align: middle;
    content: url("https://www2.eurobrussels.com/images/phone-white.svg");
}
/* recuit EB */
.fa-user {
    vertical-align: middle;
    content: url("https://www2.eurobrussels.com/images/user-white.svg");
}
.fa-search {
    vertical-align: middle;
    content: url("https://www2.eurobrussels.com/images/search-white.svg");
}
.fa-envelope-large {
    vertical-align: middle;
    content: url("https://www2.eurobrussels.com/images/envelope-white-large.svg");
}
