body {
  min-width: 320px;
  padding: 10px;
  background: #ff9800;
  font-family: Helvetica, sans-serif;
}
h1 {
  color: #000;
  font-weight: bold;
  margin-top: 1rem;
  font-size: 24px;
}
p {
  color: #000;
  margin-top: 10px;
  font-size: 14px;
  line-height: 18px;
  max-width: 50ex;
}
p.large {
  font-size: 1.2rem;
  margin-top: 2rem;
}
a {
  color: #000;
}
.greedy-nav {
  position: relative;
  min-width: 250px;
  background: #fff;
}
.greedy-nav a {
  display: block;
  padding: 10px 10px;
  background: #fff;
  font-size: 18px;
  color: #ff9800;
  text-decoration: none;
}
.greedy-nav a:hover {
  color: #ef6c00;
}
.greedy-nav button {
  position: absolute;
  height: 100%;
  right: 0;
  padding: 0 15px;
  border: 0;
  outline: none;
  background-color: #f57c00;
  color: #fff;
  cursor: pointer;
}
.greedy-nav button:hover {
  background-color: #ef6c00;
}
.greedy-nav button::after {
  content: attr(count);
  position: absolute;
  width: 30px;
  height: 30px;
  left: -16px;
  top: 2px;
  text-align: center;
  background-color: #ef6c00;
  color: #fff;
  font-size: 14px;
  line-height: 28px;
  border-radius: 50%;
  border: 3px solid #fff;
  font-weight: bold;
}
.greedy-nav button:hover::after {
  transform: scale(1.075);
}
.greedy-nav .hamburger {
  position: relative;
  width: 32px;
  height: 4px;
  background: #fff;
  margin: auto;
}
.greedy-nav .hamburger:before,
.greedy-nav .hamburger:after {
  content: '';
  position: absolute;
  left: 0;
  width: 32px;
  height: 4px;
  background: #fff;
}
.greedy-nav .hamburger:before {
  top: -8px;
}
.greedy-nav .hamburger:after {
  bottom: -8px;
}
.greedy-nav .visible-links {
  display: inline-table;
}
.greedy-nav .visible-links li {
  display: table-cell;
  border-left: 1px solid #ff9800;
}
.greedy-nav .hidden-links {
  position: absolute;
  right: 0px;
  top: 100%;
}
.greedy-nav .hidden-links li {
  display: block;
  border-top: 1px solid #f57c00;
}
.greedy-nav .visible-links .category-top .category-subs-selected {
  font-weight: bold;
  color: #ff9800 !important;
}

.greedy-nav .hidden {
  visibility: hidden;
}
/** add dropdown menu **/

.greedy-nav-menu {
  position: relative;
  min-width: 250px;
  /**background: #fff;**/
}
.greedy-nav-menu a {
  display: block;
  padding: 10px 10px;
  background: #ff9800;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
}
.greedy-nav-menu a:hover {
  color: #ef6c00;
}
.greedy-nav-menu button {
  position: absolute;
  height: 60px;
  padding: 0px 15px 0px 1px;
  border: 0;
  outline: none;
  background-color: #f57c00;
  color: #fff;
  cursor: pointer;
}
.greedy-nav-menu button:hover {
  background-color: #ef6c00;
}
.greedy-nav-menu button::after {
  position: absolute;
  width: 30px;
  height: 30px;
  right: -16px;
  top: 2px;
  text-align: center;
  background-color: #ef6c00;
  color: #fff;
  font-size: 14px;
  line-height: 28px;
  border-radius: 50%;
  border: 3px solid #fff;
  font-weight: bold;
}
.greedy-nav-menu button:hover::after {
  transform: scale(1.075);
}
.greedy-nav-menu .hamburger {
  position: relative;
  top: -15px;
  width: 32px;
  height: 4px;
  background: #fff;
  margin: auto;
}
.greedy-nav-menu .hamburger:before,
.greedy-nav-menu .hamburger:after {
  content: '';
  position: absolute;
  left: 0;
  width: 32px;
  height: 4px;
  background: #fff;
}
.greedy-nav-menu .hamburger:before {
top: -8px;
}
.greedy-nav-menu .hamburger:after {
bottom: -8px;
}

.greedy-nav-menu .hidden-links {
  z-index: 99;
  position: absolute;
  left: 0px;
  top: 31px;
  background: #ff9800;
}
.greedy-nav-menu .hidden-links li {

  display: block;
  border-top: 1px solid #f57c00;

}
.greedy-nav-menu  .category-top .category-subs-selected {
  font-weight: bold;
  color: #ff9800 !important;
}

.greedy-nav-menu .hidden {
  visibility: hidden;
}
#geotrust img{
  height: 28px;
  width: 57px
}



