﻿/*		Main stylesheet for Tigerlily Recruitment		Author: cFront Software Ltd. (SABN)	Date: 19 July 20222		Colors:	Orange (P) : #FF8241;	Claret : #D22D46;	Blue : #2666d5;	Dark Blue: #285f81;		Fonts:		Titles: font-family: "poppins", sans-serif;	Text: font-family: "poppins", sans-serif;	*/

* {
    margin: 0;
    box-sizing:border-box;
}

html, body {
    height: 100%;
    color: #212121;
}

html {
    overflow-y: scroll;
}

body {
    font-family: "poppins", sans-serif;
    margin: 0;
    padding: 0;
    font-size:16px;
}

h1, h2, h3, h4, h5 {
    font-family: "poppins", sans-serif;
    font-weight: 600;
    color: #212121;
}

h1 {
    font-size: 3rem;
    margin: 3rem 0;
    color: #D22D46;
    font-weight: 900;
    line-height: 4rem;
    max-width: 600px;
}

h1.with-intro {
    margin-bottom: 1rem;
}

h2 {
    font-size: 2.2rem;
    margin: 2rem 0;
    max-width: 720px;
    line-height: 3.2rem;
}

h2.section-header {
    font-size:2.8rem;
    margin: 3rem 0;
    max-width:840px;
}

.rte h2,
.rte h3 {
    color:#FF8241;
}

.form-container h2.section-header {
    font-size:2rem;
    margin: 1rem 0 2rem 0;
    max-width:840px;
    color:#FF8241;
}

section.wborder .inner {
    border-top: 2px solid #b7073c;
    margin-top: 4rem;
}

header {
    position:sticky;
    top:0;
    background:#FFF;
    z-index:10;
}

.no-hero header {
    border-bottom:2px solid #EDEDED;
}

header.fix {
    border-bottom:2px solid #EDEDED;
}

.top-bar {
    background:#FF8241;
}

.top-bar > div.inner {
    background:#FF8241;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    padding:12px 16px;
}

.main-bar-nav,
.top-bar > div.inner > div,
.alt-sites,
.top-bar {
    display:flex;
    align-items:center;
    justify-content:flex-end;
}

.top-bar .contact {
    display:flex;
    gap:0 24px;
    align-items:center;
}

.top-bar a {
    text-decoration:none;
    color:#FFFFFF;
}

.top-bar .contact .phone,
.social {
    display:flex;
    align-items:center;
    justify-content:center;
    gap:16px;
}

.social a {
    display: flex;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    background: rgb(255 255 255 / 20%);
    border-radius: 50%;
    text-decoration:none;
    transition:.5s;
}

.social a svg {
    display: block;
    width: 16px;
    height: 16px;
    fill: #FFFFFF;
}

.social a:hover {
    background:#D22D46;
}

.top-bar .contact svg {
    display:block;
    width:16px;
    height:16px;
    fill:#FFFFFF;
}

.nav-bar {
    background:#FFF;
    width:20px;
    height:2px;
    margin:2px;
    pointer-events:none;
}

.nav-close svg {
    display: block;
    height: 28px;
    fill: #ffffff;
}

.main-bar .logo {
    display:block;
    width:100%;
    max-width:400px;
    min-width:240px;
    margin-right: 32px;
}

.main-bar .logo {
    display:block;
    width:100%;
    max-width:400px;
    min-width:240px;
    margin-right: 32px;
}

.main-bar .logo svg {
    display:block;
    width:100%;
}

.main-bar > div.inner {
    display:flex;
    justify-content:space-between;
    padding: 24px 0;
}

menu {
    display:flex;
    align-items:center;
    gap:24px;
}

.main-bar-nav menu {
    flex-grow: 1;    
    justify-content: space-between;
}

.main-bar-nav menu li a {
    text-decoration:none;
    color:#D22D46;
    transition:.5s;
}

.main-bar-nav menu li a:hover {
    color:#FF8241;
}

.nav-close,
.nav-icon {
    display:flex;
    align-items:center;
    flex-direction:column;
    justify-content:center;
    border-radius:50%;
    background: #D22D46;
    width: 48px;
    height: 48px;
    flex-wrap: wrap;
    margin-left: 24px;
    cursor:pointer;
    flex-grow: 0;
    flex-shrink: 0;
    transition:.5s;
}

.nav-close:hover,
.nav-icon:hover {
    background:#FF8241;
}

.nav-bar {
    background:#FFF;
    width:20px;
    height:2px;
    margin:2px;
    pointer-events:none;
}

.nav-close svg {
    display: block;
    height: 28px;
    fill: #ffffff;
}

.main-bar-nav menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    flex-grow: 1;
    justify-content: space-between;
}

.main-bar .logo {
    display:block;
    width:100%;
    max-width:240px;
    min-width:240px;
    margin-right: 32px;
}

.main-bar .logo svg {
    display:block;
    width:100%;
}

.mobile-nav {
    display:none;
    top:0;
    position:absolute;
    width:100%;
    color:#FFFFFF;
    background:#D22D46;
    padding:24px;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.mobile-nav-items li {
    margin:16px 8px;
}

.mobile-nav-logo {
    display:block;
    width:200px;
}

.mobile-nav-logo svg {
    display:block;
    width:100%;
}

.mobile-nav ul {
    list-style-type:none;
    padding: 24px 0;
}

.mobile-nav ul a {
    text-decoration:none;
    color:#FFFFFF;
}

.mobile-nav .social {
    justify-content:flex-start;
    padding:8px;
}

.mobile-nav p {
    margin:0;
    padding:8px;
}

.mobile-nav a {
    color:#FFFFFF;
}

.mobile-nav .nav-close {
    position: absolute;
    top: 16px;
    right: 16px;
    background: rgb(0 0 0 / 10%);
    width: 42px;
    height: 42px;
    transition:.5s;
}

.mobile-nav .nav-close:hover {
    background:#FF8241;
}

.mobile-nav h2 {
    font-size:2rem;
    font-weight:500;
    margin:0 0 1rem 0;
}

.mobile-nav .help-num {
    font-size:2rem;
}

.hero {
    display:flex;
    width:100%;
    height:80vh;
    background-size:cover;
    align-items:center;
}

.hero.home {
    background-image: url(/media/1041/girl-with-balloons-25-v2.jpg);
    background-size: cover;
    background-position: 50% bottom;
}

.hero-content {
    text-align: left;
    padding: 36px 7.5% 5% 16px;
    display: flex;
    flex-direction: column;
}

#headerContent h1,
.hero-content h1 {
    font-size: 48px;
    color: #FFFFFF;
    line-height:64px;
    max-width:600px;
}

.hero-buttons {
    display: flex;
    gap: 16px;
    justify-content: flex-start;
}

.hero-button {
    display: flex;
    width: fit-content;
    padding: 9px 16px 7px 16px;
    border-radius: 25px;
    background: none;
    color: #FFFFFF;
    border:1px solid #FFFFFF;
    text-decoration: none;
    transition: 0.5s;
    align-items: center;
    margin: 16px 0;
    font-size: 0.9rem;
    line-height: 1rem;
}

.hero-button:nth-of-type(1) {
    background: #d32e46;
    border-color: #d32e46;
}

.hero-button:nth-of-type(1):hover,
.hero-button:hover {
    color:#FFFFFF;
    background:#FF8241;
    border-color:#FF8241;
    text-decoration: none;
}

nav.desktop {
    display:flex;
    flex-direction:column;
    margin-top:16px;
}

.grid {
    display: grid;
    gap:32px;
}

.g-2 {
    grid-template-columns:2fr 1fr;
}

.home-search {
    padding:32px;
    background:#D22D46;
    border-radius:12px;
    color:#FFFFFF;
    width:100%;
}

.home-search input {
    padding: 10px 8px 8px 8px;
    font-family: "poppins", sans-serif;
    border-radius: 4px;
    margin: 8px 0;
    outline: none;
    border: none;
    font-size: 1rem;
    max-width:300px;
}

.home-search button {
    padding: 8px 16px;
    font-family: "poppins", sans-serif;
    border-radius: 25px;
    margin: 8px 0;
    outline: none;
    border: none;
    background: rgb(0 0 0 / 10%);
    color: #FFFFFF;
    font-size: 1rem;
    cursor:pointer;
}

.form-row {
    width:100%;
}

.home-search button:hover {
    background:#FF8241;
}

.home-search h3 {
    color:#FFFFFF;
    margin:0 0 12px 0;
}

.page-intro {
    padding:64px 0;
}

h2 .intro-helping {
    font-weight:400;
    font-style:italic;
}

.page-intro h2 {
    color: #D22D46;
    font-size: 36px;
    line-height: 48px;
    font-weight: 900;
    max-width: 720px;
    margin:0 0 24px 0;
}

.page-intro .rte {
    max-width: 640px;
}

.top-bar a.link-button {
    padding: 9px 16px 6px 16px;
    background: rgb(255 255 255 / 20%);
}

.top-bar a.link-button:hover {
    background: #D22D46;
}

h3 {
    font-size: 1.8rem;
    line-height:2.4rem;
    margin:24px 0;
}

.page-section h3 {
    width:100%;
}

.rte ul {
        max-width: 640px;
    margin: 24px 0;
}

.rte ul li {
    margin:18px 0;
    line-height:1.6rem;
}

.page-section ul {
    margin: 16px 0;
    max-width: 600px;
}

.page-section ul li {
    margin:8px 0;
}

section h2.wborder {
    position:relative;
    padding-bottom: 12px;
    color:#D32E46;
    margin-top:56px;
}

.intro-feature p {
    font-size: 1.25rem;
    font-weight: 600;
    color: #212121;
    line-height: 2rem;
    width: 60%;
    margin: 0 0 1rem 0;
}

.feature-image {
    width: 300px;
    float: right;
    margin-left: 64px;
    margin-bottom: 64px;
    margin-top: 86px;
    margin-right: 0;
}

.feature-image img {
    display:block;
    width:300px;
    height:300px;
    border-radius:50%;
}

a {
    text-decoration: underline;
    color: #D32E46;
}

a.link-button {
    display:flex;
    width:fit-content;
    padding:10px 16px 7px 16px;
    border-radius:25px;
    background:#D32E46;
    color:#FFFFFF;
    text-decoration:none;
    transition:0.5s;
    align-items:center;
    font-size: 0.9rem;
    line-height: 1rem;
}

#homeSections a.link-button {
    margin: 16px auto;
}

a.link-button i {
    margin-left:6px;
}

.controls a.link-button {
    margin-right:16px;
}

.link-button svg {
    display:block;
    width:16px;
    height:16px;
    fill:#FFFFFF;
    margin-left:12px;
}

a:hover {
    text-decoration: underline;
    color: #FF8241;
    transition: all ease 0.5s;
}

.top-bar a:hover {
    color:#D22D46;
    transition:.0s;
}

.resources-section {
    background:#f4eef0;
    padding:24px;
    border-radius:12px;
}

.resources-section h2,
.resources-section h3 {    
    color: #8e8e8e;
    font-weight: 600;
    margin: 0 0 1.4rem 0;
    letter-spacing: 0;
}

.resources-section h3 {
    margin: 1.6rem 0;
}

a.link-button:hover {
    background:#FF8241;
    color:#FFFFFF;
    text-decoration:none;
}

p {
    margin: 1.5rem 0;
    line-height: 1.4rem;
    max-width: 900px;
}

.impact_text p {
    line-height: 36px;
}

p:first-of-type { /*margin-top:0;*/
}

button.waiting:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f110";
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
    margin-left: 0.75em;
}

table.alternating tr:nth-of-type(2n) {
    background: rgba(40, 95, 129, 0.1);
}

table.alternating tr td:nth-of-type(2n) {
    background: rgba(40, 95, 129, 0.1);
}

.flex_row {
    display: flex;
    flex-wrap: wrap;
    gap:32px;
}

.red_bar {
    display: block;
    margin: 1em 0;
    width: 50%;
    height: 2px;
    background: #D22D46;
}

.white_bar {
    display: block;
    margin: 1em 25%;
    width: 50%;
    height: 2px;
    background: #FFFFFF;
}

.blue_bar {
    display: block;
    margin: 1em 0;
    width: 50%;
    height: 2px;
    background: #2666d5;
}
.nursery-staff .red_bar,
.dark_blue_bar {
    display: block;
    margin: 1em 0;
    width: 50%;
    height: 2px;
    background: #285f81;
}

.flex-container > div {
    box-sizing:border-box;
}

.col-2-3 {
    width:66.667%;
}

.col-1-3 {
    width:33.333%;
}

.col_1_2 .dark_blue_bar {
    width: 75%;
}

.opposite-header {
    margin-top:3rem;
}

.flex-container > div.col-2-3:nth-of-type(1) {
    padding-right:64px;
}

.flex-container > div.col-1-3:nth-of-type(2) {
    padding-left:32px;
    position: sticky;
    top: 140px;
}

.grey_bar {
    display: block;
    margin: 1em 0;
    width: 50%;
    height: 2px;
    background: #DDDDDD;
}

.parents .red_bar,
.orange_bar {
    display: block;
    margin: 1em 0;
    width: 50%;
    height: 2px;
    background: #D22D46;
}
/*		Header	*/

#header {
    width: 100%;
    position: relative;
}

#smallHeader {
    width: 100%;
    position: fixed;
    height: 80px;
    display: none;
    top: 0;
    left: 0;
    z-index: 13;
    background: #FFFFFF;
    border-bottom: 2px solid #ededed;
}

#smallHeader.fix {
    display: block;
}

.tlt-ad {
    display:block;
    padding:1rem;
    text-align:center;
    width:100%;
    box-sizing:border-box;
    background:#41427f;
    color:#FFFFFF;
    font-family: "poppins", sans-serif;
    font-size:1.2rem;
    text-decoration:none;
}

.tlt-ad:hover {
    background:#27284c;
    transition:0.7s;
    text-decoration:none;
    color:#FFFFFF;
}

.fc-jc {
    justify-content:center;
}

/**/

.top_nav > div.top_nav_close {
    display: none;
}

.logoNav {
    position: absolute;
    top: 40px;
    left: 40px;
    z-index: 10;
    width: 370px;
    text-align: center;
}

.logoLink {
    display: block;
    padding: 10px 20px;
    margin: 0 auto;
    text-align: center;
}

.tigerlilyLogo {
    width: 260px;
}

#logoStrap {
    font-family: "poppins", sans-serif;
    color: #FFFFFF;
    line-height: 1em;
    font-size: 3.25em;
    text-align: center;
    margin-top: 0.1em;
}

#smallHeader .logoNav {
    position: absolute;
    top: 10px;
    left: 40px;
    z-index: 100;
    width: 170px;
}

#smallHeader .tigerlilyLogo {
    width: 140px;
    height: 48px;
}

#smallHeader .logoLink {
    display: block;
    padding: 10px 20px;
    margin: 0 auto;
    text-align: center;
}

#socialHead {
    position: absolute;
    top: 40px;
    right: 40px;
    z-index: 100;
}

#socialHead a {
    color: #FFFFFF;
    font-size: 2em;
    display: inline-block;
    margin: 0 0.25em;
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 1px;
}

#socialHead a i.fa {
    position: relative;
    top: 8px;
}

#socialHead a:hover {
    transition: all ease 0.7s;
}

#socialHead a.twitter:hover {
    background: #00ACED;
}

#socialHead a.facebook:hover {
    background: #3B5998;
}

#socialHead a.linkedin:hover {
    background: #007FB1;
}
/*		Header content*/

#headerContent.public_page {
    min-height: 440px;
    position:relative;
}

#headerContent.hc_jobs {
}

#headerContent .message {
    background:#D22D46;
    color:#FFFFFF;
    padding:10px;
    text-align:center;
    font-size:19px;
    font-weight:600;
}

#headerContent #topFeature {
    background-image: url('/Images/girl-balloons.jpg');
    background-position: 50% bottom;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 480px;
}

#headerContent.hc_jobs #topFeature {
    background-image: url('/Images/child-take-off.jpg');
    background-position: 50% 60%;
}

#headerContent.hc_contact_us #topFeature {
    background-image: url('/Images/child-goggles.jpg');
    background-position: 50% 90%;
}

#headerContent.hc_about_us #topFeature {
    background-image: url(/media/1037/child-reading.jpg);
    background-position: 50% 50%;
}

#headerContent.hc_client_reg #topFeature {
    background-image: url('/Images/girl-balloons.jpg');
    background-position: 50% bottom;
}

#headerContent.hc_candidate_reg #topFeature {
    background-image: url('/Images/child-take-off.jpg');
    background-position: 50% 60%;
}

#headerContent.hc_parents #topFeature {
    background-image: url('/Images/girl-balloons.jpg');
    background-position: 50% bottom;
}

#headerContent.hc_nursery #topFeature {
    background-image: url('/Images/child-reading.jpg');
    background-position: 50% 25%;
}

#headerContent.hc_candidate_nursery #topFeature {
    background-image: url('/Images/child-take-off.jpg');
    background-position: 50% 60%;
}

#headerContent.hc_candidate_nanny #topFeature {
    background-image: url('/Images/child-take-off.jpg');
    background-position: 50% 60%;
}

#topFeature {
    width: 100%;
}

#headerContent.public_page #hcText {
    position: absolute;
    bottom: 0;
}

#topFeature h2 {
    color: #FFFFFF;
    font-size: 2.2em;
    font-weight: 500;
    margin: 0.5em 0;
}

.header_facebook {
    text-align: center;
    margin-top: 1em;
    color: #FFFFFF;
    padding: 5px 10px;
    border-radius: 2px;
    display: inline-block;
    text-decoration: none;
    background: #3b5998;
    color: #FFFFFF;
}

.header_facebook i.fa {
    padding: 7px 11px;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 3px;
    margin-right: 5px;
}

.header_facebook:hover {
    text-decoration: none;
    background: #3b5998;
    color: #FFFFFF;
}

.header_facebook:hover i.fa {
    border: 1px solid #3b5998;
    background: rgba(255,255,255,0.2);
    transition: all ease 0.7s;
}

a.box_link {
    display: block;
    padding: 10px 20px;
    color: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #FFFFFF;
    background: rgba(0,0,0,0.2);
    margin: 1em auto;
    width: 200px;
    font-size: 0.9em;
}

a.box_link:hover {
    text-decoration: none;
    background: #ee8a1d;
    transition: all ease 0.7s;
}

#topFeature hr {
    border: none;
    border-bottom: 2px solid #FFFFFF;
    height: 1px;
    width: 320px;
    margin: 1.5em auto;
}

.hc_strap {
    display: block;
    font-style: italic;
    color: #FFFFFF;
    margin: 8px 0 16px 0px;
    line-height:24px;
}

.underline_bar {
    width: 100%;
    margin: 1em 0;
    border-bottom: 2px solid #FFFFFF;
}

.look_for_nurserystaff, .look_for_nannystaff {
    display: block;
    float: left;
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 2px;
    border: 0;
    font-family: "poppins", sans-serif;
    padding: 0.5em 1em;
    font-size: 1.1em;
    font-weight: 400;
    margin: 0 0 5px 0;
    width: 47.5%;
    min-width: 150px;
    text-align: center;
    box-sizing: border-box;
}

.look_for_nurserystaff {
    background: #D22D46;
    margin-right: 5%;
}

.look_for_nannystaff {
    background: #FF8241;
}

a.look_for_nurserystaff:hover, a.look_for_nannystaff:hover {
    background: #1fa766;
    transition: all ease 0.7s;
}

#homeSearch input, #homeSearch textarea, #homeSearch button {
    border-radius: 6px;
    border: 0;
    font-family: "poppins", sans-serif;
    padding: 0.5em 1em;
    font-size: 1.1em;
    color: #333333;
    font-weight: 400;
    background: #F2F2F2;
    box-sizing: border-box;
    margin-bottom: 5px;
    border: 1px solid #d9d9d9;
}

#homeSearch input.txt_normal {
    width: 90%;
    margin-bottom: 15px;
}

#homeSearch input.txt_small {
    width: 48%;
    min-width: 120px;
    margin: 0 1% 5px 0;
}

#homePostJob {
    float: left;
    width: 30%;
    margin: 2em 5%;
}

#homeSearch .input_inlinetext {
    width: 10%;
    font-family: "poppins", sans-serif;
    padding: 0.5em 1em;
    font-size: 1.2em;
    color: #FFFFFF;
    font-weight: 400;
}

#homeSearch button {
    width: 40%;
    min-width: 110px;
    background: #D22D46;
    color: #FFFFFF;
    white-space: nowrap;
    border:none;
    border-radius:25px;
}

#homeSearch button:hover {
    transition: all ease 0.7s;
    background: #FF8241;
    cursor: pointer;
}

.search_links {
    margin-top: 1em;
    color: #2666d5;
}

.search_links a {
    font-style: italic;
    color: #2666d5;
    text-decoration: none;
}

.search_links a:hover {
    transition: all ease 0.7s;
    text-decoration: underline;
}

#homeSearch button i.fa {
    margin-right: 3px;
}

#quickSearchLinks {
    width: 100%;
}

.row  {
    margin: 20px 5%;
}

#fixedReviewWidget {
    position: fixed;
    right: -8px;
    top: 50%;
    margin-top: -100px;
    z-index: 1005;
    max-width: 200px;
    transition: all ease 0.7s;
    height: 175px;
    overflow: hidden;
}

strong.orange {
    color:#FF8241;
}

.register_with_us {
    text-align: center;
    padding: 20px;
    background: #f6efe7;
    color: #FFFFFF;
    margin: 0;
    padding: 40px 0;
}

.register_with_us h3 {
    color: #D22D46;
    font-size: 40px;
}

.register_with_us {
    color:#000000;
}

.register_with_us .rte {
    margin: 24px auto;
    max-width: 480px;
    line-height: 24px;
}

.register_with_us a {
    background: #D22D46;
    display: block;
    margin: 40px auto 10px auto;
    color: #FFFFFF;
    text-decoration: none;
    box-sizing: border-box;
}

.register_with_us a:hover {
    text-decoration: none;
    background: #FF8241;
    color:#FFFFFF;
    transition: all ease 0.7s;
}

#quickSearchLinks div {
    float: left;
    width: 25%;
    text-align: center;
    padding: 1em 0;
    color: #FFFFFF;
    font-size: 1.2em;
    font-weight: 500;
}

#quickSearchLinks div:hover {
    transition: all ease 0.7s;
    background: #FF8241;
    cursor: pointer;
}

.menu_bars {
    border-radius: 50%;
    display: none;
    position: absolute;
    top: 40px;
    right: 20px;
    height: 42px;
    width: 44px;
    z-index: 100;
    padding: 0;
    background: #D22D46;
    flex-direction: column;
    justify-content: center;
    align-items:center;
}

.menu_bars:hover {
    background: #FF8241;
    cursor: pointer;
    transition: all ease 0.7s;
}

.menu_bar {
    display: block;
    width: 24px;
    height: 2px;
    background: #FFFFFF;
    margin: 3px 0;
    flex-shrink: 0;
}

#smallHeader .menu_bars {
    top: 20px;
}

#smallHeader .menu_bar {
    background: #FFFFFF;
}

#smallHeader .menu_bars:hover .menu_bar {
    background: #FFFFFF;
}

.top_nav {
    position: absolute;
    color: #FFFFFF;
    right: 0;
    top: 0;
    font-size: 0.9em;
    margin: 0 20px 0 0;
    z-index: 10;
    display: block;
    padding-top: 30px;
}

.hero-content .top_nav {
    position:relative;
    color: #FFFFFF;
    right: unset;
    top: unset;
    font-size: 0.9em;
    margin: 0;
    z-index: 10;
    display: block;
    padding-top: 30px;
}

.top_nav > div.top_social {
    display: flex;
    justify-content:flex-end;
}

.top_social a {
    color: #FFFFFF;
    font-size: 1.2em;
    margin: 0 10px;
    display: inline-block;
    padding: 4px 6px;
    width: 20px;
    border-radius: 50%;
    text-align: center;
    border: 1px solid rgba(255,255,255,0.6);
}

.top_social a:hover {
    transition: all ease 0.7s;
}

.top_social a.twitter:hover {
    background: #55ACEE;
    border-color: #55ACEE;
}

.top_social a.facebook:hover {
    background: #3B5998;
    border-color: #3B5998;
}

.top_social a.linkedin:hover {
    background: #0077B5;
    border-color: #0077B5;
}

.top_nav nav > div {
    margin: 20px 5px;
    display: inline-block;
    white-space: nowrap;
    text-align: right;
    position: relative;
}

.hero-content .top_nav nav > div {
    margin: 8px 0;
}

.top_nav nav > div .contact_us {
    white-space: normal;
}

.top_nav nav a.lvl_1 {
    color: #ededed;
    text-decoration: none;
    padding: 5px 10px;
    background: transparent;
    border-radius: 25px;
    text-shadow: 0 0 40px rgba(0,0,0,1);
}

.top_nav nav a.lvl_1.nav_jobs {
    background: #D32E46;
}

.top_nav nav a.lvl_1:hover {
    color: #FFFFFF;
    text-decoration: none;
    background: #FF8241;
    transition: background ease 0.7s;
}

.top_nav nav .nav_contact.active a.lvl_1, .top_nav nav .nav_contact a.lvl_1:hover {
    background: #D32E46;
}

#smallHeader .top_nav {
    margin: 0 2em 0 0;
    padding-top: 10px;
    width: auto;
    color: #212121;
}

#smallHeader .top_nav .contact_us {
    color:#FFFFFF;
}

#smallHeader nav {
    display: inline-block;
}

#smallHeader .top_nav a.lvl_1 {
    color: #212121;
    text-shadow: none;
}

#smallHeader .top_nav a.lvl_1.nav_jobs {
    color: #FFFFFF;
    background: #D32E46;
}

#smallHeader .top_nav a.lvl_1:hover {
    color: #FFFFFF;
    background: #ee8a1d;
}

#smallHeader .top_nav .nav_contact.active a.lvl_1 {
    color: #FFFFFF;
}

#smallHeader .top_nav .nav_contact a.lvl_1:hover {
    background: #D32E46;
}

#smallHeader .top_nav > div.top_social {
    display: inline-block;
    position: relative;
    top: 2px;
}

#smallHeader .top_nav > div.top_social a {
    color: #666666;
    border-color: rgba(0,0,0,0.1);
}

#smallHeader .top_nav > div.top_social a:hover {
    color: #FFFFFF;
}

.contact_us {
    display:none;
    width: 320px;
    padding: 24px;
    position: absolute;
    top: 24px;
    right: 0px;
    background: #D32E46;
    box-sizing: border-box;
    text-align: left;
    z-index: 100;
    border-radius: 12px 0 12px 12px;
}

.contact_us h4 {
    margin: 2em 0 0.5em 0;
    padding-bottom: 0.5em;
    border-bottom: 2px solid #ee8a1d;
    font-size: 1.1em;
    font-weight: 600;
    color: #FFFFFF;
}

.contact_us h4:first-of-type {
    margin-top: 0.5em;
}

.contact_us span {
    display: block;
}

.contact_us label {
    display: inline-block;
    margin-right: 5px;
}

.contact_us a {
    color: #FFFFFF;
}

.contact_us a:hover {
    color: #FFFFFF;
    text-decoration: underline;
    transition: all ease 0.7s;
}

.contact_us label {
    font-weight: 500;
}

.nav_contact i.fa-angle-down {
    padding: 6px 10px;
    cursor:pointer;
    margin-left: -6px;
}


.nav_contact i.fa-angle-down.active {
    padding: 6px 10px;
    background: #D32E46;
    border-radius: 6px 6px 0 0;
    color: #FFFFFF;
}
/*	Home sections*/

#homeIntro {
    display:flex;
    margin: 0 5%;
    padding: 40px 0 0 0;
    flex-wrap: wrap;
}

#homeIntro h1,
#homeIntro h2 {
    font-size:36px;
    font-weight:600;
}

#homeIntro h3 {
    font-size:24px;
    font-weight:600;
    margin-bottom: 16px;
}

#homeIntro a:hover {
    text-decoration: underline;
}

#homeIntro p {
    width: 85%;
}

.hi_left {
    width: 60%;
    margin: 1em 2.5%;
}

.hi_right {
    width: 30%;
    margin: 56px 0 24px 0;
}

#homeSections {
    display: flex;
    flex-wrap:wrap;
    gap:24px;
    margin:36px 0;
}

#homeSections h2 {
    line-height: 2.4rem;
}

#homeSections ul {
    text-align:left;
}

#homeSections ul li {
    margin:8px 0;
    line-height:1.4rem;
}

#homeSections p {
    text-align:left;
}


#homeSections > div {
    width: calc(33.333% - 16px);
    text-align: center;
    box-sizing: border-box;
    margin: 0;
    padding: 24px;
    position: relative;
    box-sizing: border-box;
    background: #f6efe7;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#homeSections h2 {
    margin: 12px 0;
    font-size: 2rem;
    font-weight: 600;
    color: #ef8b17;
    font-family: "poppins", sans-serif;
}

#homeSections #hsNannies h1 {
    padding-top: 0;
}

#homeSections i.fa-angle-right {
    display: block;
    background: #DDDDDD;
    color: #FFFFFF;
    font-size: 2em;
    height: 38px;
    width: 38px;
    border-radius: 50%;
    padding-top: 3px;
    padding-left: 4px;
    margin: 1em 0 0 -21px;
    bottom: 40px;
    position: absolute;
    left: 50%;
}

#homeSections .hs_container {
    padding: 0 0 1em 0;
}

#homeSections #hsNannies .hs_container {
    padding: 7px 0 1em 0;
}

#homeSections .hs_container p {
    color: #212121;
    font-size: 1rem;
}

#homeSections .hs_container a:hover {
    transition: all ease 0.7s;
}

.view {
    position: relative;
    overflow: hidden;
}

.mask {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    background: #2666d5;
    transform: translateY(600px);
    opacity: 1;
    transition: all 0.5s ease-in-out;
    padding: 0 20px;
    box-sizing: border-box;
}

#homeSections div#hsParents .mask {
    background: #ee8a1d;
}

#homeSections div#hsNurseries .mask {
    background: #D22D46;
}

#homeSections div#hsNannies .mask {
    background: #2666d5;
}

#homeSections div#hsNurseryStaff .mask {
    background: #285f81;
}

.view:hover .mask {
    transform: translateY(0px);
}

#homeSections .mask h1 {
    color: #FFFFFF;
    height: auto;
}

#homeImageLinks div {
}

#homeSections .mask a {
    display: block;
    padding: 5px 10px;
    color: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #FFFFFF;
    background: rgba(0,0,0,0.2);
    margin: 1em auto;
    width: 80%;
    box-sizing: border-box;
    font-size: 0.8em;
    max-width: 180px;
}

#homeSections .mask a:hover {
    transition: all ease 0.7s;
    background: rgba(0,0,0,0.7);
    text-decoration: none;
}

#homeTestimonails {
}
/*	Testimonial stuff*/

.top-link {
    display: block;
    padding: 12px;
    text-align: center;
    background: #FFFFFF;
    color: #008f3a;
    font-weight: 600;
    text-decoration: none;
    font-family: "poppins", sans-serif;
    font-size: 17px;
    border-bottom: 1px solid #f2f2f2;
}

.pf_parents .form_fields {
    margin-top: 32px;
    padding: 24px;
    border-radius: 8px;
}

.form_fields {
    margin-top: 2rem;
}

.top-link .normal {
    font-weight:400;
}

.top-link:hover {
    background:#512683;
    color:#FFFFFF;
    text-decoration:none;
}

.top-link svg {
    display: inline-block;
    margin-right: 3px;
    width: 19px;
    fill: #008f3a;
    position: relative;
    top: 4px;
}

.top-link .cls-1 {fill: #fff;}
.top-link .cls-2 {fill: #069046;}

.top-link:hover  .cls-1 {fill: #512683;}
.top-link:hover  .cls-2 {fill: #FFFFFF;}

#homeTrainingRow {
    clear: both;
    padding: 0;
    text-align: center;
    background: #f2f4f5;
    width: 100%;
    box-sizing: border-box;
    display: flex;
}

#homeTrainingRow h1 {
    color: #1fa766;
    margin: 0.5em 0;
    font-weight: 500;
    font-size: 3em;
}

#homeTrainingRow .left_col {
    margin: 0;
    text-align: center;
    box-sizing: border-box;
    width: 40%;
    padding: 40px;
    background-image: url('/images/tigerlily-training-group.jpg');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

#homeTrainingRow .right_col {
    padding: 40px;
    width: 60%;
    box-sizing: border-box;
}

#homeTrainingRow .right_col img {
    margin: 1rem auto 2rem auto;
    display: block;
    width: 90%;
    max-width:340px;
}

#homeTrainingRow .right_col h2 {
    color: #41427f;
    margin: 1em auto;
    max-width: 680px;
}

#homeTrainingRow .right_col h3 {
    margin: 1em 0;
}

#homeTrainingRow h1:first-of-type {
    margin-bottom: 0.25em;
}

#homeTrainingRow p:first-of-type {
    font-style: italic;
    margin-top: 0;
    font-size: 1.2em;
}

#homeTrainingRow a {
    position: relative !important;
    left: 50%;
    clear: both;
    float: left;
    color: #FFFFFF;
    padding: 8px 12px;
    margin-top: 2em !important;
    margin-bottom: 1em !important;
    background: #41427f;
    display: block;
    border-radius: 25px;
    text-decoration: none;
    width: 200px !important;
    font-size: 1rem;
    margin-left: -100px !important;
    box-sizing: border-box;
    letter-spacing: 0.5px;
}

.branch-row {
    margin: 0 0 24px 0;
}

.branch-row .location {
    margin-bottom:0.2rem;
    font-weight:600;
    font-size:1.1rem;
    font-family: "poppins", sans-serif;
}

#homeTrainingRow a:hover {
    text-decoration: none;
    background: #27284c;
    transition: all ease 0.7s;
    color: #FFFFFF;
}

#homeTestimonialRow .left_col {
    width: 65%;
    padding: 40px;
    box-sizing: border-box;
}

#homeTestimonialRow .right_col {
    width: 35%;
    box-sizing: border-box;
    padding: 40px;
    position: relative;
}

#homeTestimonialRow .right_col a {
    display: block;
    position: absolute;
    width: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%); /* IE 9 */
    -webkit-transform: translate(-50%,-50%); /* Chrome, Safari, Opera */
}

#homeTestimonialRow .right_col a img {
    display: block;
    width: 100%;
    max-width: 140px;
}

#testimonials {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
}

#testimonials ul {
    list-style: none;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 1em 0 0 0;
    position: relative;
}

#testimonials li {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    position: relative;
    font-size: 1.5em;
}

.quote-name {
    color:#D22D46;
}

#testimonials li p {
    padding: 0 20px;
    max-width:480px;
    margin:1rem auto;
}

#testimonials .material-icons, #testimonials li strong {
    color: #D22D46;
}

#testimonials .material-icons {
    position: absolute;
    left: 0;
    top: -15px;
    font-size: 3em;
}

.quote-icon svg {
    display:block;
    width:40px;
    color:#D22D46;
    margin:0 auto;
}

#homeTestimonialRow #buttons {
    display: none;
}

.hs_container .tel {
    font-weight: 600;
    font-size: 1em;
    display: block;
}

#homeTestimonialRow {
    background: #FFFFFF;
    clear: both;
    padding: 2em 10%;
    text-align: center;
    min-height: 300px;
    box-sizing: border-box;
    display: flex;
}
/*	Page style	*/

#pageBody {
    margin: 0;
}

.pageRow.pr_full_width {
    width: 100%;
}

.page-intro h1 {
    margin:0 0 24px 0;
}

.inner,
.pr_inner {
    margin: 0 auto;
    max-width:1260px;
    width:95%;
}

.pr_full_width .pr_inner {
    width: 90%;
    margin: 1em auto;
}

.pr_full_width .pr_inner.pr_about {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 32px 0;
}

.collapsible_toggle i.fa {
    position: relative;
    top: 4px;
    margin-left: 10px;
    font-size: 1.4em;
}


.team-row {
    padding:24px 0;
}

.team-member {
    display:grid;
    grid-template-columns:1fr 3fr;
    gap:32px;
    align-items:flex-start;
}

.team-member {
    display:flex;
    gap:32px;
    align-items:flex-start;
}

.team > div {
    position:relative;
}

.team > div:nth-child(2n+0) {
    flex-direction:row-reverse;
}

.team > div:nth-child(2n+0)::after {
    content:"";
    display:block;
    width:120px;
    height:10px;
    background:#FF8241;
    position:absolute;
    top:0px;
    left:0px;
}

.team > div:nth-child(2n+1)::after {
    content: "";
    display: block;
    width: 10px;
    height: 120px;
    background: #FF8241;
    position: absolute;
    top: 80px;
    left: 230px;
}

.team > div > div:nth-child(1) {

}

.team > div > div:nth-child(2) {
    padding:48px 32px;
}

.team > div:nth-child(2n+1) > div:nth-child(2) {
    padding:48px 0 48px 32px;
}

.team > div:nth-child(2n+0) > div:nth-child(2) {
    padding:48px 32px 48px 0px;
}

.team > div:nth-child(2n+0) > div:nth-child(2) {
    padding-top:8px;
}

.team-member {
    padding: 32px 0;
    max-width: 960px;
    margin: 0 auto;
}

.people {
    padding:32px;
}

.people h2 {
    text-align:center;
    max-width:100%;
    margin-bottom: 0;
}

.team-member h4 {
    font-size: 20px;
}

.team-role {
    font-weight: 500;
    font-size: 1rem;
    margin: 7px 0;
}

.team-photo img {
    width: 200px;
    margin: 16px auto;
    display: block;
}

a.linked-in {
    text-decoration: none;
    margin: 16px auto;
    display: flex;
    width: 36px;
    background: #0a66c2;
    height: 36px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

a.linked-in svg {
    display: block;
    width: 20px;
    height: 20px;
    fill: #ffffff;
}

.collapsible_toggle:hover {
    color: #D22D46;
    cursor: pointer;
}

.collapsible_toggle i.fa-angle-right {
    display: inline-block;
}

.collapsible_toggle i.fa-angle-down {
    display: none;
}

.collapsible_toggle.visible i.fa-angle-right {
    display: none;
}

.collapsible_toggle.visible i.fa-angle-down {
    display: inline-block;
}

.collapsible_section {
    display: none;
    padding-top: 32px;
}

h3.collapsible {
    margin: 1.5em 0;
}

.contents_box {
    margin: 8px 0;
    padding: 24px 36px!important;
    background: #f6efe7;
    border-radius: 20px;
}

.form-container {
    margin: 60px auto;
    padding: 24px 36px;
    background: #f6efe7;
    border-radius: 20px;
}

.contents_box h3 {
    color: #f67d00;
    margin-bottom: 16px;
}

.contents_box ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.pageRow .contents_box ul li {
    margin: 0;
}

.contents_box ul li a {
    display: inline-block;
    text-decoration: none;
    padding: 0.5em 1em;
    border-radius: 2px;
    color: #FF8241;
    font-size: 0.9em;
    border-radius: 25px;
}

.contents_box ul li a:hover {
    text-decoration: none;
    background: #FF8241;
    color: #FFFFFF;
    transition: background ease 0.7s;
}

.contents_box.cb_nurseries ul li a:hover {
    background: #D22D46;
}

.contents_box ul li a i.fa {
    margin-right: 10px;
}

.contents_box a.cb_search i.fa, .contents_box a.cb_register i.fa {
    margin-left: 5px;
}

.contents_box.cb_nannies ul li a {
    color: #2666d5;
}

.contents_box.cb_nannies ul li a:hover {
    background: #2666d5;
    color: #FFFFFF;
}

.contents_box.cb_nurserystaff ul li a {
    color: #285f81;
}

.contents_box.cb_nurserystaff ul li a:hover {
    background: #285f81;
    color: #FFFFFF;
}

.cb_download {
    text-align: center;
    display: block;
    text-decoration: none;
    padding: 10px 16px 7px 16px;
    border-radius: 2px;
    background: #FF8241;
    color: #FFFFFF;
    margin-top: 1em;
    margin-bottom: 1em;
    max-width: 250px;
    font-size: 0.9em;
    border-radius: 25px;
}

.cb_download i.fa {
    margin-left: 5px;
}

.controls {
    display:flex;
}

.cb_search, .cb_register {
    text-align: center;
    display: block;
    text-decoration: none;
    padding: 0.5em;
    margin-left: -0.5em;
    border-radius: 2px;
    background: #285f81;
    color: #FFFFFF;
    margin-top: 1em;
    margin-bottom: 1em;
    max-width: 300px;
}

.cb_search {
    background: #2666d5;
}

.cb_download:hover {
    text-decoration: none;
    background: #D22D46;
    color: #FFFFFF;
    transition: background ease 0.7s;
}

.cb_nurseries .cb_download:hover {
    background: #D22D46;
}

.cb_search:hover, .cb_register:hover {
    text-decoration: none;
    background: #D22D46;
    color: #FFFFFF;
    transition: background ease 0.7s;
}

.red_row {
    background: #D22D46;
    margin: 2em auto;
}

.grey_row {
    background: #f7efe7;
    margin: 2em auto;
}

.page-sections > div:nth-child(2n+1) {
    background: #f7efe7;
    margin: 0 auto;
}

.page-sections > div:nth-child(2n+1).row {
    padding: 36px 0;
}

.section-title {
    padding: 32px 0;
}

.section-title h2 {
    color:#FF8241;
}

.red_row p {
    color: #FFFFFF;
}

.quote_item {
    padding: 6%;
    box-sizing: border-box;
}

.pageRow ul li {
    margin: 0.5em 0;
}

.ul_1_2 {
    width: 40%;
    margin: 1em 5% 1em 0;
}

ul.two-col {
    columns:2;
}

ol {
    margin: 2em 0;
}

ol li {
    margin: 1em 0.5em;
}

.quote_item p {
    font-size: 1.8rem;
    line-height: 2.5rem;
}

.pr_inner h3.visible {
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
    border-bottom: 2px solid #dddddd;
    color: #FF8241;
}

.nursery-staff .pr_inner h3.visible,
.pr_inner h3.nursery_staff.visible {
    color: #285f81;
}

.col-1-3,
.col_1_3, 
.col_1_1_3 {
    width: 33%;
    box-sizing: border-box;
}

.col_2_3,
.col-2-3 {
    width: 66%;
    box-sizing: border-box;
}
s
.pr_intro .col_2_3 {
    padding-left: 40px;
}

.col_2_3 p:first-of-type {
    margin-top: 0;
}

.col_1_1_3 {
    margin: 15px 0;
    box-sizing: border-box;
    padding: 1em;
}

.col_1_1_3 img {
    text-align: center;
    width: 100%;
    max-width: 260px;
}

.pr_contact_us div {
    text-align: center;
}

.pr_contact_us div.col_nursery {
    border-color: #D22D46;
}

.pr_contact_us div.col_parents {
    border-color: #ee8a1d;
}

.pr_contact_us h2 {
    margin: 1em 0;
    height: 60px;
}

.pr_contact_us a {
    display: block;
    font-size: 1.2em;
    color: #212121;
}

.pr_contact_us a.tel {
    font-size: 1.5em;
    margin-bottom: 0.5em;
}

.pr_contact_us div.head_office h2 {
    border-bottom: 3px solid #DDDDDD;
    height: auto;
    padding-bottom: 0.5em;
    margin: 0 auto;
    width: 50%;
}

.col_right {
    float: right;
}

.col_right img {
    display: block;
    text-align: right;
    border-radius: 50%;
    width: 400px;
    height: 400px;
}

.impact_text {
    font-size: 1.5em;
    padding-right:32px;
}

.impact_text {
    position:sticky;
    top:100px;
    left:0;
    max-width: 640px;
    line-height: 2.4rem;
}

.impact_text.static {
    position: relative;
    top: unset;
    padding: 64px 0 0 0;
}

.impact_text > p {
    margin-top:0;
}

.pr_centre {
    text-align: center;
    width: 70%;
    padding: 1em 0;
}

.pr_centre h3 {
    margin: 1em 0;
    font-weight: 500;
    font-size: 1.25em;
    font-family: "poppins", sans-serif;
}

.pr_centre .box_link, .box_link.in_text {
    color: #FFFFFF;
    background: #D22D46;
    border-color: #D22D46;
    margin-top: 1em;
    font-size: 1.2em;
    padding: 6px 10px;
    display: inline-block;
    text-align: center;
}

.box_link.inline_text {
    color: #FFFFFF;
    background: #D22D46;
    border-color: #D22D46;
    margin: 0 5px 0 5px;
    font-size: 0.9em;
    padding: 0 10px;
    display: inline-block;
    text-align: center;
    width: auto;
}

.pr_centre .box_link:hover, .box_link.in_text:hover {
    background: #222222;
    border-color: #222222;
    color: #FFFFFF;
    transition: all ease 0.7s;
}

.box_link.inline_text:hover {
    background: #222222;
    border-color: #222222;
    color: #FFFFFF;
    transition: all ease 0.7s;
}

.pr_bottom {
    margin-bottom: 0;
}

.testimonial_item {
    margin-bottom: 2em;
}

footer {
    background: rgb(130,3,38);
    background: linear-gradient(0deg, rgba(130,3,38,1) 0%, rgba(210,45,70,1) 100%);
}

#footerTop {
    color: #FFFFFF;
    padding: 20px 0 40px 0;
    display:flex;
    flex-wrap:wrap;
    gap:32px;
}

#footerTop h5, #footerTop a {
    color: #FFFFFF;
    text-decoration: none;
}

#footerTop h4 {
    padding: 24px 0;
    font-size: 1.5em;
    color: #FFFFFF;
}

#footerTop div {
    width: calc(25% - 24px);
}

#footerTop div.ft_help ul {
    width: 80%;
}

#footerTop div.ft_location ul, #footerTop div.jobsbytype ul {
    width: 90%;
}

#footerTop div.ft_location ul li, #footerTop div.jobsbytype ul li {
    display: inline-block;
    margin: 0;
}

#footerTop ul {
    margin: 0;
    padding: 0;
}

#footerTop ul li {
    list-style-type: none;
    padding: 0.15em;
    margin: 0.15em;
}

#footerTop a {
    text-decoration: none;
    padding: 5px;
    margin-left: -5px;
    border-radius: 4px;
    font-size: 0.9em;
    display: block;
}

#footerTop a:hover {
    text-decoration: none;
    background: rgba(0,0,0,0.1);
    transition: all ease 0.7s;
}

#footerStat {
    color: #FFFFFF;
    text-align: center;
    padding: 1.5em 0;
}

#footerStat h2 {
    color: #FFFFFF;
    width: 100%;
    max-width: unset;
}

#footerBottom {
    
}

#footerBottom, #footerBase {
    color: #FFFFFF;
    font-size: 0.8em;
    box-sizing: border-box;
    padding: 24px 0;
}

.footer-stat {
    background: #bf0e3e;
}

#footerBase {
    display:flex;
    align-items:center;
    justify-content:space-between;
}

.footer-base-links {
    display:flex;
    gap:8px;
}

#footerBottom a, #footerBase a {
    color: #FFFFFF;
}

#footerBottom {
    padding-bottom: 0;
    display:flex;
    flex-wrap: wrap;
    justify-content:space-between;
}

#footerBottom a.image_link {
    margin-top: 1em;
}

#bottomLinks {
    width: 70%;
    line-height:1.5rem;
}

.flex-container {
    display:flex;
    flex-wrap:wrap;
    align-items: flex-start;
}

.team.flex-container {
    gap:16px;
}

.partner-link {
    width:30%;
    padding:2rem;
}

.partner-link img {
    display:block;
    width:100%;
    max-width:280px;
    margin:1rem auto;
}

#bottomLinks a {
    display: inline-block;
    margin: 0 0.5em 0 0;
    text-decoration: none;
    padding-left: 0.5em;
    border-left: 1px solid #EDEDED;
    line-height: 1.2em;
}

#bottomLinks #accrediationLogos a {
    border: none;
    margin: 10px;
    max-width: 120px;
}

#bottomLinks #accrediationLogos a:first-of-type {
    margin-left: 0;
}

#bottomLinks #accrediationLogos a img {
    display: block;
    width: 100%;
}

#accrediationLogos {
    padding: 48px 0;
    display: flex;
    align-items: center;
    gap: 32px;
    justify-content: space-evenly;
}

.round-image img {
    display:block;
    width:100%;
    border-radius:50%;
    padding: 64px 0;
    max-width: 480px;
    margin: 0 auto;
}

#accrediationLogos a {
    display:block;
    max-width:200px;
}

#accrediationLogos a img,
#accrediationLogos a svg {
    display:block;
    width:100%;
}

#bottomLinks a:first-of-type {
    padding-left: 0;
    border: none;
}

#bottomLinks a:hover {
    text-decoration: underline;
}

#bottomContacts {
    text-align:right;
}

#bottomContacts h3 {
    color:#FFFFFF;
    margin:0 0 8px 0;
}

#bottomContacts a {
    color:#FFFFFF;
    text-decoration:none;
}

#footerBottom .social {
    margin: 8px 0 24px 0;
    justify-content: flex-end;
}

#footerBottom .social a {
    background: rgba(0,0,0,0.2);
}

#footerBottom .social a:hover {
    transition: all ease 0.7s;
    background: #FF8241;
}

#footerBottom .contact {
    line-height: 2em;
}
/* clearfix */

.branches {
    display:flex;
    width:calc(100% + 2rem);
    margin-left:-1rem;
    overflow:hidden;
    flex-wrap:wrap;
}

.branches .branch {
    width:calc(50% - 2rem);
    margin:1rem;
    background:#FFFFFF;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
    display: flex;
    border-radius: 6px;
    flex-direction: column;
    text-decoration: none;
    position: relative;
    padding: 2rem;
    line-height: 1.5rem;
    box-sizing: border-box;
}

.branch a {
    word-break:break-all;
}

.branch h4 {
    font-weight: 600;
    font-size: 1.3rem;
    margin-bottom: 1rem;
}

.pr_inner, .clearfix, .pageRow, .group {
    zoom: 1;
}
/* IE < 8 */

@media all and (max-width:640px) {
    .top_nav {
    }

    .top_nav > div {
        width: 78%;
    }

    #socialHead {
        top: 20px;
        right: 20px;
    }

    #socialHead a {
        font-size: 1.5em;
        display: block;
        margin: 0.25em 0;
        clear: right;
        width: 40px;
        height: 40px;
    }

    #socialHead a i.fa {
        top: 3px;
    }

    #homeTrainingRow, #homeTestimonialRow {
        display: block;
    }

    #homeTrainingRow .left_col, #homeTrainingRow .right_col, #homeTestimonialRow .left_col, #homeTestimonialRow .right_col {
        width: 100%;
        min-height: 300px;
    }
}

@media all and (max-width:460px) {
    #logoNav, #socialHead {
        top: 10px;
        left: 50%;
        margin-left: -173px;
    }

    #socialHead {
        top: 110px;
        width: 238px;
        margin-left: -120px;
    }

    #socialHead a {
        color: #FFFFFF;
        font-size: 2em;
        display: inline-block;
        margin: 0 0.25em;
        width: 60px;
        height: 60px;
        float: none;
        clear: none;
    }

    #socialHead a i.fa {
        top: 8px;
    }
}
/*	Slider styles*/

.mSCaption {
    width: 100% !important;
    margin: 0 !important;
}

.slider_description {
    position: absolute;
    bottom: 20px;
    right: 20px;
    padding: 10px 20px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
    border: 2px solid transparent;
    border-radius: 50px;
    cursor: pointer;
    z-index: 100;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.slider_description:hover {
    color: #FFF;
    border-color: #FFF;
}
/* Slider Styles */

#example {
    position: relative;
    width: 100%;
    height: calc(100vh - 87px);
}

#example .frame {
    width: 100%;
    height: 100%;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-perspective-origin: 50% 50%;
    perspective-origin: 50% 50%;
}

#example .frame .slide_element {
    height: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

#example .frame .slide_element > div {
    height: 100%;
}

#example .frame .mSCover img {
    max-width: none;
}
/* Animated layers styles */

.transparent {
    opacity: 0;
}

.bgImg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transform: translateZ(0px) translateY(-7%);
    transform: translateZ(0px) translateY(-7%);
    z-index: 1;
}

.bgImg1 {
    background-image: url('/Images/girl-balloons.jpg');
}

.bgImg2 {
    background-image: url('/Images/child-reading.jpg');
}

.bgImg3 {
    background-image: url('/media/1004/looking-for-work.jpg'); /*background-image: url('/Images/child-take-off.jpg');*/
}

.bgImg4 {
    background-image: url('/Images/child-goggles.jpg');
}

.bande {
    background: url('assets/img/captions/bande.png') no-repeat 0 50%;
    height: 1110px;
    width: 632px;
    left: 0;
    -webkit-transform: translateZ(0px) translateX(-632px);
    transform: translateZ(0px) translateX(-632px);
    bottom: 0;
    z-index: 12;
}

.line {
    background: url('assets/img/captions/line.png') no-repeat 0 50%;
    height: 1110px;
    width: 556px;
    left: 0;
    -webkit-transform: translateZ(0px) translateX(-773px);
    transform: translateZ(0px) translateX(-773px);
    bottom: 0;
    z-index: 11;
}

.titles {
    bottom: 140px;
    color: #FFFFFF;
    -webkit-transform: translateZ(0px) translateX(-100%);
    transform: translateZ(0px) translateX(-100%);
    z-index: 13;
}

.titles .titrePartie {
    top: auto;
    bottom: 38px;
    text-align: left;
    font-size: 3em;
}

.titrePartie > span {
    position: relative !important;
    left: 0;
    display: block;
    clear: both;
    padding: 10px 25px;
    white-space: nowrap;
}

.titrePartie span.white_bar {
    padding: 0 !important;
    position: relative !important;
    left: 50%;
    width: 320px !important;
    margin: 0.5em 0 0.5em -160px !important;
}

.titles .titrePartie span.l1, .titles .titrePartie span.l2 {
    left: -50px;
    line-height: 1.5em;
}

.titrePartie > span.l1 {
    padding-bottom: 0.25em;
    font-weight: 300;
    line-height: 40px;
}

.titrePartie > span.l2 {
    font-size: 0.8em;
    font-weight: 500;
}

.titles .msLink {
    position: relative !important;
    color: #FFFFFF;
    line-height: 28px;
    padding: 10px 20px;
    margin: 10px auto 0 auto !important;
    background: #FF8241;
    display: inline-block;
    border-radius: 4px;
    width: auto !important;
    font-size: 1em;
    text-decoration: none;
    transform: translate3d(0px, 0px, 0px);
    opacity: 0;
}

.titles .msLink:hover {
    text-decoration: none;
    background: #D22D46;
    transition: all ease 0.7s;
}

.titles .msArrow {
    position: absolute !important;
    left: 50%;
    color: #FFFFFF;
    padding: 0 10px;
    display: block;
    width: 50px !important;
    font-size: 2em;
    margin-left: -25px !important;
    height: 50px;
    bottom: 0;
}

.titles .msArrow:hover i.fa {
    position: relative;
    transform: translate(0,10px);
    transition: all ease 0.7s;
}

.backtotop {
    display: none;
    position: fixed;
    bottom: 40px;
    right: 40px;
    padding: 0 25px;
    background: rgba(0,0,0,0.25);
    color: #FFFFFF;
    font-size: 60px;
}

.backtotop:hover {
    cursor: pointer;
    background: rgba(0,0,0,0.5);
    transition: background ease 0.7s;
}

.backtotop .fa {
    position: relative;
    top: -4px;
}

.uppercase {
    text-transform: uppercase;
}

::-webkit-input-placeholder { /* WebKit browsers */
    text-transform: none;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    text-transform: none;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    text-transform: none;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    text-transform: none;
}
/* 	Knockout module display*/

.ko-deferred-module {
    display: none;
}

@keyframes ko-deferred-module-wait {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.ko-deferred-module-wait {
}

.ko-deferred-module-wait:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: ko-deferred-module-wait 2s infinite linear;
    content: "\f110";
}

.ko-deferred-module-wait.wait-large {
    text-align: center;
}

.ko-deferred-module-wait.wait-large:before {
    font-size: 48px;
}
/* */ /* 	Error flags*/

.ef {
    display: none;
    padding: 0.5em;
    background: #ff4f1e;
    color: #ffffff;
    border-radius: 2px;
    margin-bottom: 0.25em;
}

.wf {
    display: none;
    padding: 0.5em;
    background: rgba(255, 228, 30, 0.5);
    color: #ffffff;
    border-radius: 2px;
    margin-bottom: 0.25em;
}

.ef.static, .wf.static {
    display: inherit;
}

.ef-summary {
    display: none;
    padding: 0.5em;
    background: #ff4f1e;
    color: #ffffff;
    border-radius: 2px;
    margin-bottom: 0.25em;
    font-size: 1.25em;
    display: none;
}

.efs_major .ef {
    font-size: 1.25em;
}

.efs_major .ef:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: '\f071';
    padding-right: 0.5em;
}
/*	Used for login view*/

.validation-summary-errors ul {
    margin: 0;
    padding: 0;
}

.validation-summary-errors li {
    padding: 0.5em;
    background: #ff4f1e;
    color: #ffffff;
    border-radius: 2px;
    margin-bottom: 0.25em;
    list-style: none;
}
/* */

@media screen and (min-width: 1440px) {
    .quote_item p {
        font-size: 1.8rem;
        line-height: 2.5rem;
    }
}

@media screen and (max-width:1100px) {

    .team-member {
        flex-wrap: wrap;
    }

    .branches .branch {
        width: calc(50% - 2rem);
        margin: 1rem;
    }

    #smallHeader .top_nav, .top_nav {
        position: fixed;
        color: #FFFFFF;
        right: 0;
        top: 0;
        font-size: 0.9em;
        width: 100%;
        max-width: 100%;
        margin: 0;
        z-index: 1000;
        background: #D32E46;
        height: 100%;
        overflow-y: auto;
        box-sizing: border-box;
    }

    .hero-content .top_nav {
        position: fixed;
        display: none;
        right: 0;
        top: 0;
        z-index: 10001;
    }

    #smallHeader .top_nav nav > div, .top_nav nav > div {
        float: left;
        text-align: left;
        width: 100%;
        margin: 0;
    }

    .top_nav nav > div.nav_contact {
        display:flex;
    }

    .top_nav nav a.lvl_1 {
        border-radius:0;
    }

    #smallHeader .top_nav nav a.lvl_1, .top_nav nav a.lvl_1 {
        color: #FFFFFF;
        border: 2px solid transparent;
        width: 100%;
        box-sizing: border-box;
        padding: 8px 12px;
        display: block;
    }

    #smallHeader .top_nav nav a.lvl_1:hover, #smallHeader .top_nav nav .nav_contact a.lvl_1:hover, .top_nav nav a.lvl_1:hover, .top_nav nav .nav_contact a.lvl_1:hover {
        border: none;
        color: #FFFFFF;
        background: #D22D46;
        border: 2px solid transparent;
    }

    .top_nav > div.top_social {
        position: relative;
        margin:0;
        justify-content: flex-start;
    }

    .contact_us {
        width: 100%;
        top: 0;
        padding: 1em;
        box-sizing: border-box;
        position: relative;
        display: block;
    }

    #smallHeader .top_nav > div.top_nav_close, .top_nav > div.top_nav_close {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        color: #FFFFFF;
        width: 20px;
        height: 20px;
        padding: 14px 15px;
        text-align: center;
        background: #666666;
        z-index: 1000;
    }

    .top_nav > div.top_nav_close:hover {
        background: #2666d5;
        transition: all ease 0.7s;
        cursor: pointer;
    }

    .top_nav {
        display: none;
    }

    .menu_bars {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items:center;
    }

    #homeSections {
        padding: 0 2%;
    }
}

@media screen and (max-width:960px) {

    .grid {
        width:100%;
    }

    .g-2 {
        grid-template-columns:1fr;
        gap: 32px 0;
    }

    #footerTop div {
        width: calc(50% - 24px);
    }

    .top-bar a.link-button,
    .top-bar .contact .email,
    .main-bar-nav menu {
        display:none;
    }

    .hero-content h1 {
        font-size: 30px;
        text-align:center;
        line-height: 40px;
    }

    .hero-buttons {
        gap: 8px;
        justify-content: center;
        align-items: flex-end;
        flex-wrap: wrap;
    }

    .main-bar .logo {
        max-width: 200px;
        min-width: 200px;
    }

    .hero-button {
        margin: 6px 0;
    }

    .hero-content {
        padding: 0px;
    }

    .col_right img {
        width: 200px;
        height: 200px;
    }

    .titles .titrePartie {
        top: 58px;
    }

    .titrePartie > span {
        padding: 7px 20px !important;
        font-size: 25px !important;
        line-height: 35px !important;
    }

    #homeSections h1 {
        font-size: 1.5em;
        height: auto;
    }

    .bande {
        margin-left: -70px;
    }

    .line {
        margin-left: -70px;
    }

    .titles {
        left: 0px;
    }

    .titles .titrePartie {
        top: 58px;
    }

    .titrePartie > span {
        padding: 7px 20px !important;
        font-size: 25px !important;
        line-height: 35px !important;
    }

    .titles .msLink {
        right: 60px;
    }

    #footerBase {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        line-height: 16px;
    }

    .footer-base-links {
        flex-wrap:wrap;
        margin: 16px 0;
    }

    .footer-base-links > * {
        width:100%;
    }
}

@media screen and (max-width:768px) {
    .flex_row div {
        width: 100%;
    }
}

@media screen and (max-width:640px) {

    footer .inner {
        padding: 0 24px;
    }

    #footerTop div {
        width: 100%;
    }

    .intro-feature p,
    .col-2-3,
    .col-1-3 {
        width:100%;
    }

    .flex-container > div.col-2-3:nth-of-type(1),
    .flex-container > div.col-1-3:nth-of-type(2) {
        padding:0;
    }

    #accrediationLogos {
        gap: 32px;
        justify-content: center;
    }

    .main-bar > div.inner,
    .inner {
        padding: 24px;
        width:100%;
    }

    .page-intro h2 {
        font-size: 24px;
        line-height: 36px;
    }

    .page-intro {
        padding: 16px 0 32px 0;
    }

    ul {
        padding: 0 16px;
    }

    #accrediationLogos {
        flex-wrap:wrap;
    }

    #bottomContacts {
        text-align: left;
    }

    #footerBottom .social {
        justify-content: flex-start;
    }

    #accrediationLogos > a {
        width:calc(50% - 24px);
    }

    .feature-image {
        float:unset;
        margin:16px auto;
    }

    .branches {
        display:flex;
        margin:0;
        width:100%;
    }

    .branches .branch {
        width: 95%;
        margin: 1rem auto;
        box-sizing: border-box;
    }

    .bande {
        margin-left: -100px;
    }

    .line {
        margin-left: -140px;
    }

    .titles {
        width: 100%;
        padding-right: 80px;
        display: none !important;
    }

    .titles .titrePartie {
        top: 40px;
    }

    .titrePartie > span {
        padding: 5px 15px !important;
        font-size: 20px !important;
        line-height: 30px !important;
        white-space: inherit !important;
    }

    .titles .titrePartie > span.l1 {
        margin-right: 7px;
    }

    .col_1_3, .col_2_3, .hi_left, .hi_right, #homeSections > div, #homeTrainingRow .left_col, #homeTrainingRow .right_col, #homeTestimonialRow .left_col, #homeTestimonialRow .right_col, #footerTop div, #bottomLinks, #bottomContacts {
        width: 100%;
        box-sizing: border-box;
    }

    .pr_intro .col_2_3 {
        padding-left: 0;
    }

    .col_1_3.impact_text {
        margin-bottom: 15px;
    }

    #logoStrap {
        font-size: 2em;
    }

    .logoNav {
        width: auto;
        left: 20px;
        margin-left: 0px;
        text-align: left;
    }

    .logoLink {
        text-align: left;
    }

    #example {
        height: 460px;
    }

    #topFeature h1 {
        font-size: 1em;
    }

    .tigerlilyLogo {
        width: 180px;
        height: 62px;
    }

    #smallHeader .logoNav {
        margin-left: 0;
        left: 10px;
    }

    #homeTestimonialRow .right_col a {
        margin-bottom: 2em;
    }

    #testimonials i.fa {
        font-size: 1.75em;
    }

    #testimonials i.fa-quote-right {
        right: 30px;
    }

    #testimonials li {
        font-size: 1em;
    }

    .home-search input {
        width: 100%;
        max-width:280px;
    }
}
