/* Default Site Styling ----------------------------------------------- */

body {
    padding: 0;
    margin: 0;
}

div.body {
    margin: 0;
    padding: 0;
    width: auto;
}

#njBodyClear {
    margin: 0;
    padding: 0;
    width: auto;
}

#Header {
    position: fixed;
    top: 0;
    background-color: #ffffff;
    width: 100%;
    z-index: 1000;
    height: auto;
}

#HeaderLogo {
    padding-top: 5px;
    width: 160px;
}

#HeaderMenu {
    display: none;
    background-color: Green;
}

#HeaderMenuSmall {
    top: 73px;
    right: 0;
    background-color: #7192B5;
    position: fixed;
    width: 240px;
    height: 100%;
    z-index: 2000;
    font-family: Jaldi, Arial;
    font-weight: bold;
    font-size: 18px;
    display: none;
    padding-bottom: 70px;
}

#HeaderClose {
    width: 140px;
    float: right;
}

.mmItem {
    padding: 5px 20px 5px 20px;
    border-bottom: 1px solid #AEAEAE;
}

.MenuButton {
    display: block;
    margin-top: 10px;
    cursor: pointer;
    height: 50px;
    text-align: right;
    position: absolute;
    right: 0;
    padding: 0 15px 0 0;
    box-sizing: border-box;
    color: #7192B5;
    font-family: Jaldi, Arial;
    font-size: 18px;
    font-weight: bold;
}

#HeaderMenuSmall ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#HeaderMenuSmall ul li {
    border-bottom: 1px solid #AEAEAE;
    padding: 5px 0 5px 20px;
}

#HeaderMenuSmall ul a {
    color: #000000;
    text-decoration: none;
}

#HeaderMenuSmall li li {
    border: 0;
}

#HeaderMenuSmall li li a {
    color: #FFFFFF;
}

#njLogo {
    width: 150px;
    height: auto;
}

#HeaderIcons {
    display: none;
}

#hsTrustView {
    display: block;
}

.trustpilot-blurb {
    font-size: 14px;
    text-align: center;
}

.trustpilot-widgs {
    margin-top: 3px;
}

.HeaderSection2 {
    padding-right: 20px;
}

.HeaderSection2 .Titles {
    width: 100%;
}

.HeaderSection2 .Description {
    flex-wrap: wrap;
}

.HeaderSection2 .Controls {
    width: 100%;
    padding-top: 10px;
}

.HeaderSection2 .Text {
    width: 100%;
}

.HeaderSection2 .Video {
    padding-top: 10px;
    width: 100%;
}

.hsMain {
    display: block;
}

.HeaderSection {
    background-size: cover;
    height: 170px;
    width: 100%;
    margin-bottom: 20px;
}

.hsGoogleReviews {
    width: 100%;
    margin-left: 20px;
}

.hs1 {
    background-image: url("/images/tbm_1.jpg");
}

.hs2 {
    background-image: url("/images/tbm_2.jpg");
}

.hs3 {
    background-image: url("/images/tbm_3.jpg");
}

.hs4 {
    background-image: url("/images/tbm_4.jpg");
}

#HeaderTitle {
    width: 100%;
    float: none;
}

#HeaderTitle .Title {
    padding: 0 20px 0 20px;
    height: 100px;
    font-size: 30px;
    line-height: 26px;
}

#HeaderTitle .Description {
    color: #000000;
    font-size: 16px;
    line-height: 16px;
}

#Content {
    margin-top: 70px;
}

#Content, #Footer {
    padding: 0 5px 0 5px;
}

.spItem {
    float: none;
    width: auto;
    margin-right: 0px;
}

#njTopJobSpacer {
    float: none;
    width: auto;
    margin-right: 0px;
    margin-bottom: 0px;
}

#njTopJob {
    float: none;
    width: auto;
    margin-right: 0px;
    margin-bottom: 20px;
}

.njFeaturedNanny {
    font-size: 12px;
    margin-bottom: 10px;
}

.njFeaturedNanny .Title {
    font-size: 16px;
    padding: 8px 10px 8px 10px;
}

.njFeaturedNanny .Body {
    flex-wrap: wrap;
}

.njFeaturedNanny .Photo {
    width: 30%;
}

.njFeaturedNanny .Details {
    width: 70%;
}

.njFeaturedNanny .Profile {
    width: 100%;
    padding: 0px 20px 10px 20px;
}

.njFeaturedNanny .Description {
    height: auto;
    overflow: auto;
}
    
.njFeaturedNanny .Profile .Controls {
    height: auto;
    text-align: center;
    margin-top: 10px;
}

#FeaturedAgency .Body {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

#FeaturedAgency .Body div:first-child {
    text-align: center;
}

#FeaturedAgency .Body div:last-child {
    margin-top: 10px;
}

#njTwitter {
    float: none;
    width: auto;
    margin-bottom: 20px;
}

#RotatorLogo {
    height: 130px;
}

#njCookiePolicy {
    height: 80px;
}

#njCookieText {
    padding-top: 15px;
    font-size: 16px;
    line-height: 16px;
}

#njCookieButton {
    font-size: 16px;
    line-height: 80px;
}

/* CV ----------------------------------------------- */

#njCVPhoto {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

#njCVDescription {
    float: none;
    width: 100%;
    padding: 0 20px 0 20px;
}

.njXCV {
    font-size: 12px;
    flex-wrap: wrap;
}

.njXCV .Photo {
    width: 25%;
}

.njXCV .Details {
    width: 70%;
}

.njXCV .Profile {
    width: 100%;
    padding: 0px 20px 10px 20px;
}

.njXCV .Profile .Controls {
    height: auto;
    text-align: center;
    margin-top: 10px;
}

.njCV {
    overflow: hidden;
    font-size: 12px;
    color: #47473b;
}

.njCV div {
    padding: 0;
    margin: 0;
    float: left;
}

.njCV .Photo {
    width: 118px;
    text-align: center;
}

.njCV .Details {
    width: 200px;
    margin-right: 5px;
}

.njCV .Profile {
    width: auto;
    padding: 0 20px 0 20px;
    position: static;
    clear: both;
    float: none;
}

.njCV .Controls {
    width: auto;
    float: none;
    text-align: center;
    position: static;
    height: auto;
    margin-top: 10px;
    text-align: center;
}

.njCVButtons {
    position: static;
    bottom: auto;
    right: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 100%;
}

.njCV input.njButton {
    width: 200px;
}

.njCV a.njButton {
    padding: 0 85px 0 85px;
    line-height: normal;
}

#njCVSearchControl {
    font-size: 12px;
}

#Footer {
    font-size: 12px;
}

/* -  - */

.njFormRegister {
    float: none;
    width: auto;
    margin: 0;
}

.njFormRegisterTerms {
    float: none;
    width: auto;
    margin-top: 20px;
}

#njControls {
    text-align: center;
}

#njControls .njButton {
    font-weight: bold;
}

.njFormLogin {
    width: auto;
    float: none;
}

.njFormLoginForgotten {
    width: auto;
    float: none;
    margin-top: 20px;
    margin-left: 0;
}

.njFormLoginRegister {
    width: auto;
    float: none;
    margin-top: 20px;
    margin-left: 0;
}

#menu_quicktabs {
    display: none;
}

#PartnerContent {
    padding: 10px;
    border: 0;
}

.ControlPanel {
    width: 100%;
    margin: 0 0 10px 0;
}

.ControlPanel .content {
    min-height: 100px;
}

#njJob .options div {
    max-width: none;
    width: 100%;
}
.njJob {
    display: block;
}

.njJob .options {
    width: auto;
    padding-right: 0;
}

.njJob .controls {
    margin-top: 10px;
    text-align: center;
    padding-bottom: 0;
}

.njSearchAgency {
    padding-left: 10px;
    padding-right: 10px;
}

#njJPMain {
    max-width: none;
}

#njJPBanner {
    text-align: center;
    width: 100%;
    float: none;
}

#njJPAgencyDetails {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    float: right;
    padding-right: 10px;
}

.profileItem {
    width: 100%;
    margin: 0;
}

.njCVE-File .Photo {
    width: auto;
    float: none;
    margin-bottom: 10px;
}

.njAdvertPersonal > .Title > .Status {
    float: none;
}

.njAdvertPersonal > .Contents > .Payment {
    float: none;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
}

.njAdvertPersonal > .Contents > .njApplicants {
    margin-bottom: 10px;
}

.njAdvertPersonal > .Contents > .njApplicants > .ApplicantDetails > .Field {
    width: 30%;
}

#SCAgencies {
    flex-direction: column;
}

#SCAgencies .options {
    padding-right: 20px;
}

#SCAgencies .controls {
    margin-top: 20px;
    width: 100%;
}

#SCChildcarers {
    flex-direction: column;
}

#SCChildcarers .options {
    padding-right: 60px;
}

#SCChildcarers .controls {
    margin-top: 20px;
    width: 100%;
}

#SCJobs {
    flex-direction: column;
}

#SCJobs .options {
    padding-right: 60px;
}

#SCJobs .controls {
    margin-top: 20px;
    width: 100%;
}

#SearchTabs {
    font-size: 15px;
}

.SearchTab {
    font-size: 15px;
    width: auto;
}

.PartnerJobs {
    border-top: 1px solid #EC962F;
    padding: 10px 5px 5px 5px;
    margin-top: 10px;

	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
}

.PartnerJobs .counter {
    width: 100%;
    text-align: center;
}

.PartnerJobs .reference {
    width: 100%;
}

.PartnerJobs .location {
    width: 65%;
}

.PartnerJobs .applications {
    width: 35%;
}

.PartnerJobs .controls {
    width: 100%;
    padding-top: 10px;
}

.PartnerJobs .newJob {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

#CVContacts .name {
    width: 70%;
}

#CVContacts .date {
    width: 30%;
}

#StandardGrid2C {
    grid-template-columns: auto;
}

fieldset ol.medium select {
    width: 44%;
}

.Table-row-item {
    padding: 0;
}

.Table-row {
    padding: 10px;
}

.Table-row-item:before {
    content: attr(data-header);
    width: 35%;
    font-weight: bold;
}

#Form {
    width: 100%;
}

#Terms {
    width: 100%;
}

.ppCheckout {
    padding-right: 0px;
}

.ControlSpace .njButton:nth-child(3) {
    margin-top: 6px;
}

.spItemShort {
    width: 100%;
    background-color: #CA4A00;
    padding: 20px 30px 20px 30px;
    border-radius: 15px;
}

.spItemShort + .spItemShort {
    margin-top: 10px;
}

#njITopAgency {
    max-width: 100%;
}

#njADInformation {
    order: 2;
}

#njADLogo {
    order: 1;
}

#njADLogoMap {
    display: none;
}

#njADLogoImage {
    text-align: center;
}

#HeaderTrustMobile {
    display: block;
}
