/*
Theme Name: Change WA
Theme URI: 
Author: Change WA
Author URI: 
Description: Custom Wordpress Theme
Version: 4.0.4
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: 
Text Domain: Change WA
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{font-size:100%;font:inherit;padding:0;border:0;margin:0;vertical-align:baseline}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.clear{clear:both}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important}


/* Custom Styles Below */
/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Define Custom Variables Here */
.gradient, section#info-graph .image:after, article#main-article:after, article.tile a.image-link:hover .image:after {
  background: -moz-linear-gradient(-45deg, rgba(255, 193, 0, 0.35) 0%, rgba(33, 96, 43, 0.35) 65%, rgba(33, 96, 43, 0.35) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(255, 193, 0, 0.35) 0%, rgba(33, 96, 43, 0.35) 65%, rgba(33, 96, 43, 0.35) 100%);
  background: linear-gradient(135deg, rgba(255, 193, 0, 0.35) 0%, rgba(33, 96, 43, 0.35) 65%, rgba(33, 96, 43, 0.35) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59ffc100', endColorstr='#5921602b',GradientType=1 );
}

/* Default Variables */
/* main font family */
/* rgba color with opacity */
/* main width of wrapper */
/* height of footer */
/* sets text color for input fields */
/* Default Styles */
html {
  height: 100%;
}

body {
  height: 100%;
  font-family: brandon-grotesque, sans-serif;
}

.bodyWrap {
  min-height: 100%;
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
}

::selection {
  background: rgba(255, 193, 0, 0.4);
}

.wrap {
  width: 960px;
  margin: auto;
}

.clear {
  clear: both;
}

.fullWidth, header#header, section, article#main-article, footer, footer .copyright {
  width: 100%;
  min-width: 960px;
}

/* Convert px to rem */
/* Float */
.left {
  float: left;
}

.right {
  float: right;
}

/* Text Align */
.textLeft {
  text-align: left;
}

.textCenter {
  text-align: center;
}

.textRight {
  text-align: right;
}

.textJust {
  text-align: justify;
}

/* Position */
.fixed {
  position: fixed;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

/* Display */
.hide, .mobile {
  display: none;
}

.block, .desktop {
  display: block;
}

.inline {
  display: inline;
}

.inlineBlock {
  display: inline-block;
}

.flex {
  display: flex;
}

/* Font Weight */
.bold, strong {
  font-weight: bold;
}

.regular {
  font-weight: normal;
}

.italic, em {
  font-style: italic;
}

/* Responsive Element -- Good for making perfect squares or circles */
.element {
  position: relative;
}

.element:after {
  content: '';
  display: block;
  padding-top: 100%;
}

/* Responsive Iframe, Object, Embed */
.videoContainer {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.videoContainer iframe, .videoContainer object, .videoContainer embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Full Width Image (requires width and height) */
.fullImg {
  position: relative;
  overflow: hidden;
}

.fullImg img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  margin: auto;
  min-width: 100%;
  min-height: 100%;
}

.button, form input[type="submit"], section #contact form input[type="submit"] {
  font-weight: bold;
  border-radius: 5px;
  color: #21602B;
  text-transform: uppercase;
}

.button:hover, form input:hover[type="submit"], section #contact form input:hover[type="submit"] {
  background: #FFC100;
  color: #21602B;
}

.button a, form input[type="submit"] a, section #contact form input[type="submit"] a {
  padding: 5px 10px;
  display: block;
  color: #21602B;
  font-size: 18px;
}

/* Typography */
a {
  text-decoration: none;
}

.content h1 {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 45px;
  line-height: 2.8125rem;
  font-family: rockwell, sans-serif;
  margin-bottom: 10px;
}

.content h2 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 22px;
  line-height: 1.375rem;
  font-family: rockwell, sans-serif;
  margin-bottom: 10px;
}

.content h3 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 18px;
  line-height: 1.125rem;
  font-family: rockwell, sans-serif;
  margin-bottom: 10px;
}

.content h4 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 16px;
  line-height: 1rem;
  font-family: rockwell, sans-serif;
  margin-bottom: 10px;
}

.content p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 20px;
  line-height: 1.25rem;
  margin-bottom: 25px;
}

.content form p {margin-bottom:0;}

.content ul {
  padding-left: 25px;
  margin-bottom: 25px;
  list-style: disc;
}

.content ul li {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 20px;
  line-height: 1.25rem;
}

.content ol {
  padding-left: 25px;
  margin-bottom: 25px;
  list-style: decimal;
}

.content ol li {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 20px;
  line-height: 1.25rem;
}

/* Input Styles */
form {
  box-sizing: border-box;
  display: flex;
}

form input {
  box-sizing: border-box;
  padding: 0 10px;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 21px;
  line-height: 1.3125rem;
  border: 0;
  font-family: brandon-grotesque, sans-serif;
}

form input::-webkit-input-placeholder {
  color: #727272;
}

form input:-moz-placeholder {
  color: #727272;
  opacity: 1;
}

form input::-moz-placeholder {
  color: #727272;
  opacity: 1;
}

form input:-ms-input-placeholder {
  color: #727272;
}

form input:placeholder-shown {
  color: #727272;
}

form textarea {
  box-sizing: border-box;
  padding: 10px;
}

form input[type="text"], form textarea {
  width: 100%;
}

form input[type="submit"] {
  line-height: 30px;
  cursor: pointer;
}

header#header {
  background: #21602B;
  position: sticky;
  top: 0;
  z-index: 9999;
}

header#header .wrap {
  display: flex;
  height: 100%;
  align-items: center;
}

header#header .logo {
  padding: 15px 0;
}

header#header nav {
  margin-left: auto;
  display: flex;
  align-items: center;
}

header#header nav ul {
  display: flex;
  align-items: center;
}

header#header nav ul li {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 26px;
  line-height: 1.625rem;
  text-transform: uppercase;
  margin-left: 25px;
  font-weight: 400;
  position: relative;
}

header#header nav ul li:first-child {
  margin-left: 0;
}

header#header nav ul li a {
  color: #fff;
  display: flex;
  align-items: center;
}

header#header nav ul li a .far, header#header nav ul li a .fal, header#header nav ul li a .fas, header#header nav ul li a .fab {
  padding-left: 5px;
  font-size: 14px;
}

header#header nav ul li ul {
  position: absolute;
  right: 0;
  top: 26px;
  min-width: 200px;
  max-width: 300px;
  display: none;
  flex-direction: column;
  z-index: 999;
  background: #fff;
  box-sizing: border-box;
  padding: 12px;
  align-items: flex-start;
}

header#header nav ul li ul li {
  margin-left: 0;
  line-height: 20px;
  line-height: 1.25rem;
  margin-bottom: 12px;
}

header#header nav ul li ul li a {
  color: #000;
}

header#header nav ul li ul li:hover a {
  color: #FFC100;
}

header#header nav ul li ul li:last-child {
  margin-bottom: 0;
}

header#header nav ul li:hover ul {
  display: flex;
  border-top: 10px solid #21602B;
}

header#header nav ul > li:hover > a {
  color: #FFC100;
}

header#header nav .search {
  margin-left: 25px;
  height: 30px;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
}

header#header nav .search .far, header#header nav .search .fal, header#header nav .search .fas, header#header nav .search .fab {
  cursor: pointer;
}

header#header nav .search .far:hover, header#header nav .search .far.active, header#header nav .search .fal:hover, header#header nav .search .fal.active, header#header nav .search .fas:hover, header#header nav .search .fas.active, header#header nav .search .fab:hover, header#header nav .search .fab.active {
  color: #FFC100;
}

header#header nav .search form {
  position: absolute;
  top: 0;
  right: 30px;
  width: 0%;
  display: flex;
  align-items: center;
  overflow: hidden;
}

header#header nav .search form input {
  height: 30px;
}

header#header nav .button, header#header nav form input[type="submit"], form header#header nav input[type="submit"] {
  background: #fff;
  display: flex;
  align-items: center;
  margin-left: 25px;
}

header#header nav .button:hover, header#header nav form input:hover[type="submit"], form header#header nav input:hover[type="submit"] {
  background: #FFC100;
}

.grid {
  display: grid;
}

.grid.two {
  grid-template-columns: repeat(2, [row] 1fr);
}

.grid.three {
  grid-template-columns: repeat(3, [row] 1fr);
}

.grid.five {
  grid-template-columns: repeat(5, [row] 1fr);
}

section {
  position: relative;
  z-index: 999;
}

section .hoist {
  margin-top: -125px;
  background: #fff;
  box-sizing: border-box;
  padding: 30px;
  min-height: 125px;
  position: relative;
}

section#articles {
  position: relative;
  margin-bottom: 30px;
}

section#articles #article-list {
  grid-gap: 30px;
}

section#sign-up {
  box-sizing: border-box;
  padding: 40px 0;
  background: #21602B;
  position: relative;
}

section#sign-up .half {
  width: 50%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

section#sign-up .half .white {
  width: calc(100% - (960px / 2) - 135px);
  height: 100%;
  background: #fff;
  position: absolute;
}

section#sign-up .half .half-contain {
  width: calc(100% - (960px / 2));
  position: relative;
  height: 100%;
}

section#sign-up .half .half-contain .big-block-arrow {
  position: absolute;
  right: 0;
  height: 100%;
}

section#sign-up .container {
  max-width: 650px;
  position: relative;
  z-index: 99;
  margin: auto;
}

section#sign-up .container h2 {
  color: #fff;
  font-family: rockwell, sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 26px;
  line-height: 1.625rem;
  margin-bottom: 15px;
}

section#sign-up .container form input {
  height: 30px;
}

section#sign-up .container form .email, section#sign-up .container form .email-address {
  width: 325px;
  margin-right: 20px;
}

section#sign-up .container form .zip, section#sign-up .container form .zip-code {
  width: 185px;
  margin-right: 20px;
}

section#sign-up .container form p {
	display: flex;
}

section#slider {
  padding: 50px 0;
}

section#slider .slide-container {
  display: flex;
}

section#slider .slide {
  height: 450px;
  background: #C3C3C3;
  position: relative;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  min-width: 65px;
  width: calc(20% - 3px);
  transition: .5s ease;
  margin-right: 15px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

section#slider .slide .slide-content {
  width: 100%;
  height: 100%;
}

section#slider .slide h2 {
  color: #fff;
  font-family: rockwell, sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 26px;
  line-height: 1.625rem;
  text-transform: uppercase;
  transform: rotate(-180deg);
  position: absolute;
  bottom: 15px;
  right: 15px;
}

section#slider .slide.active {
  min-width: 640px;
  transition: .5s ease;
}

section#slider .slide:last-child {
  margin-right: 0;
}

section#info-graph {
  height: 450px;
  display: flex;
  align-items: center;
}

section#info-graph .image {
  width: calc(50% + 90px);
  height: 100%;
  background: #C3C3C3;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

section#info-graph .image:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

section#info-graph .content {
  width: calc(50% - 90px);
  box-sizing: border-box;
  padding: 50px;
  background: #21602B;
  height: 100%;
  display: flex;
  align-items: center;
}

section#info-graph .content h2 {
  color: #fff;
  font-family: rockwell, sans-serif;
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 40px;
  line-height: 2.5rem;
  margin-bottom: 20px;
}

section#info-graph .content p {
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 20px;
  line-height: 1.25rem;
}

section #article .sidebar {
  display: flex;
}

section #article aside#share {
  padding-right: 30px;
}

section #article aside#share ul {
  position: sticky;
  top: 120px;
  margin-bottom: 25px;
}

section #article aside#share ul li {
  font-size: 18px;
  margin-bottom: 10px;
  color: #21602B;
  cursor: pointer;
}

section #article aside#share ul li a {
  color: #21602B;
}

section #article aside#share ul li a:hover, section #article aside#share ul li:hover {
  color: #FFC100;
}

section #article #related-articles {
  padding: 50px 0 30px 0;
}

section #article #related-articles h2 {
  color: #21602B;
  font-family: rockwell, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 20px;
  line-height: 1.25rem;
  margin-bottom: 20px;
}

section #article #related-articles .grid {
  grid-gap: 30px;
}

section #employees .employee {
  display: flex;
  margin-bottom: 35px;
}

section #employees .employee .image {
  width: 285px;
  height: 200px;
  background: #C3C3C3;
  flex-shrink: 0;
}

section #employees .employee .text {
  padding-left: 20px;
}

section #employees .employee .text h2 {
  font-family: rockwell, sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 22px;
  line-height: 1.375rem;
  margin-bottom: 5px;
}

section #employees .employee .text h3 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 26px;
  line-height: 1.625rem;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: brandon-grotesque, sans-serif;
}

section #employees .employee .text p:last-child {
  margin-bottom: 0;
}

section #contact .grid {
  grid-gap: 50px;
}

section #contact .wpcf7 {
	width: 100%;
}

section #contact form {
  flex-direction: column;
  width: 100%;
}

section #contact form label {
  display: flex;
  flex-direction: column;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 16px;
  line-height: 1rem;
  font-family: rockwell, sans-serif;
  margin-bottom: 20px;
}

section #contact form input, section #contact form textarea {
  margin-top: 10px;
  border: 1px solid #000;
  min-height: 30px;
  width: 100%;
}

section #contact form input[type="submit"] {
  background: #21602B;
  color: #fff;
  border: 0;
  flex-grow: 0;
}

section#in-the-news {
  margin-bottom: 30px;
}

section#in-the-news article {
  margin-bottom: 30px;
}

section#in-the-news article h2 {
  font-family: rockwell, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
  margin-bottom: 10px;
}


section#in-the-news article a {
  color: #000;
  display: inline;
}

section#in-the-news article a:hover {
  color: #FFC100;
}

section#in-the-news article .image {
  width: 225px;
  height: 125px;
  background: #C3C3C3;
  flex-shrink: 0;
}

section#in-the-news article .text {
  padding-left: 20px;
}

section#in-the-news article .text h3 {
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
  margin-bottom: 10px;
}

section#in-the-news article .text p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 20px;
  line-height: 1.25rem;
}

section #load-more, section #load-more-news {
  text-align: center;
  padding: 20px 0;
}

section #load-more span.load, section #load-more-news span.load {
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 26px;
  line-height: 1.625rem;
  font-weight: 600;
  color: #21602B;
  cursor: pointer;
}

section #load-more span.load .far, section #load-more span.load .far, section #load-more span.load .fal, section #load-more span.load .fas, section #load-more-news span.load .far, section #load-more-news span.load .far, section #load-more-news span.load .fal, section #load-more-news span.load .fas {
  padding-left: 5px;
}

section #load-more span.load:hover, section #load-more-news span.load:hover {
  color: #FFC100;
}

article#main-article {
  height: 490px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

article#main-article:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

article#main-article h1 {
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 50px;
  line-height: 3.125rem;
  font-family: rockwell, sans-serif;
  color: #fff;
  font-weight: 400;
}

article#main-article .wrap {
  box-sizing: border-box;
  padding: 0 80px 125px 80px;
  position: relative;
  z-index: 99;
  display: flex;
  align-items: center;
  height: 100%;
}

article#main-article a .far, article#main-article a .fal, article#main-article a .fas, article#main-article a .fab {
  font-size: 100px;
  color: #fff;
}

article#main-article a:hover .far, article#main-article a:hover .fal, article#main-article a:hover .fas, article#main-article a:hover .fab, article#main-article a:hover h1 {
  text-shadow: 0px 0px 20px rgba(255, 193, 0, .9);
}

article .sub {
  display: flex;
  align-items: center;
  padding-top: 20px;
  text-transform: uppercase;
  flex-wrap: wrap;
}

article .sub a, article .sub span {
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 26px;
  line-height: 1.625rem;
}

article .sub a:hover {
  text-shadow: 0px 0px 20px rgba(255, 193, 0, .9);
}

article .sub .far, article .sub .fal, article .sub .fas, article .sub .fab {
  font-size: 16px;
  padding: 0 10px;
  color: #fff;
}

article .sub p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 20px;
  line-height: 1.25rem;
  text-transform: none;
  color: #fff;
}

article.tile .image {
  width: 100%;
  height: 200px;
  margin-bottom: 10px;
  position: relative;
}

article.tile .image img {
  position: relative;
  display: block;
}

article.tile h2 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
  font-family: rockwell, sans-serif;
  margin-bottom: 10px;
  color: #000;
}

article.tile a {
  color: #000;
}

article.tile a:hover {
  color: #FFC100;
  text-shadow:none;
}

article.tile a.image-link:hover .image:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

article.tile .sub {
  padding-top: 0;
}

article.tile .sub a {
  color: #000;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
}

article.tile .sub a:hover {
  color: #FFC100;
}

article.tile .sub .far, article.tile .sub .fal, article.tile .sub .fas, article.tile .sub .fab {
  font-size: 14px;
  color: #000;
}

article a {
  /*display: flex;
  align-items: center;*/
  color:#FFC100;
}

article#main-article .container a {
  display: flex;
  align-items: center;
}

article blockquote {
  padding-left:25px;
  border-left:5px solid #FFC100;
}

footer {
  background: #fff;
  box-sizing: border-box;
  padding-top: 50px;
  margin-top: auto;
}

footer .footer-container {
  display: flex;
}

footer .footer-container .logo {
  padding-bottom: 50px;
}

footer .footer-container .contact {
  padding-bottom: 50px;
  padding-left: 30px;
}

footer .footer-container .contact p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 18px;
  line-height: 1.125rem;
  margin-bottom: 25px;
}

footer .footer-container .contact .social {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

footer .footer-container .contact .social a {
  color: #000;
  margin-right: 20px;
  display: flex;
  align-items: center;
}

footer .footer-container .contact .social a .far, footer .footer-container .contact .social a .fal, footer .footer-container .contact .social a .fas, footer .footer-container .contact .social a .fab {
  font-size: 20px;
  padding-right: 5px;
}

footer .footer-container .contact .social a span {
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
  line-height: 32px;
  line-height: 2rem;
}

.inline-block {display:inline-block;}
footer .footer-container .contact .social a:hover {
  color: #FFC100;
}

footer .footer-container .contact .more-info {
  max-width: 525px;
  grid-gap: 20px;
}

footer .footer-container .contact .more-info p {
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  line-height: 32px;
  line-height: 2rem;
}

footer .footer-container .contact .more-info p:last-of-type {
  margin-bottom: 0;
}

footer .footer-container .contact .more-info .button, footer .footer-container .contact .more-info form input[type="submit"], form footer .footer-container .contact .more-info input[type="submit"], footer .footer-container .contact .more-info section #contact form input[type="submit"], section #contact form footer .footer-container .contact .more-info input[type="submit"] {
  background: #21602B;
}

footer .footer-container .contact .more-info .button a, footer .footer-container .contact .more-info form input[type="submit"] a, form footer .footer-container .contact .more-info input[type="submit"] a, footer .footer-container .contact .more-info section #contact form input[type="submit"] a, section #contact form footer .footer-container .contact .more-info input[type="submit"] a {
  color: #fff;
}

footer .footer-container .contact .more-info .button:hover, footer .footer-container .contact .more-info form input:hover[type="submit"], form footer .footer-container .contact .more-info input:hover[type="submit"], footer .footer-container .contact .more-info section #contact form input:hover[type="submit"], section #contact form footer .footer-container .contact .more-info input:hover[type="submit"] {
  background: #FFC100;
}

footer .footer-container .contact .more-info .button:hover a, footer .footer-container .contact .more-info form input:hover[type="submit"] a, form footer .footer-container .contact .more-info input:hover[type="submit"] a, footer .footer-container .contact .more-info section #contact form input:hover[type="submit"] a, section #contact form footer .footer-container .contact .more-info input:hover[type="submit"] a {
  color: #21602B;
}

footer .copyright {
  height: 30px;
  background: #21602B;
}

footer .copyright .wrap {
  display: flex;
  align-items: center;
  height: 100%;
}

footer .copyright .wrap span {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
  text-transform: uppercase;
}


.wpcf7-form {flex-direction:column;}
.wpcf7-response-output {flex:0 0 100%;}
.wpcf7-not-valid-tip {color:#000 !important; padding-top:10px;}
.wpcf7-response-output {padding:10px !important; margin:20px 0 0 0  !important; color:#000 !important;}

/* Mobile Styles */
@media screen and (max-width: 960px) {
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
  /* Turns "Stacked" Text Into One Line */
  .linebreak br {
    content: ' ';
  }
  .linebreak br:after {
    content: ' ';
  }
  .fullWidth, header#header, section, article#main-article, footer, footer .copyright {
    min-width: 100%;
  }
  .wrap {
    width: 100%;
  }
  header#header .wrap {
    width: 90%;
  }
  header#header nav .navigation {
    display: none;
    position: absolute;
    width: 100%;
    top: 92px;
    left: 0;
    background: #21602B;
    padding: 12px 0;
  }
  header#header nav .navigation ul {
    display: flex;
    flex-direction: column;
  }
  header#header nav .navigation ul li {
    margin-left: 0;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 35px;
    line-height: 2.1875rem;
    width: 100%;
  }
  header#header nav .navigation ul li ul {
    position: relative;
    top: 0;
    padding: 12px 0;
    background: rgba(19, 54, 24, 0.5);
    min-width: auto;
    max-width: none;
    align-items: center;
    margin-bottom: 12px;
  }
  header#header nav .navigation ul li ul li {
    font-size: 16px;
    font-size: 1rem;
    line-height: 25px;
    line-height: 1.5625rem;
    margin-bottom: 6px;
  }
  header#header nav .navigation ul li ul li a {
    color: #fff;
  }
  header#header nav .navigation ul li:hover ul {
    border-top: 0;
  }
  header#header nav .navigation ul li a {
    justify-content: center;
  }
  article#main-article {
    height: 100%;
    min-height: 490px;
    display: flex;
  }
  article#main-article h1 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 40px;
    line-height: 2.5rem;
  }
  article#main-article a .far, article#main-article a .fal, article#main-article a .fab, article#main-article a .fas {
    font-size: 50px;
  }
  article#main-article .container {
    padding: 40px 0;
  }
  article.tile .image {
    height: auto;
  }
  article.tile .image img {
    max-width: 100%;
  }
  article.tile .sub {
    flex-direction: column;
    align-items: flex-start;
  }
  article.tile .sub .fa-chevron-double-right {
    display: none;
  }
  section#info-graph {
    height: auto;
  }
  section#info-graph .image {
    display: none;
  }
  section#info-graph .content {
    width: 100%;
  }
  section#slider .slide.active {
    width: calc(100% - (80px * 4));
    min-width: calc(100% - (80px * 4));
  }
  section#sign-up .wrap {
    width: 90%;
  }
  footer .footer-container {
    flex-direction: column;
    width: 90%;
    text-align: center;
  }
  footer .footer-container .logo {
    padding-bottom: 25px;
  }
  footer .footer-container .contact {
    padding-left: 0;
  }
  footer .footer-container .contact .social {
    flex-wrap: wrap;
    justify-content: center;
  }
  footer .footer-container .contact .more-info {
    margin: auto;
  }
  footer .copyright .wrap {
    width: 90%;
    justify-content: center;
  }
  /* Use the variables below to create a unique hamburger */
  .cover {
    display: block;
    z-index: 999;
    width: 30px;
    height: 22px;
    cursor: pointer;
    margin-left: 25px;
  }
  .cover:hover .line, .cover:hover .line:before, .cover:hover .line:after {
    background: #fff;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
  }
  .cover.open .line, .cover.open .line:before, .cover.open .line:after {
    background: #000;
  }
  .line {
    border-radius: 10px;
    width: 30px;
    height: 2px;
    background: #fff;
    top: 10px;
    position: relative;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
  }
  .line:before {
    border-radius: 10px;
    width: 30px;
    height: 2px;
    background-color: #fff;
    top: -10px;
    content: '';
    left: 0;
    position: absolute;
  }
  .line:after {
    border-radius: 10px;
    width: 30px;
    height: 2px;
    background-color: #fff;
    top: 10px;
    content: '';
    left: 0;
    position: absolute;
  }
  .line.animate {
    -webkit-animation: mymove3 0.2s forwards;
    -moz-animation: mymove3 0.2s forwards;
    -o-animation: mymove3 0.2s forwards;
    animation: mymove3 0.2s forwards;
  }
  .line.animate:before {
    -webkit-animation: mymove 0.5s forwards;
    -moz-animation: mymove 0.5s forwards;
    -o-animation: mymove 0.5s forwards;
    animation: mymove 0.5s forwards;
  }
  .line.animate:after {
    -webkit-animation: mymove2 0.5s forwards;
    -moz-animation: mymove2 0.5s forwards;
    -o-animation: mymove2 0.5s forwards;
    animation: mymove2 0.5s forwards;
  }
  .line.reverse {
    -webkit-animation: mymove6 0.2s forwards;
    -moz-animation: mymove6 0.2s forwards;
    -o-animation: mymove6 0.2s forwards;
    animation: mymove6 0.2s forwards;
  }
  .line.reverse:before {
    -webkit-animation: mymove4 0.5s forwards;
    -moz-animation: mymove4 0.5s forwards;
    -o-animation: mymove4 0.5s forwards;
    animation: mymove4 0.5s forwards;
  }
  .line.reverse:after {
    -webkit-animation: mymove5 0.5s forwards;
    -moz-animation: mymove5 0.5s forwards;
    -o-animation: mymove5 0.5s forwards;
    animation: mymove5 0.5s forwards;
  }
  @keyframes mymove {
    0% {
      top: -10px;
    }
    50% {
      top: 0;
    }
    51% {
      transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
    }
    100% {
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      top: 0;
    }
  }
  @keyframes mymove2 {
    0% {
      top: 10px;
    }
    50% {
      top: 0;
    }
    51% {
      transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
    }
    100% {
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      top: 0;
    }
  }
  @keyframes mymove3 {
    99% {
      width: 30px;
    }
    100% {
      width: 0px;
    }
  }
  @keyframes mymove4 {
    0% {
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      top: 0;
    }
    50% {
      transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
    }
    51% {
      top: 0;
    }
    100% {
      top: -10px;
    }
  }
  @keyframes mymove5 {
    0% {
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      top: 0;
    }
    50% {
      transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
    }
    51% {
      top: 0;
    }
    100% {
      top: 10px;
    }
  }
  @keyframes mymove6 {
    0% {
      width: 0px;
    }
    99% {
      width: 0px;
    }
    100% {
      width: 30px;
    }
  }
  @-webkit-keyframes mymove {
    0% {
      top: -10px;
    }
    50% {
      top: 0;
    }
    51% {
      transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
    }
    100% {
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      top: 0;
    }
  }
  @-webkit-keyframes mymove2 {
    0% {
      top: 10px;
    }
    50% {
      top: 0;
    }
    51% {
      transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
    }
    100% {
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      top: 0;
    }
  }
  @-webkit-keyframes mymove3 {
    99% {
      width: 30px;
    }
    100% {
      width: 0px;
    }
  }
  @-webkit-keyframes mymove4 {
    0% {
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      top: 0;
    }
    50% {
      transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
    }
    51% {
      top: 0;
    }
    100% {
      top: -10px;
    }
  }
  @-webkit-keyframes mymove5 {
    0% {
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      top: 0;
    }
    50% {
      transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
    }
    51% {
      top: 0;
    }
    100% {
      top: 10px;
    }
  }
  @-webkit-keyframes mymove6 {
    0% {
      width: 0px;
    }
    99% {
      width: 0px;
    }
    100% {
      width: 30px;
    }
  }
}

@media screen and (max-width: 768px) {
  header#header .logo {
    width: 160px;
  }
  header#header .logo img {
    width: 100%;
  }
  header#header nav .search {
    display: none;
  }
  header#header nav .navigation {
    top: 69px;
  }
  .grid.three {
    grid-template-columns: repeat(2, [row] 1fr);
  }
  article.tile .image {
    height: auto;
  }
  article.tile .image img {
    max-width: auto;
    width: 100%;
  }
  section#in-the-news article .flex {
    flex-direction: column;
  }
  section#in-the-news article .image {
    margin-bottom: 10px;
  }
  section#in-the-news article .text {
    padding-left: 0;
  }
  section #employees .employee {
    display: flex;
    flex-direction: column;
  }
  section #employees .employee .image {
    margin-bottom: 15px;
  }
  section #employees .employee .text {
    padding-left: 0;
  }
  section #contact .grid.two {
    grid-template-columns: repeat(1, [row] 1fr);
  }
}

@media screen and (max-width: 600px) {
  header#header nav .button, header#header nav form input[type="submit"], form header#header nav input[type="submit"] {
    display: none;
  }
  section .hoist {
    padding: 5%;
  }
  section#slider {
    display: none;
  }
  section#sign-up {
    border-bottom: 5px solid #fff;
  }
  section#sign-up .container form {
    flex-direction: column;
  }
  section#sign-up .container form input[type="text"] {
    margin-bottom: 10px;
  }
  section#sign-up .container form .email {
    width: 100%;
    margin-right: 0;
  }
  section#info-graph .content {
    padding: 50px 5%;
  }
  article#main-article .wrap {
    padding: 0 20px 125px 20px;
  }
  article#main-article a .far, article#main-article a .fab, article#main-article a .fal, article#main-article a .fas {
    display: none;
  }
  article#main-article .sub {
    align-items: flex-start;
    flex-direction: column;
  }
  article#main-article .sub .fa-chevron-double-right {
    display: none;
  }
  .grid.three, .grid.two {
    grid-template-columns: repeat(1, [row] 1fr);
  }
  footer .copyright {
    height: auto;
    padding: 10px 0;
  }
}


article a {
    color: #21602b;
}
.wp-block-button__link {
    padding: 5px 8px !important;
    text-transform: uppercase !important;
    border-radius: 5px !important;
    background: #C0C0C0 !important;
    color: #335F31 !important;
}
.wp-block-button__link:hover {
    background: #F5C343 !important;
}



.kcrha-header {
	text-align: center;
}
.kcrha-subheader {
	text-align: center;
}

form#gform_1 {
	display: block;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

form#gform_1 .ginput_container input {
	border: 1px solid black;
	text-transform: unset;
}
form#gform_1 .gform_footer input {
	margin-left: auto;
	margin-right: auto;
}
form#gform_1 #field_1_11 {
	font-style: italic;
	font-size: smaller;
}
.kcrha-table {
	max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.kcrha-table img {
	height: 150px !important;
	width: 150px !important;
}
.kcrha-table tr td {
	padding-bottom: 20px;
        border-bottom: 1px solid black;
	padding-top: 20px;
}
.kcrha-table tr td:nth-child(1) {
	width: 150px;
	border-left: none;
	border-right: none;
	border-color: #335F31;
}
.kcrha-table td strong {
	font-size: 1.3rem;
	line-height: 1.1;
	margin-bottom: 10px;
	display: inline-block;
}
.kcrha-table td a {
	display: inline-block;
	padding: 5px 8px;
	text-transform: uppercase;
	border-radius: 5px;
	background: #C0C0C0;
	color: #335F31;
	margin-top: 10px;
	font-weight: bold;
}
.kcrha-table td a:hover {
	background: #F5C343;
}
.kcrha-table tr td:nth-child(2) {
	vertical-align: top;
	padding-left: 20px;
	border-left: none;
	border-right: none;
	border-color: #335F31;
}
.kcrha-header,
#gform_confirmation_wrapper_1 {
	text-align: center;
}

.page-id-1096 .content p,
.page-id-1096 .content ul li {
    font-size: 1.4rem;
    line-height: 1.75rem;
}


@media screen and (max-width: 600px) {
	.kcrha-header {
		text-align: left;
	}
	.kcrha-subheader {
		text-align: left;
		margin-bottom: 30px;
	}
	body .is-layout-flex.kcrha-columns {
		display: block;
	}
	body .is-layout-flex.kcrha-columns .is-layout-flow:nth-child(1) {
		float: left
	}
	body .is-layout-flex.kcrha-columns .is-layout-flow figure img {
		width: 150px;
		margin-right: 15px;
	}
	.kcrha-message {
	    color: #335F31;
	    font-weight: bold;
	    border: 2px solid #335F31;
	    padding: 10px;
	}
}

.bigbold-cta {
    background: #335F31;
    color: white;
    font-weight: bold;
    border: 2px solid #335F31;
    padding: 10px;
    text-align: center;
}
.buttonx {
    margin-bottom: 15px !important;
}

.content ul ul {
	margin-bottom: 0;
}
