/* DESKTOP */

/*disable image dragging and saving*/

* {
  box-sizing: border-box;
}

p {
  max-width: 100%;
}

@font-face {
    font-family: "FontAwesome";
    src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf");
}

img { pointer-events: none; }

/**/

body {
  font-family: "Century Gothic", sans-serif;
  font-size: 15px;
  color: #333;
}

h1, h2, h3, h4, h5 {
  color: #E05E10;
}

/* Size logo */

div.logo a > img {
  height: 80px;
}

div#sub-nav {
  background: #eee;
}

div#sub-nav > div.container {
    padding: 0;
}

#sub-nav > div > ul > li > a {
  color: white;
}

ul.menu-sub > li {
  display: inline-block;
}

.moduletable.most-recent .category-module.most-recent > li > a {
  text-transform: uppercase;
    color: #E05E10;
}

.column-box {
  /* border: 1px solid #ccc; */
  /* margin: 15px; */
  padding: 10px;
  background: white;
  box-sizing: border-box;
  box-shadow: rgba(0,0,0,.5) 2px 2px 5px;
  /* display: flex; */
  /* height: 100%; */
  transition: .125s all linear;
  width: 100%;
}

.column-box center {
  text-align: left !important;
}

ul.category-module.most-recent {
  list-style: none;
  /* margin: 5px; */
}

ul.category-module.most-recent > li {
  overflow: hidden;
  /* padding: 5px; */
  box-sizing: border-box;
}

ul.category-module.most-recent > li > a.mod-articles-category-title {
  font-size: 2em;
}

#menu .container {
  border: 0;
}

.navbar-nav>li>a {
  color: #1E1A2E;
}

.menu-sub>li>a {
  color: white;
}

.nav.menu-sub>li>a:hover, .nav.menu-sub>li>a:hover {
  background: #64CBDF;
}

footer#footer, #footer .container {
  background: #31BAD4;
  color: white;
}

#header {
  background: #eee;
}

header.main-header {
    position: sticky;
    top: 0;
  	background: white;
  	z-index: 10;
}

.menu-quick-actions {
    margin-left: 15px;
    /* margin-bottom: 15px; */
    /* margin-top: auto; */
    list-style: none;
    display: flex;
    /* align-items: flex-end; */
    justify-content: flex-end;
}

.nav#quick-actions>li>a{
    color: black;
    font-size: .8em;
}

div.bullet {
  width: 10px !important;
    height: 10px !important;
    border: 2px solid #31BAD4 !important;
    background: none !important;
    border-radius: 100px !important;
    transition: all .125s linear;
}

div.bullet.selected {
  width: 10px !important;
    height: 10px !important;
    border: 2px solid #31BAD4 !important;
    background: #31BAD4 !important;
    border-radius: 100px !important;
    transition: all .125s linear;
}

#above > .container {
  padding: 0;
}

#page > header > div.container {
  padding: 0;
  position: relative;
}

div.logo>a {
  padding: 0;
  display: table;
}

div.logo {
  /* padding: 15px 15px; */
}

.nav>li {
  display: inline-block;
}

img#award {
  float: right;
  margin-top: -50px;
}

/* Columns - Remove padding */

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  padding: 0;
}

.row [class*="col-"]{
  /* margin-bottom: -99999px; */
  /* padding-bottom: 99999px; */
  /* display: flex; */
  /* flex-wrap: wrap; */
  flex-direction: column;
  /* justify-content: space-between; */
  /* overflow: hidden; */
  /* float: none; */
  /* flex: 1; */
  /* display: flex; */
  /* justify-content: space-between; */
  flex-direction: column;
  flex-basis: auto;
  flex-shrink: 1;
  align-items: stretch;
  padding: 10px;
}

.row{
  /* overflow: hidden; */
  float: none;
  /* flex: 1; */
  /* display: flex; */
  justify-content: space-between;
}

.row.diagram {
    float: none;
    display: flex;
    justify-content: center;
}

.sequence .text-block {
  background: #31BAD4!important;
}

/*MENU - FOLDER*/
.navbar-nav>li:not(:first-of-type)>a {
    padding-left: 30px;
    padding-right: 30px;
    /* margin-left: -15px; */
}

.navbar-nav>li>a {
    padding: 6px;
    padding-right: 30px;
    color: white;
    transition: .125s all linear;
}

.navbar-nav>li:nth-child(1)>a {
    background: #31BAD4;
    z-index: 1000;
    padding-left: 30px;
}

.navbar-nav>li:nth-child(1)>a:before {
    content: " ";
    position: absolute;
    left: 8px;
}

.navbar-nav>li:nth-child(2)>a {
    background: #C0D000;
    z-index: 999;
}

.navbar-nav>li:nth-child(3)>a {
    background: #C7BBDD;
    z-index: 998;
}

.navbar-nav>li:nth-child(4)>a {
    background: #BD1722;
    z-index: 997;
}

.navbar-nav>li:nth-child(5)>a {
    /* background: #DB0079; */
    /* z-index: 995; */95 */
}
/*END MENU - FOLDER*/

.menu-quick-actions>li>span, .menu-quick-actions>li>a {
    padding: 2px !important;
    font-size: .85em;
    border-bottom: 2px solid;
    height: 30px;
}

.menu-quick-actions>li:not(:first-of-type) {
  margin-left: 10px;
}

.menu-quick-actions>li:nth-child(1)>span{
    border-color: #31BAD4;
}

.menu-quick-actions>li>span{
    color: #333;
}

.menu-quick-actions>li:nth-child(1)>span>span {
    color: #31BAD4;
}

.menu-quick-actions>li:nth-child(2)>span{
    border-color: #E05E10;
}

.menu-quick-actions>li:nth-child(2)>span>span {
    color: #E05E10;
}

.menu-quick-actions>li:nth-child(3)>span{
    border-color: #C0D000;
}

.menu-quick-actions>li:nth-child(3)>span>span {
    color: #C0D000;
}

.menu-quick-actions>li:nth-child(4)>a{
    border-color: #C7BBDD;
}

.menu-quick-actions>li:nth-child(4)>a {
    color: #C7BBDD;
}

.menu-quick-actions>li:nth-child(4)>span{
    border-color: #BD1722;
}

.menu-quick-actions>li:nth-child(4)>span>span {
    color: #BD1722;
}

#sub-nav > div > ul {
  margin-left: 0;
}

header.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    background: white;
    width: 100%;
    z-index: 100000;
}

#page > header {
  transition: all linear .25s;
  border-bottom: 5px solid #31BAD4;
}

/*SLIDESHOW*/
a.slider-btn {
  padding: 10px;
  border: 2px solid #E05E10;
  background: #E05E10;
  color: white;
  transition: .125s all linear;
  box-shadow: rgba(0,0,0,0.14902) 1px 1px 2px;
}

a.slider-btn:hover {
  padding: 10px 20px;
  transition: .125s all linear;
}

#sliderimg img {
  position: absolute;
  top: 0;
  left: 0;
}

#sliderimg > #visimiage {
  position: initial;
  width: 50%;
  visibility: hidden;
}

div[id^="slider-inner-content-"] > * {
  color: white;
}

#sliderimg img {
  transition: .25s all linear;
}

#slideshow {
    /* position: absolute; */
    width: 100%;
    /* height: 100%; */
    background: url('/images/banners/extendedhours/nybackground.jpg');
    background-size:  cover;
    background-position: 0% 40%;
}

#slideshow > div {
    /* position: absolute; */
    /* overflow: hidden; */
    /* top: 0; */
    /* left: 0; */
    width: 100%;
    /* height: 100%; */
}

img#slideimg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  /* height:  100%; */
}

div#slide-content {
  z-index: 99999;
  max-width: 1700px;
  margin: 0 auto;
  width: 100%;
  padding: 5% 10px;
  box-sizing: border-box;
  color: white;
}

div#slide-content > * {
  color: white;
}

div#slide-align {
  /* position: absolute; */
  /* top: 0; */
  /* left: 0; */
  z-index: 99999;
  /* width: 100%; */
  /* height: 100%; */
  display: flex;
  align-items: center;
  justify-content: center;
  /* min-height:  250px; */
}

/*END SLIDESHOW */

.navbar-brand {
  align-items: center;
  justify-content: flex-start;
  /* margin-top: 20px; */
  /* margin-bottom: -20px; */
}

.module.search {
  display: table;
  margin-left: auto;
}

input#mod-finder-searchword114 {
  padding: 0px 10px;
  width: 180px;
  box-sizing: border-box;
}

div#below-slider {
  width: 100%;
  /* padding: 10px; */
  box-sizing: border-box;
  background: #31BAD4;
}

div#below-slider > div.container * {
  color: white;
}


div#below-slider > div.contaner > center > h1 {
  font-size: 1em !important;
}
/*QUICK LINKS*/
.nav-child.small > li > a {
    color: white;
    padding: 10px 10px;
    font-size: 1.2em;
    display: block;
    transition: all .125s linear;
    line-height:  normal;
    word-wrap: normal;
    white-space: initial;
    width: 100%;
    box-sizing: border-box;
    margin-left: 0;
}

.nav-child.small > li > a:hover {
    background: rgba(0, 0, 0, .08);
    transition: all .125s linear;
    color: #333 !important;
}

ul.nav-child.unstyled.small > li {
    /* padding: 5px; */
    width: 100%;
    box-sizing: border-box;
}

ul.nav.menu-quick-actions > li > ul.nav-child.unstyled.small {
    display: none;
}

ul.nav.menu-quick-actions > li:hover > ul.nav-child.unstyled.small, ul.nav.menu-quick-actions > li:focus > ul.nav-child.unstyled.small {
    display: block;
    margin-top: -2px;
    z-index: 999999999;
}

ul.nav.menu-quick-actions > li:nth-child(1) > ul.nav-child.unstyled.small {
    background: #6ec3eb;
}

ul.nav.menu-quick-actions > li:nth-child(1):hover > a {
    color: #6ec3eb !important;
}

ul.nav.menu-quick-actions > li:nth-child(2) > ul.nav-child.unstyled.small {
    background: #eb8d57;
}

ul.nav.menu-quick-actions > li:nth-child(2):hover > a {
    color: #eb8d57 !important;
}

ul.nav.menu-quick-actions > li:nth-child(3) > ul.nav-child.unstyled.small {
    background: #cce170;
}

ul.nav.menu-quick-actions > li:nth-child(3):hover > a {
    color: #cce170 !important;
}

ul.nav.menu-quick-actions > li:nth-child(4) > ul.nav-child.unstyled.small {
    background: #bcb2d7;
}

ul.nav.menu-quick-actions > li:nth-child(4):hover > a {
    color: #bcb2d7 !important;
}

ul.nav.menu-quick-actions > li:nth-child(5) > ul.nav-child.unstyled.small {
    background: #ce5662;
}

ul.nav.menu-quick-actions > li:nth-child(5):hover > a {
    color: #ce5662 !important;
}

.marquee > img:not(:first-of-type) {
  margin-left: 50px;
}

/*END QUICK LINKS*/

.navbar-nav>li>a:hover {
    /* margin-top: -5px; */
    padding-bottom: 11px;
}

div.marquee {
    padding: 5px;
    box-sizing: border-box;
}

div.marquee > img {
    box-shadow: rgba(0,0,0,0.14902) 2px 2px 2px;
}

.marquee-container {
  height: 116px;
  margin-bottom: 10px;
}

.marquee-sibling {
  padding: 0;
  width: 20%;
  height: 45px;
  line-height: 42px;
  font-size: 12px;
  font-weight: normal;
  color: #ffffff;
  text-align: center;
  float: left;
  left: 0;
  z-index: 2000;
}

.marquee,
*[class^="marquee"] {
  display: inline-block;
  white-space: nowrap;
  position: absolute;
  height: 116px;
}

.marquee-sibling {
  z-index: 0;
}

*[class^="marquee"] > img:not([alt=agency]) {
  max-width: 116px;
  width: 116px;
  height: 116px;
}

*[class^="marquee"] > img[alt=agency] {
  max-width: 200px;
}

.marquee { margin-left: 25%; }

.marquee-content-items {
  display: inline-block;
  margin: 0;
  height: 116px;
  position: relative;
}

.marquee-content-items > img:not(#agency) {
    box-shadow: rgba(0,0,0,0.14902) 2px 2px 2px;
    transition: .125s all linear;
}

.marquee-content-items > img {
  margin-left: 30px;
}

.marquee-content-items > img:not(#agency):hover {
    transition: .125s all linear;
    cursor: pointer;
    transform: scale(1.1);
}

.useful-links > div > div > div {
    padding: 0;
}

div#tiles.container {
    margin: 0;
    padding: 0;
    width: 100%;
}

div#tiles.container > div.row {
    margin: 0;
}

div#tiles > .row div[class*="col-"] > .column-box {
    /* align-items: center; */
    /* justify-content: center; */
    /* display: flex; */
    /* height: 100%; */
    /* flex-grow: 1; */
    /* flex-shrink: 1; */
    /* flex-basis: auto; */
    /* flex: 1; */
    /* -webkit-box-flex: 1; */
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    position: initial;
}

ul.nav.menu-sub > li > ul {
    display: none;
}

ul.nav.menu-sub > li:hover > ul, ul.nav.menu-sub > li:focus > ul {
    display: block;
    width: 100%;
    min-width: 160px;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999999999;
    background: #64CBDF;
    list-style: none;
    margin: 0;
}

ul.nav.menu-sub > li:hover {
    background: #64CBDF;
}

ul.nav-child.unstyled.small {
    list-style: none;
    width: 100%;
    min-width: 160px;
    margin: 0;
    display: none;
}

span.separator {
    color: white;
}

#page > header.main-header > div > div.navbar-brand > div.module.search, #page > header.fixed-header > div > div.navbar-brand > div.module.search {
    margin-top: auto;
    margin-bottom: 15px;
}

div#below-content {
  overflow: hidden;
}

.nav>li span.separator, .nav > li > a {
    display: block;
    padding: 12px 15px;
}

ul.nav.menu.user-menu > li {
    display: inline-block;
    width: auto;
    border: 0;
    padding: 0;
    margin: 0;
    height: auto;
    position: relative;
}

ul.nav.menu.user-menu > li:nth-child(1) >
 a {
    padding: 0px 20px;
    padding-right: 35px;
    margin-right: -15px;
    background: #E05E10;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-bottom-left-radius: 15px;
    /* height: auto; */
}

ul.nav.menu.user-menu > li:nth-child(2) >
 a {
    padding: 0px 20px !important;
    padding-right: 30px !important;
    margin-right: -15px;
    background: #C0D000 !important;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-bottom-left-radius: 15px;
    /* height: auto; */
}

ul.nav.menu.user-menu > li:nth-child(2) >
 a:hover {
    padding: 0px 25px !important;
    padding-right:  30px !important;
}

ul.nav.menu.user-menu > li:not(:first-of-type) > a {
    /* padding: 0px 20px; */
    /* padding-right: 25px; */
    /* margin-right: -5px; */
    padding: 0px 20px;
    /* padding-right: 35px; */
    /* margin-right: -15px; */
    background: #31BAD4;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-bottom-left-radius: 15px;
}

ul.nav.menu.user-menu > li > a {
    color: white;
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.nav.menu.user-menu > li > a:hover {
    padding-left: 25px;
}

ul.nav.menu.user-menu {
    /* height: 36px; */
    /* overflow: overlay; */
    margin: 0;
    text-align: right;
}

ul.nav.menu.nanny-agencies > li:hover {
    background: #cce170;
}

ul.nav.menu.nanny-agencies > li:hover > ul, ul.nav.menu.nanny-agencies > li:focus > ul {
    display: block;
    background: #cce170;
    z-index: 99999999;
}

ul.nav.menu.nannies > li:hover {
    background: #bcb2d7;
}

ul.nav.menu.nannies > li:hover > ul {
    display: block;
    background: #bcb2d7;
    z-index: 99999999;
}

ul.nav.menu.useful-information > li:hover {
    background: #ce5662;
}

ul.nav.menu.useful-information > li > ul {
    display: none;
}

ul.nav.menu.useful-information > li:hover > ul {
    display: block;
    background: #ce5662;
    z-index: 99999999;
}

ul.nav.menu.contact-us > li:hover {
    background: #e84ca9;
}

ul.nav.menu.contact-us > li:hover > ul {
    display: block;
    background: #e84ca9;
    z-index: 99999999;
}

ul.nav.menu.contact-us > li:hover > a, ul.nav.menu.useful-information > li:hover > a, ul.nav.menu.nannies > li:hover > a, ul.nav.menu.nanny-agencies > li:hover > a {
    background: transparent;
}

a.services-button {
  padding: 10px 15px !important;
  text-align: center;
  color: #E05E10;
  font-weight: bold;
  transition: .1s all linear;
  display: inline-block;
  white-space: normal;
  word-wrap: normal;
  font-size:  1.2em !important;
  padding: 10px 20px;
  border-radius:  6px;
  background: #E05E10 !important;
  color: white !important;
  border:  none !important;
}

a.services-button:hover {
    padding: 10px 25px !important;
    /* text-align: center; */
    color: white !important;
    /* background: #E05E10; */
    /* font-weight: bold; */
    /* transition: .1s all linear; */
}

a.services-button.agency {
  border: 2px solid rgb(189, 23, 34);
  color: rgb(189, 23, 34);
}

a.services-button.agency:hover {
    padding: 10px 15px;
    border: 2px solid rgb(189, 23, 34);
    text-align: center;
    color: white;
    background: rgb(189, 23, 34);
    font-weight: bold;
    transition: .1s all linear;
}

a.services-button.nannies {
  border: 2px solid rgb(219, 0, 121);
  color: rgb(219, 0, 121);
}

a.services-button.nannies:hover {
    padding: 10px 15px;
    border: 2px solid rgb(219, 0, 121);
    text-align: center;
    color: white;
    background: rgb(219, 0, 121);
    font-weight: bold;
    transition: .1s all linear;
}

a.services-button.useful {
  border: 2px solid rgb(192, 208, 0);
  color: rgb(192, 208, 0);
}

a.services-button.useful:hover {
    padding: 10px 15px;
    border: 2px solid rgb(192, 208, 0);
    text-align: center;
    color: white;
    background: rgb(192, 208, 0);
    font-weight: bold;
    transition: .1s all linear;
}

a.services-button.contact {
  border: 2px solid rgb(219, 0, 121);
  color: rgb(219, 0, 121);
}

a.services-button.contact:hover {
    padding: 10px 15px;
    border: 2px solid rgb(199, 187, 221);
    text-align: center;
    color: white;
    background: rgb(199, 187, 221);
    font-weight: bold;
    transition: .1s all linear;
}

a.services-button:not(:first-of-type) {
   margin-top: 10px;
}

a.services-button.static {
    padding: 10px 15px;
    border: 2px solid #E05E10;
    text-align: center;
    color: white;
    background: #E05E10;
    font-weight: bold;
    transition: .1s all linear;
    display: inline-block
}

a.subscribe-button.static {
    padding: 10px 15px;
    border: 2px solid white;
    text-align: center;
    color: #E05E10;
    background: white;
    font-weight: bold;
    transition: .1s all linear;
    float: right;
    margin-bottom: -70px;
    margin-top: 10px;
}

.col-xs-12.col-sm-2.border > a:not(:first-of-type) {
  margin-top: 5px;
}

div#services-block > div.list-row:not(:last-child) {
  border-bottom: 1px solid #ccc;
}

ul.category-module.most-recent > li > a.mod-articles-category-title {
    display: none;
}

.module.marquee-container {
    margin-top: 5px;
}

.g-block {
  padding: 15px;
  box-sizing: border-box;
  display: initial !important;
}

.g-block.narrow {
  padding: 5px 15px;
  box-sizing: border-box;
}

ul.bullet > li:before {content:"\2022";height: 100%;position: absolute;left: -25px;color: #31BAD4;font-weight: bold;top: 1px;}
ul.bullet {list-style-type: none;/* padding-left: 30px; */margin-left: 30px;max-width: 100%;}
ul.bullet > li {
    padding-left: 0px;
    position: relative;
}


ul.tick > li:before {content:"\2713\0020";height: 100%;position: absolute;left: -25px;color: #31BAD4;font-weight: bold;top: 1px;}
ul.tick.orange > li:before {color: #E05E10;}
ul.tick {list-style-type: none;padding-left: 30px;max-width: 100%;}
ul.tick > li {
    padding-left: 0px;
    position: relative;
}
ul.tick > li:not(:first-of-type) {
  margin-top: 5px;
}

ul.cross > li:before {content:"\2717\0020";height: 100%;position: absolute;left: -25px;color: rgb(189, 23, 34);font-weight: bold;top: 1px;}
ul.cross {list-style-type: none;padding-left: 30px;max-width: 100%;}
ul.cross > li {
    padding-left: 0px;
    position: relative;
}
ul.cross > li:not(:first-of-type) {
  margin-top: 5px;
}

textarea#Address {
    resize: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    margin: 0;
}

input#Name, input#Postcode, input#ContactNumber {
    margin: 0;
    height: 30px;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

input#Send {
    background: #31BAD4;
    border: 0;
    text-shadow: none;
    padding: 5px 20px;
}

.formResponsive .formHorizontal .rsform-block {
    margin-bottom: 0 !important;
}

.formResponsive {
    margin: 0 !important;
}

div.rsform-block-send p.formDescription {
    display: none;
}

.resonsive-banner-img {
    max-height: 380px;
    /* border-bottom: 1px solid #ccc; */
}

.resonsive-banner-img.landing {
    max-height: initial;
}

.block-title > h3 {
    margin-bottom: -0px;
}

.block-title > h4 {
    margin-top: 0;
    color: #31BAD4!important;
}

.pastel-bg {
    background: rgba(49,186,212,.125);
    border-radius: 8px;
}

.pastel-r-bg {
    background: rgba(189,23,34,.125);
    border-radius: 8px;
}

.pastel-g-bg {
    background: rgba(192,208,0,.125);
    border-radius: 8px;
}

#mobile-menu {
    width: 300px;
    height: 100%;
    background: white;
    border-left: 1px solid #ccc;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999999999999999999999999999999999999999999999999999999999999999999999999;
    box-sizing: border-box;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, .125);
    overflow: hidden;
    transition: .25s all linear;
}

#mobile-menu.closed {
    right: -310px;
    transition: .25s all linear;
}

#logo.mobile {
    background: rgba(0, 0, 0, .05);
    padding: 30px;
}

#logo.mobile > a > img {
    display: table;
}

#mobile-nav, #mobile-nav > nav, #mobile-nav > nav > ul {
    width: 100%;
    box-sizing: initial;
}

#mobile-nav > nav > ul > li {
    display: block;
    float: none;
    margin: 0;
    width: 100%;
}

#mobile-nav > nav > ul > li > a {
    padding: 10px;
    margin: 0;
    border-radius: 0;
    width: 100%;
    margin-bottom: 1px;
}

.mobile-nav-foot {
    overflow: hidden;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, .05);
    padding: 15px;
}

a.nav-arrow {
    position: absolute !important;
    right: 0;
    width: 80px !important;
    height: 40px;
    top: 0;
    border-left: 1px solid white;
    text-align: center;
    z-index: 999999999999;
    cursor: pointer;
    font-family: "FontAwesome";
}

a.nav-arrow:hover {
    background: rgba(255, 255, 255, .125) !important;
}

.mob-sub-nav {
    width: 100%;
    height: calc(100% - 218px);
    position: absolute;
    top: 140px;
    left: 100%;
    overflow: auto;
}

div.mobile-sub-navigation > div > div > ul > li > ul {
    display: block !important;
    width: 100% !important;
}

div.mobile-sub-navigation > div > div {
    width: 100%;
}

div.mobile-sub-navigation > div > div > ul > li:hover, div.mobile-sub-navigation > div > div > ul > li:focus {
    background: initial !important;
    color: inherit !important;
}

div.mobile-sub-navigation > div > div > ul > li:hover > ul, div.mobile-sub-navigation > div > div > ul > li:focus > ul {
    background: inherit !important;
}

div.mobile-sub-navigation > div > div > ul > li:hover > span, div.mobile-sub-navigation > div > div > ul > li:focus > span {
    color: inherit !important;
}

div.mobile-sub-navigation > div > div > ul > li > ul > li > * {
    color: #333 !important;
    padding-left: 40px !important;
}

.mob-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: auto;
    height: calc(100% - 78px);
}

.mobile-sub-navigation > div > div > ul > li {
    display: block;
}

.mobile-sub-navigation > div > div > ul > li > ul {
    position: initial !important;
}

.mobile-sub-navigation > div > div > ul > li:hover > span, .mobile-sub-navigation > div > div > ul > li:hover > a {
    color: white !important;
}

.mobile-sub-navigation > div {
    background: inherit !important;
}

.mobile-sub-navigation > div > div > ul > li > span, .mobile-sub-navigation > div > div > ul > li > a {
    color: gray !important;
}

.mobile-sub-navigation > div#sub-nav {
    display: block;
}

.toggle-nav {
    position: relative;
    float: right;
    /* padding: 9px 10px; */
    margin-top: 8px;
    margin-right: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    width: 20px;
    display: table;
}

span.icon-bar {
    width: 30px;
    background: grey;
    height: 4px;
    padding: 0px;
    display: block;
    /* margin-right: 10px; */
}

span.icon-bar:not(:first-of-type) {
    margin-top: 2px;
}

a[href="#mm-toggle"] {
    display: none;
}

form#keywordSearch[name=keywordSearch] > div > div.form-field > input, form#keywordSearch[name=keywordSearch] > div > div.form-field > select {
  -webkit-appearance: none;
  border-radius: 0;
  background: transparent;
  border: 1px solid #ccc;
  border-bottom: 2px solid rgb(192, 208, 0);
}

form#keywordSearch[name=keywordSearch] > div > div.form-field > select {
    -webkit-appearance: none;
  border-radius: 0;
  background: transparent;
  border: 1px solid #ccc;
  border-bottom: 2px solid rgb(192, 208, 0);
}

form#keywordSearch[name=keywordSearch] > div > div.form-field {
    position: relative;
}

form#keywordSearch[name=keywordSearch] > div > div.form-field > select:after {
  content: "V";
  width: 30px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blue-border {
  border: 5px solid #31BAD4 !important;
}

.blue-border.column-box {
  text-align: center;
}

.subscribe-space {
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nt-blue.column-box {
  height: 300px;
  background: #31BAD4;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.nt-blue * {
    color: white;
}

#modal-container {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 0%;
  height: 0%;
  background: rgba(0, 0, 0, .25);
  z-index: 100000000000000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .25s all linear;
  overflow: hidden;
}

#modal-container.open {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: translate(0%, 0%);
  transition: .25s all linear;
}

#modal-content {
  width: 80%;
  max-height: 80%;
  max-width: 800px;
  background: white;
  overflow: auto;
  padding: 10px;
  box-sizing: border-box;
  position: relative;
}

p#exit-modal {
  height: 30px;
    width: 30px;
    position: absolute;
    right: 10px;
    top: 10px;
    margin: 0;
  display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5em;
    background: #be1e3d;
    color: white;
    border-radius: 90px;
}

p#exit-modal:hover {
      cursor: pointer;
}

.fancy-btn {
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 45px;
  margin: 0 auto 2em;
  max-width: 160px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  width: 100%;
  -webkit-transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
}

@media (min-width: 400px) {
  .fancy-btn {
    display: inline-block;
    margin-right: 2.5em;
    margin: 0;
    right: 10px;
    border: 10px;
  }
  .fancy-btn:nth-of-type(even) {
    margin-right: 0;
  }
}

@media (min-width: 600px) {
  .fancy-btn:nth-of-type(even) {
    margin-right: 2.5em;
  }
  .fancy-btn:nth-of-type(5) {
    margin-right: 0;
  }
}

.fancy-btn:hover {
  text-decoration: none;
}

.fancy-btn-1 {
  /* background: #e02c26; */
  font-weight: 100;
  text-align: center;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.fancy-btn-1 svg {
  height: 45px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.fancy-btn-1 rect {
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-dasharray: 422, 0;
  -webkit-transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
}

.fancy-btn-1:hover {
  color: white;
  font-weight: 900;
  letter-spacing: 1px;
}

.fancy-btn-1:hover rect {
  stroke-width: 5;
  stroke-dasharray: 15, 310;
  stroke-dashoffset: 48;
  -webkit-transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
}



.fancy-btn {
  color: #E05E10;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 45px;
  margin: 0 auto 2em;
  max-width: 160px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  width: 100%;
  -webkit-transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
}

@media (min-width: 400px) {
  .fancy-btn {
    display: inline-block;
    margin-right: 2.5em;
    margin: 0;
    right: 10px;
    border: 10px;
  }
  .fancy-btn:nth-of-type(even) {
    margin-right: 0;
  }
}

@media (min-width: 600px) {
  .fancy-btn:nth-of-type(even) {
    margin-right: 2.5em;
  }
  .fancy-btn:nth-of-type(5) {
    margin-right: 0;
  }
}

.fancy-btn:hover {
  text-decoration: none;
}

.fancy-o-btn-1 {
  /* background: #e02c26; */
  font-weight: 100;
  text-align: center;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.fancy-o-btn-1 svg {
  height: 45px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.fancy-o-btn-1 rect {
  fill: none;
  stroke: #E05E10;
  stroke-width: 2;
  stroke-dasharray: 422, 0;
  -webkit-transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
}

.fancy-o-btn-1:hover {
  color: #E05E10;
  font-weight: 900;
  letter-spacing: 1px;
}

.fancy-o-btn-1:hover rect {
  stroke-width: 5;
  stroke-dasharray: 15, 310;
  stroke-dashoffset: 48;
  -webkit-transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
}

.fancy-btn-2 {
    letter-spacing: 0;
}

.fancy-btn-2:hover,
.fancy-btn-2:active {
  letter-spacing: 5px;
}

.fancy-btn-2:after,
.fancy-btn-2:before {
  backface-visibility: hidden;
  border: 1px solid rgba(#E05E10, 0);
  bottom: 0px;
  content: " ";
  display: block;
  margin: 0 auto;
  position: relative;
  transition: all 280ms ease-in-out;
  width: 0;
  height: 2px;
}

.fancy-btn-2:hover:after,
.fancy-btn-2:hover:before {
  backface-visibility: hidden;
  border-color: #E05E10;
  background: #E05E10;
  transition: width 350ms ease-in-out;
  width: 70%;
  height: 2px;
}

.fancy-btn-2:hover:before {
  bottom: auto;
  top: 0;
  width: 70%;
}


ul.bullet> li > h4 {
    /* color: inherit; */
    text-transform: initial;
    /* margin: 0; */
    text-align: center;
    font-size: 1.5em;
}

.formControls > .formBody > button {
    padding: 10px 15px !important;
    text-align: center;
    color: #E05E10;
    font-weight: bold;
    transition: .1s all linear;
    display: inline-block;
    white-space: normal;
    word-wrap: normal;
    font-size: 1.2em !important;
    padding: 10px 20px;
    border-radius: 6px;
    background: #E05E10 !important;
    color: white !important;
    box-shadow: none;
    border: 0 !important;
    text-shadow: none !important;
}

.agency-hot-tips > .headline {
    margin: 0;
    background: rgb(192, 208, 0);
    overflow: hidden;    
    padding: 0 15px;
    box-sizing: border-box;
    border-radius: 0 20px 0px 0;
}

.agency-hot-tips > .headline > * {
    color: white !important;
}

.agency-hot-tips > .module-content {
    border: 1px solid #ccc;
    border-top: none;
    padding: 0 15px;
    box-sizing: border-box;
}

aside.sidebar-right.col-md-3 {
    padding: 0 10px;
    margin-top: 114px;
    padding:  10px;
    border: 1px solid #E05E10;
    /* border-radius: 8px; */
}

div.sidebar-left.col-md-3 {
    padding: 0 10px;
    margin-top: 30px;
}

.sub-option {
    text-align: center;
}

.sub-option > h4 {
    text-transform: initial;
}

.sub-option > p.description {
    height: 48px;
}

.sub-option {
    border: 1px solid rgb(49, 186, 212);
    padding: 20px 0;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.125);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.125);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.125);
}

.sub-option:first-child {
    border-right: 0;
}

.sub-option:last-child {
    border-left: 0;
}

.sub-option.most-popular {
    margin: -20px 0;
    padding: 40px 0;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.25);
}

.most-popular:before {
    content: "Most popular";
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(49, 186, 212);
    color: white;
}

.explore-button {
  padding: 10px 15px !important;
  text-align: center;
  color: #E05E10;
  font-weight: bold;
  transition: .1s all linear;
  display: inline-block;
  white-space: normal;
  word-wrap: normal;
  font-size:  1.2em !important;
  padding: 10px 20px;
  border-radius:  6px;
  background: #E05E10 !important;
  color: white !important;
}

.faq-a {
    overflow-y: hidden;
    max-height: 1000px;
    transition: .25s max-height linear;
}

.faq-a > ol {
    margin-left: 20px;
}

a.faq-q {
    width: 100%;
    display: block;
    padding: 15px;
    color: initial;
    padding-right: 50px;
}

a.faq-q:not(:last-of-type) {
    border-bottom: 1px solid #ccc;
}


.faq-q {
    position: relative;
    cursor: pointer;
}

.faq-q:before {
    content: " ";
    width: 4px;
    background: #ccc;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    transition: .25s all linear;
}

.faq-q.is-open:before {
    height: 0;
    top: 50%;
}

.faq-q:after {
    content: " ";
    width: 20px;
    background: #ccc;
    height: 4px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}


div.faq-a {
    background: #eee;
    color: #333;
    padding: 0 15px;
}

.faq-a.is-closed {
    padding: 0 15px;
    max-height: 0;
    transition: .25s max-height linear;
}

.faq > .row > div {
    padding: 10px;
    box-sizing: border-box;
}

#mm-sidebar {
    display: none !important;
}

.faq > .row > div > div {
    width: 100%;
}

.faq-a > ol {
    margin-top: 12px;
}

.teardrop {
    width: 100%;
}

.row.diagram > div {
    /* display: block; */
    /* padding: 20px; */
    /* box-sizing: border-box; */
}

.row.diagram > div > div.teardrop {
    background: #31BAD4;
    color: white;
    height: 150px;
    width: 150px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border-radius: 0px 30px;
    margin: 0 auto;
}

.row.diagram > div > .number {
    font-size: 2em;
    margin-left: 10%;
    color: #E05E10;
}

.sidebar-right {
    flex-direction: column;
}

.menu.agencies > li.current {
    border-left: 4px solid rgb(192, 208, 0);
}

ul.nav.agencies > li.active > a {
  color: inherit;
  background-color: initial;
}

ul.nav.agencies > li > a {
  color: inherit;
  background-color: initial;
}

.sub-option {
    flex-direction: column;
}

#mainbody > .container > .row > div {
    display: block;
}

.bg-img-2 {
   background-image: url('https://wallpapershome.com/test-mkt19.nannytax.co.uk/images/wallpapers/balloon-3840x2160-5k-4k-wallpaper-ride-blue-sky-clouds-11943.jpg');
   background-size: cover;
   background-position: center;
}

.business-details.row {
    display: block;
}

.business-details.row > div {
     display: inline-block;
     width: auto;
     float: left;
}

.business-details.row > div.company-image {
     margin-right: 10px;
     /* max-width: 150px; */
     /* width:  150px; */
     /* width:  150px !important; */
}

div#search-results {
    display: block;
}

.hp-sep {
    margin: 20px 0px;
    /* margin-bottom: 0px; */
    margin-right: calc(-100vw / 2 + 1147px / 2);
    margin-left: calc(-100vw / 2 + 1147px / 2);
    background: rgba(49,186,212,.075);
}

table.fancy > thead > tr:first-child > th {
    background: rgb(189, 23, 34);
    color: white;
}

table.fancy > thead > tr:first-child > *:first-child {
    border-radius: 10px 0 0 0;
    border-left: 0;
}

table.fancy > thead > tr:first-child > *:last-child {
    border-radius: 0px 10px 0 0;
    border-right: 0;
}

table.fancy > thead > tr > * {
  border-bottom: 1px solid #ccc;
  padding: 5px 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

table.fancy > tbody > tr > * {
  border-bottom: 1px solid #ccc !important;
  padding: 5px 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.logo.agencies > a > svg path#path350 {
    fill: rgb(192, 208, 0) !important;
}

/*Indicate test site*/
.logo > a > svg path#path350 {
    animation: pulse 5s infinite;
}

@keyframes pulse {
    0% {
        opacity: 1;
    }
    50% {
        opacity: .5;
    }
    100% {
        opacity: 1;
    }
}
/*Indicate test site*/

.logo.nannies > a > svg path#path350 {
    fill: #C7BBDD !important;
}

div[itemProp=articleBody] > center > h4 {
    color: inherit !important;
}

.page-header {
  margin-bottom: 0px;
}

@media (max-width: 1199px) {
    .hp-sep > .container {
        width: auto;
    }
   .row.diagram {
      display: inline-block !important;
      margin: 0 auto;
    }
    table:not(.archive) {
      border: 0;
      width: 100%;
    }
    table:not(.archive) caption {
      font-size: 1.3em;
    }
    table:not(.archive) thead {
      border: none;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px;
    }
    table:not(.archive) tr {
      border-bottom: 3px solid #ddd !important;
      display: block;
      margin-bottom: .625em;
    }
    table:not(.archive) tr:nth-child(odd) {
      background: #eee !important;
      color: inherit !important;
    }
    table:not(.archive) td {
      border-bottom: 1px solid #ddd !important;
      display: block;
      font-size: .8em;
      text-align: right;
      padding-left: 90px !important;
    }
    table:not(.archive) td:before {
      /*
      * aria-label has no advantage, it won't be read inside a table
      content: attr(aria-label);
      */
      content: attr(data-label);
      float: left;
      font-weight: bold;
      margin-left: -85px;
    }
    table:not(.archive) td:last-child {
      border-bottom: 0;
    }
    table#calculator > colgroup > col {
        width: 100%;
    }
}

table.fancy > tbody > tr:first-child > td {
    border-top: 0;
    border-bottom: 0;
}

.testimonial > p.bubble {
    border-left: 2px solid rgb(49, 186, 212);
    margin: 0;
    padding-left: 10px;
    box-sizing: border-box;
}

.result .result-content {
     display: inline-block !important;
     width: auto !important;
     float: right !important;
}

.company-image {
    display: inline-block !important;
    float: left !important;
    width: auto !important;
}

.business-details.row {
    display: block;
}

div#search-filter {
    display: block;
}

.ma-box {
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ma-box > div > * {
    color: white;
    text-align: center;
}

.ma-box.blue {
    background: #31BAD4;
    color: white;
}

.ma-box.orange {
    /* color: black !important; */
    background: #005096;
}

.ma-box.green {
    background: #C0D000;
    color: white;
}


.ma-box.purple {
    background: #C7BBDD;
    color: white;
}

div#top-toolbar {
    position: absolute;
    right: 15px;
    top: 0;
    max-width: 414px;
}

div[class^="leading-"]:not(:first-of-type) {
    margin-top: 50px;
}

.news_item_c > h2 > a {
    color: inherit;
}

.twty-ftn-col-group > tbody > tr:not(:first-of-type) {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.twty-ftn-col-group > tbody > tr > td:nth-child(1) {
    border-right: 1px solid #ccc;
}

.twty-ftn-col-group > tbody > tr > td:nth-child(4) {
    border-right: 1px solid #ccc;
}

.twty-ftn-col-group > tbody > tr > td:nth-child(7) {
    border-right: 1px solid #ccc;
}

a:not([class]), a:not([class]):active, a:not([class]):visited {
    /* color: #31BAD4; */
}

.row.battenberg:nth-child(odd) > div:not(:first-of-type) {
    text-align: center;
}

.row.battenberg:nth-child(even) > div:not(:last-of-type) {
    text-align: center;
}

a.svg {
  position: relative;
  display: inline-block; 
}
a.svg:after {
  content: ""; 
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left:0;
}
a.svg>object{
  height: 80px;
}

nav#navbar-brand > div {
    display: none;
}
nav#navbar-brand > ul {
    display: block;
    margin: 0;
    margin-bottom: 20px;

}

nav#navbar-brand > ul > li > span {
    display: none;
}

nav#navbar-brand > ul > li > ul {
    display: block;
    position: initial;
}

nav#navbar-brand > ul > li > a.nav-arrow {
    display: none;
}

a[href*="/www.nannytax-dev.co.uk/recent"] {
    background: #C7BBDD !important;
    color: white !important;
}

.item-135 {
    /* display: none !important; */
}

div#mobile-nav > nav > ul
 > li > ul {
    /* background: #ccc !important; */
}

div#mobile-nav > nav > ul > li:not(:nth-child(3)) {
     border-bottom: white 1px solid;
 }

ul#ru {
    white-space: nowrap
}

ul#ru>li {
    white-space: nowrap;
    display: inline-block !important;
    float: none;
    vertical-align: top;
}

div#info {
    z-index: 999999999;
}

div.social-media {
  float: right;
}

div.social-media > a {
  display: inline-block;
}

span.facebook {
  width: 50px;
  height: 50px;
  background: #3b5998;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "FontAwesome";
  font-size: 2em;
}

span.twitter {
  width: 50px;
  height: 50px;
  background: #1da1f2;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "FontAwesome";
  font-size: 2em;
}

span.instagram {
  width: 50px;
  height: 50px;
  background: #f09433; 
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
  background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
  background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "FontAwesome";
  font-size: 2em;
}

.scroll-table {
  width: 100%;
  overflow: auto;
}

.module.footer {
    float: left;
}

span.success {
    color: #2ecc71;
    font-family: "FontAwesome";
}

span.failure {
    color: #e74c3c;
    font-family: "FontAwesome";
}

.pull-right {
    width: 100%;
}

input#mod-search-searchword {
    width: 310px;
    height: 26px;
    border: 0;
    -webkit-appearance: none;
    appearance: none;
    padding: 0 10px;
    /* border-bottom: 2px solid #31BAD4; */
    float: right;
    margin-top: 14px;
    outline: none;
    background: #eee;
    height: 46px;
    font-weight:  bold;
    border:  1px solid rgb(49, 186, 212);
    font-size:  1em;
}

.videoWrapper {
  position: relative;
  padding-bottom: 326px; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.row.fluid {
  display: flex;
  flex-wrap: wrap;
}

.row.fluid > div[class*="col-"] {
  display: flex;
  flex-wrap: wrap;
}

.phrases-box > .controls > label, fieldset.only > label {
    display: inline-block;
}

.phrases-box > .controls > label:not(:first-of-type), .phrases-box > .controls > label, fieldset.only > label:not(:first-of-type) {
    margin-left: 30px;
}

fieldset.only > label:first-of-type {
    margin-left: 30px;
}

.phrases, .only {
    margin-top: 20px;
}

.news_item_c > a.explore-button.green, .newsitem_text > a.explore-button.green {
    margin: 0 !important;
}

.mob-sub {
    width: 100%;
    text-align: center;
    display: block;
    color: white;
    background: #E05E10;
    padding: 5px 0;
}

.mob-ren {
    width: 100%;
    text-align: center;
    display: block;
    color: white;
    background: #C0D000;
    padding: 5px 0;
}

.mob-mem {
    width: 100%;
    text-align: center;
    display: block;
    color: white;
    background: #31BAD4;
    padding: 5px 0;
    font-size:  .8em;
}

.mob-nav > .row > * {
   padding: 0
}

.new-site-notice {
    position: fixed;
    z-index: 9999999999;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: white;
    max-width: 500px;
    white-space: normal;
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}

.new-site-notice * {
  width: 100%;
}

ul.nav.menu.agencies.plus {
    border: 2px solid rgb(192, 208, 0);
    padding-top: 80px;
    background: url('/test-mkt19.nannytax.co.uk/images/agencies/Agency/Agency314px.png');
    background-repeat: no-repeat;
    background-size: 200px;
    background-position: center 10px;
}

form#calc {
    width: 100%;
}


.container.responsive-spacing > .row:nth-child(even) > div:nth-child(1) {
  text-align: center;
}

.container.responsive-spacing > .row:nth-child(odd) > div:nth-child(2) {
  text-align: center;
}

.column-box.ma-box.enlarged {
  height: auto !important;
}

#what-you-get > .row:nth-child(even) {
    background: rgba(49,186,212,.075);
}

.package-title {
    height: 195px;
    padding-top: 8px;
}

.package-title > center > h4 {
    text-transform: none;
}

.package-info > center:nth-child(even) {
    background: #eee;
}

#desc-column, 
#nt, 
#nt-eli, 
#nt-p, 
#nt-eli-p {
    padding-left: 0;
    padding-right: 0;
}

#nt > .package-title > center:nth-child(1) > *,
#nt-eli > .package-title > center:nth-child(1) > *,
#nt-p > .package-title > center:nth-child(1) > *,
#nt-eli-p > .package-title > center:nth-child(1) > * {
  font-size: 1em;
}

#nt > .package-title > center > *,
#nt-eli > .package-title > center > *,
#nt-p > .package-title > center > *,
#nt-eli-p > .package-title > center > * {
  color: white !important;
}

#nt > .package-title {
  background: #98DCE9;
}

#nt-p > .package-title {
  background: #79D2E3;
}

#nt-eli > .package-title {
  background: #65CBDF;
}

#nt-eli-p > .package-title {
  background: #50C4DA;
}


#nt > .package-title {
    border-top-left-radius: 8px;
}

#nt-eli-p > .package-title {
    border-top-right-radius: 8px;
}

.package-title {
    /* border-top: 1px solid #ccc; */
}

#desc-column > .package-title {
    border-top: 1px solid transparent;
}

.package-info {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

#desc-column > .package-info {
    /* border-top: 1px solid #ccc; */
    /* border-bottom: 1px solid #ccc; */
}

#desc-column > .package-info, #nt > .package-title {
    /* border-left: 1px solid #ccc; */
}

#nt-eli-p > .package-info, #nt-eli-p > .package-title {
    /* border-right: 1px solid #ccc; */
}

.package-info > center {
    overflow: hidden;
}

.package-subscribe {
    overflow: hidden;
    text-align: center;
}

.package-subscribe > a {
    width: 90%;
    margin: 5% auto;
}

#nt > .package-subscribe {
    /* border-left: 1px solid #ccc; */
}

#nt-eli-p > .package-subscribe {
    /* border-right: 1px solid #ccc; */
}

#nt > .package-subscribe,
#nt-eli > .package-subscribe,
#nt-p > .package-subscribe,
#nt-eli-p > .package-subscribe {
    /* border-bottom: 1px solid #ccc; */
}

.package-subscribe {
    margin-top: 0px;
}

#desc-column > .package-info {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

#nt > .package-subscribe {
    border-bottom-left-radius: 8px;
}

#nt-eli-p > .package-subscribe {
    border-bottom-right-radius: 8px;
}

.package-info > center > p > span {
    font-size: initial;
}

span.package-res-label {
    width: 100%;
    display: block;
    font-size: .8em !important;
    margin-bottom: 7px;
    display: none;
}

#nt > .package-title, #nt > .package-info, #nt > .package-subscribe,
#nt-eli > .package-title, #nt-eli > .package-info, #nt-eli > .package-subscribe,
#nt-p > .package-title, #nt-p > .package-info, #nt-p > .package-subscribe,
#nt-eli-p > .package-title, #nt-eli-p > .package-info, #nt-eli-p > .package-subscribe {
    border-left: 1px solid #ccc !important;
}

#nt-eli-p > .package-title, #nt-eli-p > .package-info, #nt-eli-p > .package-subscribe {
    border-right: 1px solid #ccc;
}

#nt > .package-subscribe,
#nt-eli > .package-subscribe,
#nt-p > .package-subscribe,
#nt-eli-p > .package-subscribe {
    border-bottom: 1px solid #ccc;
}

#nt > .package-title,
#nt-eli > .package-title,
#nt-p > .package-title,
#nt-eli-p > .package-title {
    border-top: 1px solid #ccc;
}

.popular:before {
    content: "Complete package";
    position: absolute;
    height: 36px;
    width: 100%;
    /* left: 50%; */
    /* transform: translateX(-50%); */
    background: #E05E10;
    z-index: -1;
    top: -14px;
    text-align: center;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    border-radius: 8px;
    color: white;
    font-size: .85em;
}

.col-md-offset-half {
   @extend .col-md-1;
   margin-left: 4.166666667%;
}

div.social-media > a:hover {
    text-decoration: none !important;
    transition: .125s all linear;
}

div.social-media > a > span {
   transition: .125s all linear;
}

div.social-media > a:hover > span {
   width: 60px;
   transition: .125s all linear;
}

h1[itemprop="headline"] {
    font-size: 35px !important;
}

div#below-slider > .container > center > h1 {
    font-size: 2em !important;
    line-height: initial !important;
}

.formNoError {
    /* padding-left: 10px; */
    /* padding-top: 15px; */
    /* margin-top: 5px; */
}

span.formValidation {
    padding-left: 5px;
    /* padding-top: 5px; */
    margin-top: 5px;
    color: #999;
    display: block;
    text-transform: uppercase;
    font-size: .8em;
    font-weight: bold;
    letter-spacing: -1px;
}

strong.formRequired {
    margin-left: 4px;
    color: #999;
}

input[type=radio] {
    margin-top: 0;
    vertical-align: middle;
}

input[type=radio] ~ label {
    margin-left: 5px;
}

input[type=radio] ~ label:first-of-type {
    margin-right: 15px;
}

dl.article-info.muted {
    display: none;
}

.twentyfive-yt {
  display: block;
  color: black !important;
  float: right;
  text-align: right;
  margin-right: 1.5em;
  mix-blend-mode: exclusion !important;
}

/*TABLET*/
@media (max-width: 991px) {
  
  #slide-content > div > img {
    display: none !important;
  }

    div.agency-table > div > div:not(:empty) {
        align-self: stretch;
        display: flex;
        justify-content: center !important;
        margin-bottom: 3px;
        background: rgba(180, 235, 242, .5) !important;
    }

  div.agency-table > div > div:first-of-type {
    background: rgb(94, 210, 226) !important;
    color: white;
    text-align: center;
    font-size: 1.2em;
  }

    div.agency-table > div:not(#title) > div.affiliate {
      margin-top: 30px;
      position: relative;
    }

    div.agency-table > div:not(#title) > div.affiliate:before {
      content: "Affiliate Agency Service (Free)";
      position: absolute;
      top: -30px;
      left: 0;
      width: 100%;
      height: 30px;
      background: rgb(180, 235, 242);
      text-align: center;
    }

    div.agency-table > div:not(#title) > div.agency-plus {
      margin-top: 30px;
      position: relative;
    }

    div.agency-table > div:not(#title) > div.agency-plus:before {
      content: "Agency+ Service (\00a3 18.75/month)";
      position: absolute;
      top: -30px;
      left: 0;
      width: 100%;
      height: 30px;
      background: rgb(180, 235, 242);
      text-align: center;
    }
  
  img#award {
    float: none;
    display: block;
    margin: 0 auto;
    width: 180px;
  }


    div.agency-table > div {
      display: block !important;
    }

    input.search-query.input-medium {
      display: none;
    }

    input#mod-search-searchword{
        display: none;
    }

    .hp-sep {
        margin-top: 40px;
        margin-bottom: 0px;
        margin-right: -20px;
        margin-left: -40px;
        padding: 40px;
        background: rgba(49,186,212,.075);
        /* box-sizing: border-box; */
        /* display: block; */
    }

    .hp-sep > .container {
        /* background: red !important; */
    }

  .sub-option:first-child {
      border-right: 1px solid rgb(49, 186, 212);
  }

  .sub-option:last-child {
      border-left: 1px solid rgb(49, 186, 212);
  }
  
  .sub-option.most-popular {
      margin: 10px 0;
      padding: 40px 0;
      -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.25);
      -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.25);
      box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.25);
  }
  .row {
    /* display: -webkit-box; */
  }
  .row.battenberg {
    display: flex;
    flex-flow: column;
    justify-content: center;
  }
  .row.battenberg:nth-child(even) > div.g-block {
    order: 2;
  }
  .row.battenberg:nth-child(even) > div:nth-child(2) {
    order: 1;
  }
  .row.battenberg:nth-child(even) > div > img{
    margin: auto;
  }
  #page > header.fixed-header > div > div.navbar-brand > div.module.search {
    display: none;
  }
  .responsive-spacing > .row {
    margin: 5px 0px;
  }
  .responsive-spacing > .row:nth-child(even) {
    display: -webkit-box;
    display: -moz-box;
    display: box;

    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
  }
  .responsive-spacing > .row:nth-child(even) > div:first-child {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
  }
    .row.diagram > div {
      display: block !important;
      margin: 0 !important;
      /* align-items: flex-start; */
      /* justify-content: flex-start; */
      float: left;
      margin-right: auto;
      text-align: center;
    }
.row.diagram > div > .number {
    font-size: 2em;
    margin-left: 0%;
    color: #E05E10;
}
    #desc-column {
    display: none;
  }
  .package-res-label {
    display: block !important;
  }
  .package-title, .package-info, .package-subscribe {
    border: 0 !important;
  }
  p.resonsive-banner-img.landing > img[src='/www.nannytax-test.co.uk/test-mkt19.nannytax.co.uk/images/timeline-images/paryhatsaiStock-843997388.jpg'] {
    margin: initial !important;
  }
}

div#info {
  background: url('info.png') #31BAD4;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: 2px 2px;
  height: 20px;
  width: 20px;
  display: block;
  border-radius: 10px;
  text-align: center;
  color: white;
  position: relative;
  margin-left: auto;
  z-index: 2;
}

div#comm100-float-button-2 > div > a {
    display: table;
}

  div#slide-content > div.row > h1 {
    font-size: 1.8vw !important;
    line-height: normal;
    padding-left: 1.8vw;
    position: relative;
  }

  div#slide-content > div.row > h1:before {
    font-family: FontAwesome;
    content : "\f00c";
    font-size: 0.9vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0.45vw;
  }

  div.btn-cta > a {
    border: 2px solid;
    padding: 8px 16px;
    color: white !important;
    margin-top: 10px;
    display: inline-block;
    font-weight: bold;
    border-radius: 100px;
  }

  div.btn-cta > a:hover {
    border: 2px solid white;
    padding: 8px 16px;
    color: #E05E10 !important;
    margin-top: 10px;
    display: inline-block;
    font-weight: bold;
    background: white;
  }

h2.banner-responsive {
    padding-top: 40px;
}

/*MOBILE*/
@media (max-width: 767px) {

h2.banner-responsive {
    padding-top: 0px;
}

  .cookies-notice > div > p {
    font-size: 10px;
  }

#site-menu > li > span {
    position: relative;
}

#site-menu > li > span:before {
    content: " ";
    width: 3px;
    height: 20px;
    background: white;
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
    transition: .25s all linear;
}

#site-menu > li > span:after {
    content: " ";
    width: 20px;
    height: 3px;
    background: white;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    transition: .25s all linear;
}

#site-menu > li > span.open:before {
    content: " ";
    width: 3px;
    height: 0px;
    background: white;
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
    transition: .25s all linear;
}
  
  #mobile-nav > nav#menu > ul > li {
    margin-top: 2px;
  }

  #mobile-nav > nav#menu > ul > li > ul {
      display: none;
  }

  #mobile-nav > nav#menu > ul > li:hover {
    cursor: pointer;
  }

  #mobile-nav > nav#menu > ul > li:hover > ul {
      /* display: block !important; */
  }

  .dropdown-menu {
      box-shadow: 0 0 0 0 !important;
      border:  0;
  }

  ul#site-menu > li:hover > ul {
      display: block;
      /* align-items:  center; */
      /* justify-content:  center; */
  }

  ul#site-menu > li > ul {
    width: 100% !important;
    margin: 0 !important;
  }

  ul#site-menu > li:not(:first-of-type) {
    margin-left: 0px !important;
  }

  .dropdown-submenu>.dropdown-menu {
    border-radius: 0;
  }

  .dropdown-submenu {
    width: 100% !important;
  }

  ul.nav-child.unstyled.small > li {
     width: 100%;
  }

  .nav-arrow {
    display: none !important;
  }

  div#slide-content > div.row > h1 {
    font-size: 3vw !important;
    line-height: normal;
    display: inline-block;

  }

  div#slide-content > div.row > h1:before {
    font-family: FontAwesome;
    content : "\f00c";
    font-size: 2vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -2vw;
  }

  div#slide-content {
    /* text-align: center; */
    padding: 30px 30px;
    /*text-shadow: 1px 1px 1px black;*/
  }
  
  #content-area > div > div:nth-child(4) > center:nth-child(5) > div > img {
    display: block;
  }

  .item-135 {
    display: none !important;
  }
  
  ul#ru>li {
      white-space: normal;
      display: block !important;
      float: none;
  }

  .navbar-brand {
    align-items: center;
    justify-content: flex-start;
    margin-top: 20px;
    margin-bottom: -20px;
  }

  div#top-toolbar {
    right: 0;
  }

  ul.n-emp > li > ul > li > a:hover {
    background: #31BAD4 !important; 
    color: white !important;
  }

  ul.n-age > li > ul > li > a:hover {
    background: #C0D000 !important; 
    color: white !important;
  }

  ul.nan > li > ul > li > a:hover {
    background: #C7BBDD !important; 
    color: white !important;
  }

  ul.u-inf > li > ul > li > a:hover {
    background: #BD1722 !important; 
    color: white !important;
  }

  ul.c-us > li > a:hover {
    background: #DB0079 !important; 
    color: white !important;
  }

  header.main-header {
      border-bottom: 1px solid #ccc;
  }
  .navbar-nav {
       margin: 0;
  }
  .nav.menu.navbar-nav > li {
       border: 0 !important;
  }
    header.main-header > .container {
      padding: 0;
    }
    div#sub-nav {
      display: none;
    }
    #quick-actions {
      display: none;
    }
    #page > header > div > div.navbar-brand {
      display: block;
    }
    div[id^="slide-"] > div#slide-align > div#slide-content > * {
        font-size: 1.5em !important;
        line-height: initial !important;
        font-weight: bold;
        margin: 0 !important;
      	margin-top: 30px !important;
  }
  #slide-content {
    text-align: center;
  }
  #slide-content > div {
    text-align: left;
  }
  .slide-info {
    background-color: rgba(100,100,100,0.8);
    display: table;
    padding: 0 10px;
    border-radius: 10px;
  }
    div#panel-overview > div:first-of-type {
      display: none;  
    }
    div#panel-overview > ul {
      padding: 0;
      width: 100%;
        margin: 0 auto;
    }
    div#panel-overview > ul > li > a {
      padding: 10px;
        box-sizing: border-box;
        border-radius: 0;
        width: 100%;
        margin: 0 auto;
        color: white;
        margin-top: -1px;
    }
    a[href="#mm-toggle"] {
        display: block;
    }
  .subscribe-space > .fancy-btn {
    position: relative;
    width: 100%;
  }
      .row.diagram > div {
      display: block !important;
      margin: 0 !important;
      /* align-items: flex-start; */
      /* justify-content: flex-start; */
      float: left;
      margin-right: auto;
      text-align: center;
    }
.row.diagram > div > .number {
    font-size: 2em;
    margin-left: 0%;
    color: #E05E10;
}
div#below-slider > .container > center > h1 {
    font-size: 1.2em !important;
    line-height: initial !important;
}
div#below-slider > .container {
  padding: 10px;
}
.twentyfive-yt {
  margin-top: 0em;  
}
  .row.slide-info {
    text-align: center;
  }
  .row.trustpilot-widget {
    max-height: 80px;
    width: 100%;
  }
  div.trustpilot-widget {
    margin-top: -50px !important;
  }
  div.carousel {
    margin-top: 0 !important;
  }
}


/*TEMP*/
.align {
  overflow: hidden;
}
.timeline {
  width: 100%;
  clear: both;
}

.slide-content {
  /* display: table; */
  /*white-space: nowrap;*/
  overflow: hidden;
  transition: 1s all linear;
}

.slides {
  /* width: 100%; */
  transition: 1s all linear;
  margin-top: 20px;
}

.timeline > .slides > .slide-content > div[data-date] {
  display: inline-block;
  float: left;
  width: 100%;
  white-space: initial;
  box-sizing: border-box;
  padding: 0 20px;
  vertical-align: top;
  overflow: hidden;
}

.timeline > .slides > .slide-content > div[data-date] > img {
  float: left;
  max-width: 250px;
  margin-bottom: 80px;
  margin-top: 15px;
}

.date-selector {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  position: relative;
  margin-top: 10px;
}

.date-selector > span[data-date] {
  margin: auto;
  width: 50px;
  height: 50px;
  background: white;
  border: 2px solid;
  color: #31BAD4;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 90px;
  cursor: pointer;
  transition: .125s all linear;
}

.date-selector > span[data-date]:hover {
  transform: scale(1.1);
}

.date-selector > #prev,
.date-selector > #next {
  width: 40px;
  height: 40px;
  background: white;
  border: 2px solid;
  color: #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 90px;
  cursor: pointer;
  transition: .125s all linear;
}

.date-selector:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #31BAD4;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}

.date-selector > span.active {
  background: #31BAD4;
  color: white;
  border-color: #31BAD4;
  transform: scale(1.2);
}

img[data-direction] {
  margin-left: -250px;
  margin-right: 330px;
  transition: 1s all linear;
  opacity: 0;
  transform: scale(.75);
}

img[data-direction].active {
  margin-left: 0px;
  margin-right: 80px;
  opacity: 1;
  margin-top: 15px;
  transform: scale(1);
}

div[data-date] > h2 {
  font-size: 1.25em;
  color: #E05E10;
}

/*div[data-date] > p > a {
  text-decoration: none;
  position: relative;
  color: initial;
}

div[data-date] > p > a:after {
  content: " ";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 100%;
  background: #31BAD4;
}

div[data-date] > p > a:hover:after {
  height: 2px;
}*/

@media screen and (max-width: 541px) {
  .date-selector {
    display: table !important;
    margin: 0 auto;
  }
  .date-selector > span {
    display: inline-flex !important;
  }
  .date-selector > span[data-date] {
    display: none !important;
  }
  .date-selector > span[data-date].active {
    display: inline-flex !important;
  }
  .date-selector > #prev {
    margin-right: 15px;
  }
  .date-selector > #next {
    margin-left: 15px;
  }
  .timeline > .slides > .slide-content > div[data-date] > img {
    display: block;
    float: none;
  }
}

@media screen and (max-width: 721px) {
  .timeline > .slides > .slide-content > div[data-date] > img {
    display: block;
    float: none;
  }
}

div[data-date] > p {
    margin-right: 20px;
}

/*END TEMP*/

[itemprop='articleBody'] > .page-header {
    border-bottom: 1px solid #eee;
}

.item-page >
 .page-header {
    display: none;
}

div#services-block > div.row > div > h2 {
    font-size: 1.6em;
    line-height: initial;
    margin-top: 0px !important;
}

div#services-block > div.row > div > h3 {
  font-size: 1.25em;
  line-height: initial;
  margin-top: 0px;
}

h2 {
  font-size: 1.6em;
  line-height: initial;
}

h3 {
  font-size: 1.25em;
}

.formResponsive textarea, .formResponsive input[type="text"], .formResponsive input[type="number"], .formResponsive input[type="email"], .formResponsive input[type="tel"], .formResponsive input[type="url"], .formResponsive input[type="password"] {
    border-radius: 0 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0) !important;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0) !important;
    border: 1px solid #ccc;
    border-color: #ccc !important;
    outline: none;
    position: relative;
}

.formResponsive .formHorizontal p.formDescription {
    margin-top: 0;
    margin-bottom: 6px;
}

strong.formRequired {
    color: rgb(215, 0, 0);
}

p.formDescription {
    border-left: 1px solid #ccc !important;
    padding-left: 8px;
    margin-left: 0px;
    margin-bottom: 15px !important;;
}

svg#site-logo {
    height: 80px;
    float: left;
    margin-left: 0;
    width: 190px;
}

img[src="/www.nannytax-18.co.uk/test-mkt19.nannytax.co.uk/images/agencies/agency.jpg/Agency314px.png"] {
    height: 60px;
    width:  auto;
    max-width: none;
}

.cookies-notice {
    position: fixed;
    width:  100%;
    bottom: 0;
    background: black;
    color:  white !important;
    font-size: 1em;
    line-height: normal;
    display:  flex;
    /* align-items:  center; */
    /* justify-content:  center; */
    /* height:  80px; */
}

.cookies-notice > .container {
    display:  flex;
    align-items:  center;
    justify-content:  center;
    padding: 0 10px;
}

.cookies-notice > .container > form {
    margin-left:  15px;
    /* -webkit-appearance:  none; */
    /* border:  0; */
    /* background:  red; */
}

.cookies-notice > .container > form > input {
    -webkit-appearance: none;
    border: 0;
    padding: 5px 15px;
    background: #E05E10;
    border-radius: 100px;
}

.moduletable > #calculator-1 {
    border: 1px solid #ccc;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
}

.img-box {
    /* background: #eee; */
    /* border: 1px solid #ccc; */
    border-radius: 6px;
    overflow: hidden;
}

.img-box > a > img {
    width:  100%;
    border-radius:  6px;
}

.img-box > a > h3, .img-box > a > p {
    padding: 0 10px;
    box-sizing: border-box;
    margin: 0;
}

.img-box > a > h3 {
    margin-top: 8px;
}

.img-box > a > p {
    margin-bottom: 10px;
}

.img-box a {
  color: inherit !important;
}

.img-box a.btn {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    border: 0;
    background: #E05E10;
    color: white !important;
    font-weight: bold;
    font-size: 1.2em;
    border-radius:  6px;
}

.blockUI.blockOverlay {
    z-index:  999990 !important;
}

.blockUI.blockMsg.blockPage {
    z-index: 999991 !important;
}

div#tab-panel {
    float:  right;
}

@media (max-width: 767px) {
    div#company-info {
        width: 100%;
    }
    div#company-info button {
        width: 100%;
        margin-top: 10px;
    }
    div#company-info .company-image {
        float: none !important;
        margin: 0 auto;
        display: block !important;
        /* width:  250px; */
        max-width:  250px;
    }
    div#tab-panel {
        float:  inline-block;
        width: 100%;
        display: block !important;
        position: relative !important;
        height: auto;
    }
}

span.gbp {
  width: 100% !important;
}

div#calculator-1 {
    max-width:  900px;
}

a.anchor {
    display: block;
    position: relative;
    top: -196px;
    visibility: hidden;
}

.page-header h1 {
    font-size: 2em !important;
    text-align: left !important;
}

div#services-block > div > div > div > a {
    display:  block;
}

.column-box > div {
    text-align:  center;
}

.lhnHocChatBtnCont {
    background:  #E05E10 !important;
}

.lhnHocChatBtn {
    background:  #E05E10 !important;
}

div#lhnHocHeader {
    background:  #E05E10 !important;
}

button.lhnSubmit.hocPrechat.lhnFormButton {
    background:  #E05E10 !important;
}

#lhnHelpOutCenter div.lhnChatActionsMenu img {
    background:  #E05E10 !important;
}

#lhnHelpOutCenter div.lhnCustomerMessage div.lhnWindow-message {
    background: #E05E10 !important;
}

#lhnHelpOutCenter div.lhnCustomerMessage div.lhnWindow-message:after {
    border-color: transparent transparent transparent #E05E10 !important;
}

#lhnHelpOutCenter div.lhnWindow-chat_input button {
    background: #E05E10 !important;
}

div#search-form * {
    overflow:  visible;
}

.controls.finder-selects:not(:first-of-type) {
    margin-left:  10px;
}

input#mod-finder-searchword114 {
    border: 1px solid rgb(49, 186, 212);
    width: 280px;
    height: 40px;
    margin-top: 10px;
    background: #eee;
}

/* TESTIMONIALS - LUKE HARMAN */

@font-face {
    font-family: "FontAwesome";
    src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf");
}

body {
  font-family: "Century Gothic";
}

h3 {
  color: #E05E10;
}

.align {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.testimonials {
  width: 100%;
  clear: both;
}

.slide-content {
  /* display: table; */
  white-space: nowrap;
  overflow: hidden;
  transition: 1s all linear;
  width:  100%;
}

.slides {
  /* width: 100%; */
  transition: 1s all linear;
  margin-top: 20px;
}

.testimonials > .slides > .slide-content > div[data-date] {
  display: inline-block;
  /* float: left; */
  width: 100%;
  white-space: initial;
  box-sizing: border-box;
  padding: 0 20px;
  vertical-align: top;
  overflow: hidden;
}

.testimonials > .slides > .slide-content > div[data-date] > .testimonial-box > img {
  float: left;
  max-width: 250px;
  margin-bottom: 120px;
  margin-top: 15px;
}

.date-selector {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 10px;
}

.date-selector > span[data-date] {
  margin: auto;
  width: 50px;
  height: 50px;
  background: white;
  border: 2px solid;
  color: #31BAD4;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 90px;
  cursor: pointer;
  transition: .125s all linear;
}

.date-selector > span[data-date]:hover {
  transform: scale(1.1);
}

.date-selector > #prev,
.date-selector > #next {
  width: 40px;
  height: 40px;
  background: white;
  border: 2px solid;
  color: #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 90px;
  cursor: pointer;
  transition: .125s all linear;
}

.date-selector > #next {
  margin: auto;
}

.date-selector > #prev {
  margin: auto;
}

.date-selector.testimonial:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #31BAD4;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
    display: none;
}

.date-selector > span.active {
  background: #31BAD4;
  color: white;
  border-color: #31BAD4;
  transform: scale(1.2);
}

img[data-direction] {
  margin-left: -250px;
  margin-right: 330px;
  transition: 1s all linear;
  opacity: 0;
  transform: scale(.75);
}

img[data-direction].active {
  margin-left: 0px;
  margin-right: 80px;
  opacity: 1;
  margin-top: 15px;
  transform: scale(1);
}

span.f-a {
  font-family: FontAwesome;
}

div.page-title {
  margin-bottom: 40px;
}

div.page-title > center > h1 {
  font-size: 2em;
  margin: 0;
  color: #E05E10;
}

div[data-date] > h2 {
  font-size: 1.25em;
  color: #E05E10;
}

.testimonials > .slides > .slide-content > div[data-date] > .testimonial-box {
  padding: 40px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  width: 90%;
  margin: 30px auto;
  background: white;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, .25);
  border-radius: 8px;
}

/*div[data-date] > p > a {
  text-decoration: none;
  position: relative;
  color: initial;
}

div[data-date] > p > a:after {
  content: " ";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 100%;
  background: #31BAD4;
}

div[data-date] > p > a:hover:after {
  height: 2px;
}*/

.testimonials > .slides {
    overflow:  hidden;
}

@media screen and (max-width: 541px) {
  .date-selector {
    display: table !important;
    margin: 0 auto;
  }
  .date-selector > span {
    display: inline-flex !important;
  }
  .date-selector > span[data-date] {
    display: none !important;
  }
  .date-selector > span[data-date].active {
    display: inline-flex !important;
  }
  .date-selector > #prev {
    margin-right: 15px;
  }
  .date-selector > #next {
    margin-left: 15px;
  }
  .testimonials > .slides > .slide-content > div[data-date] > .testimonial-box > img {
    display: block;
    float: none;
  }
  div.logo-award {
    display: none !important;
  }
}

@media screen and (max-width: 721px) {
  .testimonials > .slides > .slide-content > div[data-date] > .testimonial-box > img {
    display: block;
    float: none;
  }
}

/* END TESTIMONIALS */

.advanced-search-tip {
  display: none;
}

.controls.finder-selects:first-of-type {
    display:  none;
}

div.pricing > div > div > .title {
    border: 1px solid #ccc;
    border-bottom: 0;
    text-align: center;
    height: 50px;
    font-size: .8em;
    display: flex;
    align-items: center;
    justify-content: center;
}

div.pricing > div > div > .title > h3 {
    color:  !important;
}

div.pricing > div > div > .price {
    background: #31BAD4;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    font-size: 2em;
    color: white;
}

.pricing > div:last-of-type > .pricing-price {
    background-image: url('https://orig00.deviantart.net/4113/f/2012/097/6/3/flashy_disco_squares_by_yumekuineru-d4vapfi.gif');
    background-color: #31BAD4;
    background-blend-mode: overlay;
    background-size: 300px;
}

.pricing > div > .pricing-title {
    border:  1px solid #ccc;
    border-bottom:  0;
    display:  flex;
    align-items:  center;
    justify-content:  center;
    height: 50px;
}

.pricing > div > .pricing-price {
    background: #31BAD4;
    color: white;
    height: 100px;
    display:  flex;
    align-items:  center;
    justify-content:  center;
    font-size: 2em;
}

.pricing > div > .pricing-benefits {
    border:  1px solid #ccc;
    border-top:  0;
    border-bottom: 0;
    
}

.pricing > div > .pricing-benefits > div {
    text-align: center;
}

.pricing > div > .pricing-benefits > div:first-of-type {
   padding-top: 15px !important;
}

.pricing > div > .pricing-benefits > div:not(:last-of-type) {
    border-bottom: 1px solid #ccc;
    padding: 5px;
}

.pricing > div > .pricing-benefits > div > span {
    display: block;
}

.pricing > div > .pricing-subscribe {
    border: 1px solid #ccc;
    text-align: center;
    padding: 20px 0px;
}

form#holidayCalc {
    border: 1px solid #31BAD4;
    padding: 0px 10px 10px 10px;
}

form#holidayCalc > div > input {
    margin: 5px;
    margin-left: 8px
}

ul#site-menu > li > span, ul#site-menu > li > a {
    background:  #31BAD4;
    padding: 8px 16px;
}

ul#site-menu > li:not(:first-of-type) {
    margin-left: 2px;
}

header {
    border-bottom:  1px solid #ccc;
}

header.fixed-header {
    box-shadow: 0px 2px 5px rgba(0, 0, 0, .25);
}

ul#site-menu {
    position: relative;
}

ul#site-menu > li > ul {
    width: 757px;
}

.dropdown-menu li {
    background: transparent;
    height: auto !important;
    margin: 0 !important;
}

li.dropdown:hover > ul {
    display: flex;
}

.dropdown-menu .divider {
    height:  auto;
    background: transparent !important;
}

.dropdown-menu span.separator {
    color: #333;
    background: transparent !important;
    font-size: 1.2em;
    padding: 0px 10px !important;
    font-weight: 600;
}

li > ul > li > ul {
    position: initial !important;
    box-shadow: none !important;
    border: 0 !important;
}

li > ul > li > ul > li * {
    padding: 5px 10px !important;
    color: #333 !important;
}

ul#site-menu > li:hover > ul {
    display: flex;
    flex-basis: auto;
    /* justify-content:  center; */
    color:  red;
}

ul#site-menu > li > ul > li > ul {
    display: block !important;
}

ul#user-menu {
    text-align: right;
}

ul#user-menu > li {
    display: inline-block;
    width: auto;
    border: 0;
    background: #31BAD4;
    color: white;
    padding: 0 !important;
    height: auto;
}

ul#user-menu > li:not(:last-child) {
    margin-right: 2px;
}

ul#user-menu > li > a {
    display: inline-block;
    width: auto;
    padding: 0px 10px;
    color: white;
}

ul#user-menu {
    text-align: right;
}

ul#user-menu > li {
    display: inline-block;
    width: auto;
    border: 0;
    background: #31BAD4;
    color: white;
    padding: 0 !important;
    height: auto;
    position:  relative;
}

ul#user-menu > li:not(:last-child) {
    margin-right: 2px;
}

ul#user-menu > li > a {
    display: inline-block;
    width: auto;
    padding: 0px 10px;
    color: white;
}

ul#user-menu > li:nth-child(1) > a {
    background: #E05E10 !important;
}

ul#user-menu > li:nth-child(2) > a {
    background: #C0D000 !important;
}

ul#user-menu > li:nth-child(3) > a {
    background: #31BAD4 !important;
}

ul#user-menu > li:nth-child(4) > a {
    background: #DB0079 !important;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: transparent;
    color: #E05E10 !important;
    outline: 0 none;
    text-decoration: none;
    border-width: 1px 1px 1px 4px;
    border-style:  solid;
    /* font-weight:  bold; */
    width: calc(100% - 10px) !important;
}

ul#site-menu > li {
    position:  initial !important;
}

.col-md-6.col-sm-12.col-xs-12 > .row:not(:first-of-type) {
    /* margin-top: 1px; */
}

.col-md-6.col-sm-12.col-xs-12.mobile > .row > div:first-of-type {
    /* background:  #31BAD4; */
    color: #333;
}

.col-md-6.col-sm-12.col-xs-12 > .row {
    display: flex;
}
 
.col-md-6.col-sm-12.col-xs-12 > .row > div:not(:first-of-type) {
    display: flex;
    text-align:  center;
    align-items:  center;
    justify-content:  center;
    font-family:  "FontAwesome";
}

.col-md-6.col-sm-12.col-xs-12 > .row > div {
  padding: 5px 10px;
  line-height: normal;
}

.col-md-6.col-sm-12.col-xs-12.desktop > .row > div:first-of-type {
    /* background:  #005096; */
    color: #333;
}

.col-md-6.col-sm-12.col-xs-12 > .row > div > p {
    margin: 0;
}


.col-md-6.col-sm-12.col-xs-12.mobile > center > h2 {
    background: #31BAD4;
    color: white;
    padding: 10px 0;
}

.col-md-6.col-sm-12.col-xs-12.desktop > center > h2 {
    background: #005096;
    color: white;
    padding: 10px 0;
}

.column-box.pastel-bg {
    box-shadow:  none;
    border-radius: 8px;
    /* background:  #E05E10; */
    border: 2px solid #E05E10;
    background: transparent;
}

.column-box.pastel-bg h3 {
    background: #E05E10;
    margin: -10px;
    margin-bottom: 10px;
    color: white;
    padding: 2px 10px;
}

.pull-right * {
    overflow: visible;
}

ul#user-menu {
    position: relative;
    padding: 0;
    margin: 0;
}

ul#user-menu > li > ul {
    position: absolute;
    top: 100%;
    left: 0;
    width:  100%;

    z-index: 100000;
    background: #30bbd5;
    color: white;
    /* visibility:  visible; */
    margin: 0;
    min-width: 0;
    padding: 0;
}

ul#user-menu > li > ul > li {
    width: 100%;
    text-align: left;
    font-size: 1.4em;
}

ul#user-menu > li > ul > a {
    width: 100%;
}

ul#user-menu > li > ul > li:hover > a {
    color: white !important;
    background: rgba(0, 0, 0, .08)
}

ul#user-menu > li:hover > ul {
    display: block;
}

.col-md-6.col-sm-12.col-xs-12.mobile > div.row {
    border-bottom: 1px solid #30bbd5;
    color: #30bbd5;
}

.col-md-6.col-sm-12.col-xs-12.desktop > div.row {
    border-bottom: 1px solid #005096;
    color: #005096;
}

.business-details.row {
    display:  flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.business-details.row > div > a > img {
    width:  150px;
    max-width: initial;
}

button.ui-dir-button {
    padding: 10px 15px !important;
    text-align: center;
    color: #E05E10;
    font-weight: bold;
    transition: .1s all linear;
    display: inline-block;
    white-space: normal;
    word-wrap: normal;
    font-size: 1.2em !important;
    padding: 10px 20px;
    border-radius: 6px;
    background: #E05E10 !important;
    color: white !important;
    box-shadow: none;
}

button.ui-dir-button > span {
    padding-right: 0 !important;
}

button.ui-dir-button > span > i {
    display: none;
}

a#open_socials {
    padding: 10px 15px !important;
    text-align: center;
    color: #E05E10;
    font-weight: bold;
    transition: .1s all linear;
    display: inline-block;
    white-space: normal;
    word-wrap: normal;
    font-size: 1.2em !important;
    padding: 10px 20px;
    border-radius: 6px;
    background: #E05E10 !important;
    color: white !important;
    box-shadow: none;
    border: 0;
}

a#open_socials > i {
    display: none;
}

.col-md-6.col-sm-12.col-xs-12.mobile.nannies > center > h2 {
    background: #C7BBDD;
}

.col-md-6.col-sm-12.col-xs-12.mobile.nannies > div.row {
    border-color: #C7BBDD;
}

.col-md-6.col-sm-12.col-xs-12.nannies.mobile > div.row {
    color: #C7BBDD;
}

.col-md-6.col-sm-12.col-xs-12.desktop.nannies > center > h2 {
    background: #DB0079;
}

.col-md-6.col-sm-12.col-xs-12.desktop.nannies > div.row {
    border-color: #DB0079;
}

.col-md-6.col-sm-12.col-xs-12.nannies.desktop > div.row {
    color: #DB0079;
}

p.close-menu {
    background: #e74c3c;
    margin: 5px !important;
    padding: 10px;
    color:  white;
    text-align:  center;
    font-size: 1.4em;
    cursor:  pointer;
}

.row.p60 {
    background: rgba(0, 80, 150, .6);
    color: white;
}

.row.p60 * {
    color: white;
    font-weight: bold;
}

.row.p60-1 {
    background: rgba(219, 17, 120, .6);
    color: white;
}

.row.p60-1 * {
    color: white;
    font-weight: bold;
}

#site-menu > li > ul > li {
  /* overflow: visible !important; */
}

#site-menu > li > ul > li > ul {
    position: static !important;
    background: transparent !important;
    
}

@media screen and (max-width: 991px) {
    #slideshow > div > div > div > div > div > img:nth-child(1) {
        margin-top: -5% !important;
        transform: rotate(0deg) !important;
        width: 70% !important;
        float: left;
    }
    #slideshow > div > div > div > div > div > img:nth-child(2) {
        width: 30%;
        margin-top: -20% !important;
        transform: rotate(0deg) !important;
        float: right;
    }
}

div.affiliate {
    /* background: rgb(180, 235, 242); */
}

div.agency-plus {
    /* background: rgb(94, 210, 226); */
}

div.agency-table> div> div > center > span {
    font-size: 1.2em;
}

div.agency-table > div {
    margin:  0;
    /* display:  flex; */
    /* align-items:  center; */
    /* justify-content:  center; */
    /* height:  100%; */
    margin-bottom:  auto;
    align-items:  stretch;
}

div.agency-table > div > div:not(:empty) {
    align-self: stretch;
    display: flex;
    justify-content: center !important;
    margin-bottom: 3px;
    background: rgb(218, 245, 248);
}

div.agency-table > div {
    display:  flex;
    align-items:  center;
}

div.agency-table > div#title > div {
    justify-content: initial !important;
}

.agency-table {
    margin-top:  30px;
}

div#checkboxes > div, div#title> div {
    /* border-right: 3px solid red; */
    margin-right: 1.5px;
    margin-left:  1.5px;
}

  div.agency-table > div > div:first-of-type:not(:empty) {
    background: rgb(94, 210, 226) !important;
    color: white;
  }

  div.agency-table > div > div.affiliate {
    background: rgba(180, 235, 242, 1);
  }

div.notice-title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
}

div.notice-title > .title {
    margin-right: auto;
    font-size: 1.4em;
    color: #e05e0f;
    font-weight: bold;
}

div.notice-title > .toggle {
    margin-left: auto;
    display: block;
    background: #e05e0f;
    color: white;
    padding: 5px 10px;
    cursor: pointer;
}

div.notice-content {
    margin-bottom: 10px;
}

/*EH PROMO*/
div#promo {
    margin-bottom: 20px;
    flex-direction: row;
    align-items: stretch;
}

img#stamp {
    margin-top: -50px;
}

#checkboxes > div > span {
    color: black;
}

@media (max-width: 1133px) {
    img#text {
        width: 70%;
    }
    img#stamp {
        width: 30%;
        margin-top: 0px;
        margin-right: 0px;
        float: right;
        display: block;
    }
}

@media (max-width: 1070px) {
  div.trustpilot-widget {
    display: table;
    float: none !important;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
    div#slideshow {
      background-position: center right;
    }
    div#promo {
        display: table;
        margin-bottom: 20px
    }
    img#text {
        width: 70%;
    }
    img#stamp {
        width: 30%;
        margin-top: 0px;
        margin-right: -20px;
        float: right;
        display: block;
    }
    div#slide-content {
        font-size: .6em;
    }
}

.classification > .categories {
    display: none;
}

.bullet.white > li:before {
  color: white;
}

.trustpilot-widget {
    margin-top: 30px;
}

.rsform-block.rsform-block-happy-to-be-contacted > div.formControlLabel {
    float: none;
    width: 100%;
    text-align: initial;
}

.rsform-block.rsform-block-happy-to-be-contacted > div.formControls {
    margin-left: 10px;
    margin-top: 10px;
    vertical-align: middle;
}

.rsform-block.rsform-block-happy-to-be-contacted > div.formControls > * {
    vertical-align: middle;
}

#searchform .search-dir-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: unset !important;
    margin-top: 0 !important;
}

#searchform .search-dir-button > span {
    margin-left: 10px
}

#searchform {
    text-align: center;
    display: table;
    margin: 0 auto;
}

.form-field {
    margin-top: 5px !important;
    vertical-align: top;
  	margin-bottom: 5px !important;
}

.form-field > input, .form-field > select {
    border-bottom-color: #31bad4 !important;
}

input#searchkeyword {
    vertical-align: text-bottom;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

#slider {
  z-index: 1;
}