.blog-pagination.pagination ul li a,
.breadcrumb a,
.btn,
.btn:active,
.btn:focus,
.btn:hover,
.cta-btn,
.featured-post a,
.findbystatebox li a,
.foot-col a,
.footer .social-icons li a,
.footer-nav li a,
.footphone a,
.fran-phone a,
.gallery-item a,
.gallery-item a:hover,
.headphone a,
.headphone a:active,
.headphone a:focus,
.headphone a:hover,
.home-boxes h3 a,
.home-featured-services .fs-row .fs-col a,
.linkbtn,
.linkbtn:hover,
.logo a,
.post h1 a,
.post h2 a,
.post_info a,
.sidebox ul li a,
.social-icons a,
.social-icons a:active,
.social-icons a:focus,
.social-icons a:hover,
.social-icons li a,
.social-sharing a,
.top-links li a,
.top-links li a:active,
.top-links li a:focus,
.top-links li a:hover,
.wp-pagenavi a,
nav ul li a,
nav ul li a:hover,
.searchsite {
    text-decoration: none
}

.featured-post a:active,
.featured-post a:focus,
.featured-post a:hover,
.findbystatebox li a:hover,
.footer a:active,
.footer a:focus,
.footer a:hover,
.home-boxes h3 a:active,
.home-boxes h3 a:focus,
.home-boxes h3 a:hover,
.logo a:active,
.logo a:focus,
.logo a:hover,
.post h2 a:active,
.post h2 a:focus,
.post h2 a:hover,
.sidebox ul li a:active,
.sidebox ul li a:focus,
.sidebox ul li a:hover,
.wp-pagenavi a:active,
.wp-pagenavi a:focus,
.wp-pagenavi a:hover {
    text-decoration: underline
}
.banner-inner h1{
    text-shadow: 0 0 20px rgb(0, 0, 0);
}
form {
    margin: 0
}

img.alignright {
    float: right;
    margin: 0 0 20px 20px;
	box-shadow:0px 8px 10px rgba(0,0,0,0.24);
}

img.alignleft {
	box-shadow:0px 8px 10px rgba(0,0,0,0.24);
    float: left;
    margin: 0 20px 20px 0
}

p {
    margin: 0 0 20px 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 800;
  color: #173326;
     font-family: "Raleway", serif;
}

h1 {
    font-size: 3.111em
}

h2 {
    font-size: 2.444em;
}

h3 {
    font-size: 2.111em;
}

h4 {
    font-size: 1.889em;
}

h5 {
    font-size: 1.556em;
}

h6 {
    font-size: 1.222em;
}

ul {
    padding: 0
}
 .section-title{
font-size: 2.45em;
  text-transform: uppercase;
  color: #2F7C54;
    }
.section-title strong{
    display: block;
    font-weight: 800;
    color: #173326;
}
a {
    color:#2F7C54;
    text-decoration: underline;
    background-color: #fff;
}

body a {
    background-color: transparent
}

a:active,
a:focus,
a:hover {
    color: #2F7C54;
    text-decoration: underline;
    background-color: #fff
}

body a:active,
body a:focus,
body a:hover {
    background-color: transparent
}

body {
   overflow-x: hidden;
  font-family: "Inter", serif;
  font-size: 112.5%;
  line-height: 1.667em;
  word-wrap: break-word;
  padding: 0;
  margin: 0;
    background: #fff;
    color: #000;
}

body,
html {
    height: 100%
}
.outer-wrap{
    position: relative;
}
.promotion-bar{
    text-align: center;
    float: left;
    width: 100%;
    background: #008C95;
    color: #fff;
    padding: 12px 0;
    font-size: 0.875em;
    font-weight: 700;
}
.banner-inner{
    text-align: center;
    position: relative;
}
.promotion-bar p{
margin: 0;
}
.header {
position: sticky;
  top: 0;
  z-index: 9;
  width: 100%;
  background: #fff;
  padding: 10px 0px 0;
  transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -webkit-transition: all .5s ease-out;
  box-shadow: 0 5px 10px rgba(0,0,0,0.05);
}
.nav-hamburger,
.nav-hamburger-close{
    width: 37px;
  float: right;
    cursor: pointer;
    display: none;
}
.nav-hamburger span,
.nav-hamburger-close span{
    width: 100%;
  display: block;
  background: #483B2F;
  height: 4px;
  margin: 7px 0;
  border-radius: 3px;
}
.nav-mobile{
    display: none;
}
.nav-mobile .nav-hamburger-close{
  display: block;
  position: absolute;
  right: 20px;
  top: 26px;
}
.nav-mobile .nav-hamburger-close span:first-child{
    transform: rotate(41deg);
  transform-origin: 50% -5px;
}
.nav-mobile .nav-hamburger-close span:last-child{
   transform: rotate(-45deg);
  transform-origin: 0px 0px;
}








.topbar{
float: left;
  width: 100%;
  background: #EDEDED;
  text-align: right;
  padding: 8px 0;
  font-size: 0.875em;
  color: #636765;
  font-weight: 500;
}
.nav-secondary{
float: left;
  width: 100%;
  clear: both;
  border-top: solid 2px rgba(136,102,75,0.25);
  border-bottom: solid 2px rgba(136,102,75,0.25);
  padding: 17px 0;
  position: relative;
  z-index: 4;
}
.nav-secondary ul{
display: flex;
  text-align: center;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  justify-content: center;
  border-right: solid 1px rgba(136,102,75,0.5);
}
.nav-secondary ul li{
 border-left: solid 1px rgba(136,102,75,0.5);
  width: 16.6%;
}
.nav-secondary ul li a{
text-decoration: none;
  color: #88664B;
  font-weight: 600;
  display: block;
  padding: 8px 0;
  line-height: 1;
    position: relative;
}
.nav-secondary ul li a:hover,
.nav-secondary ul li a:focus{
  color: #CC8613;
}
.nav-secondary ul > li.current-menu-item a:before {
  content: "";
  width: 40px;
  height: 1px;
  background: rgba(136,102,75,0.5);
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -20px;
}
.topbar p{
    margin: 0;
    text-align: left;
}
.topbar p a{ 
    color: #414141;
    font-weight: 400;
}
.topbar p a:hover,
.topbar p a:focus,
.topbar p a:active{ 
    color: #CC8613;
}
.logo-contact-row{
	   transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out
}
.wrapper-alt {
    position: relative;
    margin: 0 auto;
    width: 96%
}

.wrapper {
    position: relative;
    margin: 0 auto;
    width: 1440px;
    max-width: 1440px
}

.v-center {
    align-items: center
}

img {
    height: auto;
    outline: 0;
    vertical-align: middle;
    max-width: 100%
}

.topright {
   float: left;
text-align: right;
width: 100%;
}


.normal-search{
    position: relative;
}
.normal-search form{
    width: 100%;
}
.normal-search input[type="text"]{
background: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.1);
  font-size: 0.875em;
  padding: 6px 15px;
    border: none;
}
.normal-search input[type="submit"]{
background: url("img/search-icon.svg") no-repeat;
  border: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 15px;
  top: 12px;
  background-size: cover;
  cursor: pointer;
}

.logo{
margin-bottom: -20px;
  padding: 0 0 20px 0;
  width: 185px;
  position: relative;
}
.logo::before {
content: "";
  position: absolute;
  left: 0;
  bottom: -27px;
  width: 100%;
  background: url(img/decoration-semicircle.svg) no-repeat top center;
  background-size: contain;
  height: 48px;
  z-index: -1;
}
.logo a{
display: block;
	position: relative;
	z-index: 1;
}
.social-icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


.social-icons a {
text-align: center;
  display: flex;
  margin: 0 3px;
  color: #fff;
  position: relative;
  width: 40px;
  height: 40px;
  background: #2F7C54;
  line-height: 23px;
  font-size: 1.0em;
  transition: all .5s ease 0s;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
}
.social-icons a:first-child {
margin-left: 0;
}
.social-icons a span {
    display: none
}

.social-icons a:active,
.social-icons a:focus,
.social-icons a:hover {
color: #173326;
  background: #55b763;
}

.headphone {
font-style: normal;
  position: relative;
  margin:0 0 0 5px;
  font-weight: 700;
  line-height: 1;
  font-size: 1.0em;
  text-align: right;
  vertical-align: middle;
}
.headphone strong{
  font-weight: 800;
  font-size: 0.731em;
  display: block;
}
/*.headphone:before {
    content: "\f2a0";
    font-family: Font Awesome\ 6 Free;
    font-weight: 700;
  display: inline-block;
  margin: 0 10px 0 0;
  font-size: 0.90em;
  vertical-align: middle;
}*/

.headphone a {
    color: #636765
}

.headphone a:active,
.headphone a:focus,
.headphone a:hover {
    color: #008C95
}

.btn {
z-index: 1;
  border: none;
  color: #fff;
  display: inline-block;
  line-height: 1;
  margin: 0;
  padding: 15px 30px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  word-wrap: break-word;
  white-space: normal;
  font-weight: 700;
  cursor: pointer;
  font-family: "Inter", serif;
  font-size: 0.889em;
  background: #2F7C54;
  transition: all .5s ease 0s;
  border-radius: 30px;
}

.btn:focus,
.btn:hover {
    background: #55b763;
    color: #173326;
}
.btn.btn-alt{
background: #2b7653;
  color: #fff;
}
.btn.btn-alt:hover,
.btn.btn-alt:focus,
.btn.btn-alt:active{
	 background: #2F7C54;
	color: #fff;
}
.btn.with-arrow:after{
content: "\f08e";
font-family: Font Awesome\ 6 Free;
font-size: 1.2em;
  font-weight: 700;
  margin: -4px 0 0 7px;
  display: inline-block;
  vertical-align: middle;
}

.main-nav {    
    text-align: right;
}

.menu-collapser {
box-sizing: border-box;
  clear: both;
  z-index: 1;
}

.collapse-button {
    position: relative;
    width: 30px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.collapse-button .icon-bar {
display: block;
  height: 1px;
  width: 100%;
  margin: 8px 0;
  background-color: #008c95;
  border-radius: 1px;
}

ul.slimmenu {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    vertical-align: middle
}

ul.slimmenu:after {
    clear: both
}

ul.slimmenu.collapsed li {
    display: block;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

ul.slimmenu.collapsed li>ul {
    position: static;
    display: none
}

ul.slimmenu.collapsed li a {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

ul.slimmenu li {
    position: relative;
    padding: 0 23px;
    display: inline-block
}

ul.slimmenu > li.current-menu-item > a{
color: #2F7C54;
}
ul.slimmenu > li:last-child{
    padding-right: 0;
}

ul.slimmenu li ul {
    margin: 0;
    list-style-type: none;
    background:#292929;
}

ul.slimmenu li ul li {
    border-left: none;
    border-top:rgba(255, 255, 255, .20) solid 1px;
    display: block;
    padding: 0;
    float: none;
    clear: both
}

ul.slimmenu li ul li:first-child {
    border: none
}

ul.slimmenu li ul {
    padding: 10px 0;
    text-align: left;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 999;
    display: none;
    width: 320px
}

ul.slimmenu li ul li ul {
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 999;
    display: none;
    width: 100%
}

ul.slimmenu li a {
color: #173326;
  font-weight: 700;
  display: block;
  line-height: 1;
  position: relative;
  text-decoration: none;
  transition: background-color .5s ease-out;
  -o-transition: background-color .5s ease-out;
  -moz-transition: background-color .5s ease-out;
  -webkit-transition: background-color .5s ease-out;
  font-size: 1.0em;
}

ul.slimmenu li ul li a {
    padding: 5px 20px;
    border: none;
	color: #fff;
}

ul.slimmenu li li .sub-toggle {
    top: 4px;
    right: 16px;
	color: #fff;
    transform: rotate(-90deg)
}

ul.slimmenu li:hover>a {
    text-decoration: none;
}

ul.slimmenu li a:active,
ul.slimmenu li a:focus,
ul.slimmenu li a:hover {
    text-decoration: none;
    color: #2F7C54;
}

ul.slimmenu li .sub-toggle {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    text-align: center;
    cursor: pointer;
    font-size: 0.700em
}

ul.slimmenu li .sub-toggle:before {
    content: '';
    display: inline-block;
    height: 100%;
    margin-right: -.25em;
    vertical-align: middle
}

ul.slimmenu li .sub-toggle>i {
    display: inline-block;
    vertical-align: middle
}


.home-slider-container {
    float: left;
    width: 100%;
    position: relative;
}

.home-slider {
    clear: both;
    float: left;
    position: relative;
    width: 100%
}

.slick-arrow {
border: solid 1px rgba(43,118,83, 0.2);
  position: absolute;
  top: 50%;
  padding: 0;
  color: #2b7653;
  transition: all .5s ease 0s;
  background: #f2f6ef;
  z-index: 3;
  font-size: 1.0em;
  cursor: pointer;
  margin: -24px 0 0 0;
  width: 47px;
  height: 47px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}

.slick-arrow:hover {
 color:#fff;
    background: #2F7C54;
}

.slick-prev {
    left: -40px;
}

.slick-next {
    right: -40px;
}

.slick-dots li {
    line-height: normal;
    margin: 0 4px;
    list-style-type: none;
    display: inline-block
}

.slick-dots li button {
  text-indent: -9999px;
  width: 7px;
  padding: 0;
  height: 7px;
  border-radius: 100%;
  border: none;
  background: #999;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li.slick-active button {
    background: #666
}

.home-slider .slick-dots{
	position: absolute;
	left: 0;
	bottom: 30px;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
   
}

.slick-list.dragging {
    cursor: pointer
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    position: relative;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.home-slider .slick-prev {
    left: 20px
}

.home-slider .slick-next {
    right: 20px
}
.home-slider img {
    width: 100%;
    display: block;
    margin: 0 auto
}
.slider-text .wrapper{
	
}

.slider-text {
width: 100%;
margin: 0;
position: absolute;
left: 0;
top: 0;
padding: 0;
height: 100%;
display: flex;
align-items: center;
z-index: 3;
}

.slider-text h2 strong {
    font-weight: 500
}

.slider-text h2 {
font-size: 3.2em;
  color: #2e2e2e;
  font-weight: 300;
  margin-bottom: 30px;
  line-height: 1.25em;
}
.slider-text h3{
font-size: 3.684em;
  color: #fff;
  text-shadow: 0 2px 0 rgba(0,0,0,0.50);
  font-weight: 900;
}
.slider-text .normal-search{
    margin-right: 10px;
    max-width: 215px;
}

.slider-text p {
font-size: 1.125em;
  font-weight: 200;
  margin-bottom: 0;
  color: #2e2e2e;
}
.banner-cta{
flex-wrap: wrap;
    display: flex;
    align-items: center;
    padding-top: 30px;
}
.slider-text-inner{
    width: 55%;
}


.homeform {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: flex;
    align-items: flex-end;
    height: 100%
}

.homeform .featurebox {
    float: right;
    width: 30%;
	top: -116px;
	overflow-x: clip;
}
.featurebox-outer .featurebox{
    background: none;
    padding: 0 150px 0 0;
}
.featurebox-outer .featurebox input:not(.btn),
.featurebox-outer .featurebox textarea{
    background: #f2f6ef;
}
.featurebox-outer{
background: url("img/leadform-bg.jpg") no-repeat top left;
    background-size: cover;
    border-bottom: solid 9px #2F7C54;
}
.featurebox-outer-alt{
background: url("img/landscape-8.jpg") no-repeat top left;
    background-size: cover;
    border-bottom: solid 9px #2F7C54;
}

.inner-page-video div{
    margin-top: -12%;
}
.inner-page-video{
     text-align: center;
    max-height: 800px;
  overflow: hidden;
}
.video-banner{
   text-align: center;
  min-height: 600px;
    max-height: 600px;
  overflow: hidden;
}
.video-banner video{
    position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
    display: block;
}
.featurebox-outer .featurebox h2 {
  font-size: 2.45em;
}
.featurebox-outer:before{
content: "";
  width: 200px;
  height: 280px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url("img/armadillos-logo.png") no-repeat;
  background-size: contain;
}
.featurebox {
float: left;
  width: 100%;
  position: relative;
  padding: 50px 40px;
  background: #f2f6ef;
  border-radius: 26px;
}
.featurebox .btn{
    width: 100%;
    border-radius: 10px;
}
.featurebox input[type=email],
.featurebox input[type=text],
.featurebox input[type=tel],
.featurebox select,
.featurebox textarea {
color: #000;
  opacity: 1;
  margin: 0;
  font-weight: 400;
  background: #fff;
  border: solid 1px #2F7C54;
  transition: padding .5s ease-out;
  -o-transition: padding .5s ease-out;
  -moz-transition: padding .5s ease-out;
  -webkit-transition: padding .5s ease-out;
  border-radius: 10px;
  font-style: normal;
  font-size: 0.889em;
}

.featurebox label {
   font-weight: 500;
  display: block;
  font-size: .889em;
}

.featurebox select {
    -moz-appearance: none;
    -webkit-appearance: none
}
.featurebox h2 {
display: block;
  font-size: 1.833em;
  position: relative;
  color: #2F7C54;
  text-transform: uppercase;
}

.featurebox h2 span{
background:#3d3d3d;
display:inline-block;
padding:0 30px;	
}
.featurebox h4 {
    color: #fff;
    font-size: .889em;
    font-weight: 700;
    margin: 0 0 18px;
    padding: 0 0 14px 0
}

.featurebox-inner {
    float: left;
    width: 100%;
}

.featurebox .form-row img {
    vertical-align: middle
}

.form-row {
	margin-top: 18px;
}

.form-full textarea {
    padding-left: 3.5%;
    padding-right: 3.5%
}

.form-row textarea {
    height: 95px
}
.video-banner h1,
.banner-inner h1,
.banner-inner h2{
color: #fff;
  font-size: 2.8em;
  text-align: center;
    margin: 0;
  display: block;
  text-transform: uppercase;
}
.overlay-black {
/*background: rgba(85,183,99,0.5);*/
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 0;
}
.banner-text {
    bottom: 30px;
    color: #fff;
    left: 30px;
    position: absolute
}

.banner-text h1 {
    color: #fff;
    font-size: 58px;
    display: inline-block;
    padding: 0 15px;
    margin-bottom: 15px;
    text-transform: uppercase;
    background: rgba(101, 174, 69, .77)
}

.banner-text p {
    color: #fff;
    font-size: 1.556em;
    line-height: 38px;
    margin-bottom: 15px;
    width: 36%
}

.banner-text cite {
    color: #fff;
    font-style: normal;
    font-size: 28px
}

.banner-text cite span {
    color: #fed403
}

.breadcrumb-bar {
z-index: 1;
float: left;
width: 100%;
padding: 10px 0;
position: relative;
font-size:0.889em;
}

.breadcrumb {
    margin: 0;
    padding: 0;
    background: no-repeat;
    border-radius: inherit
}

.breadcrumb li {
line-height: normal;
list-style-type: none;
margin: 0;
font-weight: 400;
display: inline-block;
text-shadow: 0 1px 0 rgba(255,255,255,0.29);
}



.breadcrumb a {
    color: #292929
}

.breadcrumb a:active,
.breadcrumb a:focus,
.breadcrumb a:hover {
    color: #008c95
}

.breadcrumb>li+li::before {
    padding: 0 5px;
    color: #231f20;
    content: "\f105";
    font-family: Font Awesome\ 6 Free;
    font-weight: 600;
	font-size: 0.7em;
}

#searchform {
    display: none;
    background: #d2232a;
    color: #fff
}

#searchform .btn {
    margin-top: 10px;
    display: block;
    width: 100%
}

#searchform .btn:active,
#searchform .btn:focus,
#searchform .btn:hover {
    background: #000;
    color: #fff
}

.home-slider .slick-slide:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#560f2d+50,000000+100&0.5+0,0.5+100 */
background: linear-gradient(to right,  rgba(86,15,45,0.5) 0%,rgba(86,15,45,0.5) 50%,rgba(0,0,0,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}
.top-links {
margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}

.top-links li {
    display: inline-block;
    margin: 0;
    line-height: normal;
    padding: 0 12px;
}
.top-links li:last-child {
    border-left: solid 1px #979797;
}
.top-links li a {
    color:#636765
}

.top-links li a:active,
.top-links li a:active .fas,
.top-links li a:focus,
.top-links li a:focus .fas,
.top-links li a:hover,
.top-links li a:hover .fas {
    color: #008C95
}
.searchsite span{
display:none;	
}
.searchsite{
color: #d2232a;
border-left: #444 solid 2px;
padding-left: 15px;
display: inline-block;
vertical-align: middle;
}
.searchsite:hover,
.searchsite:focus,
.searchsite:active{
color: #1b75bc;
}