@charset "utf-8";
/* CSS Add on Code for NATC Site */


/* HoneyPot */

#elformo_honeypot {
        display: none;
      }

/* Core Styles */

 body, html {
	font-family: 'Open Sans', sans-serif;
	 height: 100%;
}

.heading {
	font-family: 'Libre Franklin', sans-serif;
	font-weight: 600;
}

.bigText {
	font-size: 1.1em;
}

.centerMe {
	margin-left: auto;
	margin-right: auto;
}

.exp-link {
	color: #153d55;
}

.exp-link:focus {
	color: #636363;
	text-decoration: none;
}

.thisBig {
	min-height: 200px;
}


/* Content Page Links */

a.pageLinkWhite, .pageLinkDark {
	color: #ff9300;
	text-decoration: none;
}

a.pageLinkWhite:active, .pageLinkDark:active {
	color: #ff9300;
}

a.pageLinkWhite:hover {
	color: #5f7b5b;
	text-decoration: none;
}

a.pageLinkDark:hover {
	color: #fff;
	text-decoration: none;
}



/* Shape up FontAwesome blocks */

.fa-block {
	min-width: 68px;
}

/*Add In's for Display Fun */


@media (min-width: 320px) and (max-width: 767px) {
  
	.hideMe {
		display: block;
		visibility: visible;
	}
  
}

@media (min-width: 768px) {
  
  .showMe {
	    display: none;
		visibility: hidden;
	}
  
}

@media (min-width: 320px) and (max-width: 767px) {
  
	.showMe {
		visibility: visible;
	}
  
}

/* Page Links */

li.topBlock {
	display: block;
	padding-bottom:  -0.5rem;
	padding-top:  -0.5rem;
	margin-left: 5px;
	margin-right: 5px;
/*	background-color: #252525; */
}

li.topBlock a:hover {
     background-color: #dfb758;
	 background-size: 100% 100%;
     color: #111111 !important;
	-webkit-transition: background-color 1s ease-out;
    -moz-transition: background-color 1s ease-out;
    -o-transition: background-color 1s ease-out;
  transition: background-color 1s ease-out;
}


/* Custom BG Images */

.hero-img-opacity50 {
	background-image: url( "../img/agriculture-scroll01.png");
	background-size: cover;
	background-position:top center;
}

.hero-img-opacity50-2 {
	background-image: url( "../img/agriculture-scroll02.png");
	background-size: cover;
	background-position:center bottom;
}

.hero-img-opacity50-3 {
	background-image: url( "../img/agriculture-scroll03-alt.png");
	background-size: cover;
	background-position:center center;
}

.hero-img-opacity50-4 {
	background-image: url( "../img/agriculture-scroll04.png");
	background-size: cover;
	background-position:center center;
}

/* Branded Colors for BG and Text */

.text-agraguard {
	color: #dfb758 !important;
}

.text-agraGreen {
	color: #04b703 !important;
}

a.agraLink {
	color: #dfb758;
}

a.agraLink:active {
	color: #dfb758;
}

a.agraLinkGreen:hover {
	color: #fff;
	text-decoration: none;
}

.text-acclaim-blue {
	color: #153d55 !important;
}

.text-agra-green {
	color: #04b703 !important; /* Green from Logo is 04b703*/
}

.bg-agra-green {
	background-color: #04b703 !important;
}

/* Boxes, Shadows, and Fun. */

.dropHot {
	box-shadow: 0px 0px 5px 2px rgb(0, 0, 0, 0.75) !important;
}

.shadowKnows {
	text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.5);
}


/*AgraGuard Green Button */

.btn-agra-green {
  color: #fff !important;
  background-color: #04b703 !important;
  border-color: #04b703 !important;
  border-radius: 0px !important;
}

.btn-agra-green:hover {
  color: #fff !important;
  background-color: #1fa31f !important;
  border-color: #1fa31f!important;
  border-radius: 0px !important;
  /* box-shadow: 0px 3px 10px 5px rgb(0, 0, 0, 0.5) !important; */
}


/* Big Hero */

/* Give it some angle */
.smoothHero {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  height: 100vh;
  background: url( "../img/grain-1024x682.png") no-repeat bottom;
  background-size: cover;
  background-position: center center; 
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  position: relative;
  text-align: center;
  outline: 1px solid transparent;
}



.blueHero {
  background-color: #153d55;
  position: relative;
  z-index: 0;
}


.darkHero {
  background-color: #343a40;
  position: relative;
  z-index: 0;
}



.paleHero {
  background-color: #fff;
  position: relative;
  z-index: 0;
}


/*Header Assets */

.header-title, .header-subtitle {
  color: #fff;
}

.header-button {
  position: relative;
  -webkit-transform: translateZ(.1px);
          transform: translateZ(.1px);
  z-index: 10;
}

.animate-pop-in {
  -webkit-animation: pop-in .8s cubic-bezier(0, 0.9, 0.3, 1.2) forwards;
          animation: pop-in .8s cubic-bezier(0, 0.9, 0.3, 1.2) forwards;
  opacity: 0;
	-webkit-animation-delay:1.0s;
          animation-delay:1.0s;
}

.header-title {
  -webkit-animation-delay:1.2s;
          animation-delay:1.2s;
}

.header-button {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}


/* Set some page standards for responsive formatting and display */
.container-bigHero {
	height: 100%;
	width: 100%;
	min-height: 100%;
	margin-top: 0px;
}

.all-clear {
	background-color: transparent !important;
}



.bigHero-Content {
	padding-top: 0px;
}

/* Parallax Divs */
.lessTall {
	min-height: 400px;
	background-attachment: fixed;
}


/* Footer Styles */

a.footLink {
	color: #fff;
}

a.footLink:active {
	color: #fff;
}

a.footLinkGreen:hover {
	color: #dfb758;
	text-decoration: none;
}

.darkHeroFoot {
  background-color: #343a40;
  position: relative;
  z-index: 0;
}