/*Fonts*/

@font-face {
    font-family:"mc-regular";
    src: url(fonts/mothercaremedium-webfont.eot? ) format("eot");
    src: url(fonts/mothercaremedium-webfont.eot? #iefix) format("embedded-opentype"), url(fonts/mothercaremedium-webfont.woff) format("woff"), url(fonts/mothercaremedium-webfont.ttf) format("truetype"), url(fonts/mothercaremedium-webfont.svg# mc - regular) format("svg");
    font-style:normal;
    font-weight:400
}
@font-face {
    font-family:mc-thin;
    src: url(fonts/mothercarethin-webfont.eot? ) format("eot");
    src: url(fonts/mothercarethin-webfont.eot? #iefix) format("embedded-opentype"), url(fonts/mothercarethin-webfont.woff) format("woff"), url(fonts/mothercarethin-webfont.ttf) format("truetype"), url(fonts/mothercarethin-webfont.svg# mc - regular) format("svg");
    font-style:normal;
    font-weight:400
}
@font-face {
    font-family:icons;
    src: url(fonts/icons.eot? ) format("eot");
    src: url(fonts/icons.eot? #iefix) format("embedded-opentype"), url(fonts/icons.woff) format("woff"), url(fonts/icons.ttf) format("truetype"), url(fonts/icons.svg# mc - regular) format("svg");
    font-style:normal;
    font-weight:400
}

[class*=' i-']:before, [class^=i-]:before {
    display: inline-block;
    font-family: icons;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
}




html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, blockquote, ul, ol, li,
dl, dt, dd, table, tbody, tfoot, thead, tr, th, td, img, form, fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-size: 100%;
  font-weight: normal;
}

html, body{
  min-height: 100%;
}

html {
-webkit-text-size-adjust: none; /* Prevent font scaling in landscape */
}

body {
  font-size: 75%;
  line-height: 1.5;
  position: relative;
  background:#fff;
}
body, input, textarea, select{
  margin:0;
  font-family: arial, sans-serif;
  color: #414141;
}
/*for lightbox */
.overlay{
  display:none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0,0,0,0.5); /*dim the background*/
  background-color:#000;
  opacity : 0.5;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}


input, textarea, select {
  font-size: 100%;
  border: 1px solid #cdcdcd;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 6px 8px;
}
input[type=image] {
  border: 0;
  vertical-align: middle;
}
.hidden {
  display: none;
}
p {
  margin-bottom: 1em;
}
h2 {
  font-size: 1.4em;
  color: #003971;
  margin-bottom: 0.7em;
  font-weight: bold;
  font-family:"mc-regular", sans-serif;
}
h3 {
  font-size: 1.1em;
  font-weight: bold;
  font-family:"mc-regular", sans-serif;
}
h4 {
  font-weight: bold;
}
ul li, ol ul li { 
  list-style: disc; 
  margin-left: 1.4em; 
} 
ol li { 
  list-style: decimal; 
  margin-left: 1.4em; 
}
a {
  color: #16467B;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

embed, img, object {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}



a.skipLink{
  position:absolute;
  left:-3000px;
  border:none;
  background: #1e70d6;
  color:#fff;
  padding:2px 0 3px 1em;
  width: 400px;
}
a.skipLink:hover, a.skipLink:focus{
  left:0;
}

#logout {
  font-size: 1.1em;
  float: right;
  margin-top: 14px;
}
#logout a {
  color: #fff;
}
.mandatory {
  color: #E00A0F;
  font-weight: bold;
  font-size: 1.1em;
}
.clear {
  clear: both;
}

#header {
  text-align: center;
padding:20px 0 0 0;
}
#header h1 {
display: none;
}
.menu-toggle {
  display: none;
}

#search {
  background: #fbfbfb;
  border: 1px solid #d6d6d6;
  border-width: 1px 0;
  padding: 10px;
  clear: both;
}

#search .g-button-white {
  float:left !important;
  border:1px solid #023B72;
}

#search label {
  display: none;
}
.search-container{
    display: inline-block;
}
  #search .search-container{ 
    width: 470px;
    float: none;
    border: 1px solid #cdcdcd;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background:#fff;
    margin-top: 8px;
    position: relative;
    padding-right: 20px;
  } 
#search #nlpq {
  width: 440px;
  font-family:mc-regular, sans-serif;
  float: left;
  border:0px;

}
#search #nlpq:focus {
  border: 1px solid #003971;
  outline: 0px;
}
#search #nlpq::-ms-clear {
    display: none;
}
#search-button{
/* margin-left: -15px;*/
 margin-top: 4px;
 background: url('resources/sprite.png') no-repeat 0 0;
 width: 20px;
 height: 20px;
 border:0px;
 position: absolute;
}
  #search span.removeInput{
    display: none;
    position: absolute;
    margin-top: 8px;
    background: url('resources/sprite.png') no-repeat 0 -218px;
    width: 12px;
    height: 12px;
    right: 40px;
    cursor: pointer;
}
/*-------------------------Predictive Search----------------------------*/
#metafaq input.loader {
background: url(ajax-loader.gif) right 6px no-repeat #FFF;
}
#auto-results {
display: none;
z-index:999;
position: absolute;
width: 470px;
/* top: 20px; */
margin-top: 28px;
}
#auto-results ul {
overflow:visible;
border-top:0;
padding: 0;
margin: 0;
padding: 0;
background:#fff;
-webkit-box-shadow: 0px 7px 29px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 7px 29px 0px rgba(0,0,0,0.15);
box-shadow: 0px 7px 29px 0px rgba(0,0,0,0.15);
}
#auto-results ul li {
list-style: none;
margin: 0;
}
#auto-results ul li.selected {
color: #16467B;
text-decoration: underline;
}
#auto-results ul li.last {
border: 0;
}
#auto-results ul li a {
color: #414141;
text-decoration: none;
display:block;
padding: .4em .5em;
text-align:left;
}
#auto-results li a.pdf{
background:url(https://www.metafaq.com/clients/resources/pdficon.gif) 5px 50% no-repeat;
padding-left:22px;
}
#auto-results ul li.selected a {
color: #16467B;
text-decoration: underline;
}
#auto-results ul li a.pdf:hover {
background:url(https://www.metafaq.com/clients/resources/pdficon.gif) 5px 50% no-repeat #eee;
}


#container {
  /*overflow: auto;*/
}

#breadcrumb {
  padding: 10px;
  clear: both;
  text-transform: lowercase;
}
#breadcrumb .i-home {
  background: url('resources/sprite.png') no-repeat 0 -32px;
  width: 15px;
  height: 13px;
  padding-left:20px;
  color:#4F4F4F !important;
}

#breadcrumb p {
padding: 0; margin: 0;
color: #003971;
font-weight: 700;

}
#breadcrumb a {
  color: #414141;
}

#navigation {
  border-top: 1px solid #d6d6d6;
    text-transform: lowercase;
}
@media only screen and (min-width: 768px){
  #navigation {
    display:block !important;
  }
}
#navigation h2 {
  padding: 12px;
  border-right: 1px solid #d6d6d6;
  border-left: 1px solid #d6d6d6;
  margin-bottom: 0;
  background: #edf6fb;
}
.close{display:none;}
#navigation ul {
  border-bottom: 1px solid #d6d6d6;
}

#navigation > ul {
  border-left: 1px solid #d6d6d6;
}

#navigation li {
  list-style: none inside none;
  padding: 0;
  margin: 0;
}
#navigation li:first-child {
  display: none;
}
#navigation li a {
  display: block;
  border-top: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;
  padding: 8px 12px;
  color: #414141;
  position:relative;
  font-family:mc-regular, sans-serif;
}
#navigation li a:hover, #navigation li a:active {
color: #16467B;
text-decoration: underline;
}
#navigation li.selected a {
color: #003971;
font-weight: bold;
background:#edf6fb;
}
#navigation li.topics{
  background:#fbfbfb;
}
#navigation .i-plus,
#navigation .i-minus{
float: right;
margin-right: 2px;
font-size: 16px;
}
#navigation .i-plus {
 background: url(resources/sprite.png) no-repeat 0 -62px;
 width: 18px;
 height: 18px;
}
#navigation .i-minus {
 background: url(resources/sprite.png) no-repeat -33px -69px;
 width: 18px;
 height: 2px;
 margin-top: 8px;
}
#navigation li.topics a span {
position:absolute;
top:6px;
right:2px;
width: 20px;
height: 20px;
background: url(resources/expand.gif) no-repeat 50% 50%;
}
#navigation ul ul {
border-right: 1px solid #d6d6d6;
border-top: 1px solid #d6d6d6;
border-left: 0px;
border-bottom: 0;
padding: 0;
margin: 0;
}
#navigation ul li ul.topics {
display: none;
}
#navigation ul li.selected ul.topics {
display: block;
}
#navigation li li {
list-style: none inside none;
color:#777;
margin: 0;
}
#navigation li li:first-child {
display: list-item;
}
#navigation li li a{
  display: block;
  background: #fff;
  border:0px;
  padding: 8px 12px;
  color: #414141;
}
#navigation li li:first-child a {
border-top: 0px;
}
#navigation li.selected li a {
  color: #414141;
  font-weight: normal;
  background: #fff;
}
#navigation li li.selected a {
  font-weight: bold;
}

#navigation .mc-shop a{
color:#0085c9 !important;
}
#navigation #contact-link{
  margin-top: 40px;
  display:none;
}

#navigation .g-button-default {
    display: block;
}

#content {
  padding: 12px 0 0;
}
#content ul.faq-list li {
  line-height: 2.5;
  margin: 0;
  padding-left: 1em;
  list-style-type: none;
/*  background: url(resources/icon-bullet.gif) no-repeat scroll 2px 8px;*/
}
#content ul {
  margin-bottom: 1em;
}
#content ul.faq-list {
  margin-top: 1em;
}
#content ul.faq-list li a {
  color: #4F4F4F;
  text-decoration: none;

}
#content ul.faq-list li a:hover {
  text-decoration: underline;
}
#content p.introText{
 margin-left:1em;
 font-weight: bold;
}
#content table {
  border: 1px solid #d6d6d6;
  border-collapse: collapse;
  margin-bottom: 10px;
  width: 100%;
}
#content table th {
  color: #fff;
  background-color: #1E70D6;
  text-align: left;
  padding: 10px;
  border: 1px solid #d6d6d6;
  font-weight: bold;
}
#content table td {
  padding: 10px;
  vertical-align: top;
  border: 1px solid #d6d6d6;
}

.breadcrumb{
margin-bottom:0.7em;
font-size:0.9em;
color:#777;
line-height:1.3;
}
#container #content .breadcrumb a{
color:#777;
}

#paging {
  padding: 0;
  margin: 1.5em 0 1em 0;
  padding-bottom: 2em;
}
#paging .g-button-default {
  line-height:30px;
  height: 30px; 
  padding:0px;
}
#paging .g-button-default a {
  color:#fff;
  display: block;
  padding: 0 40px;
}
#paging .g-button-default.previous{
  display: inline-block;
  float:left;
}
#paging .g-button-default.previous a{
  padding: 0 30px 0 40px;
}
#paging .g-button-default.previous .i-small_arrowL {
    background: url(resources/sprite.png) no-repeat -47px -148px;
    width: 9px;
    height: 15px;
    float: left;
    margin-top: 9px;
    margin-left: -20px;
  }
#paging .g-button-default.next{
  display: inline-block;
  float:right;
}
#paging .g-button-default.next a{
  padding: 0 40px 0 30px;
}
#paging .g-button-default.next .i-small_arrowR {
    background: url(resources/sprite.png) no-repeat -75px -148px;
    width: 9px;
    height: 15px;
    float: right;
    margin-top: 9px;
    margin-right: -20px;
  }
#paging #current{
  display:block;
  width:150px;
  margin:0 auto;
  text-align: center;
  padding: 10px 0px 0px 0px;
}
#paging .g-button-default.disabled {
  color: #fff;
  border: 1px solid #b3b3b3;
  background:#b3b3b3;
}
#paging .g-button-default.previous.disabled {
  padding: 0 30px 0 40px;
}
#paging .g-button-default.next.disabled {
  padding: 0 40px 0 30px
}


#rater{
padding:20px 0;
}

#rater input{
margin-right:3px;
}
#rater label{
vertical-align:top;
margin-right:10px;
padding:15px;
display:block;
cursor: pointer;
font-size:16px;
font-weight:700;
font-family:"mc-regular", sans-serif;
}

#rater .raterButtonNo,
#rater .raterButtonYes{
  background: #fff;
  width:200px;
  display:inline-block;
  cursor: pointer;
  text-align: center;
  border: 1px solid #009fe4;
  color: #009fe4;
}

#rater .raterButtonNo:hover,
#rater .raterButtonYes:hover,
#rater .raterButtonNo.grey,
#rater .raterButtonYes.grey{
  border: 1px solid #7f7f7f;
  color: #7f7f7f;

}
#rater .raterButtonNo.grey,
#rater .raterButtonYes.grey {
  padding: 15px;
  margin-bottom:10px;
  margin-left:0px;

}



#rater .raterButtonYes{
  margin-left:20px;
}
@media (max-width: 767px) {
  #rater .raterButtonNo,
  #rater .raterButtonYes{
    width:48%;
    margin:0px;
  }
  #rater .raterButtonYes{
    width:48%;
    margin:0px;
    float:right;
  }
  #rater .raterButtonNo.grey,
  #rater .raterButtonYes.grey{
    float: none;
    clear: both;
  }
}


.i-no,
.i-yes{
  height:27px;
  width:29px;
  display: inline-block;
  margin-right: 10px;
  top: 5px;
  position: relative;

}
.i-no {

  background: url(resources/sad-face-icon-blue.png) no-repeat;
}
#rater .raterButtonNo:hover .i-no,
#rater .raterButtonNo.grey .i-no{
  background: url(resources/sad-face-icon-grey.png) no-repeat;
}
.i-yes {
  background: url(resources/happy-face-icon-blue.png) no-repeat;
}
#rater .raterButtonYes:hover .i-yes,
#rater .raterButtonYes.grey .i-yes{
  background: url(resources/happy-face-icon-grey.png) no-repeat;
}
#rater input[type="radio"]{
    margin:0;padding:0;
    border:0px;
    height:0px;
    float: left;
    -webkit-appearance:none;
       -moz-appearance:none;
            appearance:none;
}



#rater #feedback{
width:50%;
height:100px;
margin-bottom:.5em;
}
@media (max-width: 767px) {
    #rater #feedback{
      width:80%;
  }
}
@media (max-width: 440px){
  #rater #feedback{
    width:100%;
  }
  #rater #submit{
  width:100%;
  }

}

#rater #counter{
margin-bottom:.5em;
}


#contact-form{
width:65%;
float:left;
margin-bottom: 35px;
box-sizing: border-box;
padding-right:10px;
}
#contact-form.complaintPage{
 width:100%;
  float:left;
}

#smartElements{
  width: 35%;
  float:right;
}
#lastDitch,
#suggestedEntries {
  display:none;
/*  background: #f7f7f7;
  border: 1px solid #ccc;*/
  padding:0px;
  border:1px solid #d6d6d6;
  margin-bottom:50px;
}

#lastDitch h3,
#suggestedEntries h3 {
  color: #003971;
  font-size: 1.4em;
  padding-left: 5%;
  padding-top:0px;
  line-height: 1em;
  background: #edf6fb;
  border-bottom:1px solid #d6d6d6;
  padding:12px;
  text-transform: lowercase;
}
ul#lastDitchList,
ul#suggestedEntriesList{
  padding: 5% 5% 0% 5%;
}

ul#lastDitchList li,
ul#suggestedEntriesList li {
  line-height: 1.3;
  margin: 0;
  padding-left: 0.5em;
  list-style-type: none;
  padding-bottom:0.8em;
}
ul#lastDitchList li a,
ul#suggestedEntriesList li a{
/*  color: #4F4F4F;*/
  color:#414141;
  text-decoration: none;
}
ul#lastDitchList li a:hover,
ul#suggestedEntriesList li a:hover{

  color: #16467B;
  text-decoration: underline;
}
.dialog {
  position:absolute;
  width:50%;
  max-height:60%;
  height:auto;
  overflow:auto;
  background-color:#ffffff;
  z-index:12;
  padding:2%;
  border: 1px solid rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;

}
.dialog .close{
  float:right;
  cursor:pointer;
  display: block;
  background: -webkit-linear-gradient(#fff, #f4f4f4);
  background: -o-linear-gradient(#fff, #f4f4f4);
  background: -moz-linear-gradient(#fff, #f4f4f4);
  background: -ms-linear-gradient(#fff, #f4f4f4);
  background: linear-gradient(#fff, #f4f4f4);
  border: 1px solid #d6d6d6;
  padding: 8px 12px;
  color: #414141;
  margin:5px;
}
.loading {
 background: url(ajax-loader-big.gif) center no-repeat #FFF;
}

#back-to-top {
  position: relative;
  z-index: 9999;
  width: 95px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  background: -webkit-linear-gradient(#fff, #f4f4f4);
  background: -o-linear-gradient(#fff, #f4f4f4);
  background: -moz-linear-gradient(#fff, #f4f4f4);
  background: -ms-linear-gradient(#fff, #f4f4f4);
  background: linear-gradient(#fff, #f4f4f4);
  border: 1px solid #d6d6d6;
  padding: 8px 12px;
  display:none;
}

#back-to-top:hover {
    background: #e9ebec;
}
#back-to-top.show {
  display:block;
}

#contact-form input, 
#contact-form select,
#contact-form textarea{
/*padding:3px 5px 3px 3px;*/
width: 65%;
margin-bottom:10px;
box-sizing: border-box;
}

#contact-form.complaintPage input, 
#contact-form.complaintPage select,
#contact-form.complaintPage textarea{
  width: 55%;
}

#contact-form .date-field select {
width: auto;

}
#contact-form label{
display:block;
float:left;
width:30%;
clear:both;
}
#contact-form.complaintPage label {
  width:30%;
}
#contact-form #submit{
width:auto;
margin-left:30%;
}

.returns-form div {
overflow: hidden;
}
.returns-form div.error {
color:#c00;
font-weight: bold;
}
.returns-form div.error input {
border-color: #c00;
}

#error-panel{
color:#c00;
margin-bottom:1em;
}

#banners{
 margin-top:35px;
 clear:both;
}

#footer {
  margin: 20px 0;
  clear: both;
}
#footer ul#links {
  background: #1e70d6;
  overflow: auto;
}
#footer #links li {
  list-style: none inside none;
  display: inline-block;
  color: #fff;
  padding: 10px;
  text-transform: lowercase;
}
#footer #links li a {
  color: inherit;
  background: url(resources/footerLiBg.png) no-repeat left 50%;
  padding-left: 12px;
  font-size: 1.2em;
  line-height: 14px;
}
#footer ul.social {
  overflow: auto;
  margin: 10px 0 0 20px;
}
#footer .social li {
  list-style: none inside none;
  display: inline-block;
  color: #fff;
  margin: 0;
}
#footer p.logo {
  margin: 10px 0 0 20px;
}


.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



@media (max-width: 360px) {
  .phone-mini-visible {
  display: block;
  }
  span.phone-mini-visible {
  display: inline;
  }
  .phone-mini-hidden {
  display: none;
  }
}
 
@media (max-width: 767px) {

.phone-hidden {
  display: none;
  }
  .phone-visible {
  display: block;
  }
  span.phone-visible {
  display: inline;
  }
  body {
  overflow-x: hidden;
  }
  #logo  {
    padding: 0px 0px 20px 0px;
  }
  .menu-toggle {
  display: block;
  margin: -5px 0 10px 10px;
  float: left;
  width: 70px;
  margin-top:75px;
  position: absolute;
  line-height: 25px;
  border:1px solid #009fe4;
  color:#009fe4;
  background:#fff;
  z-index: 9999;
  padding-right:20px;
  text-transform: lowercase;
  }  
  .menu-toggle .i-arrow_down,
  .menu-toggle .i-arrow_up{
  background: url('resources/sprite.png') no-repeat -2px -135px;
  width: 15px;
  height: 9px;
  display: inline-block;
  float: right;
  margin-right: -17px;
  margin-top: 8px;
  }

  .menu-toggle:hover,
  .menu-toggle.active:hover{
    background:#0085c9;
    border:1px solid #0085c9;
    color:#fff;
  }
  .menu-toggle:hover .i-arrow_down{
    background: url('resources/sprite.png') no-repeat -2px -151px;
  }
  .menu-toggle.active{
  border:1px solid #009fe4;
  color:#fff;
  background:#009fe4;
  }
  .menu-toggle .i-arrow_up{
    background: url('resources/sprite.png') no-repeat -26px -135px; 
  }


  #kb {
  display: none;
  }
  #container {
  overflow: hidden;
  padding: 0 10px 10px;
  }
  #navigation {
  position: absolute;
  /*left:-100%;*/
  left:0px;
  width: 100%;
  background: #fff;
  z-index: 999;
  top: 133px;
  display:none;
  }  

  #navigation h2 span.close{
  float:right;
  display:block;
  font-size: 12px;
  width:50px;
  cursor:pointer;
  }


  .i-close{
    display:block;
    font-size: 12px;
    font-style: normal;
    background: url('resources/sprite.png') no-repeat 0 -168px;
    width: 15px;
    height: 15px;
    float:right;
  }
  #metafaq{
    width:calc(100% - 90px);
    float:right;
    position: relative;
    z-index: 999;
  }
  #search {
    position:relative;
    z-index: 997;
  }
  #search .g-button-white{
    position: absolute;
    top: -45px;
    left: 0px;
    border:0px;
    margin:0px;
    margin-left: 10px;
    font-size: 10px;
    background:transparent;
    padding:0px 10px;
  }
  #search span{
    display:block;
  }
  #search .g-button-white .i-arrow_left{
    display: block;
    margin-top: 5px;
    margin-left: 5px; 
    position:absolute;
  }
    #search .g-button-white .i-home-mobile{
    background: url('resources/sprite.png') no-repeat -1px -189px;
    width: 23px;
    height: 20px;
    display: block;
    margin-left: 25px;
    margin-top: 0px;
  }
  #search .g-button-white:hover .i-home-mobile{
  background: url('resources/sprite.png') no-repeat -31px -189px;
  }
  #search .g-button-white p{
    margin-top: -10px;
    /* margin-left: -10px; */
    padding: 0px;
    text-align: left;
    }

  #search .search-container{
    width: 95%;

  }
  #search #nlpq {
    width: calc(100% - 30px);
  }
  #search .search-container #auto-results {
    width:100%
  } 
  #paging li:nth-child(8),
  #paging li:nth-child(9),
  #paging li:nth-child(10),
  #paging li:nth-child(11)  {
  display: none;
  }
  #answer img {
  max-width: 80%;
  }
  #wrapper {
  overflow-x: hidden;
  min-width: 320px;
  max-width: 767px;
  }

  #contact-form{
   width:100%;
    float:none;
  }
  #smartElements{
    width:100%;
    float:none;
  }

  #banners {
  display: none;
  }
  #footer, #content {
  position: relative;
  overflow: hidden;
  }  
  #footer{
  padding:0px 10px;
  }
 .dialog{
  width:80%;
 }
}

@media (max-width: 480px) and (min-width: 361px){
  #navigation {
    top: 124px;
  }
}

@media (max-width: 360px){
  #navigation {
    top: 124px;
  }
}

@media (max-width: 480px) {


  #paging #current {
    font-size:10px;
  }

  #header #logo img {
  width: 40%;
  }
  .menu-toggle {
    margin-top: 60px;
    position: absolute;
    z-index: 998;
  }

  #header.focused .menu-toggle{
    display:none;
  }
  #header.focused #metafaq{
    width:100%;
  }
#contact-form label{
float:none;
width:100%;
margin-bottom:0.2em;
}
#contact-form input, 
#contact-form select,
#contact-form textarea,
#contact-form.complaintPage input, 
#contact-form.complaintPage select,
#contact-form.complaintPage textarea{
width:90%;
}
#contact-form #submit{
margin-left:0%;
}
}
@media (min-width:361px) and (max-width:480px) {
  .phone-mini-visible {
  display: none;
  }
  .phone-mini-hidden {
  display: block;
  }
  span.phone-mini-hidden {
  display: inline;
  }
  #header #logo img {
  margin-top: 0;
  }
}
@media (max-width:440px) {
  #header{
    height:120px;
  }
  #header #logo {
    height: 20px;
  }
  #header #logo img {
    margin-left: 20px;
  }

  #breadcrumb {
    padding: 10px 0px;
  }
}
@media (min-width:481px) and (max-width:767px){
.phone-mini-visible {
  display: none;
  }
  .phone-mini-hidden {
  display: block;
  }
  span.phone-mini-hidden {
  display: inline;
  }
  #header #logo img {
  margin-top: 0;
  }
  #contact-form #submit{
  margin-left:25%;
  }
  #contact-form label{
  width:25%;
  }
  #contact-form input, 
  #contact-form select,
  #contact-form textarea{
  width:60%;
  }
}

 
@media (min-width: 768px) {
  .phone-mini-visible, .phone-visible {
  display: none;
  }
  .phone-hidden, .phone-mini-hidden {
  display: block;
  }
  span.phone-hidden, span.phone-mini-hidden {
  display: inline;
  }
  #navigation {
  float: left;
  margin-right: 2%;
  width: 30%;
  }
  #content {
  float: right;
  width: 66%;
  }
#logo{
 padding-bottom:10px;
 }
}


 
@media (min-width: 1000px) {
  #header,#container,#footer {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
#navigation {
  /*border-left: 1px solid #d6d6d6;*/
  }
  #search {
  border-left: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;
  }
}




.decision-tree-content {
  margin-top: 5px;
  margin-bottom: 15px;
}
.decision-tree-content h1,
.decision-tree-content h2,
.decision-tree-content h3,
.decision-tree-content h4,
.decision-tree-content h5,
.decision-tree-content h6 { 
  font-size: 1.2em;
  color: #4D4D4D;
  font-weight: bold;
  padding-left: 0;
  background: none;
}
.decision-tree-content h4{
  margin-bottom: 5px;  
}

.decision-tree-content .dtPreviousQuestionXanswerWrapper {
}
/* .decision-tree-content .dtPreviousQuestionXanswerWrapper:after { 
   font-family: "Ionicons"; 
   text-align: center; 
   content: "\f3d0"; 
   font-size: 40px; 
   line-height: 1; 
   display: block; 
   color: #ccc; 
 } */
.decision-tree-content .btn {
  background: #fbfbfb;
  border: 1px solid #d6d6d6;
  color: #4D4D4D;
  display: block;
  padding: 12px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  text-align: left;
  cursor: pointer;
  line-height: 1.5;
  margin-bottom: -1px;
  font-weight: 700;
  font-size: 14px;
  padding-right:55px;
  word-wrap: break-word;

}
.decision-tree-content .btn:after {
  color: #4D4D4D;
  content: "\f2c7";
  font-family: "Ionicons";
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
  font-size: 30px;
  padding-top: 0px;
  background: #fbfbfb;
  font-weight: 100;
}
.decision-tree-content .btn:hover,
.decision-tree-content .btn:hover:after {
  background-color: #f9f9f9;
  transition: opacity .5s ease .8s,background .3s ease;
}
/*.decision-tree-content .dtPreviousQuestion,
.decision-tree-content .dtPreviousQuestionX,
.decision-tree-content .dtQuestion {
  padding: 10px;
}*/
.decision-tree-content .dtAnswer-link p {
  
}
.decision-tree-content .dtAnswer {
  padding: 10px;
  background: #fff;
  border: 1px solid #d2d2d2;
}
.decision-tree-content .dtAnswer > *,
.decision-tree-content .dtAnswer a {
  
}
.decision-tree-content .dtPreviousQuestionXanswerWrapper .active {
  background-color: #edf6fb;
  color: #003971;
}
.decision-tree-content .dtPreviousQuestionXanswerWrapper .active:after {
  content: "\f462";
  background-color: #edf6fb;
  color: #003971;
}
.decision-tree-content .dtAnswer-link-div > div {
  border: 1px solid #d2d2d2;
  padding: 10px;
  margin: -6px 0 -1px;
}
.decision-tree-content .dtAnswer-link-div > div.even {
   background: #fff;
}
.decision-tree-content .dtAnswer-link-div > div.odd {
  background: #FFF;
}
.decision-tree-content .dtAnswer-link-div > div.even  > .dtPreviousQuestionXanswerWrapper > .dtAnswer-link-div > .dtAnswer {
  background: #FFF;
}

/** From Mothercare Styleguide **/
/*Buttons*/

[class*=g-button-] {
    font-family:"mc-regular", sans-serif;
}

[class*=g-button-] {
    display: inline-block;
    vertical-align: top;
    position: relative;
    transition: all .3s ease;
    border: 1px solid transparent;
    border-radius: 0;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    text-transform: lowercase;
    white-space: nowrap;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.g-button-default {
    height: 40px;
    padding: 0 40px;
    font-size: 15px;
    line-height: 37px;
    background: #003971;
    color: #fff;
    text-decoration: none;
    cursor:pointer;
}
.g-button-default:hover, 
.g-button-default a:hover {
    background: #00478e;
    text-decoration: none !important;
}
.g-button-default:active {
    background: #002951;
    text-decoration: none !important;
}
.g-button-white {
    height: 40px;
    padding: 0 40px;
    font-size: 15px;
    line-height: 37px;
    background: #fff;
    color: #003971;
    border: 1px solid #003971;
}
.g-button-white:hover {
    color: #0085ca;
    text-decoration: none!important;
    border-color: #0085ca;
}
.g-button-white .i-arrow_left{
  background: url(resources/sprite.png) no-repeat 0 -90px;
  width: 9px;
  height: 15px;
  float: left;
  margin-top: 12px;
  margin-left: -20px;
}
.g-button-white:hover .i-arrow_left{
  background: url(resources/sprite.png) no-repeat 0 -112px;
}

/*Footer*/
#footer .g-wrapper-main_content {
    max-width: 1220px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 20px;
}

#footer .g-button-white {
  padding: 0 15px 0px 25px;
  float:left;
}
@media only screen and (max-width: 767px){
    #footer .g-button-white {
    float:none;
    width: 280px;
    margin:0px auto 20px auto;
    display: block;
  }
}
#footer .g-button-white .i-arrow_left{
  margin-left:-15px;
}
@media only screen and (max-width: 767px){
  #footer .g-wrapper-main_content {
     min-width: 320px;
    max-width: 767px;
    padding: 0 10px;
  }
}

#footer .g-wrapper-main_content.b-footer_top {
    padding: 20px 10px 0px 10px;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}
@media only screen and (max-width: 767px) {
  .b-footer_top {
    padding: 12px 0 9px;
  }
}


.b-footer_social_section {
    width: 100%;
    padding: 0;
    float: none;
    border: 0;
    text-align: center;
}
ul.b-footer_social_networking,
ul.b-footer_social_networking li{ 
    list-style: none;
    display: inline-block;
}
@media only screen and (max-width: 767px){
  .b-footer_social_networking {
    width: 280px;
    margin-right: -40px;
  }
}
.b-footer_social_networking-item {
    margin-top: 10px;
    margin-bottom: 10px;
  }

.b-footer_social_networking-item {
    margin: 6px 26px 9px 0;
    float: left;
}
@media only screen and (max-width: 767px) {
  .b-footer_social_networking-item {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right:24px;
  }
}

.b-footer_social_networking-link {
    width: 40px;
    height: 40px;
  }  

.b-footer_social_networking-link {
    display: block;
    position: relative;
    width: 44px;
    height: 44px;
    transition: all .3s ease;
    border: 1px solid #d6d6d6;
    border-radius: 50%;
    color: #003971;
    font-size: 0;
    text-indent: -9999px;
    overflow: hidden;
}
.b-footer_social_networking-link:hover {
    border-color: #003971;
    background-color: #003971;
    color: #fff;
}
.b-footer_social_networking-link .i-social_fb{
    background: url('resources/sprite.png') no-repeat -203px -201px;
    width: 12px;
    height: 23px;
    display: block;
    margin-left:15px;
    margin-top:10px;
}
.b-footer_social_networking-link:hover .i-social_fb{
    background: url('resources/sprite.png') no-repeat -173px -201px;
}

.b-footer_social_networking-link .i-social_twitter{
    background: url('resources/sprite.png') no-repeat -197px -178px;
    width: 21px;
    height: 18px;
    display: block;
    margin-left:12px;
    margin-top:12px;
}
.b-footer_social_networking-link:hover .i-social_twitter{
    background: url('resources/sprite.png') no-repeat -167px -178px;
}
.b-footer_social_networking-link .i-social_pinterest{
    background: url('resources/sprite.png') no-repeat -199px -148px;
    width: 19px;
    height: 24px;
    display: block;
    margin-left:12px;
    margin-top:10px;
}
.b-footer_social_networking-link:hover .i-social_pinterest{
    background: url('resources/sprite.png') no-repeat -169px -148px;
}
.b-footer_social_networking-link .i-social_youtube{
    background: url('resources/sprite.png') no-repeat -197px -116px;
    width: 21px;
    height: 23px;
    display: block;
    margin-left:12px;
    margin-top:10px;
}
.b-footer_social_networking-link:hover .i-social_youtube{
    background: url('resources/sprite.png') no-repeat -167px -116px;
}
.b-footer_social_networking-link .i-social_instagram{
    background: url('resources/sprite.png') no-repeat -198px -87px;
    width: 20px;
    height: 20px;
    display: block;
    margin-left:12px;
    margin-top:12px;
}
.b-footer_social_networking-link:hover .i-social_instagram{
    background: url('resources/sprite.png') no-repeat -168px -87px;
}

.b-footer_social_networking-link .i-social_google{
    background: url('resources/sprite.png') no-repeat -197px -57px;
    width: 22px;
    height: 23px;
    display: block;
    margin-left:12px;
    margin-top:12px;
}
.b-footer_social_networking-link:hover .i-social_google{
    background: url('resources/sprite.png') no-repeat -167px -57px;
}

.b-footer_social_networking-link .i-social_linkedin{
    background: url('resources/sprite.png') no-repeat -199px -26px;
    width: 19px;
    height: 19px;
    display: block;
    margin-left:12px;
    margin-top:12px;
}
.b-footer_social_networking-link:hover .i-social_linkedin{
    background: url('resources/sprite.png') no-repeat  -169px -26px;
}

.b-footer_social_networking-link .i-social_chat{
    background: url('resources/sprite.png') no-repeat -194px 0;
    width: 24px;
    height: 20px;
    display: block;
    margin-left:12px;
    margin-top:12px;
}
.b-footer_social_networking-link:hover .i-social_chat{
    background: url('resources/sprite.png') no-repeat  -164px 0;
}



.b-footer_social_networking:after {
    content: "";
    display: table;
    clear: both;
}
.b-footer_top:after, .b-footer_bottom:after{
    content: "";
    display: table;
    clear: both;
}
.b-footer_bottom {
    padding: 16px 0 20px;
}
.b-footer_coopyright {
    margin: 0 auto 35px;
    color: #999;
    font: 10px/17px Arial,sans-serif;
    text-align: center;
}
@media only screen and (max-width: 1199px){
  .b-footer_coopyright {
    margin-bottom: 15px;
    font-size: 9px;
    line-height: 14px;  
  }
}
@media only screen and (max-width: 767px) {
   .b-footer_coopyright {
      margin-bottom: 20px;
  } 
}
@media only screen and (min-width: 768px){
  .h-visible_mobile{display:none;}
}


.b-footer_app {
    float:left;
}
@media only screen and (max-width: 1199px){
  .b-footer_app {
    width: 100%;
    margin: 0 0 30px;
    text-align: center;
  }
}
@media only screen and (max-width: 767px){
  .b-footer_app {
    margin-bottom: 38px;
  }
}

.b-footer_app a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 27px;
}

@media only screen and (max-width: 767px){
  .b-footer_app a {
    max-width: 43%;
    margin-right: 15px;
  }
}

.b-footer_app a:last-child {
    margin-right: 0;
}

.b-footer_payment {
    float: right;
}
@media only screen and (max-width: 767px){
  .b-footer_payment {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
}
/*contact-panels*/

.contact-panels{
display: flex;
flex-wrap: wrap;
}

.contact-panel{
  width:45%;
  margin-right:2%;
  display:inline-block;
  border:1px solid #d6d6d6;
  position: relative;
  min-height:150px;
  box-sizing: border-box;
  margin-bottom:10px;
}
.contact-panel .box{
  width:25%;
  float:left;
  padding:6px;
  height:100% !important;
  box-sizing: border-box;
  display:block;
  position: relative;
  min-height: 150px;
}
.contact-panel .box img {
  position: absolute;
  top:30%;  /* fallback for browsers without support for calc() */
  top: -webkit-calc(50% - 30px);
  top: calc(50% - 30px);
  height: 60px;
}
@media only screen and (max-width: 980px){
.contact-panel .box img {
  position: absolute;
  top:30%;  /* fallback for browsers without support for calc() */
  top: -webkit-calc(50% - 25px);
  top: calc(50% - 25px);
  height: 50px;
}
.contact-panel .box{
  padding: 3%;
}
}

@media only screen and (max-width: 820px){
  .contact-panel{
    width:100%;
  }
.contact-panel .box{
  padding: 3%;
}
.contact-panel .box img {
      left: 30%; /* fallback for browsers without support for calc() */
    left: calc(50% - 25px);
  }

}
.boxContent{
  width: 70%;
  float:right;
  padding:20px 10px 50px 10px;
  box-sizing: border-box;
}

.boxContent ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.boxContent li{
  padding-left: 0px;
  margin-left:0px; 
  text-indent: -.7em;
  list-style: none;
}
.boxContent li::before {
  content: "\25CB";
  color: red; /* or whatever color you prefer */
  padding-right:10px;
}

.contact-panel .g-button-contact{
  height: 40px;
  padding: 0 15px;
  font-size: 15px;
  line-height: 37px;
  float: right;
  bottom: 10px;
  right:10px;
  position:absolute;
  font-weight:bold;
}
.contact-panel a.g-button-contact:hover{
  text-decoration: none !important;
}

/*colours*/
/*PINK - #c90062*/
.contact-panel .box.pink {
  background:#c90062;
}
.contact-panel .g-button-contact.pink{
    color: #c90062;
    border: 2px solid #c90062;
}
.contact-panel .g-button-contact.pink:hover {
  background:#c90062;
  border: 2px solid #c90062;
  color:#fff;
}
.contact-panel .boxContent.pink li::before {
  content: "\25CB";
   color: #c90062;
}

/*Dark Blue - #003971*/
.contact-panel .box.dark-blue{
  background:#003971;
}
.contact-panel .g-button-contact.dark-blue{
    color: #003971;
    border: 2px solid #003971;
}
.contact-panel .g-button-contact.dark-blue:hover {
  background:#003971;
  border: 2px solid #003971;
  color:#fff;
}
.contact-panel .boxContent.dark-blue li::before {
  content: "\25CB";
   color: #003971;
}

/*Light Blue - #1991CE*/
.contact-panel .box.light-blue{
  background:#1991CE;
}
.contact-panel .g-button-contact.light-blue{
    color: #1991CE;
    border: 2px solid #1991CE;
}
.contact-panel .g-button-contact.light-blue:hover {
  background:#1991CE;
  border: 2px solid #1991CE;
  color:#fff;
}
.contact-panel .boxContent.light-blue li::before {
  content: "\25CB";
   color: #1991CE;
}


/*Turquoise - #2dd7c5*/
.contact-panel .box.turquoise{
  background:#2dd7c5;
}
.contact-panel .g-button-contact.turquoise{
    color: #2dd7c5;
    border: 2px solid #2dd7c5;
}
.contact-panel .g-button-contact.turquoise:hover {
  background:#2dd7c5;
  border: 2px solid #2dd7c5;
  color:#fff;
}
.contact-panel .boxContent.turquoise li::before {
  content: "\25CB";
   color: #2dd7c5;
}

/*Purple - #ff6d22*/
.contact-panel .box.purple{
  background:#710063;
}
.contact-panel .g-button-contact.purple{
    color: #710063;
    border: 2px solid #710063;
}
.contact-panel .g-button-contact.purple:hover {
  background:#710063;
  border: 2px solid #710063;
  color:#fff;
}
.contact-panel .boxContent.purple li::before {
  content: "\25CB";
   color: #710063;
}

/*Orange - #ff6d22*/
.contact-panel .box.orange{
  background:#ff6d22;
}
.contact-panel .g-button-contact.orange{
    color: #ff6d22;
    border: 2px solid #ff6d22;
}
.contact-panel .g-button-contact.orange:hover {
  background:#ff6d22;
  border: 2px solid #ff6d22;
  color:#fff;
}
.contact-panel .boxContent.orange li::before {
  content: "\25CB";
   color: #ff6d22;
}