@font-face {
  font-family: "BogleWeb";
  src: url("https://i5.walmartimages.com/dfw/63fd9f59-a78c/fcfae9b6-2f69-4f89-beed-f0eeb4237946/v1/BogleWeb_subset-Regular.eot");
  src: url("https://i5.walmartimages.com/dfw/63fd9f59-a78c/fcfae9b6-2f69-4f89-beed-f0eeb4237946/v1/BogleWeb_subset-Regular.eot?#iefix") format("embedded-opentype"),
       url("https://i5.walmartimages.com/dfw/63fd9f59-a78c/fcfae9b6-2f69-4f89-beed-f0eeb4237946/v1/BogleWeb_subset-Regular.woff2") format("woff2"),
       url("https://i5.walmartimages.com/dfw/63fd9f59-a78c/fcfae9b6-2f69-4f89-beed-f0eeb4237946/v1/BogleWeb_subset-Regular.woff") format("woff"),
       url("https://i5.walmartimages.com/dfw/63fd9f59-a78c/fcfae9b6-2f69-4f89-beed-f0eeb4237946/v1/BogleWeb_subset-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
body {
  font-family: BogleWeb,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.layout_logo {
    max-width: 300px;
}
header {
    background: #0071dc;
}

/* for walmart Header text */


/* Fixing Logo */
img.layout_logo {
    margin:10px 0 auto;
}
/* Fixing translation bar*/
.layout_mainHeaderRight .dropdown_dropdownSelector .dropdown_dropdownTitle,.layout_mainHeaderRight .dropdown_dropdownSelector .dropdown_dropdownIcon{
  color:white;

}
.layout_logo.relative {
top: 30px;
}



/*Button color hover*/
.button_button:hover,.button_button:focus,.button_button:active{
  background-color: #9fc4f9;
  border-color: transparent;
  color: #fff;
}
/*spacing issue fixes*/
.layout_layoutContainer .layout_globalErrorBlock{
  padding-bottom: 50;
}
.questionBlock .question_questionTitle{
  padding:22px 0;
  line-height:32px;
}
.questionBlock .layout_answers{
  margin: 0 0 22px;
}
@media screen and (max-width: 600px) {
  body {
    font-size: 14px;
  }
  .layout_mainHeader {
    padding: 0px 0;
    min-height: 34px;
    display: table;
    width: 100%;
    position: relative;
}
  .button_button {
    font-size: 15px;
  }
  .indicatorCircle_circle_isSelected {
        width: 35%;
        height: 45%;
}
.layout_mainHeaderLeft, .layout_mainHeaderRight{
    display: table-row;
}
header .layout_layoutContainer{
  padding-bottom: 20px;
  min-height:70px;
}
#languageSelector{
  margin-top: 5px;
  }
/*.layout_mainHeaderLeft:after {
   display:none;
}*/
.layout_mainHeaderLeft{
    position: relative;
    top: 15px;
   
    width: calc(100% - 105px);
}

.layout_logo {
    max-width: 150px;
    margin:10px 0 auto !important;
}
}
.layout_mainHeader{
   padding: 0px;
}
.dropdown_dropdownContainer{
  background:none;
}
body, .layout_answer, .dropdown_dropdownContainer {
 background: none;
}
div#customfooter {
    margin-top: 3%;
    font-size: smaller;
}
.validation_validationBlock .medallicons_medallicons {
    -webkit-transform: none !important;
}