* { box-sizing: border-box; }

body {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: none;
  background-color: #eee;
}

a:link,
a:active,
a:visited { color: white; }

h1, h2, h3, h4, h5, h6 {
	text-decoration: none;
	font-weight: 600;
	color: #960; }

h3.anchor { /* Padding to move anchor below the 'its gold header'. */
  padding-top: 60px;
  margin-top: -60px;
  -webkit-background-clip: content-box;
  background-clip: content-box;
}

#header-search {
	position: fixed;
  z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	height: 2.5em;
  min-height: 2.5em;
  max-height: 4em;
  padding: 0;
  margin: 0;
	background-color: #c0a95b;
	box-shadow: 0 .1em .3em .2em #444;
}

#header-search #ask-us-form {
	float: right;
	margin: 0 1em 0 1em;
  padding: 0;
	width: 30%;
  min-width: 12em;
  max-width: 18em;
}

  #header-search #ask-us-form input {
    font-size: .8em;
    color: black;
    width: 68%;
    padding: .2em 1em .2em .75em;
    margin: .5em .2em 0 0;
    box-shadow: inset .1em .1em .1em .1em #333;
    background-color: #fff;
    text-display: none;
  }

  #header-search #ask-us-form input::-moz-placeholder { 
    font-style: italic; }

  #header-search #ask-us-form input:-ms-input-placeholder { 
    font-style: italic; }

  #header-search #ask-us-form input::-webkit-input-placeholder { 
    font-style: italic; }

  #header-search #ask-us-form button {
    /*
    position: fixed;
    top: .6em;
    border: 0;
    cursor: pointer;
    height: 2.3em;
    width: 6em;
    background: #c0a95b url("images/search.jpg") no-repeat;
    background-size: cover;
    display: block;
    position: absolute;
    right: .5em;
    top: .35em;
    */
    color: white;
    font-size: .85em;
    background-color: #804e0f;
    cursor: pointer;
    margin: 0;
    padding: .25em .75em;
    text-align: center;
    border: none;
  }

  #header-search ul.contact {
    float: right;
    list-style-type: none;
    margin: .6em 0 0 0;
    padding: 0;
  }

    #header-search ul.contact li { 
      display: inline;
      margin: 0;
      padding: 0 .5em 0 .25em;
      border-right: .1em solid white;
    }

    #header-search ul.contact li:last-of-type { 
      border-right: none; }

    #header-search ul.contact li,
    #header-search ul.contact li a { 
      color: white; 
      font-size: 95%;
      text-shadow: .15em .15em #666;
    }

  /* Hide Mobile Navigation */
  #top-nav-mobile-icon { display: none; }

  #top-nav-wrapper {
    width: 100%;
    margin: 0;
    padding: 1.8em 0 0 0;
    background: url("images/topgradient.jpg") repeat-x;
    background-size: cover;
    position: absolute;
    top: 2.5em;
    z-index: 500;
  }

    #top-nav {
      max-width: 60em;
      width: 100%;
      margin: 0 auto;
      padding: 0 0 .85em 6em;
      list-style-type: none;
      background: url(images/seal_top_desktop.png) no-repeat;
      background-size: 5.3em;
      background-position: left bottom;
    }


    #top-nav li { 
      margin: 0;
      padding: 0;
      display: inline;
    }

    #top-nav li a { 
      margin: 0;
      padding: 0 .5em 0 0;
      color: white; 
      font-size: 90%;
      font-weight: bold;
      text-shadow: .15em .15em #666;
      text-decoration: none;
      border-right: .1em solid white;
    }

    #top-nav li:last-of-type a { border-right: none; }

  /* Hide Mobile Navigation */
  #top-nav-wrapper #top-nav li.mobile { display: none; }

  #siteid-wrapper {
    width: 100%;
    position: absolute;
    top: 6.25em;
    z-index: 500;
    background-color: white;
    box-shadow: .1em .1em .3em .2em #777;
  }

  #siteid {
    max-width: 60em;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 .25em 0;
  }

  #siteid .logo {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    min-height: 3.75em;
    background: white url(images/seal_bottom_desktop.png) no-repeat;
    background-size: contain;
  }

  /* Hide logo text from non-screen readers. */
  #siteid .logo span { margin-left: -999em; }

#content-wrapper {
	max-width: 60em;
  margin: 11.75em auto 0 auto;
  padding: 0;
}

#content-wrapper .content a:link,
#content-wrapper .content a:active,
#content-wrapper .content a:visited { color: blue; }

#content-wrapper .content:first-of-type { margin-top: 0; }

#content-wrapper .content {
  width: 100%;
  float: left;
  text-align:left;
  background-color: white;
  margin: 1em 0;
  padding: 1% 2%;
  height: auto;
  box-shadow: .16em .15em .3em .15em #777;
}

#content-wrapper .content h2 a { /* AskUs */
  font-size: .65em;
  font-weight: normal;
}

#content-wrapper .content #kb_search_results ol { /* AskUs */
  list-style-type: none;
  margin: 0 0 3em 0;
  padding: 0;
}

#content-wrapper .content #kb_search_results ol li { /* AskUs */
  margin: 0;
  padding: 1.5em 0 0 0;
}

#content-wrapper .content 
  #kb_search_results ol li .kb_solution_snippet { /* AskUs */
    font-size: 90%;
}

#content-wrapper .content .return-to-results-link { /* AskUs */
  font-style: italic;
  font-size: 90%;
  margin: 0;
}

#content-wrapper .content #kb_article_footer .return-to-results-link { /* AskUs */
  margin-top: 2em;
}

#content-wrapper .content .offset { /* AskUs */
  padding-top: 4em;
}

#content-wrapper .content .kb_embedded_article_title { /* AskUs */
  background-color: #960;
  color: white;
  padding: .25em .5em;
  margin: 0;
  width: 100%;
}

#content-wrapper .content #kb_article_footer #article_feedback { /* AskUs */
  margin-top: 2em;
}

#content-wrapper .content #kb_article_footer 
  #article_feedback input { /* AskUs */
  margin-left: 2em;
}

#content-wrapper .content #article_contactus { /* AskUs */
  background-color: #ffc;
  border: .1em solid #aaa;
  width: 99%;
  padding: 1em;
  margin: 1em 0;
}

#content-wrapper .content #kb_article_footer #kb_article_id,
#content-wrapper .content #kb_article_footer #kb_article_created,
#content-wrapper .content #kb_article_footer #kb_article_modified { /* AskUs */
    display: inline;
    margin: 0;
    font-size: 90%;
    color: #aaa;
}

#content-wrapper .content #kb_article_footer #kb_article_id,
#content-wrapper .content #kb_article_footer #kb_article_created { /* AskUs */
    padding-right: 1em;
    border-right: .1em solid #aaa;
}

#content-wrapper .content #kb_article_footer #kb_article_created,
#content-wrapper .content #kb_article_footer #kb_article_modified { /* AskUs */
    padding-left: 1em;
}

#content-wrapper .content #kb_article_footer #kb_article_id .label,
#content-wrapper .content #kb_article_footer #kb_article_created .label,
#content-wrapper .content #kb_article_footer #kb_article_modified .label
{ /* AskUs */
    font-weight: bold;
}

#content-wrapper .content #kb_article_footer #kb_article_id a,
#content-wrapper .content #kb_article_footer #kb_article_id a:link,
#content-wrapper .content #kb_article_footer #kb_article_id a:active,
#content-wrapper .content #kb_article_footer #kb_article_id a:visited 
{ /* AskUs */
  text-decoration: none;
  color: #aaa;
}

#footer #footer-content #page-modified a,
#footer #footer-content #page-modified a:link,
#footer #footer-content #page-modified a:active,
#footer #footer-content #page-modified a:visited 
{ /* AskUs */
  text-decoration: none;
}
#links {
	float: left;
  margin: 4em 0 0 0;
  padding: 1em 0 2em 0;
	width: 100%;
	height: auto;
	background-color: #8f7c37;
	color: #000;
}

#links #links-wrapper {
  float: none;
  max-width: 60em;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

#links #links-wrapper {
  float: none;
  max-width: 60em;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

#links #links-wrapper ul.link-group {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#links #links-wrapper ul.link-group li,
#links #links-wrapper ul.link-group li a {
  padding: .45em 0;
  color: white;
  font-size: 85%;
  text-decoration: none;
}

#links #links-wrapper ul.link-group li:first-of-type { 
  font-size: 95%;
  font-weight: bold;
  color: black;
}

#footer {
	float: left;
	width: 100%;
	height: auto;
	padding: 2em 0 1em 0;
  margin: 0;
  color: white;
	background: #c0a95b url("images/topgradient.jpg") repeat-x;
	background-size: contain;
	box-shadow: 0 0 .2em .5em #564A21;
}

#footer #footer-content {
  float: none;
  max-width: 60em;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  list-style-type: none;
}

#footer #footer-content li { font-size: 80%; }
  
#footer #footer-content #usage-policy { margin-top: 2em; }
#footer #footer-content .contact-its { margin-top: 2em; } /* AskUs */

@media screen and (max-width: 44em) {

  #header-search .contact { display: none; }

  #header-search #ask-us-form {
    width: 70%;
    float: none;
    margin: 0 0 0 .5em;
  }

  #header-search #ask-us-form input { 
    border-radius: 0;
    -webkit-appearance: none;
    box-shadow: none;
    padding: .4em;
  }

  #header-search #ask-us-form button {
    font-size: 1em;
    padding: .25em .25em;
  }

  #top-nav-mobile-icon {
    visibility: visible;
    display: block;
    position: absolute;
    right: .5em;
    top: .35em;
    color: white;
    cursor: pointer;
    margin: .1em .5em 0 0;
    padding: .25em .5em;
    text-align: center;
  }

  #top-nav-mobile-icon.closed { background-color: #804e0f; }
  #top-nav-mobile-icon.open { background-color: #4e4936; }

  #siteid-wrapper { 
    position: static;
    margin-top: 2.6em;
  }

    #siteid .logo {
      float: left;
      padding-top: .65em;
      min-height: 2.25em;
      background: #8f7c37 url("images/home_icon_brown.png") no-repeat;
      background-size: 1.5em 1.5em;
      background-position: .5em .25em;
    }

    #siteid .logo span { 
      margin-left: 2em;
      font-size: 1.1em;
    }

  #top-nav-wrapper { position: static; }

  #top-nav-wrapper #top-nav {
    display: none;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #4e4936;
    background-image: none;
    text-align: left;
  }

  #top-nav-wrapper #top-nav li,
  #top-nav-wrapper #top-nav li a {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
    font-size: 1em;
    font-weight: normal;
    color: white;
    text-shadow: none;
  }

  #top-nav-wrapper #top-nav li { border-bottom: .1em solid #aaa; }

  #top-nav-wrapper #top-nav li a {
    padding: .75em 0 .75em 1em;
    border-right: none;
  }

  #top-nav-wrapper #top-nav li.desktop { display: none; }

  /* Cancel Desktop Settings */
  #top-nav-wrapper #top-nav li.mobile { display: block; }

  #top-nav-wrapper #top-nav li.mobile div {
    display: block;
    float: left;
    width: 100%;
    cursor: pointer;
    padding: .75em 0 .75em 1em;
  }

  #top-nav-wrapper #top-nav li ul { 
      display: none;
      float: left;
      width: 100%;
      margin: 0;
      padding: 0;
    }

  #top-nav-wrapper #top-nav li ul li { 
    margin: 0;
    padding: 0 0 0 2em;
    border-bottom: none; 
    border-top: .1em solid #aaa;
  }

  #main-wrapper { position: relative; }

  #content-wrapper {  margin-top: 1.5em; }

  #content-wrapper .content { 
    box-shadow: none;
    font-size: 1em;
    line-height: 140%;
    padding: 0 1em;
  }
    
  #content-wrapper .content #kb_article_footer { /* AskUs */
    margin-bottom: 1em;
  }

  #content-wrapper .content #kb_article_footer #kb_article_id,
  #content-wrapper .content #kb_article_footer #kb_article_created,
  #content-wrapper .content #kb_article_footer #kb_article_modified { /* AskUs */
      display: block;
      margin: 0;
      padding: 0;
      font-size: 90%;
      color: #aaa;
      border: none;
  }

  #links #links-wrapper { padding-left: 1em; }

  #links #links-wrapper ul.link-group li,
  #links #links-wrapper ul.link-group li a,
  #links #links-wrapper ul.link-group li:first-of-type {
    font-size: 1em;
    line-height: 1.5em;
  }

  #footer { 
    font-size: 1em;
    padding-left: 1em;
    line-height: 1.75em;
  }

}

@media print {
  a:link,
  a:active,
  a:visited { color: blue; }

  h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    color: black; }

  body { background-color: white; }

  #header-search,
  #top-nav-wrapper,
  #content-wrapper .content .return-to-results-link,
  #content-wrapper .content #kb_article_footer #article_feedback,
  #content-wrapper .content #kb_article_footer #article_contactus,
  #links, 
  #footer #footer-content #page-modified, 
  #footer #footer-content .contact-its { display: none; }

  #siteid-wrapper {
    box-shadow: none;
    position: initial;
    top: initial;
  }

  #siteid-wrapper #siteid { 
    margin: 0;
    max-width: initial;
  }
    
  #siteid-wrapper #siteid .logo { 
    background: white;
    min-height: 1em;
  }

  #siteid-wrapper #siteid a { text-decoration: none; }
  #siteid-wrapper #siteid .logo span { 
    margin: 0 0 0 1em;
    padding: 0;
    font-size: 1.7em;
    color: black;
  }

  #content-wrapper { 
    margin: 0;
    max-width: initial;
    border-top: .1em solid black;
    margin-top: 1em;
  }

  #content-wrapper .content { 
    float: none;
    box-shadow: none;
  }

  #content-wrapper .content #kb_article_footer #kb_article_id,
  #content-wrapper .content #kb_article_footer #kb_article_id a,
  #content-wrapper .content #kb_article_footer #kb_article_id a:link,
  #content-wrapper .content #kb_article_footer #kb_article_id a:active,
  #content-wrapper .content #kb_article_footer #kb_article_id a:visited,
  #content-wrapper .content #kb_article_footer #kb_article_created,
  #content-wrapper .content #kb_article_footer #kb_article_modified {
    color: black;
  }

  #footer {
    float: none;
    margin: 0;
    padding: 1em 1.5em;
    box-shadow: none;
    background: white;
    border-top: .1em solid black;
  }

  #footer #footer-content {
    max-width: initial;
    margin: 0;
    padding: 0;
  }

  #footer #footer-content li { 
    color: black;
    font-size: 1em;
  }

  #footer #footer-content li a { 
    text-decoration: none;
    color: black;
  }
  

}
