.gauto-mainmenu-area {
  position: relative;
}
.approve {
  display: none;
}
#window, #window_two {
  text-align: left;
  max-width: 400px;
  margin: 40px auto;
  position: relative;
}
.bg_greydark .tinynav {
  color: #fff;
  background-color: #404746;
  box-shadow: 0px 0px 0px 0px #353b3d;
}
.bg_greydark {
  background-color: #49524E;
}
.bg_greydark2 {
  background-color: #404746;
}
.bg_greydark_hover:hover {
  background-color: #49524E !important;
}
.bg_greydark2_hover:hover {
  background-color: #404746 !important;
}
.textevidence {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.textevidence.center {
  text-align: center;
}
.textevidence.left {
  text-align: left;
}
.textevidence.right {
  text-align: right;
}
.textevidence.overflow_scroll {
  overflow-x: auto !important;
}
.bg_violet .tinynav {
  color: #fff;
  background-color: #7c7994;
  box-shadow: 0px 0px 0px 0px #a675af;
}
.bg_violet {
  background-color: #8784a0;
}
.bg_violetdark {
  background-color: #7c7994;
}
.bg_violet_hover:hover {
  background-color: #8784a0 !important;
}
.bg_violetdark_hover:hover {
  background-color: #7c7994 !important;
}
.margin20 {
  margin: 20px;
  padding: 0px;
  display: inline-block;
}
.margin2040 {
  margin: 20px 40px;
  padding: 0px;
  display: inline-block;
}
.menu .white .sub-menu a, .menu .grey .sub-menu a {
  color: #a4a4a4;
}
p.white, h1.white, h2.white, h3.white, h4.white, h5.white, h6.white, a.white, i.white, span.white, input[type="text"].white, textarea.white, input[type="submit"].white, select.white {
  color: #ffffff;
}
.padding20 {
  padding: 20px !important;
}
.display_inlineblock {
  display: inline-block;
}
.width_percentage100 {
  width: 100% !important;
}
.sizing {
  box-sizing: border-box;
}
#page-containers {
  position: relative;
  min-height: 100vh;
}
#content-wraps {
  padding-bottom: 362px; /* Footer height */
}
#footers {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 362px; /* Footer height */
}
a {
  color: #00B455;
  text-decoration: underline;
}
.header-top-left a {
  color: white;
  text-decoration: none;
}
body {
  color: black;
}
.duallists {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
.nice-select, .nice-select .list {
  width: 100%;
}
.nice-select {
  width: 100%;
  border: 2px solid #f0f0ff;
  height: 45px;
  color: #111;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  margin: 10px 15px 10px 0px;
}
.gauto-btn, button.gauto-theme-btn {
  /*  color: #fff;*/
    border-width: 2px;
    margin: 0em;
    font-weight: 900;
    font-size: 4em;
    padding: 32px 30px;

}
.header-action {
        font-weight: 900;
font-size:2.5em;
}
@media (max-width: 480px) {
.gauto-btn, button.gauto-theme-btn {
    font-size: 3.5em;
    padding: 32px 10px;

}
}