/*------------------------------------------
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
18. Feedback
------------------------------------------*/

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

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,600i,700|Roboto:300,300i,400,400i,500,700');

html, body, div{
    color: #666;
    font-size: 13px;
}
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
}
p {
    line-height: 18px;
}
a {
    color: #003366;
}

h1 a {
    color: #666;
}
h1 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: 14px;
    font-weight: 700;
    padding: 5px 10px;
}
.btn:hover{
    color: #fff;
}
.btn.callToAction:hover{
    color: #fff;
}
.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 .fa-facebook-official {
    color: #3b5998;
    margin-right: 10px
}
.btn.socialSignup .fa-google {
    color: #dd4b39;
    margin-right: 10px
}

input[type="text"],
input[type="password"],
.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 {
    font-size: 14px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #666;
}
p {
    margin-bottom: 10px;
}
b, strong {
    font-weight: 700;
}
em{
    font-style: italic;
}
table{
    border: solid 1px #e4e4e4;
}
table tr{
    border: solid 1px #e4e4e4;
}
table td{
    border: solid 1px #e4e4e4;
    padding: 5px;
}
table p{
    margin: 0px;
}
/************************************************
           == Navigation and menu ==
*************************************************/

/* Fixed menu */

.affix {
    top: 0;
    width: 100%;
    z-index: 15;
    background-color: white;
    border-bottom: 1px solid silver;
}

/* Navigation */

.navbar-nav>li {
    padding: 0;
}
.navbar-nav li.jobseeker a {
    border-left: 1px solid #fff;
}
.navbar-default .navbar-nav>li>a {
    padding: 16px 15px;
}
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    background: #244c99;
    color: #fff;
}
.navbar-default .navbar-nav>li.jobseeker>a:hover,
.navbar-default .navbar-nav>li.postjob>a:hover {
    background: #555;
}
.navbar-toggle{
    margin-right: 0px;
}
.navbar-nav>li>a {
    border: none;
}
.navbar-default .navbar-nav>li>a {
    color: #244c99;
}
.navbar-nav>li>.dropdown-menu{
    border: 1px solid #cfcfcf;
    border-top: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
}
.dropdown-menu>li>a{
    color: #244c99;
}

/************************************************
      == 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 {
    max-height: 35px;
}

/* 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;
}
.formpanel select.form-control {
    font-size: 13px;
}

/* 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 {
    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 a.jobSaved span,
.searchList a.jobSave span {
    font-size: 20px;
}
.searchList.large .jobimg img {
    padding: 15px 35px;
}
.jobimg img {
    padding: 10px 20px;
    border: solid 1px #e4e4e4;
    border-radius: 1px;
    max-width: inherit;
}
.postedDate {
    margin-top: 5px;
    font-size: 12px;
    color: #969595
}
.basicJob .postedDate {
    margin-top: 10px;
}

.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: 15px;
    margin-bottom: 0px;
}

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

#jobSearchPromotionWrapper .promotionRow {
    border: none;
}

/* Job listing alert signups */

#jobListingAlertWrapper {
    z-index: 20;
    padding: 10px;
    min-height: 35px;
}
#jobListingAlertWrapper a {
    color: #666;
}
#jobListingAlertWrapper p {
    line-height: 18px;
}

/* Feedback */
#feedbackWrapper{
    margin-top: 10px;
    margin-bottom: 10px;
}

/* Job alert */

#jobAlertSubscribe{
    padding: 5px 2px;
}
#jobAlertSubscribe p{
    font-weight: bold;
    color: #FFFFFF;
    float:left;
    margin-top: 9px;

}
#jobAlertSubscribe .fa{
    font-size: 25px;
    margin-right: 7px;
}
#jobAlertSubscribe .btn{
    padding: 5px 5px;
    color: white;
    background-color: #666;
    margin-left: 3px;
    font-weight: bold;
}
#jobAlertSubscribe .btn:hover{
    background-color: #244c99;
}
#jobAlertConfirmMessage p{
    color: #FFFFFF;
    padding: 5px 5px;
    margin: 0px;
}
#jobAlertConfirmMessage p a{
    color: #FFFFFF;
    text-decoration: underline;
}
#jobAlertSubscribe p.radioLabel{
    padding-top: 8px;
    padding-right: 3px;
    padding-left: 3px;
    margin: 0px;
}
#jobAlertSubscribe form{
    float:left;
    padding: 3px;
}
#jobAlertSubscribe form input{
    float:left;
}
#jobAlertSubscribe form input[type='email']{
    border: solid 1px #ddd;
    border-radius: 3px;
    width:180px;
    padding: 7px;
    margin-right: 2px;
}
#jobAlertSubscribe form input[type='radio']{
    margin-top: 11px;
    margin-left: 3px;
}
.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;
}
.sidebar .widget ul form.sidebarSearch li {
    line-height:inherit;
    cursor: pointer;
}
.sidebar .widget ul form.sidebarSearch li:hover {
    text-decoration: underline;
}
papu-post .media-left a img {
    width: auto;
}
.papu-post .education .media-left a img{
    width: 112px;
}
.papu-post .education .media-left a {
    width: 112px;
    height: 62px;
}
.papu-post .careerGuide .media-left a {
    width: 60px;
}
.papu-post .media-left a {
    width: auto;
    padding: 0px;
    margin: 0px;
}
.papu-post .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;
}
.papu-post .topJobs {
    display: none;
    border-bottom: none;
}
.papu-post .topJobs:first-child {
    display: block;
}
.papu-post .topJobs .media-body a{
    height: 56px;
}
.papu-post .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;
}
.widget .savedJobs .fa {
    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;
}
.searchbar {
    margin-top: 0px;
}
.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 .fa-twitter-square {
    color: white;
    font-size: 40px;
}
.footerMiddle .fa-google-plus-square {
    color: white;
    font-size: 40px;
}
.footerMiddle .fa-facebook-square {
    color: white;
    font-size: 40px;
}
.footerMiddle .fa-linkedin-square {
    color: white;
    font-size: 40px;
}
.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 apply ==
*************************************************/

.job-header .socialMedia a, #headerWrapJob .social a{
    color: #5e7a9f;
}
.job-header .socialMedia a:hover, #headerWrapJob .social a:hover{
    color: #23527c;
    text-decoration: none;
}

#headerWrapJob .fa-google-plus-square,
#headerWrapJob .fa-facebook-square,
#headerWrapJob .fa-linkedin-square,
#headerWrapJob .fa-envelope-square,
#headerWrapJob .fa-twitter-square{
    font-size: 30px;
}

#headerWrapJob p.reminder {
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
}
#headerWrapJob p.frame {
    text-align: right;
    margin-right: 5px;
}
#headerWrapJob p.social {
    margin-top: 5px;
    margin-bottom: 0px;
    text-align: right;
}
a.remove {
    color: grey;
    font-size: 12px;
}
#headerWrapJob .header .logo {
    padding: 0px;
    margin-bottom: 0px;
}

/************************************************
           == Job display ==
*************************************************/

.job-header .socialMedia .fa-facebook-square,
.job-header .socialMedia .fa-linkedin-square,
.job-header .socialMedia .fa-google-plus-square,
.job-header .socialMedia .fa-twitter-square,
.job-header .socialMedia .fa-envelope-square {
    font-size: 40px;
}
.job-header .contentbox p.shareJob {
    margin-bottom: 2px;
    font-weight: bold;
}
.job-header .apply {
    margin: 30px 0px 25px 0px;
    font-size: 18px;
    font-weight: bold;
    color: #666;
}
.job-header .contentbox h3,
.job-header .contentbox h4 {
    color: #666;
}
.job-header .contentbox {
    padding: 10px 35px;
}
.job-header .contentbox h1{
    font-size:24px;
}
.job-header .contentbox h2{
    font-size:20px;
}
.job-header .contentbox h3{
    font-size:18px;
}
.job-header .contentbox h4{
    font-size:14px;
}
.job-header .contentbox h1,
.job-header .contentbox h2 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.job-header .contentbox h3,
.job-header .contentbox h4 {
    margin-top: 15px;
    margin-bottom: 10px;
}
.job-header .contentbox ul,
.job-header .contentbox ol {
    margin-left: 20px;
    margin-bottom: 10px;
}
.job-header .contentbox ul li {
    line-height: 18px;
    padding: 2px 0 2px 0px;
    list-style: disc;
    color: #555;
}
.job-header .contentbox ol li {
    line-height: 18px;
    padding: 2px 0 2px 0px;
    list-style-type: decimal;
    color: #555;
}
.job-header .contentbox p {
    line-height: 18px;
    margin-bottom: 10px;
}
.job-header .contentbox ul li::before {
    content: '';
}
.job-header table td{
    vertical-align: middle;
}

/************************************************
           == 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;
}
/* '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 .fa-facebook-square,
.legalConference .socialMedia .fa-linkedin-square,
.legalConference .socialMedia .fa-twitter-square {
    font-size: 40px;
}

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

/************************************************
       == 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.euroclimatejobs.com/images/rightanimatedlogofade.png");
}
#animatedPremiumJobLogoOuterContainerLeft {
    height: 50px;
    width: 20px;
    float: left;
    position: relative;
    z-index: 10;
    display: none;
    background-image: url("https://www2.euroclimatejobs.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 div,
.postJob .standard div,
.postJob .basic div {
    height: 250px;
}
.postJob .packages div{
    height: 289px;
}
.postJob .highVisibility li,
.postJob .standard li {
    list-style-image: url("https://www2.euroclimatejobs.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;
}

/************************************************
           == 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 .mainSectionBox {
    border: 1px solid silver;
    padding: 10px;
}
.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.euroclimatejobs.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;"
}
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;
}

/* 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;
}

/* 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: '\f107';
    display: block;
    font-family: 'FontAwesome';
    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: 14px;
}
ul.heroSearchLinks>li>a {
    color: white;
}
ul.heroSearchLinks>li:before {
    position: relative;
    font-size: 1.3em;
    font-weight: bold;
    top: 1px;
    left: -3px;
}

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

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

}

/* Tablet down */
@media (max-width: 979px) {
    .postJob .highVisibility {
        margin-bottom: 10px;
    }
    .postJob .standard {
        margin-bottom: 10px;
    }
    .hero img {
        display: none;
    }
    #jobAlertSignupForm{
        width: 100%;
    }
    #jobAlertSubscribe form {
        padding: 7px 0px;
    }
    #jobAlertSubscribe .btn {
        margin: 7px 0px;
    }
    #jobAlertSubscribe form input[type='email'] {
        width: 65%;
    }
    ul.heroSearchLinks>li {
        margin-right: 10px;
    }
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
    .pageTitle h1 {
        text-align: left;
    }
    .searchList a.jobSaveIcon span {
        margin-right: 15px;
    }
    .navbar-nav {
        float: right;
    }
    .jobimg img {
        padding: 10px;
    }
    #rightSidebar{
        margin-top: 25px;
    }
    .header .logo {
        margin-top: 15px;
    }
    .header .logo img{
        width: 120%;
        max-width: 120%;
    }
    .searchbar div {
        padding: 0 1px;
    }
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    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 {
        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;
    }
}

/* Landscape phone */
@media (max-width: 767px) and (min-width: 560px) {
    .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;
    }
    #jobAlertSubscribe form input[type='email'] {
        width: 50%;
    }
    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;
}

/************************************************
           == Feedback ==
*************************************************/

.feedback-button {
    background: #244c99;
    border-radius: 4px;
    color: #fff;
    font-size: 17px;
    height: 40px;
    line-height: 32px;
    position: fixed;
    right: -40px;
    text-align: center;
    top: 45%;
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    width: 100px;
    z-index: 999;
}
.feedback-button:hover, .feedback-button:focus {
    color: #fff;
    text-decoration: none;
}

#feedbackModal label {
    margin-bottom:5px;
}