/* IMP! STYLE.CSS VIA GLOBAL JS! */
/* independent standalone for /s/ */
/* */
body, html, #otherwrap, #searchpage {
  height: 100%;
}

body {
  font-family: Arial, Times, sans-serif;
  font-size: 12px;
}

.ldng {
  background-image: url(/common/images/ldng.gif);
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: middle;
}

/*============ HEADER ===============*/

#header {
  height: 100px;
  display: flex;
  width: 80%;
  min-width: 320px;
  max-width: 580px;
  margin: 10px auto 20px auto;
}

/*@media (max-width: 760px) {
  #header {}
}*/

#header a {
  display: block; /* width: 200px;*/
  height: 100%;
  text-align: center;
}

#header a img {
  height: 100%;
}

h1, #header .blurb {
  font-size: 11.5px;
  line-height: 1em;
  color: #777;
  margin-left: 10px;
  text-align: right;
  display: inline;
  font-weight: normal;
}

#header .socials {
  display: flex;
  justify-content: end;
  font-size: 20px;
  margin: 0 0 5px 0;
  padding: 0 0 5px 0;
  border-bottom: dotted 1px #aaa;
}

#header .socials a {
  color: #888;
}

#header .socials div {
  margin: 0 5px;
}

/*============ HEADER ===============*/

#footer {
  text-align: center;
  margin: 50px auto;
  font-size: 13px;
}

/* */

/*==*/

.catheader {
  margin: 12px 0 2px 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1em;
  text-align: center;
  font-weight: bold;
}

.desc {
  font-size: 11px;
  color: #659048;
  line-height: 1em;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  text-align: center;
  height: 24px;
  overflow: hidden;
}

/*============ MENU ===============*/

#nav_menu {
  text-decoration: none;
  color: black;
  padding: 8px;
  /*background: #f5f5f5;*/
  font-size: 14px;
  padding: 0;
  margin: 0;
  font-weight: bold;
}

#nav_menu a {
  text-decoration: none;
  color: black;
  padding: 2px 8px;
  background: #ddd;
  border: solid 2px white;
}

.mnu, .submnu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}

.submnu {
  margin-top: 6px;
  font-size: 85%;
}

.submnu a {}

.mnu {}

.mnu[href="/s/"] {}

.mnu a {}

.mnu .sa0, .mnu .sb1, .mnu .sc2, .mnu .sd3, .sub_0 .a0, .sub_1 .b1, .sub_2 .c2, .sub_3 .d3, .sub_4 .e4, .sub_5 .f5, .sub_6 .g6, .dummy {
  background-color: #659048 !important;
  color: yellow !important;
}

/*.mnu, .submnu {
  text-align: center;
  margin: 10px 0;
  width: auto;
  height: 100%;
}

.mnu a {
  font: bold 20px Arial;
  color: black;
  margin: 0 5px;
  padding: 0 5px;
  text-decoration: underline;
  display: inline-block;
}

.mnu a:hover {
  color: green;
}

.submnu a {
  font: bold 17px Arial;
  color: black;
  margin: 0 5px;
  padding: 0 5px;
  text-decoration: underline;
  display: inline-block;
}*/

/*============ /MENU ===============*/

p {
  width: auto;
  margin: 10px auto;
  padding: 0;
  font: 13px Arial;
  text-align: center;
  display: block;
}

.se_searchbox {
  min-height: 36px;
  width: auto;
  border: none;
  border-radius: 10px;
  box-shadow: 0 0 10px #aaa;
  margin: 20px auto;
  padding: 5px;
  max-width: 480px;
  /**/
  background: #fdf6e5;
  border: 2px solid #ACD194 !important;
}

#se_searchresults_table {
  width: auto;
  max-width: 700px;
  margin: 0 auto;
}

#srchengne .gsib_b, #srchengne .gcsc-find-more-on-google {
  display: none;
}

#srchengne .gsc-result, #srchengne .gsc-adBlockVertical, #srchengne _.gsc-adBlock {
  background-color: #fdf6e5;
  border: 2px solid #ACD194 !important;
  border-radius: 5px;
  box-shadow: 0 0 5px #aaa;
  padding: 10px !important;
  margin: 0 0 10px 0;
}

#srchengne .gsc-adBlock {
  height: 500px !important;
  overflow: auto !important;
  border-top: solid 1px #aaa !important;
  border-bottom: solid 1px #aaav;
  margin-top: 10px 0 !important;
  margin-bottom: 10px 0 !important;
}

@media (max-width: 760px) {
  #srchengne .gsc-adBlock {
    height: 350px !important;
  }
}

.gsc-adBlock iframe {
  /* */
  transform: scale(0.95);
}

#srchengne .gsc-adBlock::before {
  content: " -- Sponsored -- ";
  font-weight: bold;
  display: block;
  margin: 10px auto;
  text-align: center;
}

#srchengne .gsc-expansionArea {
  margin-top: 15px;
}

#srchengne input.gsc-input, #srchengne .gsc-search-button {
  /*padding: 5px !important;*/
  font: bold 14px Arial !important;
}

.se_addthis {
  margin: 0 auto;
  text-align: center;
  width: 250px;
}

.se_addthis h3 {
  margin: 10px 0;
}

.se_addthis .addthis_toolbox a {
  float: left;
}

.queryhead {
  font: bold 25px/1em "Times New Roman", Times, serif;
  text-align: center;
}

.gsc-cursor-box {
  font-size: 18px;
}