input.swiftype-search-textbox::placeholder { width: 100%; } 

@media screen and (max-width: 989px) {
 .header .logo {
  width:150px;
  margin: 0 auto !important;
 }
}

.footer p ~ ul li:nth-child(3) {
    display: none;
}
.main-menu .social-links a img {
  width: 16px;
}
.social-icons .share-count-total { display: none; }
.mobile-rr { 
height: 93px !important; 
background-image: url(//media.mercola.com/assets/images/rrpopup/mobilerr-healthtips-bg.jpg);
background-color: #f1eaea;
}
.mobile-rr .subscription .subscribe-input input[type="text"] {
margin-bottom: 1px;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
border-color: #c6c6c6;
}
.mobile-rr .subscription input[type="button"] {
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
padding-top: 9px;
padding-bottom: 10px;
}
.mobile-rr .subscription .subscribe-input { padding-right: 0px; }
.mobile-rr .title { font-size: 16px;line-height: 15px;
padding-top: 5px;
padding-bottom: 5px; }
@media screen and (min-width: 640px) { .mobile-rr .title { font-size: 17px; } }
.mobile-rr .privacy-policy { margin-left: -65px; }
.mobile-rr .privacy-policy p { text-align: center;
font-size: 10px;
color: grey; }

.related-recipes li a:first-child img {

    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;

} 


.related-recipes li a:first-child {

    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 80%;
    display: block;
    margin-bottom: 8px;

} 

.desktop-menu { margin-top: 109px; !important;} 

.sticky-header .max-width {
 padding: 16px !important;
}

header .max-width {
 padding-bottom: 0px !important;
} 

header.mm-slideout .max-width {
 padding: 8px !important;
}  
.social-icons-mobile #pinIttd a span {
    background: none !important;
    height: 38px !important;
    top: -44px !important;
}


.guides-image img {
    max-width: 90% !important;
}

.sticky-menu .guides-dropdown ul {
  -webkit-columns: 4!important;
  -moz-columns: 4!important;
  columns: 4!important;
} 

.post-nav-floating .article-thumb {
    display: table-cell!important;
}  

.social-icons .share-count-total::after {
    content: "Compartir" !important;    
}

.PreferredEs { background-image: url(https://media.mercola.com/assets/images/mercola/customer_preferente.png) !important; height: 16px !important; background-repeat: no-repeat !important;  }
.post-nav-floating .previous-article { text-align: center !important; }
.post-nav-floating .next-article { text-align: center !important; }


@media screen and (max-width: 989px)
  .header .logo { margin-bottom: 10px !important;}
  .header .search { top: 58px !important; }
}


@media screen and (min-width: 990px) { 
 .desktop-menu .guides-dropdown .guides-item .guides-image img { max-width: 90% !important; }
 .desktop-menu { margin-top: 119px; !important;} 
}



.social-icons .social-btn[data-social-btn="print"] > a { display: block !important; }

.header .contact-details { clear: both; display: block; }
@media screen and (max-width: 989px) { 
.header .contact-details { display: none; } 
}
.header .contact-details p {
 font-size: 14px !important; 
 margin-bottom: 0 !important; 
 padding-top: 4px !important;
} 
.has-sticky .contact-details,
.sticky-header .contact-details {
    display: none;
}

.header.sticky-header .login { width: 25.171%; margin-right: 0px; }
.header.sticky-header .search { width: 42%!important; }

.login iframe {
    max-width: 300px;
    width: 100%;
}


.header .search input[type="text"] { background-image: none !important; text-indent: 0px!important ; }
.social-icons-mobile ul { margin: 0px 0px 10px 0px !important; }



#error #error-search .search-btn { background: url(//media.mercola.com/assets/images/error/btn-buscar.gif); }
#error #error-search h1 { text-align: left; } 
/*POPULAR LIST*/
.tilesimage-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;

  text-align: center;
  margin-bottom: 5px;
}


.thumbimage-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
  margin-bottom: 20px;

}


.thumb-overlay-content {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0; 
}

.overlaymask-fade-in p {
  color: #f4f4f4;
  font-size: 28px;
  opacity: 0;
  transition: all 0.2s linear; 
  text-shadow: 0px 0px 8px #2A2A2A;
  bottom: -10px;
  position: absolute;
  margin-left: 10px;
}

.overlaymask-fade-in img {
  transition: all 0.2s linear; 
}

.overlaymask-fade-in .thumb-overlay-content {
  opacity: 1;
  transition: all 0.4s ease-in-out; 
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.3)) ); /* Safari 4-5, Chrome 1-9 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.3)); /* Safari 5.1, Chrome 10+ */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.3)); /* Firefox 3.6+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.3)); /* IE 10 */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.3)); /* Opera 11.10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.3));
}

.overlaymask-fade-in:hover img {
  transform: scale(1.2); 
}

.overlaymask-fade-in:hover .thumb-overlay-content {
  opacity: 1; 
}

.overlaymask-fade-in p {
  opacity: 1; 
}

.overlaymask-fade-in:hover p {
  transition-delay: 0.1s; 
}

.recipes-links {
  line-height: 1.5;
  font-size: 14px;
  padding-top: 0.25rem;
  padding-bottom: 0.5rem;
  text-align: center;
  margin-bottom: 16px;
}

.recipes-links a:visited {
  color: #008CBA;
}

.recipes-links:hover a {
  text-decoration: underline;
}

#mid-optin {
    z-index: 4;
    position: relative
}

#mid-optin iframe {
    background: #efefef;
    padding: 0rem 1rem;
    position: relative;
    width: 100%;
    margin: 0px auto;
    height: 400px;
    background: transparent;
    border: none
}

#mid-optin #bgoverlay {
    top: 0px;
    right: 0px;
    z-index: -1;
    height: 100%;
    width: 100%;
    position: fixed;
    opacity: .5;
    background: #000;
    display: none
}

.hide-overlay {
    display: none !important
} 

.searchloadingicon { max-width: initial;  width: 13px; height: 13px; }

sup {color: #1777AF; font-size: 10px;}
span[data-hash]:hover {
    cursor: pointer;
    color: #1777AF;
}

.post-nav-floating .next-article,
.post-nav-floating .previous-article {
top: 50%;
transform: translateY(-50%);
}

.post-nav-floating {
top: 50%;
transform: translateY(-50%);
}

/*Bottom Subscription Post */
@media screen and (min-width: 990px) 
{

.bottom-subscription-post {
  display: none;
  background-image: url(//media.mercola.com/themes/mercola/images/sticky-footer-bg.jpg);
  background-color: #080808;
  background-position: center;
  background-repeat: no-repeat;
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 2;
}
.bottom-subscription-post .max-width { max-width: 1100px; }
.bottom-subscription-post span { display: block; color: white; line-height: 140% }
.bottom-subscription-post span:first-child { font-size: 17px; }
.bottom-subscription-post span:first-child .dash { display: inline-block; padding: 0px 10px; font-size: 16px!important; font-weight: 400!important; color: #ffffff80; }
.bottom-subscription-post span:first-child p { margin-bottom: 0px; }
.bottom-subscription-post span:nth-child(2) { font-size: 17px; font-weight: 400; line-height: 170%; } 
.bottom-subscription-post span:nth-child(3) { font-size: 24px; color: #b8e556; font-weight: 800; line-height: 130% } 
.bottom-subscription-post span:nth-child(4) { font-size: 20px; }
.bottom-subscription-post .subscription-form { width: 100%; }
.bottom-subscription-post .subscription-form .subscription-label { width: 74%; margin-right: 1%; float: left; text-align: center; }
.bottom-subscription-post .subscription-form .subscription-label label { margin-bottom: 0px; }
.bottom-subscription-post .subscription-form .subscription-input { float: left; width: 24%; margin-right: 0px; }
.bottom-subscription-post .subscription-form .subscription-button { float: left; width: 24%; margin-right: 0px;  }
.bottom-subscription-post .subscription-button { clear: right; }
.bottom-subscription-post .subscription-form .subscription-input input { color: gray; font-size: 18px; border-radius: 0px; padding: 12px 10px; text-align: center!important; margin-bottom: 0px; }
.bottom-subscription-post .subscription-form .subscription-button input { width: 100%; margin-top: 10px; font-size: 20px; padding: 12px 10px; background: #0479e3; border-radius: 5px; border: 0px; }
.bottom-subscription-post .subscription-form .subscription-button input:hover { background: #0069c8; }
.bottom-subscription-post .privacy { text-align: center; margin-bottom: 0px; float: left; width: 24%; }
.bottom-subscription-post .privacy a { color: white; font-size: 12px; text-decoration: underline; }
.bottom-subscription-post .social-media { display: none; } 
.bottom-subscription-post .subscription-close .fa { color: White; margin-top: 46px; font-size: 24px; position: absolute; right: 30px; }
.bottom-subscription-post .subscription-close .fa:hover { cursor: pointer; }
.bottom-subscription-post .subscription-close .fa:before { content: "\f00d"; }
}



@media screen and (max-width: 989px) {
.bottom-subscription-post { display: none!important; }
}

.bottom-subscription-post .gdpr-text { clear: both;
font-size: 11px;
color: white;
opacity: 0.5;
margin: 0 auto;
text-align: center;
padding-top: 2px;
padding-right: 60px;
width: 93%; }

@media screen and (min-width: 990px) {
.bottom-subscription.has-sticky-optin .subscription-form { display: none }
.bottom-subscription.has-sticky-optin .social-media { width: 100%; text-align: center; }
.bottom-subscription.has-sticky-optin .social-media .title { display: inline-block; font-size: 22px; }
.bottom-subscription.has-sticky-optin .social-media .title::after { content: ":"; }
.bottom-subscription.has-sticky-optin { padding: 0px; }
.bottom-subscription.has-sticky-optin .top-subscription { display: none }
}

@media print {
.modal-wrapper, .bottom-subscription-post, #mid-optin, .special-content, .content-tag-container, .productad { display: none!important }
}

/*#Fact Check#*/
.post-review{
	margin-top: -15px;
        text-align: center;
}

.post-review .fact-check a {
    color: #0869BD;
    border: 1px solid #0869BD;
    padding: 0px 10px;
    border-radius: 20px;
    font-size: 13px;
    margin-left: 10px;
    transition: all 0.5s;
    display: inline-block;
}

.post-review .fact-check a:hover {
   	color: white;
	background: #0869BD;
	cursor: pointer;
}

.post-review .fact-check a::before {
    font-family: FontAwesome;
    content: "";
    margin-right: 6px;
}

 .content-foodfacts .circle li {
    list-style: circle !important;
}


/end*/

/*#SOCIAL COUNT MOBILE#*/
.social-icons-mobile {
 padding:9px;
 position:fixed;
 width:100%;
 bottom:0;
 left:0;
 background:white;
 border-top:1px solid #ddd;
 z-index:2;
 height:75px
}
.social-icons-mobile table,
.social-icons-mobile td {
 margin:0px;
 padding:0px
}
.social-icons-mobile .ipinit {
 margin-top:32px !important
}
.social-icons-mobile .google-plus>div {
 width:60px !important
}
.social-icons-mobile .google-plus>div iframe {
 width:58px !important
}
.social-icons-mobile .google-plus>div iframe table {
 margin:0 auto
}
.social-icons-mobile .google-plus>div:before {
 height:5px;
 width:5px;
 border-left:5px solid transparent;
 border-right:5px solid transparent;
 border-top:5px solid #ddd;
 margin:0 auto 2px;
 display:block;
 content:""
}
.social-icons-mobile .google-plus.spanish>div {
 width:70px !important
}
.social-icons-mobile .google-plus.spanish>div iframe {
 width:75px !important;
 margin-left:-3px !important
}
.social-icons-mobile .google-plus.spanish>div iframe table {
 margin:0 auto
}
.social-icons-mobile .widget-text {
 display:none
}
.social-icons-mobile table {
 width:40px
}
@media screen and (min-width: 1200px) {
 .social-icons-mobile {
  position:absolute;
  left:-9999px;
  width:1px
 }
}
.social-mobile {
 float:left;
 width:70%
}
@media screen and (min-width: 640px) {
 .social-mobile {
  width:57%
 }
}
@media screen and (min-width: 768px) {
 .social-mobile {
  width:70%
 }
}
.social-mobile.notdevice [data-social-btn="sms"] {
 display:none
}
.social-mobile.notdevice .social-btn {
 width:34%
}
.social-mobile li {
 list-style:none outside none;
 display:inline-block;
 text-align:center;
 vertical-align:middle;
 line-height:20px;
 margin-right:1%
}
.social-mobile a:hover {
 cursor:pointer
}
.social-mobile .share-count-total {
 color:#0869BD;
 font-size:26px;
 font-weight:600;
 text-align:left;
 width:25%;
 padding-top:10px;
 display:none
}
@media screen and (min-width: 480px) {
 .social-mobile .share-count-total {
  font-size:30px
 }
}
.social-mobile .share-count-total span[data-share-counter] {
 display:block;
 margin:0 auto;
 text-align:center
}
.social-mobile .share-count-total::after {
 content:"Compartir";
 font-size:13px!important;
 color:#868686;
 display:block;
 text-align:center;
 margin-top:3px
}
.social-mobile .social-btn {
 width:21%
}
.social-mobile .social-btn>a,
.social-mobile .social-btn>i {
 display:block;
 padding:15px 0px;
 border-radius:5px
}
.social-mobile .social-btn>a:before,
.social-mobile .social-btn>i:before {
 font-family:FontAwesome;
 font-size:26px
}
.social-mobile .social-btn>a:hover,
.social-mobile .social-btn>i:hover {
 transition:all .5s
}
.social-mobile .social-btn[data-social-btn="facebook"]>a,
.social-mobile .social-btn[data-social-btn="infogfacebook"]>a {
 color:white;
 background:#3b5998
}
.social-mobile .social-btn[data-social-btn="facebook"]>a:hover,
.social-mobile .social-btn[data-social-btn="infogfacebook"]>a:hover {
 background:#2d4373
}
.social-mobile .social-btn[data-social-btn="facebook"]>a:before,
.social-mobile .social-btn[data-social-btn="infogfacebook"]>a:before {
 content:""
}
.social-mobile .social-btn[data-social-btn="print"]>a {
 color:white;
 background:#535353
}
.social-mobile .social-btn[data-social-btn="print"]>a:hover {
 background:#535353
}
.social-mobile .social-btn[data-social-btn="print"]>a:before {
 content:""
}
.social-mobile .social-btn[data-social-btn="mailto"]>a {
 color:white;
 background:#535353
}
.social-mobile .social-btn[data-social-btn="mailto"]>a:hover {
 background:#535353
}
.social-mobile .social-btn[data-social-btn="mailto"]>a:before {
 content:""
}
.social-mobile .social-btn[data-social-btn="sms"]>a {
 background:#50af2f;
 padding:11px 0px 10px 0px
}
.social-mobile .social-btn[data-social-btn="sms"]>a:before {
 content:"";
 background-image:url(https://media.mercola.com/themes/mercola/images/sms-icon.png);
 background-repeat:no-repeat;
 background-size:30px;
 background-position:center 0px;
 display:block;
 height:31px
}
.social-icons li {
 list-style:none outside none;
 display:inline-block;
 text-align:center;
 vertical-align:middle;
 line-height:20px
}
.social-icons a:hover {
 cursor:pointer
}
.social-icons .share-count-total {
 color:#0869BD;
 font-size:30px;
 font-weight:600;
 text-align:left;
 display:none
}
.social-icons .share-count-total::after {
 content:"Compartir";
 display:inline-block;
 color:#868686;
 position:relative;
 top:-5px;
 margin-left:4px
}
.social-icons .social-btn>a,
.social-icons .social-btn>i {
 padding:0 5px
}
.social-icons .social-btn>a:before,
.social-icons .social-btn>i:before {
 font-family:FontAwesome;
 font-size:24px
}
.social-icons .social-btn>a:hover,
.social-icons .social-btn>i:hover {
 transition:all .5s
}
.social-icons .social-btn[data-social-btn="facebook"]>a,
.social-icons .social-btn[data-social-btn="infogfacebook"]>a {
 color:#3b5998
}
.social-icons .social-btn[data-social-btn="facebook"]>a:hover,
.social-icons .social-btn[data-social-btn="infogfacebook"]>a:hover {
 color:#2d4373
}
.social-icons .social-btn[data-social-btn="facebook"]>a:before,
.social-icons .social-btn[data-social-btn="infogfacebook"]>a:before {
 content:""
}
.social-icons .social-btn[data-social-btn="twitter"]>a,
.social-icons .social-btn[data-social-btn="infogtwitter"]>a {
 color:#55acee
}
.social-icons .social-btn[data-social-btn="twitter"]>a:hover,
.social-icons .social-btn[data-social-btn="infogtwitter"]>a:hover {
 color:#2795e9
}
.social-icons .social-btn[data-social-btn="twitter"]>a:before,
.social-icons .social-btn[data-social-btn="infogtwitter"]>a:before {
 content:""
}
.social-icons .social-btn[data-social-btn="google-plus"]>a {
 color:#dd4b39
}
.social-icons .social-btn[data-social-btn="google-plus"]>a:hover {
 color:#c23321
}
.social-icons .social-btn[data-social-btn="google-plus"]>a:before {
 content:""
}
.social-icons .social-btn[data-social-btn="linked-in"]>a {
 color:#0077B5
}
.social-icons .social-btn[data-social-btn="linked-in"]>a:hover {
 color:#005582
}
.social-icons .social-btn[data-social-btn="linked-in"]>a:before {
 content:""
}
.social-icons .social-btn[data-social-btn="reddit"]>a {
 color:#7cb5e6
}
.social-icons .social-btn[data-social-btn="reddit"]>a:hover {
 color:#519dde
}
.social-icons .social-btn[data-social-btn="reddit"]>a:before {
 content:""
}
.social-icons .social-btn[data-social-btn="pinterest"]>span {
 background-size:26px !important;
 background-position:center center
}
.social-icons .social-btn[data-social-btn="print"]>a {
 color:#868686
}
.social-icons .social-btn[data-social-btn="print"]>a:hover {
 color:#535353
}
.social-icons .social-btn[data-social-btn="print"]>a:before {
 content:""
}
.social-icons .social-btn[data-social-btn="mailto"]>a {
 color:#868686
}
.social-icons .social-btn[data-social-btn="mailto"]>a:hover {
 color:#535353
}
.social-icons .social-btn[data-social-btn="mailto"]>a:before {
 content:""
}
.social-icons .social-btn[data-social-btn="chat"]>i {
 font-style:normal;
 color:#868686;
 display:none
}
.social-icons .social-btn[data-social-btn="chat"]>i:hover {
 color:#535353
}
.social-icons .social-btn[data-social-btn="chat"]>i:before {
 content:""
}
.social-icons .social-btn[data-social-btn="vkontakte"]>a {
 font-style:normal;
 color:#4c75a3
}
.social-icons .social-btn[data-social-btn="vkontakte"]>a:hover {
 color:#3c5c80
}
.social-icons .social-btn[data-social-btn="vkontakte"]>a:before {
 content:""
}
.social-icons .social-btn[data-social-btn="link"]>a {
 font-style:normal;
 background:#868686;
 color:white;
 height:24px;
 width:24px;
 display:inline-block;
 border-radius:50%;
 padding-top:2px;
 padding-left:4px
}
.social-icons .social-btn[data-social-btn="link"]>a:hover {
 color:white
}
.social-icons .social-btn[data-social-btn="link"]>a:before {
 content:"";
 font-size:17px !important
}
.social-icons .social-btn[data-social-btn="link"] .copy-message {
 display:none;
 position:relative
}
.social-icons .social-btn[data-social-btn="link"] .copy-message span {
 position:absolute;
 background:#e7e7e7;
 width:100px;
 font-size:11px;
 top:8px;
 left:-37px;
 color:#6d6d6d;
 border-radius:4px;
 line-height:15px;
 padding:2px 0px
}
.social-icons .social-btn[data-social-btn="link"] .copy-message span:after {
 bottom:100%;
 left:50%;
 border:solid transparent;
 content:" ";
 height:0;
 width:0;
 position:absolute;
 pointer-events:none;
 border-bottom-color:#e7e7e7;
 border-width:5px;
 margin-left:-5px
}
.social-icons .bubble,
.social-icons .twitter:before,
.social-icons .google-plus:before,
.social-icons .google-plus.spanish:before,
.social-icons .print .bubble:before {
 border:1px solid #ddd;
 border-radius:3px;
 padding:6px 22px;
 min-height:34px
}
.social-icons .arrow,
.social-icons .text:before {
 height:5px;
 width:5px;
 border-left:5px solid transparent;
 border-right:5px solid transparent;
 border-top:5px solid #ddd;
 margin:0 auto 2px
}
.social-icons .text {
 font-size:11px;
 background:#ddd;
 color:#868686;
 border-radius:3px;
 padding:0px 3px
}
.social-icons .twitter:before {
 content:"";
 font-family:fontAwesome;
 display:block;
 font-size:24px;
 color:#55acee
}
.social-icons .google-plus:before {
 content:"";
 font-family:fontAwesome;
 display:block;
 font-size:24px;
 color:#dd4b39;
 width:60px;
 margin:0 auto;
 padding:8px 0 8px 6px
}
.social-icons .google-plus.spanish:before {
 content:"";
 font-family:fontAwesome;
 display:block;
 font-size:24px;
 color:#dd4b39;
 width:75px;
 margin:0 auto
}
.social-icons .print .twitter:before,
.social-icons .print .google-plus:before,
.social-icons .print .bubble:before {
 content:"";
 font-family:fontAwesome;
 display:block;
 font-size:24px
}
@media screen and (max-width: 1199px) {
 .social-icons .print {
  display:none
 }
}
.social-icons .copy-link .clicked {
 background:#898989;
 color:white
}
.social-icons .google-plus,
.social-icons .Linkedln_toolbox,
.social-icons .pinit,
.social-icons .reddit,
.social-icons .twitter {
 display:none
}
.social-icons .pinit table,
.social-icons .pinit td {
 padding:0px;
 margin:0px
}
.social-icons #pinIttd span>span {
 background-size:100% !important;
 background:url(//media.mercola.com/themes/mercola/images/bg-pinterest.jpg) no-repeat !important;
 bottom:20px !important;
 height:42px !important;
 padding-top:6px;
 top:-42px
}
.social-icons #pinIttd>span {
 margin-top:42px !important
}
@media screen and (min-width: 640px) {
 .social-icons .google-plus,
 .social-icons .Linkedln_toolbox,
 .social-icons .reddit {
  display:inline-block
 }
}
@media screen and (min-width: 580px) {
 .social-icons .pinit {
  display:inline-block
 }
}
@media screen and (min-width: 520px) {
 .social-icons .twitter {
  display:inline-block
 }
}

.articles-dropdown, .videos-dropdown, .guides-dropdown {margin-top: 15px;}
.social-links {margin-top: 10px;}
.ad-label {display: inline-block!important; color: inherit; margin-bottom: 0; font-size: 11px;}
.header .gsc-input-box table {height: 100%;margin: 0 !important;}

@media screen and (min-width: 990px) {
.ad-label {font-size: 11px!important; margin-bottom: 0px; display: block !important; text-align: center;}
.desktop-menu .main-menu li {height: 4.20em !important; text-align: center!important; display: table!important;}
.desktop-menu .main-menu li > a {vertical-align: middle!important; display: table-cell!important;}
} 

@media screen and (min-width: 1200px) {
 a[data-pin-log="button_pinit"] {
  display:block;
  background:transparent url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMzBweCIgd2lkdGg9IjMwcHgiIHZpZXdCb3g9Ii0xIC0xIDMxIDMxIj48Zz48cGF0aCBkPSJNMjkuNDQ5LDE0LjY2MiBDMjkuNDQ5LDIyLjcyMiAyMi44NjgsMjkuMjU2IDE0Ljc1LDI5LjI1NiBDNi42MzIsMjkuMjU2IDAuMDUxLDIyLjcyMiAwLjA1MSwxNC42NjIgQzAuMDUxLDYuNjAxIDYuNjMyLDAuMDY3IDE0Ljc1LDAuMDY3IEMyMi44NjgsMC4wNjcgMjkuNDQ5LDYuNjAxIDI5LjQ0OSwxNC42NjIiIGZpbGw9IiNmZmYiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIxIj48L3BhdGg+PHBhdGggZD0iTTE0LjczMywxLjY4NiBDNy41MTYsMS42ODYgMS42NjUsNy40OTUgMS42NjUsMTQuNjYyIEMxLjY2NSwyMC4xNTkgNS4xMDksMjQuODU0IDkuOTcsMjYuNzQ0IEM5Ljg1NiwyNS43MTggOS43NTMsMjQuMTQzIDEwLjAxNiwyMy4wMjIgQzEwLjI1MywyMi4wMSAxMS41NDgsMTYuNTcyIDExLjU0OCwxNi41NzIgQzExLjU0OCwxNi41NzIgMTEuMTU3LDE1Ljc5NSAxMS4xNTcsMTQuNjQ2IEMxMS4xNTcsMTIuODQyIDEyLjIxMSwxMS40OTUgMTMuNTIyLDExLjQ5NSBDMTQuNjM3LDExLjQ5NSAxNS4xNzUsMTIuMzI2IDE1LjE3NSwxMy4zMjMgQzE1LjE3NSwxNC40MzYgMTQuNDYyLDE2LjEgMTQuMDkzLDE3LjY0MyBDMTMuNzg1LDE4LjkzNSAxNC43NDUsMTkuOTg4IDE2LjAyOCwxOS45ODggQzE4LjM1MSwxOS45ODggMjAuMTM2LDE3LjU1NiAyMC4xMzYsMTQuMDQ2IEMyMC4xMzYsMTAuOTM5IDE3Ljg4OCw4Ljc2NyAxNC42NzgsOC43NjcgQzEwLjk1OSw4Ljc2NyA4Ljc3NywxMS41MzYgOC43NzcsMTQuMzk4IEM4Ljc3NywxNS41MTMgOS4yMSwxNi43MDkgOS43NDksMTcuMzU5IEM5Ljg1NiwxNy40ODggOS44NzIsMTcuNiA5Ljg0LDE3LjczMSBDOS43NDEsMTguMTQxIDkuNTIsMTkuMDIzIDkuNDc3LDE5LjIwMyBDOS40MiwxOS40NCA5LjI4OCwxOS40OTEgOS4wNCwxOS4zNzYgQzcuNDA4LDE4LjYyMiA2LjM4NywxNi4yNTIgNi4zODcsMTQuMzQ5IEM2LjM4NywxMC4yNTYgOS4zODMsNi40OTcgMTUuMDIyLDYuNDk3IEMxOS41NTUsNi40OTcgMjMuMDc4LDkuNzA1IDIzLjA3OCwxMy45OTEgQzIzLjA3OCwxOC40NjMgMjAuMjM5LDIyLjA2MiAxNi4yOTcsMjIuMDYyIEMxNC45NzMsMjIuMDYyIDEzLjcyOCwyMS4zNzkgMTMuMzAyLDIwLjU3MiBDMTMuMzAyLDIwLjU3MiAxMi42NDcsMjMuMDUgMTIuNDg4LDIzLjY1NyBDMTIuMTkzLDI0Ljc4NCAxMS4zOTYsMjYuMTk2IDEwLjg2MywyNy4wNTggQzEyLjA4NiwyNy40MzQgMTMuMzg2LDI3LjYzNyAxNC43MzMsMjcuNjM3IEMyMS45NSwyNy42MzcgMjcuODAxLDIxLjgyOCAyNy44MDEsMTQuNjYyIEMyNy44MDEsNy40OTUgMjEuOTUsMS42ODYgMTQuNzMzLDEuNjg2IiBmaWxsPSIjYmQwODFjIj48L3BhdGg+PC9nPjwvc3ZnPg==) 0 0 no-repeat !important;
  text-indent:-999px !important;
  height:32px;
  width:32px;
  display:block !important;
  padding:14px !important;
  box-shadow:none
 }
}
/*end*/


.header .search #qmaster{background:none!important}
.header table.gsc-search-box td,.header table.gsc-search-box th{padding:0;vertical-align:middle}
.header .search .gsc-control-searchbox-only-es{border-radius:5px!important;border-right:0!important;box-shadow:inset 0 1px 3px #fff;height:40px;width:100%;margin:0;background:#fff;border:1px solid #ddd;font-size:13px!important;-webkit-appearance:none;-moz-appearance:none;appearance:none}
.header .search .gsc-control-searchbox-only-es .gsc-search-box{font-size:13px;width:100%;margin:0 0 0 12px;padding-left:12px;border-style:none;border-width:0;border-spacing:0 0;width:98%;margin:0;height:30px}
.header .search .gsc-control-searchbox-only-es .gsc-search-box .gsc-input .gsc-input-box{border:0;background:none}
.header .search .gsc-control-searchbox-only-es .gsc-search-box table input:focus{box-shadow:none;outline:none}
.header .search .gsc-control-searchbox-only-es .gsc-search-box table input{background:none;box-shadow:none;margin:auto;padding:0;font-size:13px}
.header .search .gsc-search-button button{background-color:#fff!important;border-left:none!important;border:1px solid #ddd;border-left-color:#ddd;border-left-style:solid;border-left-width:1px;margin:0!important;padding:8px!important;border-radius:0 5px 5px 0;height:40px;vertical-align:middle;display:inline-block;transform:translate(0px,-1px)}
.header .search .gsc-search-button button svg{fill:#FFF;fill:#555;width:15px;height:15px;vertical-align:super}
.header .search .gsc-control-searchbox-only-es .gsc-search-box .gsc-input .gsc-input-box .gsib_b{width:25px;position:relative}
.header .search .gsc-control-searchbox-only-es .gsc-search-box .gsc-input .gsc-input-box .gsib_b .gsst_b{position:absolute;top:-6px}
.header .search .gsc-control-searchbox-only-es .gsc-search-box .gsc-input .gsc-input-box .gsib_b .gsst_b .gscb_a{color:#d7d7d7;cursor:pointer;line-height:normal;font-size:24px}
.header.sticky-header .search .gsc-search-box td{vertical-align:middle!important}
@media screen and (min-width: 1200px) {
.header .search .gssb_c{transform:translateX(-10px);width:360px!important}
}
@media screen and (max-width: 1199px) {
.header .search .gssb_c{left:0!important;right:0!important;top:38px!important;width:370px!important}
}
@media screen and (max-width: 479px) {
.header .search .gssb_c{width:100%!important}
}
.header .search .gssb_c .gsc-completion-container tr:nth-child(n+6){display:none}
.header .search .gssb_c .gsc-completion-container tr:first-child{display:table-row}
.header .search .gssb_c tr:first-child{display:table-row}
.header .search .gssb_c .gssb_a{padding:.25rem .75rem}
.header .search .gssb_c .gssb_a span{font-size:15px}
.header .search .gssb_c .gssb_a b{font-weight:400!important}
@media screen and (max-width: 1199px) {
.header .search{position:absolute;right:0;top:54px!important;background:#fff;width:100%!important;box-shadow:0 5px 5px rgba(0,0,0,0.1);display:none}
.header .search .gsc-control-searchbox-only-es .gsc-search-box{width:auto!important}
}

.header .login {
  float: right;
  width: 25% !important;
  margin-top: 20px;
}

.header.mm-slideout.sticky-header .login {
  margin-top: 10px;
}

.footer ~ .footer-seal {display: none;}



/* SPANISH GOOGLE SEARCH - FIX */
.header .gsc-input-box table{position:relative}
.header .search .gsc-control-searchbox-only-es{border:1px solid #ddd!important}
.header .search .gsc-control-searchbox-only-es .gsc-search-box{padding-left:0;height:40px;width:100%}
.header .search .gsib_a{background-position:right 5px center!important;background-repeat:no-repeat!important}
.header .search input.gsc-input{padding-right:40px!important;padding-left:12px!important}
.header .search .search-form .gsc-control-searchbox-only-es .gsc-search-box .gsc-input .gsc-input-box .gsib_b{width:0!important;position:relative;height:40px}
.header .search .gsc-search-box{display:flex!important;align-items:center}
.header .search .search-form .gsc-control-searchbox-only-es .gsc-search-box{padding-top:.25rem;padding-left:0}
.header .search .search-form .gsc-control-searchbox-only-es .gsc-search-box .gsc-input .gsc-input-box .gsib_b .gsst_b{position:relative;top:0;right:5px;padding:0!important}
.header .search .gsc-control-searchbox-only-es .gsc-search-box .gsc-input .gsc-input-box .gsib_b .gsst_b{top:0!important;background:#fff;right:2px}
.header .search .gsc-control-searchbox-only-es .gsc-search-box .gsc-input .gsc-input-box .gsib_b{width:25px;position:absolute;right:0;height:25px}
@media screen and (min-width: 1200px) {
.header .search .gssb_c{transform:unset!important;width:100%!important;max-width:410px!important}
.header.mm-slideout.sticky-header .search .gssb_c{max-width:390px!important}
}
