@charset "utf-8";
/* Custom Anttix CSS Document */

/** Skip To Main Content Link **/
a.skip-main {
	left:-999px;
	position:absolute;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
	color: #000000;
	z-index:-999;
}
a.skip-main:focus,
a.skip-main:active {
	color: #ffffff;
	background-color:#4d6b1d;
	left: auto;
	top: auto;
	width: 30%;
	height: auto;
	overflow:auto;
	margin: 10px 35%;
	padding:5px;
	border-radius: 15px;
	border: 4px solid #4d6b1d;
	text-align:center;
	font-size:1.2em;
	z-index:999;
}

/** Heading Styles **/
h3 {
	color: #074272;
}

/** Visually Hidden Styles **/
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/** Margin Fixes **/
.margin-fix20 {
	margin-top: -20px;
}

/** New Column Styles **/
.feature-box {
	margin-top: -7px;
	margin-bottom: 56px;
}
.feature-box h2 {
	font-size: 1.8em;
	line-height: 1.2em;
}
.et_pb_column_1_3 .et_pb_promo {
  min-height: 336px;
}
@media all and (max-width: 1300px) {
  .et_pb_column_1_3 .et_pb_promo {
    min-height: 302px;
  }
}
@media all and (max-width: 1024px) {
  .et_pb_column_1_3 .et_pb_promo {
    min-height: 353px;
  }
}

/** Custom Box Colors **/
.et_pb_cta_0.et_pb_promo,
.et_pb_cta_1.et_pb_promo,
.et_pb_cta_2.et_pb_promo {
	background-color: #5A7C22 !important;
}
.et_pb_blurb_0 .et-pb-icon,
.et_pb_blurb_1 .et-pb-icon,
.et_pb_blurb_2 .et-pb-icon {
	color: #5A7C22 !important;
}

/** Custom Footer Styles **/
.bottom-nav li.current-menu-item>a {
	color: #FBFEF6 !important;
}
.bottom-nav a {
	color: #ffffff !important;
}
#searchform #searchsubmit {
	color: #ffffff;
}


/** Custom Link & Buttons **/
a:hover,
a:focus {
	text-decoration: underline !important;
}
.et_pb_promo_button {
  font-size: 20px;
  font-weight: 500;
  border-radius: 3px;
  padding: 6px 20px;
  line-height: 1.7em;
  background: transparent;
  border: 2px solid;
  transition: all 0.2s;
  position: relative;
  color: #8bc442 !important;
}
.header-login a {
	color: #5A7C22;
	transition: all 0.3s ease-in;
}
.header-login a:hover,
.header-login a:focus {
	color: #074272;
}

/** Navigation Styles **/
.et_nav_text_color_light #top-menu li.current-menu-ancestor>a,
.et_nav_text_color_light #top-menu li.current-menu-item>a,
.et_nav_text_color_light .fullwidth-menu li.current-menu-ancestor>a,
.et_nav_text_color_light .fullwidth-menu li.current-menu-item>a {
	color: #4d6b1d !important;
}