<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* GG custom */


a {
  color: #333;
  text-decoration: underline;
}

a:hover,
a:focus {
  color: #000;
  text-decoration: underline;
}



h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif; 

}


.btn {
  font-size: 15px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none;
          box-shadow: none;
		  
}

.btn:active,
.btn.active {
   -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-default {
  background-image: none;
  background-repeat: no-repeat;
  filter: none;
  border: 1px solid #333;
  background-color:#333;
  color:#fff;
  font-size: 16px;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  transition: all 0.5s ease;
}


.btn-default:active:hover,
.btn-default.active:hover,
.open &gt; .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open &gt; .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open &gt; .dropdown-toggle.btn-default.focus {
  color: #fff;
  background-color: #000;
  border-color: #000;
}


.btn-default.disabled,
.btn-default[disabled] {
  color: #fff;
  background-color: #ccc;
  border: 1px solid #ccc;  
  border-color:#ccc;
  opacity:0.8;
}



.dropdown-menu &gt; li {
  font-size:15px;
  font-weight:400;
}

.dropdown-menu &gt; li &gt; a {
  text-decoration:none; 
}


.dropdown-menu &gt; li &gt; a:hover,
.dropdown-menu &gt; li &gt; a:focus,
.dropdown-menu &gt; .active &gt; a,
.dropdown-menu &gt; .active &gt; a:hover,
.dropdown-menu &gt; .active &gt; a:focus {
  color:#fff;
  background-color: #000;
  border-color: #000;
  text-shadow:none;
}


.dropdown-menu {
  -webkit-box-shadow: none;
          box-shadow: none;
}



/* menu.multi-column */
.dropdown-menu.multi-column {
    width: 610px;
}
 
.dropdown-menu.multi-column .dropdown-menu {
    display: block !important;
    position: static !important;
    margin: 0 !important;
    border: none !important;
    box-shadow: none !important;
}
.dropdown-menu.multi-column .dropdown-menu .divider {
	width:80%;
	text-align:center;
	margin-left:20px;
}

/*form*/

fieldset {
  margin-bottom: 8px;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: inherit;
  color: #000;
  border: 0;
  font-weight:300;
  border-bottom: 0;
  letter-spacing:1px;
}

.form-inline .form-group {
    margin-left: 0;
    margin-right: 0;
}

.control-label {
	font-size:15px;
	color: #000;
	font-weight:700;	
    text-align: left;
  }

/* pagegination */

.pagination {
  border-radius: 0px;
}

.pagination &gt; li &gt; a  {
  color: #333;
  background-color: #e8e8e8;
  border-color: #e5e8f0;  

}

.pagination &gt; li &gt; a:hover,
.pagination &gt; li &gt; span:hover,
.pagination &gt; li &gt; a:focus,
.pagination &gt; li &gt; span:focus {
  color: #fff;
  background-color: #000;
  border-color: #000;
}


.pagination &gt; .disabled &gt; span,
.pagination &gt; .disabled &gt; span:hover,
.pagination &gt; .disabled &gt; span:focus,
.pagination &gt; .disabled &gt; a,
.pagination &gt; .disabled &gt; a:hover,
.pagination &gt; .disabled &gt; a:focus {
  color: #bdbdbd;
  background-color: #e8e8e8;  
  border-color: #e5e8f0;    
}

/* carousel */

.carousel  a {
	text-decoration:none;
}

/* nav-pills */

.nav-pills li a {
	text-decoration: none;
}


.badge {
	background-color:#000;
	color:#fff;
	letter-spacing:1px;
}

</pre></body></html>