

.content-container {
	position: relative;
	top: 0rem;
	left: 0rem;
  width: 100%;
  max-width: 100%;
  min-height: 35rem;
  grid-template-columns:  minmax(0, 2.1fr) minmax(0, 1.4fr);
  grid-template-areas: 
    "main-column side-column";
  gap: 0rem;
  min-width: 100%;
  background: transparent;
  padding: 5px;
  margin: 0px;
  flex-wrap: wrap;
  align-items: start;
  justify-content: flex-start;
  overflow: hidden;
  display: flex;
  z-index: 5;
}

/* Start Main Column */
.main-column {
  position: relative;
	top: 0rem;
	left: 0rem;
  width: 66.66666%;
  height: auto;
  background: transparent;
  padding: 5px;
  margin: 0px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  display: flex;
  z-index: 6;

}

/* Start Main Column Content */
.mainCol-content {
  position: relative;
  top: 0rem;
  left: 0rem;
  width: 98%;
  min-width: 98%;
  height: auto;
  background-color: transparent;
  padding: 5px; 
  margin: 0px;
  align-items: start;
  justify-content: center;
  display: block;
  overflow: hidden;
  z-index: 7;
}

.mainCol-content h1 {
  position: relative;
  top: 0rem;
  left: 0rem;
  font-family: Open Sans, arial, sans-serif; 
  font-size: 3em; 
  font-weight: 900; 
  line-height: 1.2em; 
  color: #436C1D; 
  text-align: center;
  text-shadow: 0px 2px 6px #132009;
  margin-top: 2rem;
  margin-bottom: 2rem;

}

.mainCol-content section {
  position: relative;
  top: 0rem;
  left: 0rem;
  width: 98%;
  min-width: 98%;
  height: auto;
  background-color: transparent;
  padding: 10px;
  margin: 0rem;
  margin-bottom: 5rem;
  align-items: start;
  justify-content: start;
  display: block;
  overflow: hidden;
  z-index: 8;
}

.mainCol-content .section-title {
  position: relative;
  top: 0rem;
  left: 0rem; 
  width: 98%;
  font-family: Open Sans, arial, sans-serif; 
  font-size: 2.5em; 
  font-weight: 700; 
  line-height: 1.2em; 
  color: #436C1D; 
  text-align: center;
  text-shadow: 0px 2px 6px #132009;
  margin-top: 2rem;
  margin-bottom: 2rem;
  align-items: center;
  justify-content: center;
  display: block;
  overflow: hidden;
  z-index: 10;
}

.mainCol-content section h1 {
  position: relative;
  top: 0rem;
  left: 0rem; 
  font-size: 2.25rem;
  font-family: Open Sans, arial, sans-serif;
  line-height: 1.2em; 
  color: var(--text-main);
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mainCol-content section h2 {
  position: relative;
  top: 0rem;
  left: 0rem; 
  font-size: 1.6rem;
  font-family: Open Sans, arial, sans-serif;
  line-height: 1.2em; 
  color: var(--text-main);
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mainCol-content section p {
  position: relative;
  top: 0rem;
  left: 0rem; 
  font-size: 1em; 
  font-weight: 600; 
  font-family: Open Sans, arial, sans-serif;
  line-height: 1.2em; 
  color: var(--text-main);
  margin: 1rem 0;
}

/* Start About Content */
.about-content {
  position: relative;
  top: 0rem;
  left: 0rem;
  width: 85%;
  min-width: 85%;
  background-color: #40671D;
  background: -webkit-gradient(linear, top, color-stop(0%, #20360f), color-stop(100%, #3d3d3d), color-stop(20%, #D6F20D));
  background: -moz-linear-gradient(top, #20360f, #3d940a, #D6F20D);
  border-radius: var(--radius-sm);
  -ms-box-sizing: border-box; 
  -moz-box-sizing: border-box; 
  -o-box-sizing: border-box; 
  -webkit-box-sizing: border-box; 
  box-sizing: border-box; 
  -webkit-box-shadow: 5px 5px 15px #132009;
  -moz-box-shadow: 5px 5px 15px #132009;
  box-shadow: 5px 5px 15px #132009;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin: 2rem;
  padding: 5px;
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  flex-wrap: wrap;
  align-items: start;
  justify-content: center;
  display: flex;            /* NEW, Spec - Opera 12.1, Firefox 20+ */
  overflow: hidden;
  z-index: 9;
}

/* Start Main Rows Content */
.aboutRow{
  content: "";
  display: table;
  clear: both;

}

/* Start Main Rows ContCol33 Container */
.about-contCol33 {
  position: relative;
  top: 0px;
  left: 0px;
  float: left;
  width: 33.33333%;
  background-color: transparent;
  margin: 0px;
  padding: 10px;
  align-items: start;
  justify-content: center;
  overflow: hidden;
}

.about-contCol33 img {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  background-color: #ccc;
  margin: 0px;
  padding: 0px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* Start Main Rows ContCol66 Container */
.about-contCol66 {
  position: relative;
  top: 0px;
  left: 0px;
  float: left;
  width: 66.66666%;
  background-color: transparent;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
  margin: 0px;
  align-items: start;
  justify-content: center;
  overflow: hidden;
}

.about-contCol66 .about-caption {
  position: relative;
  top: -5rem;
  width: 98%;
  padding: 5px;
  margin: 0px;
  align-items: start;
  justify-content: start;
  overflow: hidden;
  z-index: 11;
}

.about-contCol66 P {
  font-size: 1.08em;
  font-weight: bold;
  font-family: Open Sans, arial, sans-serif;
  line-height: 1.3em;
  margin: 0rem;
}

.about-contCol66 .xlarge-aboutFont66 {
  position: relative;
  top: 0rem;
  width: 98%;
  font-size: 2em;
  font-family: Open Sans, arial, sans-serif;
  color: #436C1D;
  text-align: center;
  text-shadow: 1px 1px 2px #132009;
  line-height: 1.3em;
  margin: 0rem;
  margin-bottom: 2rem;
  align-items: center;
  justify-content: center;
  display: block;
  overflow: hidden;
  z-index: 10;
}

.about-contCol66 .large-aboutFont66 {
  position: relative;
  top: -5rem;
  width: 98%;
  font-size: 1.3em;
  font-family: Open Sans, arial, sans-serif;
  color: #D6F20D;
  text-align: center;
  text-shadow: 1px 1px 2px #132009;
  line-height: 1.3em;
  margin: 0rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  align-items: center;
  justify-content: center;
  display: block;
  overflow: hidden;
  z-index: 10;
}

.about-contCol66 .aboutCaption-Font66 {
  position: relative;
  font-family: "Open Sans", arial, sans-serif;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.3em;
  text-shadow: 1px 1px 2px #132009;
  color: #f56905;
}

.about-contCol66 .findout-btn {
  position: relative;
  top: -5rem;
  width: 98%;
  padding: 5em;
  margin: 0px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 12;
}

.aboutButton66 {
  position: relative;
  top: 0rem;
  left: 0rem;
  width: 15rem;
  border: none;
  border-radius: 5px;
  color: #f8fff2;
  padding: 14px 28px;
  font-size: 1em;
  font-family: "Open Sans", arial, sans-serif;
  letter-spacing: 0.2em;
  overflow-wrap: break-word;
  text-align: center;
  text-decoration: rgb(248, 255, 242);
  text-decoration-color: rgb(248, 255, 242);
  text-decoration: none;
  text-decoration-line: none;
  text-decoration-style: solid;
  text-decoration-thickness: auto;
  text-transform: uppercase; 
  text-shadow: 1px 1px 2px #132009;
  cursor: pointer;
  background-color: #436C1D;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-top-style: none;
  box-sizing: border-box;
  -webkit-box-shadow: 0 5px 10px #132009;
  -moz-box-shadow: 0 5px 10px #132009;
  box-shadow: 0px 5px 10px #132009;
  display: inline-block;
  z-index: 13;
}

/* --Frequently Asked Questions-- */
.accordion-content {
    position: relative;
    top: 0rem;
    left: 0rem;
    width: 85%;
    min-width: 85%;
    font-size: 1.1em;
    background: #f1fee6;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ACDC81), color-stop(40%, #CCE9B1), color-stop(100%, #ECF7E1)); 
    background: -moz-linear-gradient(top, #ACDC81, #CCE9B1, #ECF7E1);
    border-radius: var(--main-radius);
    -ms-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box; 
    -webkit-box-shadow: 5px 5px 15px #132009;
    -moz-box-shadow: 5px 5px 15px #132009;
    box-shadow: 5px 5px 15px #132009;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding: 10px;
    justify-items: flex-start;
    align-items: start;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-direction: column;
    flex: 1;
    display: flex;
    overflow: hidden;
    z-index: 9;
}

.acc-header {
  position: relative;
  top: 0rem;
  left: 0rem;
  width: 85%;
  min-width: 85%;
  box-sizing: border-box;
  font-family: Open Sans, arial, sans-serif;
  color: #436C1D;
  text-shadow: 0px 2px 6px #132009;
  margin: 2rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
  justify-content: center;
  display: block;
  z-index: 10;
}

.acc-header h2 {
  position: relative;
  top: -1rem;
  left: 15rem;
  width: 85%;
  min-width: 85%;
  font-size: 2em;
  font-family: "Open Sans", arial, sans-serif;
  font-weight: 900; 
  line-height: 1.3em;
  z-index: 13;
}


.accordion {
  position: relative;
  top: 0rem;
  left: 0rem;
  width: 85%;
  min-width: 85%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ACDC81), color-stop(40%, #CCE9B1), color-stop(100%, #ECF7E1)); 
  background: -moz-linear-gradient(top, #ACDC81, #CCE9B1, #ECF7E1);
  background: #f1fee6;
  border-radius: var(--main-radius);
  -ms-box-sizing: border-box; 
  -moz-box-sizing: border-box; 
  -o-box-sizing: border-box; 
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 5px 5px 15px #132009;
  -moz-box-shadow: 5px 5px 15px #132009;
  box-shadow: 5px 5px 15px #132009;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  margin-bottom: 5rem;
  padding: 10px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  align-content: start;
  justify-items: center;
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-direction: column;
  flex: 1;
  overflow: hidden;
  z-index: 14;
}
                        
.accordion li {
  position: relative;
  top: 0rem;
  left: 0rem;
  width: 98%;
  min-width: 98%;
  list-style: none;
  border-radius: 8px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ACDC81), color-stop(40%, #CCE9B1), color-stop(100%, #ECF7E1)); 
  background: -moz-linear-gradient(top, #ACDC81, #CCE9B1, #ECF7E1);
  background: #ACDC81;
  -ms-box-sizing: border-box; 
  -moz-box-sizing: border-box; 
  -o-box-sizing: border-box; 
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 6px 6px 10px -1px rgba(19, 32, 9)
                      -6px -6px 10px -1px rgba(19, 32, 9);
  -moz-box-shadow: 6px 6px 10px -1px rgba(19, 32, 9)
                  -6px -6px 10px -1px rgba(19, 32, 9);
  box-shadow: 6px 6px 10px -1px rgba(19, 32, 9),
              -6px -6px 10px -1px rgba(19, 32, 9);
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  margin-bottom: 2rem;
  padding: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-direction: column;
  flex: 1;
  z-index: 15;
}
                        
.accordion li label {
  align-items: center;
  padding: 10px;
  font-size: clamp(1.333em, +10vw, 1.333em);
  font-family: "Open Sans", arial, sans-serif;
  font-weight: 500;
  line-height: 1.3em;
  cursor: pointer;
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
                        
label::before {
  content: '+';
  margin-right: 10px;
  font-size: 1.7em;
  font-weight: 600;
}

input[type="radio"] {
  display: none;
}

.accordion .contentFAQ {
  font-size: clamp(1em, +10vw, 1em);
  font-family: "Open Sans", arial, sans-serif;
  line-height: 1.3em;
  color: #132009;
  padding: 0 10px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s, padding 0.5s;
}

.accordion input[type="radio"]:checked + label + .contentFAQ {
  max-height: 400px;
  padding: 10px 10px 20px;
}

.accordion input[type="radio"]:checked + label::before {
  content: '-';
}

/* --Blog Posts-- */
.blog-content {
    position: relative;
    top: 0rem;
    left: 0rem;
    width: 85%;
    min-width: 85%;
    font-size: 1.1em;
    background: #f1fee6;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ACDC81), color-stop(40%, #CCE9B1), color-stop(100%, #ECF7E1)); 
    background: -moz-linear-gradient(top, #ACDC81, #CCE9B1, #ECF7E1);
    border-radius: var(--radius-sm);
    -ms-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box; 
    -webkit-box-shadow: 5px 5px 15px #132009;
    -moz-box-shadow: 5px 5px 15px #132009;
    box-shadow: 5px 5px 15px #132009;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding: 10px;
    justify-items: flex-start;
    align-items: start;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-direction: column;
    flex: 1;
    display: flex;
    overflow: hidden;
    z-index: 9;
}

.blogPost-header {
  position: relative;
  top: 0rem;
  left: 0rem;
  width: 98%;
  min-width: 98%;
  margin: 0rem;
  padding: 10px;
  justify-content: center;
  z-index: 10;
}

.blogPost-header h1 {
  position: relative;
  top: 0rem;
  left: 0rem; 
  font-size: 2.4em; 
  font-weight: 900;
  font-family: Open Sans, arial, sans-serif; 
  line-height: 1.2em; 
  color: #436C1D; 
  text-shadow: 0px 2px 6px #132009;
  z-index: 11;
}

.blogPost-subHeader {
    position: relative;
    top: -3rem;
    left: 0rem;
    width: 98%;
    min-width: 98%;
    margin: 0rem;
    padding: 10px;
    justify-content: center;
    z-index: 10;
}

.blogPost-subHeader h2 {
  position: relative;
  top: 0rem;
  left: 4.2rem; 
  font-size: 1.23em; 
  font-weight: 900;
  font-family: Open Sans, arial, sans-serif; 
  line-height: 1.2em; 
  color: #436C1D; 
  text-shadow: 0px 2px 6px #132009;
  z-index: 11;
}

.blog-spot {
    position: relative;
    top: 0rem;
    left: 0rem;
    width: 85%;
    min-width: 85%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ACDC81), color-stop(40%, #CCE9B1), color-stop(100%, #ECF7E1)); 
    background: -moz-linear-gradient(top, #ACDC81, #CCE9B1, #ECF7E1);
    background: #f1fee6;
    border-radius: var(--radius-sm);
    -ms-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 5px 5px 15px #132009;
    -moz-box-shadow: 5px 5px 15px #132009;
    box-shadow: 5px 5px 15px #132009;
    margin: 0;
    margin-top: 5rem;
    margin-bottom: 5rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0rem;
    padding-bottom: 0rem;
    padding: 10px;
    justify-items: flex-start;
    align-items: start;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-direction: column;
    flex: 1;
    overflow: hidden;
    z-index: 12;
    }

.blog-post {
    position: relative;
    top: 0rem;
    left: 0rem;
    width: 98%;
    background-color: #f1fee6;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ACDC81), color-stop(40%, #CCE9B1), color-stop(100%, #ECF7E1)); 
    background: -moz-linear-gradient(top, #ACDC81, #CCE9B1, #ECF7E1);
    border-radius: var(--radius-sm);
    -ms-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box; 
    -webkit-box-shadow: 5px 5px 15px #132009;
    -moz-box-shadow: 5px 5px 15px #132009;
    box-shadow: 5px 5px 15px #132009;
    margin: 0;
    margin-top: 2em;
    margin-bottom: 5em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0rem;
    padding-right: 0rem;
    padding-top: 0rem;
    padding-bottom: 0rem;
    padding: 10px;
    justify-items: flex-start;
    align-items: start;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-direction: column;
    flex: 1;
    overflow: hidden;
    z-index: 13;
}

/* Start Blog Rows Preview */
.blogPostRow{
  content: "";
  display: table;
  clear: both;
  left: 0rem;
  top: 0rem;
  width: 98%;
  z-index: 14;

}

/* Start Blog Preview Rows ContCol33 Container */
   .blogPost-contCol33 {
       float: left;
       width: 33.33333%;
       background-color: transparent;
       padding: 0px;
       align-content: start;
       justify-content: center;
       margin: 0;
       overflow: hidden;
   }

   .blogPost-contCol33 img {
       float: left;
       width: 100%;
       min-width: 100%;
       background-color: #ccc;
       align-items: center;
       justify-items: center;
       margin: 0 auto;
       overflow: hidden;
       z-index: 15;
   }

/* Start Blog Preview Rows ContCol66 Container */
   .blogPost-contCol66 {
       float: left;
       width: 66.66666%;
       padding: 2px;
       background-color: transparent;
       padding: 2px;
       align-content: start;
       justify-items: center;
       margin: 0;
       overflow: hidden;
       justify-content: center;
   }

.blogPost-contCol66 .blogPost-Title {
  position: relative;
  top: -2rem;
  left: 0rem;
  width: 98%;
  padding: 0px;
  margin: 0px;
  justify-content: center;
  z-index: 16;
}

.blogPost-Title h1 {
  font-size: 1.16em;
  font-weight: 600;
  font-family: Open Sans, arial, sans-serif; 
  line-height: 1.2em; 
  color: #436C1D; 
  text-shadow: 0px 2px 6px #132009;
  z-index: 17;
}

.blogPost-contCol66 .blogPost-subTitle {
  position: relative;
  top: -5.1rem;
  left: 0rem;
  width: 98%;
  padding: 0px;
  margin: 0px;
  justify-content: center;
  z-index: 16;
}

.blogPost-subTitle h2 {
  font-size: 0.9em;
  font-family: Open Sans, arial, sans-serif;
  line-height: 1.2em;
  color: #FF6600;
  text-shadow: 1px 1px 2px #132009;
  z-index: 17;
}

.blogPost-contCol66 .blogPost-byLine {
  position: relative;
  top: -5rem;
  left: 0rem;
  width: 98%;
  padding: 0px;
  margin: 0px;
  justify-content: center;
  z-index: 16;
}

.blogPost-byLine h3 {
  font-size: 0.7em;
  font-family: Open Sans, arial, sans-serif;
  line-height: 1.1em;
  font-weight: bold;
  text-shadow: 1px 1px 2px #132009;
  color: #D6F20D;
  z-index: 17;
}

.blogPost-contCol66 .blogPost-summery {
  position: relative;
  top: -4.5rem;
  left: 0rem;
  width: 98%;
  padding: 0px;
  margin: 0px;
  justify-content: center;
  z-index: 16;
}

.blogPost-summery P {
  font-size: 0.9em;
  font-weight: bold;
  font-family: Open Sans, arial, sans-serif;
  line-height: 1.2em;
  color: #132009;
  z-index: 17;
}

.about-contCol66 .blogPost-readmore {
  position: relative;
  left: 0rem;
  top: 0rem;
  width: 98%;
  padding: 0px;
  margin: 0px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 16;
}

.blogPost-btn {
  position: relative;
  left: 3em; 
  top: -3rem; 
  border: none;
  border-radius: 5px;
  color: #f8fff2;
  padding: 14px 28px;
  font-size: 1em;
  font-family: "Open Sans", arial, sans-serif;
  letter-spacing: 0.2em;
  max-width: 100%;
  overflow-wrap: break-word;
  text-align: center;
  text-decoration: rgb(248, 255, 242);
  text-decoration-color: rgb(248, 255, 242);
  text-decoration: none;
  text-decoration-line: none;
  text-decoration-style: solid;
  text-decoration-thickness: auto;
  text-transform: uppercase; 
  text-shadow: 1px 1px 2px #132009;
  cursor: pointer;
  background-color: #436C1D;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-top-style: none;
  box-sizing: border-box;
  -webkit-box-shadow: 0 5px 10px #132009;
  -moz-box-shadow: 0 5px 10px #132009;
  box-shadow: 0px 5px 10px #132009;
  display: inline-block;
  z-index: 17;
}

/* Start Side Column Content */
.side-column {
  position: relative;
	top: 0rem;
	left: 0rem;
  width: 33.33333%;
  height: auto;
  background: transparent;
  padding: 5px;
  margin: 0px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  display: flex;
  z-index: 6;
}

/* Start Main Column Content */
.sideCol-content {
  position: relative;
  top: 0rem;
  left: 0rem;
  width: 98%;
  min-width: 98%;
  height: auto;
  background-color: transparent;
  padding: 5px; 
  margin: 0px;
  align-items: start;
  justify-content: center;
  display: block;
  overflow: hidden;
  z-index: 7;
}

.sideCol-content section {
  position: relative;
  top: 0rem;
  left: 0rem;
  width: 98%;
  min-width: 98%;
  height: auto;
  background-color: transparent;
  padding: 0px;
  margin: 0px;
  margin-bottom: 5rem;
  align-items: start;
  justify-content: center;
  display: block;
  overflow: hidden;
  z-index: 8;
}

.sideCol-content .section-title {
  position: relative;
  top: 0rem;
  left: 0rem; 
  width: 98%;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 5px;
  align-items: center;
  justify-content: center;
  display: block;
  overflow: hidden;
  z-index: 12;
}

.section-title h1 {
  font-family: Open Sans, arial, sans-serif; 
  font-size: 2.5em; 
  font-weight: 700; 
  line-height: 1.2em; 
  color: #436C1D; 
  text-align: center;
  text-shadow: 0px 2px 6px #132009;
}

/* Start Advertise Partners */
.ad-partners {  
  position: relative;
  top: 0rem;
  left: 0.5rem;
  width: 98%;
  min-width: 98%;
  height: auto;
  padding: 5px;
  margin: 0px;
  margin-bottom: 5px;
  background-color: #40671D; 
  background: -webkit-gradient(linear, top, color-stop(0%, #40671D), color-stop(100%, #436C1E), color-stop(20%, #436C1D));
  background: -moz-linear-gradient(top, #40671D, #436C1E, #436C1D);
  font-family: "Open Sans", arial, sans-serif;
  font-size: clamp(1em, +10vw, 1em);
  font-weight: bold;
  color: #fff;
  float: left;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -ms-box-sizing: border-box; 
  -moz-box-sizing: border-box; 
  -o-box-sizing: border-box; 
  -webkit-box-sizing: border-box; 
  box-sizing: border-box;  
  -webkit-box-shadow: 0 5px 5px #132009;
  -moz-box-shadow: 0 5px 5px #132009;
  box-shadow: 0 5px 5px #132009;
  justify-content: center;
  display: block;
  overflow: hidden;
  z-index: 9;
}

.ad-partners .adpartners-heading {
  position: relative;
  top: 0rem;
  left: 0rem; 
  width: 98%;
  margin: 0px;
  margin-bottom: 2rem;
  padding: 5px;
  align-items: center;
  justify-content: center;
  display: block;
  overflow: hidden;
  z-index: 11;
}

.adpartners-heading h2 {
  font-family: Open Sans, arial, sans-serif;
  color: #1f340f;
  font-size: 2em;
  font-weight: 700;
  font-variant: small-caps;
  line-height: 1.2em;
  text-align: center;
  text-shadow: 1px 1px 2px #132009;
}

.partners {
  position: relative;
  top: 0rem;
  left: 0.5rem; 
  width: 98%;
  height: auto;
  margin: 0px;
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding: 5px;
  align-items: start;
  justify-content: start;
  display: block;
  z-index: 10;
}

.ad-partners ul {	
  position: relative;
  top: 0px;
  left: 0px;
  width: 98%;	
  margin: 0;
  padding: 10px;
  z-index: 10;
}

.ad-partners ul li {
  color: #fff;
  font-family: "Open Sans", arial, sans-serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.2em;	
  list-style-type: none;
  text-align: left;
  text-shadow: 1px 1px 2px #132009;
  padding: 0.5em;
  float: left;
  margin-bottom: 1em;
}

.ad-partners li a {
  color: #fff;	
  list-style-type: none;
  text-decoration: none;
}

.ad-partners li a:hover {
  color: #D6F20D;	
  list-style-type: none;
  text-decoration: none;
}

.ad-partners li a:visited {
  color: rgb(248, 255, 242);	
  list-style-type: none;
  text-decoration: none;
}

.adParters_Adiframe {
  position: relative;
  top: 0rem;
  left: 0rem;
  width: 98%;
  min-width: 98%;
  height: 265rem auto;
  min-height: 265rem;
  padding: 5px;
  border:none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: transparent;
  -ms-box-sizing: border-box; 
  -moz-box-sizing: border-box; 
  -o-box-sizing: border-box; 
  -webkit-box-sizing: border-box; 
  box-sizing: border-box;
  -webkit-box-shadow: 0 5px 5px #132009;
  -moz-box-shadow: 0 5px 5px #132009;
  box-shadow: 0 5px 5px #132009;
  justify-content: center;
  scrollbar-width: none; /* Firefox */
  display: block;
  overflow: hidden;
  z-index: 11;
}

/* Recent Posts */
.recentPosts {  
  position: relative;
  top: 0rem;
  left: 0rem;
  width: 98%;
  min-width: 98%;
  height: auto;
  padding: 10px;
  margin: 0px;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: "Open Sans", arial, sans-serif;
  color: #000009;
  background-color: #40671D; 
  background: -webkit-gradient(linear, top, color-stop(0%, #20360f), color-stop(100%, #436C1E), color-stop(20%, #D6F20D));
  background: -moz-linear-gradient(top, #20360f, #3d940a, #D6F20D); 
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -ms-box-sizing: border-box; 
  -moz-box-sizing: border-box; 
  -o-box-sizing: border-box; 
  -webkit-box-sizing: border-box; 
  box-sizing: border-box; 
  -webkit-box-shadow: 0 5px 5px #132009;
  -moz-box-shadow: 0 5px 5px #132009;
  box-shadow: 0 5px 5px #132009;
  display: block;
  overflow: hidden;
  z-index: 9;
}
	
.recentPostImg {
  width: 100%;
  padding: 2px;
  margin: 0 auto;
  float: left;
  overflow: hidden;
  z-index: 10;
}

.recentPost-Title {
  position: relative;
  top: 0rem;
  left: 0rem;
  width: 98%;
  padding: 0px;
  margin: 0px;
  justify-content: center;
  z-index: 10;
}

.recentPost-Title h1 {
  font-size: 1.266em;
  font-weight: 600;
  font-family: Open Sans, arial, sans-serif; 
  line-height: 1.2em; 
  color: #436C1D; 
  text-shadow: 0px 2px 6px #132009;
  z-index: 11;
}

.recentPost-byLine {
  position: relative;
  top: -0.5rem;
  left: 0rem;
  width: 98%;
  padding: 0px;
  margin: 0px;
  justify-content: center;
  z-index: 10;
}

.recentPost-byLine h3 {
  font-size: 0.8em;
  font-family: Open Sans, arial, sans-serif;
  line-height: 1.1em;
  font-weight: bold;
  text-shadow: 1px 1px 2px #132009;
  color: #D6F20D;
  z-index: 11;
}

.recentPost-summery {
  position: relative;
  top: 0rem;
  left: 0rem;
  width: 98%;
  padding: 0px;
  margin: 2px;
  justify-content: center;
  z-index: 10;
}

.recentPost-summery P {
  font-size: 1em;
  font-weight: bold;
  font-family: Open Sans, arial, sans-serif;
  line-height: 1.2em;
  color: #132009;
  z-index: 11;
}

/* Side Read ME Buttons */
.recentPosts-buttonReadMore {
  position: relative;
  top: 0rem;
  left: 0.5rem;
  width: 98%;
  margin: 3px;
  border: none;
  background-color: rgb(64, 103, 29);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-top-style: none;
  box-sizing: border-box;
  -webkit-box-shadow: 0 5px 10px #132009;
  -moz-box-shadow: 0 5px 10px #132009;
  box-shadow: 0px 5px 10px #132009;
  color: rgb(248, 255, 242);
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", arial, sans-serif;
  font-size: 1.2em;
  letter-spacing: 0.2em;
  max-width: 25rem;
  overflow-wrap: break-word;
  padding: 14px 28px;
  text-align: center;
  text-decoration: rgb(248, 255, 242);
  text-decoration-color: rgb(248, 255, 242);
  text-shadow: 1px 1px 2px #132009;
  text-decoration-line: none;
  text-decoration-style: solid;
  text-decoration-thickness: auto;
  text-transform: uppercase;
  z-index: 10; 
}

/* Side Ads */
.side-Ad {  
  position: relative;
  top: 0rem;
  left: 0rem;
  width: 98%;
  min-width: 98%;
  height: auto;
  padding: 0px;
  margin: 0;
  margin-bottom: 2px;
  color: #000009;
  background-color: #40671D;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px; 
  border-radius: 5px;
  -ms-box-sizing: border-box; 
  -moz-box-sizing: border-box; 
  -o-box-sizing: border-box; 
  -webkit-box-sizing: border-box; 
  box-sizing: border-box;  
  -webkit-box-shadow: 0px 5px 5px #132009;
  -moz-box-shadow: 0px 5px 5px #132009;
  box-shadow: 0px 5px 5px #132009;
  display: block;
  overflow: hidden;
  z-index: 9;
}

.side-Adbanner {  
  position: relative;
  top: 0rem;
  left: 0rem;
  background-color: transparent;
  min-width: 100%;
  min-height: 100%;
  float: left;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0px;
  padding: 0px;
  z-index: 10;
}

.side_Adiframe {
  position: relative;
  top: 0rem;
  left: 0rem;
  width: 98%;
  min-width: 98%;
  height: 40rem auto;
  min-height: 40rem;
  background: transparent; 
  border:none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -ms-box-sizing: border-box; 
  -moz-box-sizing: border-box; 
  -o-box-sizing: border-box; 
  -webkit-box-sizing: border-box; 
  box-sizing: border-box;
  justify-content: center;
  scrollbar-width: none; /* Firefox */
  display: block;
  overflow: hidden;
  z-index: 10;
}


/* =====================================================
   RESPONSIVE MEDIA QUERIES
   (CONSOLIDATED & NORMALIZED)
   ===================================================== */

/* ---------- Large Screens ---------- */

@media (max-width: 1280px) {
  .main-column {
    position: relative;
	  top: 0rem;
	  left: 0rem;
    width: 66.66666%;
  }

/* About Content Rows About-ContCol33 & About-ContCol66 Container max-width: 1280px */
.about-content {
    position: relative;
    top: 0;
    left: 0;
    width: 85%;
    min-width: 85%;
}

/* Start about Rows Content max-width: 1280px */
.aboutRow{
  content: "";
  display: table;
  clear: both;

}

/* Start about Rows about-ContCol33 about-Container max-width: 1280px */
   .about-contCol33 {
       float: left;
       width: 33.33333%;
   }

   .about-contCol33 img {
       float: left;
       width: 100%;
       min-width: 100%;
   }

/* Start about Rows about-ContCol66 Container max-width: 1280px */
   .about-contCol66 {
       float: left;
       width: 66.66666%;
   }

.about-contCol66 P {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.3em;
}

.about-contCol66 .large-aboutFont66 {
  font-size: 1em;
  color: #D6F20D;
  text-shadow: 1px 1px 2px #132009;
}

.about-contCol66 .xlarge-aboutFont66 {
  font-size: 1.5em;
  color: #436C1D;
  text-shadow: 1px 1px 2px #132009;
  line-height: 1em;
}

.about-contCol66 .aboutCaption-Font66 {
  font-family: "Open Sans", arial, sans-serif;
  font-size: 1em;
  font-weight: bold;
  text-shadow: 1px 1px 2px #132009;
  color: #f56905;
}

.about-contCol66 .aboutButton66 {
  position: relative;
  top: -1em;
  left: 0;
  border: none;
  border-radius: 5px;
  color: #f8fff2;
  padding: 10px 20px;
  font-size: 0.9em;
}

/* --Frequently Asked Questions max-width: 1280px-- */
.accordion-content {
    position: relative;
    top: 0rem;
    left: 0rem;
    width: 85%;
    min-width: 85%;
}
.accordion {
    position: relative;
    top: 0rem;
    left: 0rem;
    width: 85%;
    min-width: 85%;
}

.acc-header {
    position: relative;
    top: 0rem;
    left: 0rem;
    width: 98%;
    min-width: 98%; 
    font-size: 2.2em; 
    line-height: 1.2em;
}

.acc-header h2 {
    position: relative;
    top: 0rem;
    left: 0rem;
    width: 85%;
    min-width: 85%; 
    font-size: 2.2em; 
    font-weight: 900; 
    line-height: 1.2em; 
}

.accordion {
    position: relative;
    top: 0rem;
    left: 0rem;
    width: 85%;
    min-width: 85%;
}
                        
.accordion li {
    position: relative;
    left: 0rem;
    width: 95.66%;
}

.accordion .contentFAQ {
    font-size: 0.9em;
    color: #132009;
    padding: 0 10px;
    line-height: 1.2em;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s, padding 0.5s;
}

/* Start Blog Post Rows max-width: 1280px */
/* --Blog Posts-- */
.blog-content {
    position: relative;
    top: 0rem;
    left: 0rem;
    width: 85%;
    min-width: 85%;
    justify-content: center;
}

.blogPost-header {
  position: relative;
  top: 0rem;
  left: 0rem;
  width: 98%;
  min-width: 98%;
  margin: 0rem;
  padding: 0px;
  justify-content: center;
  z-index: 10;
}

.blogPost-header h1 {
  position: relative;
  top: 0rem;
  left: 0rem; 
  font-size: 2.7em; 
  font-weight: 900;
  font-family: Open Sans, arial, sans-serif; 
  line-height: 1.2em; 
  color: #436C1D; 
  text-shadow: 0px 2px 6px #132009;
  text-align: center;
  z-index: 11;
}

.blogPost-subHeader {
    position: relative;
    top: -1.6rem;
    left: 0rem;
    width: 98%;
    min-width: 98%;
    margin: 0rem;
    padding: 0px;
    justify-content: center;
    z-index: 10;
}

.blogPost-subHeader h2 {
  position: relative;
  top: 0rem;
  left: 0rem; 
  font-size: 1.2em; 
  font-weight: 900;
  font-family: Open Sans, arial, sans-serif; 
  line-height: 1.2em; 
  color: #436C1D; 
  text-align: center;
  text-shadow: 0px 2px 6px #132009;
  z-index: 11;
}

.blog-spot {
    position: relative;
    top: 0rem;
    left: 0rem;
    width: 85%;
    min-width: 85%;
    margin: 0;
    margin-top: 5rem;
    margin-bottom: 5rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0rem;
    padding-bottom: 0rem;
    padding: 10px;
    }

.blog-post {
    position: relative;
    top: 0rem;
    left: 0rem;
    width: 98%;
    min-width: 98%;
}

/* Start Blog Rows max-width: 1280px */
.blogPostRow{
  content: "";
  display: table;
  clear: both;
  z-index: 14;

}

/* Start Blog Preview Rows ContCol33 Container max-width: 1280px */
   .blogPost-contCol33 {
       float: left;
       width: 98%;
       background-color: transparent;
       padding: 0px;
       align-content: start;
       justify-content: center;
       margin: 0;
       margin-left: 0rem;
       margin-right: 0rem;
       padding-left: 0rem;
       padding-right: 0rem;
       overflow: hidden;
   }

   .blogPost-contCol33 img {
       float: left;
       width: 100%;
       min-width: 100%;
       background-color: #ccc;
       align-items: center;
       justify-items: center;
       margin: 0 auto;
       overflow: hidden;
       z-index: 15;
   }

/* Start Blog Preview Rows ContCol66 Container max-width: 1280px */
   .blogPost-contCol66 {
       float: left;
       width: 98%;
       padding: 2px;
       background-color: transparent;
       padding: 20px;
       align-content: start;
       justify-items: center;
       margin: 0;
       margin-left: auto;
       margin-right: auto;
       padding-left: 0.5rem;
       padding-right: 0.5rem;
       overflow: hidden;
       justify-content: center;
   }

.blogPost-contCol66 .blogPost-Title {
  position: relative;
  top: -2rem;
  left: 0rem;
  width: 98%;
}

.blogPost-Title h1 {
  font-size: 1.4em;
  font-weight: 600;
}

.blogPost-contCol66 .blogPost-subTitle {
  position: relative;
  top: -5rem;
  left: 0rem;
  width: 98%;
}

.blogPost-subTitle h2 {
  font-size: 1.09em;
  font-family: Open Sans, arial, sans-serif;
  line-height: 1.2em;
  color: #FF6600;
  text-align: center;
  text-shadow: 1px 1px 2px #132009;
  z-index: 17;
}

.blogPost-contCol66 .blogPost-byLine {
  position: relative;
  top: -5.5rem;
  left: 0rem;
  width: 98%;
}

.blogPost-byLine h3 {
  font-size: 0.9em;
  font-family: Open Sans, arial, sans-serif;
  line-height: 1.2em;
  font-weight: bold;
  text-align: center;
  text-shadow: 1px 1px 2px #132009;
  color: #D6F20D;
  z-index: 17;
}

.blogPost-contCol66 .blogPost-summery {
  position: relative;
  top: -4rem;
  left: 0rem;
  width: 98%;
  padding: 0px;
  margin: 0px;
  justify-content: center;
  z-index: 16;
}

.blogPost-summery P {
  font-size: 1em;
  font-weight: bold;
  font-family: Open Sans, arial, sans-serif;
  line-height: 1.2em;
  color: #132009;
  z-index: 17;
}

/* Start Blog Post Read More Button max-width: 1535px */
.about-contCol66 .blogPost-readmore {
  position: relative;
  top: 0rem;
  width: 98%;
  padding: 0px;
  margin: 0px;
  justify-content: center;
  overflow: hidden;
  z-index: 16;
}

.blogPost-btn {
  position: relative;
  left: 10em; 
  top: -3em; 
  border: none;
  border-radius: 5px;
  color: #f8fff2;
  padding: 14px 28px;
  font-size: 0.8em;
  font-family: "Open Sans", arial, sans-serif;
  letter-spacing: 0.2em;
  max-width: 100%;
  overflow-wrap: break-word;
  text-align: center;
  text-decoration: rgb(248, 255, 242);
  text-decoration-color: rgb(248, 255, 242);
  text-decoration: none;
  text-decoration-line: none;
  text-decoration-style: solid;
  text-decoration-thickness: auto;
  text-transform: uppercase; 
  text-shadow: 1px 1px 2px #132009;
  cursor: pointer;
  background-color: #436C1D;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-top-style: none;
  box-sizing: border-box;
  -webkit-box-shadow: 0 5px 10px #132009;
  -moz-box-shadow: 0 5px 10px #132009;
  box-shadow: 0px 5px 10px #132009;
  display: inline-block;
  z-index: 17;
}

/* Start Side Colummn max-width: 1280px */
.side-column {
  position: relative;
	top: 0rem;
	left: 0rem;
  width: 33.33333%;
}

/* Start Main Column Content max-width: 1280px */
.sideCol-content {
  position: relative;
  top: 0rem;
  left: 0rem;
  width: 98%;
  min-width: 98%;
  height: auto;
}

.sideCol-content h1 {
  position: relative;
  top: 0rem;
  left: 0rem;

}

.sideCol-content section {
  position: relative;
  top: 0rem;
  left: 0rem;
  width: 98%;
  min-width: 98%;
}

.sideCol-content .section-title {
  position: relative;
  top: 0rem;
  left: 0rem; 
  width: 98%;
}

/* Recent Posts */
.recentPosts {  
  position: relative;
  top: 0rem;
  left: 0rem;
  width: 98%;
  min-width: 98%;
  height: auto;
  padding: 10px;
  margin: 0px;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: "Open Sans", arial, sans-serif;
  color: #000009;
  background-color: #40671D; 
  background: -webkit-gradient(linear, top, color-stop(0%, #20360f), color-stop(100%, #436C1E), color-stop(20%, #D6F20D));
  background: -moz-linear-gradient(top, #20360f, #3d940a, #D6F20D); 
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -ms-box-sizing: border-box; 
  -moz-box-sizing: border-box; 
  -o-box-sizing: border-box; 
  -webkit-box-sizing: border-box; 
  box-sizing: border-box; 
  -webkit-box-shadow: 0 5px 5px #132009;
  -moz-box-shadow: 0 5px 5px #132009;
  box-shadow: 0 5px 5px #132009;
  display: block;
  overflow: hidden;
  z-index: 9;
}
	
.recentPostImg {
  width: 100%;
  padding: 2px;
  margin: 0 auto;
  float: left;
  overflow: hidden;
  z-index: 10;
}

.recentPost-Title {
  position: relative;
  top: 0rem;
  left: 0rem;
  width: 98%;
  padding: 0px;
  margin: 0px;
  justify-content: center;
  z-index: 10;
}

.recentPost-Title h1 {
  font-size: 1.05em;
  font-weight: 600;
  font-family: Open Sans, arial, sans-serif; 
  line-height: 1.2em; 
  color: #436C1D; 
  text-shadow: 0px 2px 6px #132009;
  z-index: 11;
}

.recentPost-byLine {
  position: relative;
  top: -0.5rem;
  left: 0rem;
  width: 98%;
  padding: 0px;
  margin: 0px;
  justify-content: center;
  z-index: 10;
}

.recentPost-byLine h3 {
  font-size: 0.7em;
  font-family: Open Sans, arial, sans-serif;
  line-height: 1.1em;
  font-weight: bold;
  text-shadow: 1px 1px 2px #132009;
  color: #D6F20D;
  z-index: 11;
}

.recentPost-summery {
  position: relative;
  top: 0rem;
  left: 0rem;
  width: 98%;
  padding: 0px;
  margin: 2px;
  justify-content: center;
  z-index: 10;
}

.recentPost-summery P {
  font-size: 0.9em;
  font-weight: bold;
  font-family: Open Sans, arial, sans-serif;
  line-height: 1.2em;
  color: #132009;
  z-index: 11;
}

/* Side Read ME Buttons */
.recentPosts-buttonReadMore {
  position: relative;
  top: 0rem;
  left: 0rem;
  width: 98%;
  margin: 3px;
  border: none;
  background-color: rgb(64, 103, 29);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-top-style: none;
  box-sizing: border-box;
  -webkit-box-shadow: 0 5px 10px #132009;
  -moz-box-shadow: 0 5px 10px #132009;
  box-shadow: 0px 5px 10px #132009;
  color: rgb(248, 255, 242);
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", arial, sans-serif;
  font-size: 1.2em;
  letter-spacing: 0.2em;
  max-width: 25rem;
  overflow-wrap: break-word;
  padding: 14px 28px;
  text-align: center;
  text-decoration: rgb(248, 255, 242);
  text-decoration-color: rgb(248, 255, 242);
  text-shadow: 1px 1px 2px #132009;
  text-decoration-line: none;
  text-decoration-style: solid;
  text-decoration-thickness: auto;
  text-transform: uppercase;
  z-index: 10; 
}

}

/* ---------- Tablets ---------- */

/* Start Page Header Hero Banner Media Query, max-width:1024px */
@media (max-width: 1024px) {
    /* Start Page Content, max-width:1024px */
  .main-column {
    position: relative;
	  top: 0rem;
	  left: 0rem;
    width: 98%;
  }

/* About Content Rows About-ContCol33 & About-ContCol66 Container max-width: 1024px */
.about-content {
    position: relative;
    top: 0;
    left: 0;
    width: 85%;
    min-width: 85%;
}

/* Start about Rows Content max-width: 1024px */
.aboutRow{
  content: "";
  display: table;
  clear: both;

}

/* Start about Rows about-ContCol33 about-Container max-width: 1024px */
   .about-contCol33 {
       float: left;
       width: 33.33333%;
   }

   .about-contCol33 img {
       float: left;
       width: 100%;
       min-width: 100%;
   }

/* Start about Rows about-ContCol66 Container max-width: 1024px */
   .about-contCol66 {
       float: left;
       width: 66.66666%;
   }

.about-contCol66 P {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.3em;
}

.about-contCol66 .large-aboutFont66 {
  font-size: 1em;
  color: #D6F20D;
  text-shadow: 1px 1px 2px #132009;
}

.about-contCol66 .xlarge-aboutFont66 {
  font-size: 1.5em;
  color: #436C1D;
  text-shadow: 1px 1px 2px #132009;
  line-height: 1em;
}

.about-contCol66 .aboutCaption-Font66 {
  font-family: "Open Sans", arial, sans-serif;
  font-size: 1em;
  font-weight: bold;
  text-shadow: 1px 1px 2px #132009;
  color: #f56905;
}

.about-contCol66 .aboutButton66 {
  position: relative;
  top: -1em;
  left: 0;
  border: none;
  border-radius: 5px;
  color: #f8fff2;
  padding: 10px 20px;
  font-size: 0.9em;
}

/* --Frequently Asked Questions max-width: 1024px-- */
.accordion-content {
    position: relative;
    top: 0rem;
    left: 0rem;
    width: 85%;
    min-width: 85%;
}
.accordion {
    position: relative;
    top: 0rem;
    left: 0rem;
    width: 85%;
    min-width: 85%;
}

.acc-header {
    position: relative;
    top: 0rem;
    left: 0rem;
    width: 98%;
    min-width: 98%; 
    font-size: 2.2em; 
    line-height: 1.2em;
}

.acc-header h2 {
    position: relative;
    top: 0rem;
    left: 0rem;
    width: 85%;
    min-width: 85%; 
    font-size: 2.2em; 
    font-weight: 900; 
    line-height: 1.2em; 
}

.accordion {
    position: relative;
    top: 0rem;
    left: 0rem;
    width: 85%;
    min-width: 85%;
}
                        
.accordion li {
    position: relative;
    left: 0rem;
    width: 95.66%;
}

.accordion .contentFAQ {
    font-size: 0.9em;
    color: #132009;
    padding: 0 10px;
    line-height: 1.2em;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s, padding 0.5s;
}

/* Start Blog Post Rows max-width: 1024px */
/* --Blog Posts-- */
.blog-content {
    position: relative;
    top: 0rem;
    left: 0rem;
    width: 85%;
    min-width: 85%;
    justify-content: center;
}

.blogPost-header {
  position: relative;
  top: 0rem;
  left: 0rem;
  width: 98%;
  min-width: 98%;
  margin: 0rem;
  padding: 0px;
  justify-content: center;
  z-index: 10;
}

.blogPost-header h1 {
  position: relative;
  top: 0rem;
  left: 0rem; 
  font-size: 2.7em; 
  font-weight: 900;
  font-family: Open Sans, arial, sans-serif; 
  line-height: 1.2em; 
  color: #436C1D; 
  text-shadow: 0px 2px 6px #132009;
  text-align: center;
  z-index: 11;
}

.blogPost-subHeader {
    position: relative;
    top: -1.6rem;
    left: 0rem;
    width: 98%;
    min-width: 98%;
    margin: 0rem;
    padding: 0px;
    justify-content: center;
    z-index: 10;
}

.blogPost-subHeader h2 {
  position: relative;
  top: 0rem;
  left: 0rem; 
  font-size: 1.2em; 
  font-weight: 900;
  font-family: Open Sans, arial, sans-serif; 
  line-height: 1.2em; 
  color: #436C1D; 
  text-align: center;
  text-shadow: 0px 2px 6px #132009;
  z-index: 11;
}

.blog-spot {
    position: relative;
    top: 0rem;
    left: 0rem;
    width: 85%;
    min-width: 85%;
    margin: 0;
    margin-top: 5rem;
    margin-bottom: 5rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0rem;
    padding-bottom: 0rem;
    padding: 10px;
    }

.blog-post {
    position: relative;
    top: 0rem;
    left: 0rem;
    width: 98%;
    min-width: 98%;
}

/* Start Blog Rows max-width: 1024px */
.blogPostRow{
  content: "";
  display: table;
  clear: both;
  z-index: 14;

}

/* Start Blog Preview Rows ContCol33 Container max-width: 1024px */
   .blogPost-contCol33 {
       float: left;
       width: 98%;
       background-color: transparent;
       padding: 0px;
       align-content: start;
       justify-content: center;
       margin: 0;
       overflow: hidden;
   }

   .blogPost-contCol33 img {
       float: left;
       width: 100%;
       min-width: 100%;
       background-color: #ccc;
       align-items: center;
       justify-items: center;
       margin: 0 auto;
       overflow: hidden;
       z-index: 15;
   }

/* Start Blog Preview Rows ContCol66 Container max-width: 1024px */
   .blogPost-contCol66 {
       float: left;
       width: 98%;
       padding: 2px;
       background-color: transparent;
       padding: 20px;
       align-content: start;
       justify-items: center;
       margin: 0;
       margin-left: auto;
       margin-right: auto;
       padding-left: 0.5rem;
       padding-right: 0.5rem;
       overflow: hidden;
       justify-content: center;
   }

.blogPost-contCol66 .blogPost-Title {
  position: relative;
  top: -3rem;
  left: 0rem;
  width: 98%;
}

.blogPost-Title h1 {
  font-size: 1.5em;
  font-weight: 600;
}

.blogPost-contCol66 .blogPost-subTitle {
  position: relative;
  top: -5.5rem;
  left: 0rem;
  width: 98%;
}

.blogPost-subTitle h2 {
  font-size: 1.1em;
  font-family: Open Sans, arial, sans-serif;
  line-height: 1.2em;
  color: #FF6600;
  text-align: center;
  text-shadow: 1px 1px 2px #132009;
  z-index: 17;
}

.blogPost-contCol66 .blogPost-byLine {
  position: relative;
  top: -5.5rem;
  left: 0rem;
  width: 98%;
}

.blogPost-byLine h3 {
  font-size: 0.8em;
  font-family: Open Sans, arial, sans-serif;
  line-height: 1.2em;
  font-weight: bold;
  text-align: center;
  text-shadow: 1px 1px 2px #132009;
  color: #D6F20D;
  z-index: 17;
}

.blogPost-contCol66 .blogPost-summery {
  position: relative;
  top: -5rem;
  left: 0rem;
  width: 98%;
  padding: 0px;
  margin: 0px;
  justify-content: center;
  z-index: 16;
}

.blogPost-summery P {
  font-size: 1em;
  font-weight: bold;
  font-family: Open Sans, arial, sans-serif;
  line-height: 1.2em;
  color: #132009;
  z-index: 17;
}

.about-contCol66 .blogPost-readmore {
  position: relative;
  top: 0rem;
  width: 98%;
  padding: 0px;
  margin: 0px;
  justify-content: center;
  overflow: hidden;
  z-index: 16;
}

.blogPost-btn {
  position: relative;
  left: 15em; 
  top: -3em; 
  border: none;
  border-radius: 5px;
  color: #f8fff2;
  padding: 14px 28px;
  font-size: 0.8em;
  font-family: "Open Sans", arial, sans-serif;
  letter-spacing: 0.2em;
  max-width: 100%;
  overflow-wrap: break-word;
  text-align: center;
  text-decoration: rgb(248, 255, 242);
  text-decoration-color: rgb(248, 255, 242);
  text-decoration: none;
  text-decoration-line: none;
  text-decoration-style: solid;
  text-decoration-thickness: auto;
  text-transform: uppercase; 
  text-shadow: 1px 1px 2px #132009;
  cursor: pointer;
  background-color: #436C1D;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-top-style: none;
  box-sizing: border-box;
  -webkit-box-shadow: 0 5px 10px #132009;
  -moz-box-shadow: 0 5px 10px #132009;
  box-shadow: 0px 5px 10px #132009;
  display: inline-block;
  z-index: 17;
}

/* Start Side Colummn max-width: 1024px */
.side-column {
  position: relative;
	top: 0rem;
	left: 0rem;
  width: 98%;
}

/* Start Main Column Content max-width: 1024px */
.sideCol-content {
  position: relative;
  top: 0rem;
  left: 0rem;
  width: 98%;
  min-width: 98%;
  height: auto;
}

.sideCol-content h1 {
  position: relative;
  top: 0rem;
  left: 0rem;

}

.sideCol-content section {
  position: relative;
  top: 0rem;
  left: 0rem;
  width: 98%;
  min-width: 98%;
}

.sideCol-content .section-title {
  position: relative;
  top: 0rem;
  left: 0rem; 
  width: 98%;
}

/* Recent Posts */
.recentPosts {  
  position: relative;
  top: 0rem;
  left: 0rem;
  width: 98%;
  min-width: 98%;
  height: auto;
  padding: 10px;
  margin: 0px;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: "Open Sans", arial, sans-serif;
  color: #000009;
  background-color: #40671D; 
  background: -webkit-gradient(linear, top, color-stop(0%, #20360f), color-stop(100%, #436C1E), color-stop(20%, #D6F20D));
  background: -moz-linear-gradient(top, #20360f, #3d940a, #D6F20D); 
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -ms-box-sizing: border-box; 
  -moz-box-sizing: border-box; 
  -o-box-sizing: border-box; 
  -webkit-box-sizing: border-box; 
  box-sizing: border-box; 
  -webkit-box-shadow: 0 5px 5px #132009;
  -moz-box-shadow: 0 5px 5px #132009;
  box-shadow: 0 5px 5px #132009;
  display: block;
  overflow: hidden;
  z-index: 9;
}
	
.recentPostImg {
  width: 100%;
  padding: 2px;
  margin: 0 auto;
  float: left;
  overflow: hidden;
  z-index: 10;
}

.recentPost-Title {
  position: relative;
  top: 0rem;
  left: 0rem;
  width: 98%;
  padding: 0px;
  margin: 0px;
  justify-content: center;
  z-index: 10;
}

.recentPost-Title h1 {
  font-size: 2.66em;
  font-weight: 600;
  font-family: Open Sans, arial, sans-serif; 
  line-height: 1.2em; 
  color: #436C1D; 
  text-shadow: 0px 2px 6px #132009;
  z-index: 11;
}

.recentPost-byLine {
  position: relative;
  top: -0.5rem;
  left: 0rem;
  width: 98%;
  padding: 0px;
  margin: 0px;
  justify-content: center;
  z-index: 10;
}

.recentPost-byLine h3 {
  font-size: 0.7em;
  font-family: Open Sans, arial, sans-serif;
  line-height: 1.1em;
  font-weight: bold;
  text-shadow: 1px 1px 2px #132009;
  color: #D6F20D;
  z-index: 11;
}

.recentPost-summery {
  position: relative;
  top: 0rem;
  left: 0rem;
  width: 98%;
  padding: 0px;
  margin: 5px;
  justify-content: center;
  z-index: 10;
}

.recentPost-summery P {
  font-size: 1.2em;
  font-weight: bold;
  font-family: Open Sans, arial, sans-serif;
  line-height: 1.2em;
  color: #132009;
  z-index: 11;
}

/* Side Read ME Buttons */
.recentPosts-buttonReadMore {
  position: relative;
  top: 0rem;
  left: 15rem;
  width: 98%;
  margin: 3px;
  border: none;
  background-color: rgb(64, 103, 29);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-top-style: none;
  box-sizing: border-box;
  -webkit-box-shadow: 0 5px 10px #132009;
  -moz-box-shadow: 0 5px 10px #132009;
  box-shadow: 0px 5px 10px #132009;
  color: rgb(248, 255, 242);
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", arial, sans-serif;
  font-size: 1.2em;
  letter-spacing: 0.2em;
  max-width: 25rem;
  overflow-wrap: break-word;
  padding: 14px 28px;
  text-align: center;
  text-decoration: rgb(248, 255, 242);
  text-decoration-color: rgb(248, 255, 242);
  text-shadow: 1px 1px 2px #132009;
  text-decoration-line: none;
  text-decoration-style: solid;
  text-decoration-thickness: auto;
  text-transform: uppercase;
  z-index: 10; 
}

}

/* Start Page Header Hero Banner Media Query, max-width:992px */
@media (max-width: 992px) {
  .main-column {
    position: relative;
	  top: 0rem;
	  left: 0rem;
    width: 98%;
  }

/* About Content Rows About-ContCol33 & About-ContCol66 Container max-width: 992px */
.about-content {
    position: relative;
    top: 0;
    left: 0;
    width: 85%;
    min-width: 85%;
}

/* Start about Rows Content max-width: 992px */
.aboutRow{
  content: "";
  display: table;
  clear: both;

}

/* Start about Rows about-ContCol33 about-Container max-width: 992px */
   .about-contCol33 {
       float: left;
       width: 98%;
   }

   .about-contCol33 img {
       float: left;
       width: 100%;
       min-width: 100%;
   }

/* Start about Rows about-ContCol66 Container max-width: 992px */
   .about-contCol66 {
       float: left;
       width: 98%;
   }

.about-contCol66 P {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.3em;
}

.about-contCol66 .large-aboutFont66 {
  font-size: 1.3em;
  color: #D6F20D;
  text-shadow: 1px 1px 2px #132009;
}

.about-contCol66 .xlarge-aboutFont66 {
  font-size: 2.5em;
  color: #436C1D;
  text-shadow: 1px 1px 2px #132009;
  line-height: 1em;
}

.about-contCol66 .aboutCaption-Font66 {
  font-family: "Open Sans", arial, sans-serif;
  font-size: 1em;
  font-weight: bold;
  text-shadow: 1px 1px 2px #132009;
  color: #f56905;
}

.about-contCol66 .aboutButton66 {
  position: relative;
  top: -1em;
  left: 10rem;
  border: none;
  border-radius: 5px;
  color: #f8fff2;
  padding: 10px 20px;
  font-size: 0.9em;
}

/* --Frequently Asked Questions max-width: 992px-- */
.accordion-content {
    position: relative;
    top: 0rem;
    left: 0rem;
    width: 85%;
    min-width: 85%;
}
.accordion {
    position: relative;
    top: 0rem;
    left: 0rem;
    width: 85%;
    min-width: 85%;
}

.acc-header {
    position: relative;
    top: 0rem;
    left: 0rem;
    width: 98%;
    min-width: 98%; 
    font-size: 2.2em; 
    line-height: 1.2em;
}

.acc-header h2 {
    position: relative;
    top: 0rem;
    left: 0rem;
    width: 85%;
    min-width: 85%; 
    font-size: 2.2em; 
    font-weight: 900; 
    line-height: 1.2em; 
}

.accordion {
    position: relative;
    top: 0rem;
    left: 0rem;
    width: 85%;
    min-width: 85%;
}
                        
.accordion li {
    position: relative;
    left: 0rem;
    width: 95.66%;
}

.accordion .contentFAQ {
    font-size: 0.9em;
    color: #132009;
    padding: 0 10px;
    line-height: 1.2em;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s, padding 0.5s;
}

/* Start Blog Post Rows max-width: 992px */
/* --Blog Posts-- */
.blog-content {
    position: relative;
    top: 0rem;
    left: 0rem;
    width: 85%;
    min-width: 85%;
    justify-content: center;
}

.blogPost-header {
  position: relative;
  top: 0rem;
  left: 0rem;
  width: 98%;
  min-width: 98%;
  margin: 0rem;
  padding: 0px;
  justify-content: center;
  z-index: 10;
}

.blogPost-header h1 {
  position: relative;
  top: 0rem;
  left: 0rem; 
  font-size: 2.7em; 
  font-weight: 900;
  font-family: Open Sans, arial, sans-serif; 
  line-height: 1.2em; 
  color: #436C1D; 
  text-shadow: 0px 2px 6px #132009;
  text-align: center;
  z-index: 11;
}

.blogPost-subHeader {
    position: relative;
    top: -1.6rem;
    left: 0rem;
    width: 98%;
    min-width: 98%;
    margin: 0rem;
    padding: 0px;
    justify-content: center;
    z-index: 10;
}

.blogPost-subHeader h2 {
  position: relative;
  top: 0rem;
  left: 0rem; 
  font-size: 1.2em; 
  font-weight: 900;
  font-family: Open Sans, arial, sans-serif; 
  line-height: 1.2em; 
  color: #436C1D; 
  text-align: center;
  text-shadow: 0px 2px 6px #132009;
  z-index: 11;
}

.blog-spot {
    position: relative;
    top: 0rem;
    left: 0rem;
    width: 85%;
    min-width: 85%;
    margin: 0;
    margin-top: 5rem;
    margin-bottom: 5rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0rem;
    padding-bottom: 0rem;
    padding: 10px;
    }

.blog-post {
    position: relative;
    top: 0rem;
    left: 0rem;
    width: 98%;
    min-width: 98%;
}

/* Start Blog Rows max-width: 992px */
.blogPostRow{
  content: "";
  display: table;
  clear: both;
  z-index: 14;

}

/* Start Blog Preview Rows ContCol33 Container max-width: 992px */
   .blogPost-contCol33 {
       float: left;
       width: 98%;
       background-color: transparent;
       padding: 0px;
       align-content: start;
       justify-content: center;
       margin: 0;
       margin-left: 0rem;
       margin-right: 0rem;
       padding-left: 0rem;
       padding-right: 0rem;
       overflow: hidden;
   }

   .blogPost-contCol33 img {
       float: left;
       width: 100%;
       min-width: 100%;
       background-color: #ccc;
       align-items: center;
       justify-items: center;
       margin: 0 auto;
       overflow: hidden;
       z-index: 15;
   }

/* Start Blog Preview Rows ContCol66 Container max-width: 992px */
   .blogPost-contCol66 {
       float: left;
       width: 98%;
       padding: 2px;
       background-color: transparent;
       padding: 20px;
       align-content: start;
       justify-items: center;
       margin: 0;
       margin-left: auto;
       margin-right: auto;
       padding-left: 0.5rem;
       padding-right: 0.5rem;
       overflow: hidden;
       justify-content: center;
   }

.blogPost-contCol66 .blogPost-Title {
  position: relative;
  top: -2rem;
  left: 0rem;
  width: 98%;
}

.blogPost-Title h1 {
  font-size: 1.5em;
  font-weight: 600;
}

.blogPost-contCol66 .blogPost-subTitle {
  position: relative;
  top: -4.8rem;
  left: 0rem;
  width: 98%;
}

.blogPost-subTitle h2 {
  font-size: 1.1em;
  font-family: Open Sans, arial, sans-serif;
  line-height: 1.2em;
  color: #FF6600;
  text-align: center;
  text-shadow: 1px 1px 2px #132009;
  z-index: 17;
}

.blogPost-contCol66 .blogPost-byLine {
  position: relative;
  top: -4.5rem;
  left: 0rem;
  width: 98%;
}

.blogPost-byLine h3 {
  font-size: 0.8em;
  font-family: Open Sans, arial, sans-serif;
  line-height: 1.2em;
  font-weight: bold;
  text-align: center;
  text-shadow: 1px 1px 2px #132009;
  color: #D6F20D;
  z-index: 17;
}

.blogPost-contCol66 .blogPost-summery {
  position: relative;
  top: -4rem;
  left: 0rem;
  width: 98%;
  padding: 0px;
  margin: 0px;
  justify-content: center;
  z-index: 16;
}

.blogPost-summery P {
  font-size: 1em;
  font-weight: bold;
  font-family: Open Sans, arial, sans-serif;
  line-height: 1.2em;
  color: #132009;
  z-index: 17;
}

.about-contCol66 .blogPost-readmore {
  position: relative;
  top: -8rem;
  width: 98%;
  padding: 0px;
  margin: 0px;
  justify-content: center;
  overflow: hidden;
  z-index: 16;
}

.blogPost-btn {
  position: relative;
  left: 15em; 
  top: -2em; 
  border: none;
  border-radius: 5px;
  color: #f8fff2;
  padding: 14px 28px;
  font-size: 0.8em;
  font-family: "Open Sans", arial, sans-serif;
  letter-spacing: 0.2em;
  max-width: 100%;
  overflow-wrap: break-word;
  text-align: center;
  text-decoration: rgb(248, 255, 242);
  text-decoration-color: rgb(248, 255, 242);
  text-decoration: none;
  text-decoration-line: none;
  text-decoration-style: solid;
  text-decoration-thickness: auto;
  text-transform: uppercase; 
  text-shadow: 1px 1px 2px #132009;
  cursor: pointer;
  background-color: #436C1D;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-top-style: none;
  box-sizing: border-box;
  -webkit-box-shadow: 0 5px 10px #132009;
  -moz-box-shadow: 0 5px 10px #132009;
  box-shadow: 0px 5px 10px #132009;
  display: inline-block;
  z-index: 17;
}

/* Start Side Colummn max-width: 992px */
.side-column {
  position: relative;
	top: 0rem;
	left: 0rem;
  width: 98%;
}

/* Start Main Column Content max-width: 992px */
.sideCol-content {
  position: relative;
  top: 0rem;
  left: 0rem;
  width: 98%;
  min-width: 98%;
  height: auto;
}

.sideCol-content h1 {
  position: relative;
  top: 0rem;
  left: 0rem;

}

.sideCol-content section {
  position: relative;
  top: 0rem;
  left: 0rem;
  width: 98%;
  min-width: 98%;
}

.sideCol-content .section-title {
  position: relative;
  top: 0rem;
  left: 0rem; 
  width: 98%;
}

/* Recent Posts */
.recentPosts {  
  position: relative;
  top: 0rem;
  left: 0rem;
  width: 98%;
  min-width: 98%;
  height: auto;
  padding: 10px;
  margin: 0px;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: "Open Sans", arial, sans-serif;
  color: #000009;
  background-color: #40671D; 
  background: -webkit-gradient(linear, top, color-stop(0%, #20360f), color-stop(100%, #436C1E), color-stop(20%, #D6F20D));
  background: -moz-linear-gradient(top, #20360f, #3d940a, #D6F20D); 
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -ms-box-sizing: border-box; 
  -moz-box-sizing: border-box; 
  -o-box-sizing: border-box; 
  -webkit-box-sizing: border-box; 
  box-sizing: border-box; 
  -webkit-box-shadow: 0 5px 5px #132009;
  -moz-box-shadow: 0 5px 5px #132009;
  box-shadow: 0 5px 5px #132009;
  display: block;
  overflow: hidden;
  z-index: 9;
}
	
.recentPostImg {
  width: 100%;
  padding: 2px;
  margin: 0 auto;
  float: left;
  overflow: hidden;
  z-index: 10;
}

.recentPost-Title {
  position: relative;
  top: 0rem;
  left: 0rem;
  width: 98%;
  padding: 0px;
  margin: 0px;
  justify-content: center;
  z-index: 10;
}

.recentPost-Title h1 {
  font-size: 2.5em;
  font-weight: 600;
  font-family: Open Sans, arial, sans-serif; 
  line-height: 1.2em; 
  color: #436C1D; 
  text-shadow: 0px 2px 6px #132009;
  z-index: 11;
}

.recentPost-byLine {
  position: relative;
  top: -0.5rem;
  left: 0rem;
  width: 98%;
  padding: 0px;
  margin: 0px;
  justify-content: center;
  z-index: 10;
}

.recentPost-byLine h3 {
  font-size: 0.7em;
  font-family: Open Sans, arial, sans-serif;
  line-height: 1.1em;
  font-weight: bold;
  text-shadow: 1px 1px 2px #132009;
  color: #D6F20D;
  z-index: 11;
}

.recentPost-summery {
  position: relative;
  top: 0rem;
  left: 0rem;
  width: 98%;
  padding: 0px;
  margin: 5px;
  justify-content: center;
  z-index: 10;
}

.recentPost-summery P {
  font-size: 1.2em;
  font-weight: bold;
  font-family: Open Sans, arial, sans-serif;
  line-height: 1.2em;
  color: #132009;
  z-index: 11;
}

/* Side Read ME Buttons */
.recentPosts-buttonReadMore {
  position: relative;
  top: 0rem;
  left: 15rem;
  width: 98%;
  margin: 3px;
  border: none;
  background-color: rgb(64, 103, 29);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-top-style: none;
  box-sizing: border-box;
  -webkit-box-shadow: 0 5px 10px #132009;
  -moz-box-shadow: 0 5px 10px #132009;
  box-shadow: 0px 5px 10px #132009;
  color: rgb(248, 255, 242);
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", arial, sans-serif;
  font-size: 1.2em;
  letter-spacing: 0.2em;
  max-width: 25rem;
  overflow-wrap: break-word;
  padding: 14px 28px;
  text-align: center;
  text-decoration: rgb(248, 255, 242);
  text-decoration-color: rgb(248, 255, 242);
  text-shadow: 1px 1px 2px #132009;
  text-decoration-line: none;
  text-decoration-style: solid;
  text-decoration-thickness: auto;
  text-transform: uppercase;
  z-index: 10; 
}

}

/* ---------- Mobile ---------- */
  
/* Start Page Header Hero Banner Media Query, max-width:800px */
@media (max-width: 800px) {
  .main-column {
    position: relative;
	  top: 0rem;
	  left: 0rem;
    width: 98%;
  }

/* About Content Rows About-ContCol33 & About-ContCol66 Container max-width: 800px */
.about-content {
    position: relative;
    top: 0;
    left: 0;
    width: 85%;
    min-width: 85%;
}

/* Start about Rows Content max-width: 800px */
.aboutRow{
  content: "";
  display: table;
  clear: both;

}

/* Start about Rows about-ContCol33 about-Container max-width: 800px */
   .about-contCol33 {
       float: left;
       width: 98%;
   }

   .about-contCol33 img {
       float: left;
       width: 100%;
       min-width: 100%;
   }

/* Start about Rows about-ContCol66 Container max-width: 800px */
   .about-contCol66 {
       float: left;
       width: 98%;
   }

.about-contCol66 P {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.3em;
}

.about-contCol66 .large-aboutFont66 {
  font-size: 1.3em;
  color: #D6F20D;
  text-shadow: 1px 1px 2px #132009;
}

.about-contCol66 .xlarge-aboutFont66 {
  font-size: 2.5em;
  color: #436C1D;
  text-shadow: 1px 1px 2px #132009;
  line-height: 1em;
}

.about-contCol66 .aboutCaption-Font66 {
  font-family: "Open Sans", arial, sans-serif;
  font-size: 1em;
  font-weight: bold;
  text-shadow: 1px 1px 2px #132009;
  color: #f56905;
}

.about-contCol66 .aboutButton66 {
  position: relative;
  top: -1em;
  left: 5rem;
  border: none;
  border-radius: 5px;
  color: #f8fff2;
  padding: 10px 20px;
  font-size: 0.9em;
}

/* --Frequently Asked Questions max-width: 800px-- */
.accordion-content {
    position: relative;
    top: 0rem;
    left: 0rem;
    width: 85%;
    min-width: 85%;
}
.accordion {
    position: relative;
    top: 0rem;
    left: 0rem;
    width: 85%;
    min-width: 85%;
}

.acc-header {
    position: relative;
    top: 0rem;
    left: 0rem;
    width: 98%;
    min-width: 98%; 
    font-size: 2.2em; 
    line-height: 1.2em;
}

.acc-header h2 {
    position: relative;
    top: 0rem;
    left: 0rem;
    width: 85%;
    min-width: 85%; 
    font-size: 2.2em; 
    font-weight: 900; 
    line-height: 1.2em; 
}

.accordion {
    position: relative;
    top: 0rem;
    left: 0rem;
    width: 85%;
    min-width: 85%;
}
                        
.accordion li {
    position: relative;
    left: 0rem;
    width: 95.66%;
}

.accordion .contentFAQ {
    font-size: 0.9em;
    color: #132009;
    padding: 0 10px;
    line-height: 1.2em;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s, padding 0.5s;
}

/* Start Blog Post Rows max-width: 800px */
/* --Blog Posts-- */
.blog-content {
    position: relative;
    top: 0rem;
    left: 0rem;
    width: 85%;
    min-width: 85%;
    justify-content: center;
}

.blogPost-header {
  position: relative;
  top: 0rem;
  left: 0rem;
  width: 98%;
  min-width: 98%;
  margin: 0rem;
  padding: 0px;
  justify-content: center;
  z-index: 10;
}

.blogPost-header h1 {
  position: relative;
  top: 0rem;
  left: 0rem; 
  font-size: 2.2em; 
  font-weight: 900;
  font-family: Open Sans, arial, sans-serif; 
  line-height: 1.2em; 
  color: #436C1D; 
  text-shadow: 0px 2px 6px #132009;
  text-align: center;
  z-index: 11;
}

.blogPost-subHeader {
    position: relative;
    top: -1.6rem;
    left: 0rem;
    width: 98%;
    min-width: 98%;
    margin: 0rem;
    padding: 0px;
    justify-content: center;
    z-index: 10;
}

.blogPost-subHeader h2 {
  position: relative;
  top: 0rem;
  left: 0rem; 
  font-size: 1em; 
  font-weight: 900;
  font-family: Open Sans, arial, sans-serif; 
  line-height: 1.2em; 
  color: #436C1D; 
  text-align: center;
  text-shadow: 0px 2px 6px #132009;
  z-index: 11;
}

.blog-spot {
    position: relative;
    top: 0rem;
    left: 0rem;
    width: 85%;
    min-width: 85%;
    margin: 0;
    margin-top: 5rem;
    margin-bottom: 5rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0rem;
    padding-bottom: 0rem;
    padding: 10px;
    }

.blog-post {
    position: relative;
    top: 0rem;
    left: 0rem;
    width: 98%;
    min-width: 98%;
}

/* Start Blog Rows max-width: 800px */
.blogPostRow{
  content: "";
  display: table;
  clear: both;
  z-index: 14;

}

/* Start Blog Preview Rows ContCol33 Container max-width: 800px */
   .blogPost-contCol33 {
       float: left;
       width: 98%;
       background-color: transparent;
       padding: 0px;
       align-content: start;
       justify-content: center;
       margin: 0;
       margin-left: 0rem;
       margin-right: 0rem;
       padding-left: 0rem;
       padding-right: 0rem;
       overflow: hidden;
   }

   .blogPost-contCol33 img {
       float: left;
       width: 100%;
       min-width: 100%;
       background-color: #ccc;
       align-items: center;
       justify-items: center;
       margin: 0 auto;
       overflow: hidden;
       z-index: 15;
   }

/* Start Blog Preview Rows ContCol66 Container max-width: 800px */
   .blogPost-contCol66 {
       float: left;
       width: 98%;
       padding: 2px;
       background-color: transparent;
       padding: 20px;
       align-content: start;
       justify-items: center;
       margin: 0;
       margin-left: auto;
       margin-right: auto;
       padding-left: 0.5rem;
       padding-right: 0.5rem;
       overflow: hidden;
       justify-content: center;
   }

.blogPost-contCol66 .blogPost-Title {
  position: relative;
  top: -2.5rem;
  left: 0rem;
  width: 98%;
}

.blogPost-Title h1 {
  font-size: 1.2em;
  font-weight: 600;
}

.blogPost-contCol66 .blogPost-subTitle {
  position: relative;
  top: -5.5rem;
  left: 0rem;
  width: 98%;
}

.blogPost-subTitle h2 {
  font-size: 0.9em;
  font-family: Open Sans, arial, sans-serif;
  line-height: 1.2em;
  color: #FF6600;
  text-align: center;
  text-shadow: 1px 1px 2px #132009;
  z-index: 17;
}

.blogPost-contCol66 .blogPost-byLine {
  position: relative;
  top: -5.5rem;
  left: 0rem;
  width: 98%;
}

.blogPost-byLine h3 {
  font-size: 0.8em;
  font-family: Open Sans, arial, sans-serif;
  line-height: 1.2em;
  font-weight: bold;
  text-align: center;
  text-shadow: 1px 1px 2px #132009;
  color: #D6F20D;
  z-index: 17;
}

.blogPost-contCol66 .blogPost-summery {
  position: relative;
  top: -5rem;
  left: 0rem;
  width: 98%;
  padding: 0px;
  margin: 0px;
  justify-content: center;
  z-index: 16;
}

.blogPost-summery P {
  font-size: 1em;
  font-weight: bold;
  font-family: Open Sans, arial, sans-serif;
  line-height: 1.2em;
  color: #132009;
  z-index: 17;
}

.about-contCol66 .blogPost-readmore {
  position: relative;
  top: 0rem;
  width: 98%;
  padding: 0px;
  margin: 0px;
  justify-content: center;
  overflow: hidden;
  z-index: 16;
}

.blogPost-btn {
  position: relative;
  left: 10em; 
  top: -3em; 
  border: none;
  border-radius: 5px;
  color: #f8fff2;
  padding: 14px 28px;
  font-size: 0.8em;
  font-family: "Open Sans", arial, sans-serif;
  letter-spacing: 0.2em;
  max-width: 100%;
  overflow-wrap: break-word;
  text-align: center;
  text-decoration: rgb(248, 255, 242);
  text-decoration-color: rgb(248, 255, 242);
  text-decoration: none;
  text-decoration-line: none;
  text-decoration-style: solid;
  text-decoration-thickness: auto;
  text-transform: uppercase; 
  text-shadow: 1px 1px 2px #132009;
  cursor: pointer;
  background-color: #436C1D;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-top-style: none;
  box-sizing: border-box;
  -webkit-box-shadow: 0 5px 10px #132009;
  -moz-box-shadow: 0 5px 10px #132009;
  box-shadow: 0px 5px 10px #132009;
  display: inline-block;
  z-index: 17;
}

/* Start Side Colummn max-width: 800px */
.side-column {
  position: relative;
	top: 0rem;
	left: 0rem;
  width: 98%;
}

/* Start Main Column Content max-width: 800px */
.sideCol-content {
  position: relative;
  top: 0rem;
  left: 0rem;
  width: 98%;
  min-width: 98%;
  height: auto;
}

.sideCol-content h1 {
  position: relative;
  top: 0rem;
  left: 0rem;

}

.sideCol-content section {
  position: relative;
  top: 0rem;
  left: 0rem;
  width: 98%;
  min-width: 98%;
}

.sideCol-content .section-title {
  position: relative;
  top: 0rem;
  left: 0rem; 
  width: 98%;
}

/* Recent Posts */
.recentPosts {  
  position: relative;
  top: 0rem;
  left: 0rem;
  width: 98%;
  min-width: 98%;
  height: auto;
  padding: 10px;
  margin: 0px;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: "Open Sans", arial, sans-serif;
  color: #000009;
  background-color: #40671D; 
  background: -webkit-gradient(linear, top, color-stop(0%, #20360f), color-stop(100%, #436C1E), color-stop(20%, #D6F20D));
  background: -moz-linear-gradient(top, #20360f, #3d940a, #D6F20D); 
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -ms-box-sizing: border-box; 
  -moz-box-sizing: border-box; 
  -o-box-sizing: border-box; 
  -webkit-box-sizing: border-box; 
  box-sizing: border-box; 
  -webkit-box-shadow: 0 5px 5px #132009;
  -moz-box-shadow: 0 5px 5px #132009;
  box-shadow: 0 5px 5px #132009;
  display: block;
  overflow: hidden;
  z-index: 9;
}
	
.recentPostImg {
  width: 100%;
  padding: 2px;
  margin: 0 auto;
  float: left;
  overflow: hidden;
  z-index: 10;
}

.recentPost-Title {
  position: relative;
  top: 0rem;
  left: 0rem;
  width: 98%;
  padding: 0px;
  margin: 0px;
  justify-content: center;
  z-index: 10;
}

.recentPost-Title h1 {
  font-size: 2em;
  font-weight: 600;
  font-family: Open Sans, arial, sans-serif; 
  line-height: 1.2em; 
  color: #436C1D; 
  text-shadow: 0px 2px 6px #132009;
  z-index: 11;
}

.recentPost-byLine {
  position: relative;
  top: -0.5rem;
  left: 0rem;
  width: 98%;
  padding: 0px;
  margin: 0px;
  justify-content: center;
  z-index: 10;
}

.recentPost-byLine h3 {
  font-size: 0.7em;
  font-family: Open Sans, arial, sans-serif;
  line-height: 1.1em;
  font-weight: bold;
  text-shadow: 1px 1px 2px #132009;
  color: #D6F20D;
  z-index: 11;
}

.recentPost-summery {
  position: relative;
  top: 0rem;
  left: 0rem;
  width: 98%;
  padding: 0px;
  margin: 5px;
  justify-content: center;
  z-index: 10;
}

.recentPost-summery P {
  font-size: 1.1em;
  font-weight: bold;
  font-family: Open Sans, arial, sans-serif;
  line-height: 1.2em;
  color: #132009;
  z-index: 11;
}

/* Side Read ME Buttons */
.recentPosts-buttonReadMore {
  position: relative;
  top: 0rem;
  left: 10rem;
  width: 98%;
  margin: 3px;
  border: none;
  background-color: rgb(64, 103, 29);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-top-style: none;
  box-sizing: border-box;
  -webkit-box-shadow: 0 5px 10px #132009;
  -moz-box-shadow: 0 5px 10px #132009;
  box-shadow: 0px 5px 10px #132009;
  color: rgb(248, 255, 242);
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", arial, sans-serif;
  font-size: 1.2em;
  letter-spacing: 0.2em;
  max-width: 25rem;
  overflow-wrap: break-word;
  padding: 14px 28px;
  text-align: center;
  text-decoration: rgb(248, 255, 242);
  text-decoration-color: rgb(248, 255, 242);
  text-shadow: 1px 1px 2px #132009;
  text-decoration-line: none;
  text-decoration-style: solid;
  text-decoration-thickness: auto;
  text-transform: uppercase;
  z-index: 10; 
}

}
  
/* Start Page Header Hero Banner Media Query, max-width:768px */
@media (max-width: 768px) {
  .main-column {
    position: relative;
	  top: 0rem;
	  left: 0rem;
    width: 98%;
  }

/* About Content Rows About-ContCol33 & About-ContCol66 Container max-width: 768px */
.about-content {
    position: relative;
    top: 0;
    left: 0;
    width: 85%;
    min-width: 85%;
}

/* Start about Rows Content max-width: 768px */
.aboutRow{
  content: "";
  display: table;
  clear: both;

}

/* Start about Rows about-ContCol33 about-Container max-width: 768px */
   .about-contCol33 {
       float: left;
       width: 98%;
   }

   .about-contCol33 img {
       float: left;
       width: 100%;
       min-width: 100%;
   }

/* Start about Rows about-ContCol66 Container max-width: 768px */
   .about-contCol66 {
       float: left;
       width: 98%;
   }

.about-contCol66 P {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.3em;
}

.about-contCol66 .large-aboutFont66 {
  font-size: 1em;
  color: #D6F20D;
  text-shadow: 1px 1px 2px #132009;
}

.about-contCol66 .xlarge-aboutFont66 {
  font-size: 1.5em;
  color: #436C1D;
  text-shadow: 1px 1px 2px #132009;
  line-height: 1em;
}

.about-contCol66 .aboutCaption-Font66 {
  font-family: "Open Sans", arial, sans-serif;
  font-size: 1em;
  font-weight: bold;
  text-shadow: 1px 1px 2px #132009;
  color: #f56905;
}

.about-contCol66 .aboutButton66 {
  position: relative;
  top: -1em;
  left: 3rem;
  border: none;
  border-radius: 5px;
  color: #f8fff2;
  padding: 10px 20px;
  font-size: 0.9em;
}

/* --Frequently Asked Questions max-width: 768px-- */
.accordion-content {
    position: relative;
    top: 0rem;
    left: 0rem;
    width: 85%;
    min-width: 85%;
}
.accordion {
    position: relative;
    top: 0rem;
    left: 0rem;
    width: 85%;
    min-width: 85%;
}

.acc-header {
    position: relative;
    top: 0rem;
    left: 0rem;
    width: 98%;
    min-width: 98%; 
    font-size: 2.2em; 
    line-height: 1.2em;
}

.acc-header h2 {
    position: relative;
    top: 0rem;
    left: 0rem;
    width: 85%;
    min-width: 85%; 
    font-size: 2.2em; 
    font-weight: 900; 
    line-height: 1.2em; 
}

.accordion {
    position: relative;
    top: 0rem;
    left: 0rem;
    width: 85%;
    min-width: 85%;
}
                        
.accordion li {
    position: relative;
    left: 0rem;
    width: 95.66%;
}

.accordion .contentFAQ {
    font-size: 0.9em;
    color: #132009;
    padding: 0 10px;
    line-height: 1.2em;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s, padding 0.5s;
}

/* Start Blog Post Rows max-width: 768px */
/* --Blog Posts-- */
.blog-content {
    position: relative;
    top: 0rem;
    left: 0rem;
    width: 85%;
    min-width: 85%;
    justify-content: center;
}

.blogPost-header {
  position: relative;
  top: 0rem;
  left: 0rem;
  width: 98%;
  min-width: 98%;
  margin: 0rem;
  padding: 0px;
  justify-content: center;
  z-index: 10;
}

.blogPost-header h1 {
  position: relative;
  top: 0rem;
  left: 0rem; 
  font-size: 2em; 
  font-weight: 900;
  font-family: Open Sans, arial, sans-serif; 
  line-height: 1.2em; 
  color: #436C1D; 
  text-shadow: 0px 2px 6px #132009;
  text-align: center;
  z-index: 11;
}

.blogPost-subHeader {
    position: relative;
    top: -1.6rem;
    left: 0rem;
    width: 98%;
    min-width: 98%;
    margin: 0rem;
    padding: 0px;
    justify-content: center;
    z-index: 10;
}

.blogPost-subHeader h2 {
  position: relative;
  top: 0rem;
  left: 0rem; 
  font-size: 0.88em; 
  font-weight: 900;
  font-family: Open Sans, arial, sans-serif; 
  line-height: 1.2em; 
  color: #436C1D; 
  text-align: center;
  text-shadow: 0px 2px 6px #132009;
  z-index: 11;
}

.blog-spot {
    position: relative;
    top: 0rem;
    left: 0rem;
    width: 85%;
    min-width: 85%;
    margin: 0;
    margin-top: 5rem;
    margin-bottom: 5rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0rem;
    padding-bottom: 0rem;
    padding: 10px;
    }

.blog-post {
    position: relative;
    top: 0rem;
    left: 0rem;
    width: 98%;
    min-width: 98%;
}

/* Start Blog Rows max-width: 768px */
.blogPostRow{
  content: "";
  display: table;
  clear: both;
  z-index: 14;

}

/* Start Blog Preview Rows ContCol33 Container max-width: 768px */
   .blogPost-contCol33 {
       float: left;
       width: 98%;
       background-color: transparent;
       padding: 0px;
       align-content: start;
       justify-content: center;
       margin: 0;
       margin-left: 0rem;
       margin-right: 0rem;
       padding-left: 0rem;
       padding-right: 0rem;
       overflow: hidden;
   }

   .blogPost-contCol33 img {
       float: left;
       width: 100%;
       min-width: 100%;
       background-color: #ccc;
       align-items: center;
       justify-items: center;
       margin: 0 auto;
       overflow: hidden;
       z-index: 15;
   }

/* Start Blog Preview Rows ContCol66 Container max-width: 768px */
   .blogPost-contCol66 {
       float: left;
       width: 98%;
       padding: 2px;
       background-color: transparent;
       padding: 20px;
       align-content: start;
       justify-items: center;
       margin: 0;
       margin-left: auto;
       margin-right: auto;
       padding-left: 0.5rem;
       padding-right: 0.5rem;
       overflow: hidden;
       justify-content: center;
   }

.blogPost-contCol66 .blogPost-Title {
  position: relative;
  top: -2.5rem;
  left: 0rem;
  width: 98%;
}

.blogPost-Title h1 {
  font-size: 1.2em;
  font-weight: 600;
}

.blogPost-contCol66 .blogPost-subTitle {
  position: relative;
  top: -5.5rem;
  left: 0rem;
  width: 98%;
}

.blogPost-subTitle h2 {
  font-size: 0.9em;
  font-family: Open Sans, arial, sans-serif;
  line-height: 1.2em;
  color: #FF6600;
  text-align: center;
  text-shadow: 1px 1px 2px #132009;
  z-index: 17;
}

.blogPost-contCol66 .blogPost-byLine {
  position: relative;
  top: -5.5rem;
  left: 0rem;
  width: 98%;
}

.blogPost-byLine h3 {
  font-size: 0.7em;
  font-family: Open Sans, arial, sans-serif;
  line-height: 1.2em;
  font-weight: bold;
  text-align: center;
  text-shadow: 1px 1px 2px #132009;
  color: #D6F20D;
  z-index: 17;
}

.blogPost-contCol66 .blogPost-summery {
  position: relative;
  top: -4.8rem;
  left: 0rem;
  width: 98%;
  padding: 0px;
  margin: 0px;
  justify-content: center;
  z-index: 16;
}

.blogPost-summery P {
  font-size: 0.9em;
  font-weight: bold;
  font-family: Open Sans, arial, sans-serif;
  line-height: 1.2em;
  color: #132009;
  z-index: 17;
}

.about-contCol66 .blogPost-readmore {
  position: relative;
  top: 0rem;
  width: 98%;
  padding: 0px;
  margin: 0px;
  justify-content: center;
  overflow: hidden;
  z-index: 16;
}

.blogPost-btn {
  position: relative;
  left: 8em; 
  top: -4em; 
  border: none;
  border-radius: 5px;
  color: #f8fff2;
  padding: 14px 28px;
  font-size: 0.8em;
  font-family: "Open Sans", arial, sans-serif;
  letter-spacing: 0.2em;
  max-width: 100%;
  overflow-wrap: break-word;
  text-align: center;
  text-decoration: rgb(248, 255, 242);
  text-decoration-color: rgb(248, 255, 242);
  text-decoration: none;
  text-decoration-line: none;
  text-decoration-style: solid;
  text-decoration-thickness: auto;
  text-transform: uppercase; 
  text-shadow: 1px 1px 2px #132009;
  cursor: pointer;
  background-color: #436C1D;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-top-style: none;
  box-sizing: border-box;
  -webkit-box-shadow: 0 5px 10px #132009;
  -moz-box-shadow: 0 5px 10px #132009;
  box-shadow: 0px 5px 10px #132009;
  display: inline-block;
  z-index: 17;
}

/* Start Side Colummn max-width: 768px */
.side-column {
  position: relative;
	top: 0rem;
	left: 0rem;
  width: 98%;
}

/* Start Main Column Content max-width: 768px */
.sideCol-content {
  position: relative;
  top: 0rem;
  left: 0rem;
  width: 98%;
  min-width: 98%;
  height: auto;
}

.sideCol-content h1 {
  position: relative;
  top: 0rem;
  left: 0rem;

}

.sideCol-content section {
  position: relative;
  top: 0rem;
  left: 0rem;
  width: 98%;
  min-width: 98%;
}

.sideCol-content .section-title {
  position: relative;
  top: 0rem;
  left: 0rem; 
  width: 98%;
}

/* Recent Posts */
.recentPosts {  
  position: relative;
  top: 0rem;
  left: 0rem;
  width: 98%;
  min-width: 98%;
  height: auto;
  padding: 10px;
  margin: 0px;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: "Open Sans", arial, sans-serif;
  color: #000009;
  background-color: #40671D; 
  background: -webkit-gradient(linear, top, color-stop(0%, #20360f), color-stop(100%, #436C1E), color-stop(20%, #D6F20D));
  background: -moz-linear-gradient(top, #20360f, #3d940a, #D6F20D); 
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -ms-box-sizing: border-box; 
  -moz-box-sizing: border-box; 
  -o-box-sizing: border-box; 
  -webkit-box-sizing: border-box; 
  box-sizing: border-box; 
  -webkit-box-shadow: 0 5px 5px #132009;
  -moz-box-shadow: 0 5px 5px #132009;
  box-shadow: 0 5px 5px #132009;
  display: block;
  overflow: hidden;
  z-index: 9;
}
	
.recentPostImg {
  width: 100%;
  padding: 2px;
  margin: 0 auto;
  float: left;
  overflow: hidden;
  z-index: 10;
}

.recentPost-Title {
  position: relative;
  top: 0rem;
  left: 0rem;
  width: 98%;
  padding: 0px;
  margin: 0px;
  justify-content: center;
  z-index: 10;
}

.recentPost-Title h1 {
  font-size: 1.9em;
  font-weight: 600;
  font-family: Open Sans, arial, sans-serif; 
  line-height: 1.2em; 
  color: #436C1D; 
  text-shadow: 0px 2px 6px #132009;
  z-index: 11;
}

.recentPost-byLine {
  position: relative;
  top: -0.5rem;
  left: 0rem;
  width: 98%;
  padding: 0px;
  margin: 0px;
  justify-content: center;
  z-index: 10;
}

.recentPost-byLine h3 {
  font-size: 0.7em;
  font-family: Open Sans, arial, sans-serif;
  line-height: 1.1em;
  font-weight: bold;
  text-shadow: 1px 1px 2px #132009;
  color: #D6F20D;
  z-index: 11;
}

.recentPost-summery {
  position: relative;
  top: 0rem;
  left: 0rem;
  width: 98%;
  padding: 0px;
  margin: 5px;
  justify-content: center;
  z-index: 10;
}

.recentPost-summery P {
  font-size: 1.1em;
  font-weight: bold;
  font-family: Open Sans, arial, sans-serif;
  line-height: 1.2em;
  color: #132009;
  z-index: 11;
}

/* Side Read ME Buttons */
.recentPosts-buttonReadMore {
  position: relative;
  top: 0rem;
  left: 9rem;
  width: 98%;
  margin: 3px;
  border: none;
  background-color: rgb(64, 103, 29);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-top-style: none;
  box-sizing: border-box;
  -webkit-box-shadow: 0 5px 10px #132009;
  -moz-box-shadow: 0 5px 10px #132009;
  box-shadow: 0px 5px 10px #132009;
  color: rgb(248, 255, 242);
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", arial, sans-serif;
  font-size: 1.2em;
  letter-spacing: 0.2em;
  max-width: 25rem;
  overflow-wrap: break-word;
  padding: 14px 28px;
  text-align: center;
  text-decoration: rgb(248, 255, 242);
  text-decoration-color: rgb(248, 255, 242);
  text-shadow: 1px 1px 2px #132009;
  text-decoration-line: none;
  text-decoration-style: solid;
  text-decoration-thickness: auto;
  text-transform: uppercase;
  z-index: 10; 
}

}
  
/* Start Page Header Hero Banner Media Query, max-width:600px */
@media (max-width: 600px) {
  .main-column {
    position: relative;
	  top: 0rem;
	  left: 0rem;
    width: 98%;
  }

/* About Content Rows About-ContCol33 & About-ContCol66 Container max-width: 600px */
.about-content {
    position: relative;
    top: 0;
    left: 0;
    width: 85%;
    min-width: 85%;
}

/* Start about Rows Content max-width: 600px */
.aboutRow{
  content: "";
  display: table;
  clear: both;

}

/* Start about Rows about-ContCol33 about-Container max-width: 600px */
   .about-contCol33 {
       float: left;
       width: 98%;
   }

   .about-contCol33 img {
       float: left;
       width: 100%;
       min-width: 100%;
   }

/* Start about Rows about-ContCol66 Container max-width: 600px */
   .about-contCol66 {
       float: left;
       width: 98%;
   }

.about-contCol66 P {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.3em;
}

.about-contCol66 .large-aboutFont66 {
  font-size: 1em;
  color: #D6F20D;
  text-shadow: 1px 1px 2px #132009;
}

.about-contCol66 .xlarge-aboutFont66 {
  font-size: 1.5em;
  color: #436C1D;
  text-shadow: 1px 1px 2px #132009;
  line-height: 1em;
}

.about-contCol66 .aboutCaption-Font66 {
  font-family: "Open Sans", arial, sans-serif;
  font-size: 1em;
  font-weight: bold;
  text-shadow: 1px 1px 2px #132009;
  color: #f56905;
}

.about-contCol66 .aboutButton66 {
  position: relative;
  top: -1em;
  left: 0;
  border: none;
  border-radius: 5px;
  color: #f8fff2;
  padding: 10px 20px;
  font-size: 0.9em;
}

/* --Frequently Asked Questions max-width: 600px-- */
.accordion-content {
    position: relative;
    top: 0rem;
    left: 0rem;
    width: 85%;
    min-width: 85%;
}
.accordion {
    position: relative;
    top: 0rem;
    left: 0rem;
    width: 85%;
    min-width: 85%;
}

.acc-header {
    position: relative;
    top: 0rem;
    left: 0rem;
    width: 98%;
    min-width: 98%; 
    font-size: 2.2em; 
    line-height: 1.2em;
}

.acc-header h2 {
    position: relative;
    top: 0rem;
    left: 0rem;
    width: 85%;
    min-width: 85%; 
    font-size: 2.2em; 
    font-weight: 900; 
    line-height: 1.2em; 
}

.accordion {
    position: relative;
    top: 0rem;
    left: 0rem;
    width: 85%;
    min-width: 85%;
}
                        
.accordion li {
    position: relative;
    left: 0rem;
    width: 95.66%;
}

.accordion .contentFAQ {
    font-size: 0.9em;
    color: #132009;
    padding: 0 10px;
    line-height: 1.2em;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s, padding 0.5s;
}

/* Start Blog Post Rows max-width: 600px */
/* --Blog Posts-- */
.blog-content {
    position: relative;
    top: 0rem;
    left: 0rem;
    width: 85%;
    min-width: 85%;
    justify-content: center;
}

.blogPost-header {
  position: relative;
  top: 0rem;
  left: 0rem;
  width: 98%;
  min-width: 98%;
  margin: 0rem;
  padding: 0px;
  justify-content: center;
  z-index: 10;
}

.blogPost-header h1 {
  position: relative;
  top: 0rem;
  left: 0rem; 
  font-size: 1.7em; 
  font-weight: 900;
  font-family: Open Sans, arial, sans-serif; 
  line-height: 1.2em; 
  color: #436C1D; 
  text-shadow: 0px 2px 6px #132009;
  text-align: center;
  z-index: 11;
}

.blogPost-subHeader {
    position: relative;
    top: -1.6rem;
    left: 0rem;
    width: 98%;
    min-width: 98%;
    margin: 0rem;
    padding: 0px;
    justify-content: center;
    z-index: 10;
}

.blogPost-subHeader h2 {
  position: relative;
  top: 0rem;
  left: 0rem; 
  font-size: 0.8em; 
  font-weight: 900;
  font-family: Open Sans, arial, sans-serif; 
  line-height: 1.2em; 
  color: #436C1D; 
  text-align: center;
  text-shadow: 0px 2px 6px #132009;
  z-index: 11;
}

.blog-spot {
    position: relative;
    top: 0rem;
    left: 0rem;
    width: 85%;
    min-width: 85%;
    margin: 0;
    margin-top: 5rem;
    margin-bottom: 5rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0rem;
    padding-bottom: 0rem;
    padding: 10px;
    }

.blog-post {
    position: relative;
    top: 0rem;
    left: 0rem;
    width: 98%;
    min-width: 98%;
}

/* Start Blog Rows Rows max-width: 600px */
.blogPostRow{
  content: "";
  display: table;
  clear: both;
  z-index: 14;

}

/* Start Blog Preview Rows ContCol33 Container Rows max-width: 600px */
   .blogPost-contCol33 {
       float: left;
       width: 98%;
       background-color: transparent;
       padding: 0px;
       align-content: start;
       justify-content: center;
       margin: 0;
       margin-left: 0rem;
       margin-right: 0rem;
       padding-left: 0rem;
       padding-right: 0rem;
       overflow: hidden;
   }

   .blogPost-contCol33 img {
       float: left;
       width: 100%;
       min-width: 100%;
       background-color: #ccc;
       align-items: center;
       justify-items: center;
       margin: 0 auto;
       overflow: hidden;
       z-index: 15;
   }

/* Start Blog Preview Rows ContCol66 Container Rows max-width: 600px */
   .blogPost-contCol66 {
       float: left;
       width: 98%;
       padding: 2px;
       background-color: transparent;
       padding: 20px;
       align-content: start;
       justify-items: center;
       margin: 0;
       margin-left: auto;
       margin-right: auto;
       padding-left: 0.5rem;
       padding-right: 0.5rem;
       overflow: hidden;
       justify-content: center;
   }

.blogPost-contCol66 .blogPost-Title {
  position: relative;
  top: -2.5rem;
  left: 0rem;
  width: 98%;
}

.blogPost-Title h1 {
  font-size: 0.91em;
  font-weight: 600;
}

.blogPost-contCol66 .blogPost-subTitle {
  position: relative;
  top: -5rem;
  left: 0rem;
  width: 98%;
}

.blogPost-subTitle h2 {
  font-size: 0.71em;
  font-family: Open Sans, arial, sans-serif;
  line-height: 1.2em;
  color: #FF6600;
  text-align: center;
  text-shadow: 1px 1px 2px #132009;
  z-index: 17;
}

.blogPost-contCol66 .blogPost-byLine {
  position: relative;
  top: -5rem;
  left: 0rem;
  width: 98%;
}

.blogPost-byLine h3 {
  font-size: 0.61em;
  font-family: Open Sans, arial, sans-serif;
  line-height: 1.2em;
  font-weight: bold;
  text-align: center;
  text-shadow: 1px 1px 2px #132009;
  color: #D6F20D;
  z-index: 17;
}

.blogPost-contCol66 .blogPost-summery {
  position: relative;
  top: -4.5rem;
  left: 0rem;
  width: 98%;
  padding: 0px;
  margin: 0px;
  justify-content: center;
  z-index: 16;
}

.blogPost-summery P {
  font-size: 0.9em;
  font-weight: bold;
  font-family: Open Sans, arial, sans-serif;
  line-height: 1.2em;
  color: #132009;
  z-index: 17;
}

.about-contCol66 .blogPost-readmore {
  position: relative;
  top: 0rem;
  width: 98%;
  padding: 0px;
  margin: 0px;
  justify-content: center;
  overflow: hidden;
  z-index: 16;
}

.blogPost-btn {
  position: relative;
  left: 5em; 
  top: -4em; 
  border: none;
  border-radius: 5px;
  color: #f8fff2;
  padding: 14px 28px;
  font-size: 0.8em;
  font-family: "Open Sans", arial, sans-serif;
  letter-spacing: 0.2em;
  max-width: 100%;
  overflow-wrap: break-word;
  text-align: center;
  text-decoration: rgb(248, 255, 242);
  text-decoration-color: rgb(248, 255, 242);
  text-decoration: none;
  text-decoration-line: none;
  text-decoration-style: solid;
  text-decoration-thickness: auto;
  text-transform: uppercase; 
  text-shadow: 1px 1px 2px #132009;
  cursor: pointer;
  background-color: #436C1D;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-top-style: none;
  box-sizing: border-box;
  -webkit-box-shadow: 0 5px 10px #132009;
  -moz-box-shadow: 0 5px 10px #132009;
  box-shadow: 0px 5px 10px #132009;
  display: inline-block;
  z-index: 17;
}

/* Start Side Colummn max-width: 600px */
.side-column {
  position: relative;
	top: 0rem;
	left: 0rem;
  width: 98%;
}

/* Start Main Column Content max-width: 600px */
.sideCol-content {
  position: relative;
  top: 0rem;
  left: 0rem;
  width: 98%;
  min-width: 98%;
  height: auto;
}

.sideCol-content h1 {
  position: relative;
  top: 0rem;
  left: 0rem;

}

.sideCol-content section {
  position: relative;
  top: 0rem;
  left: 0rem;
  width: 98%;
  min-width: 98%;
}

.sideCol-content .section-title {
  position: relative;
  top: 0rem;
  left: 0rem; 
  width: 98%;
}

/* Recent Posts */
.recentPosts {  
  position: relative;
  top: 0rem;
  left: 0rem;
  width: 98%;
  min-width: 98%;
  height: auto;
  padding: 10px;
  margin: 0px;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: "Open Sans", arial, sans-serif;
  color: #000009;
  background-color: #40671D; 
  background: -webkit-gradient(linear, top, color-stop(0%, #20360f), color-stop(100%, #436C1E), color-stop(20%, #D6F20D));
  background: -moz-linear-gradient(top, #20360f, #3d940a, #D6F20D); 
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -ms-box-sizing: border-box; 
  -moz-box-sizing: border-box; 
  -o-box-sizing: border-box; 
  -webkit-box-sizing: border-box; 
  box-sizing: border-box; 
  -webkit-box-shadow: 0 5px 5px #132009;
  -moz-box-shadow: 0 5px 5px #132009;
  box-shadow: 0 5px 5px #132009;
  display: block;
  overflow: hidden;
  z-index: 9;
}
	
.recentPostImg {
  width: 100%;
  padding: 2px;
  margin: 0 auto;
  float: left;
  overflow: hidden;
  z-index: 10;
}

.recentPost-Title {
  position: relative;
  top: 0rem;
  left: 0rem;
  width: 98%;
  padding: 0px;
  margin: 0px;
  justify-content: center;
  z-index: 10;
}

.recentPost-Title h1 {
  font-size: 1.5em;
  font-weight: 600;
  font-family: Open Sans, arial, sans-serif; 
  line-height: 1.2em; 
  color: #436C1D; 
  text-shadow: 0px 2px 6px #132009;
  z-index: 11;
}

.recentPost-byLine {
  position: relative;
  top: -0.5rem;
  left: 0rem;
  width: 98%;
  padding: 0px;
  margin: 0px;
  justify-content: center;
  z-index: 10;
}

.recentPost-byLine h3 {
  font-size: 0.7em;
  font-family: Open Sans, arial, sans-serif;
  line-height: 1.1em;
  font-weight: bold;
  text-shadow: 1px 1px 2px #132009;
  color: #D6F20D;
  z-index: 11;
}

.recentPost-summery {
  position: relative;
  top: 0rem;
  left: 0rem;
  width: 98%;
  padding: 0px;
  margin: 5px;
  justify-content: center;
  z-index: 10;
}

.recentPost-summery P {
  font-size: 1em;
  font-weight: bold;
  font-family: Open Sans, arial, sans-serif;
  line-height: 1.2em;
  color: #132009;
  z-index: 11;
}

/* Side Read ME Buttons */
.recentPosts-buttonReadMore {
  position: relative;
  top: 0rem;
  left: 3rem;
  width: 98%;
  margin: 3px;
  border: none;
  background-color: rgb(64, 103, 29);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-top-style: none;
  box-sizing: border-box;
  -webkit-box-shadow: 0 5px 10px #132009;
  -moz-box-shadow: 0 5px 10px #132009;
  box-shadow: 0px 5px 10px #132009;
  color: rgb(248, 255, 242);
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", arial, sans-serif;
  font-size: 1.2em;
  letter-spacing: 0.2em;
  max-width: 25rem;
  overflow-wrap: break-word;
  padding: 14px 28px;
  text-align: center;
  text-decoration: rgb(248, 255, 242);
  text-decoration-color: rgb(248, 255, 242);
  text-shadow: 1px 1px 2px #132009;
  text-decoration-line: none;
  text-decoration-style: solid;
  text-decoration-thickness: auto;
  text-transform: uppercase;
  z-index: 10; 
}

}

/* Start Page Header Hero Banner Media Query, max-width:480px */
@media (max-width: 480px) {
  .main-column {
    position: relative;
	  top: 0rem;
	  left: 0rem;
    width: 98%;
  }

/* About Content Rows About-ContCol33 & About-ContCol66 Container max-width: 480px */
.about-content {
    position: relative;
    top: 0;
    left: 0;
    width: 85%;
    min-width: 85%;
}

/* Start about Rows Content max-width: 480px */
.aboutRow{
  content: "";
  display: table;
  clear: both;

}

/* Start about Rows about-ContCol33 about-Container max-width: 480px */
   .about-contCol33 {
       float: left;
       width: 98%;
   }

   .about-contCol33 img {
       float: left;
       width: 100%;
       min-width: 100%;
   }

/* Start about Rows about-ContCol66 Container max-width: 480px */
   .about-contCol66 {
       float: left;
       width: 98%;
   }

.about-contCol66 P {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.3em;
}

.about-contCol66 .large-aboutFont66 {
  font-size: 1em;
  color: #D6F20D;
  text-shadow: 1px 1px 2px #132009;
}

.about-contCol66 .xlarge-aboutFont66 {
  font-size: 1.5em;
  color: #436C1D;
  text-shadow: 1px 1px 2px #132009;
  line-height: 1em;
}

.about-contCol66 .aboutCaption-Font66 {
  font-family: "Open Sans", arial, sans-serif;
  font-size: 1em;
  font-weight: bold;
  text-shadow: 1px 1px 2px #132009;
  color: #f56905;
}

.about-contCol66 .aboutButton66 {
  position: relative;
  top: -1em;
  left: -3rem;
  border: none;
  border-radius: 5px;
  color: #f8fff2;
  padding: 10px 20px;
  font-size: 0.9em;
}

/* --Frequently Asked Questions max-width: 480px-- */
.accordion-content {
    position: relative;
    top: 0rem;
    left: 0rem;
    width: 85%;
    min-width: 85%;
}
.accordion {
    position: relative;
    top: 0rem;
    left: 0rem;
    width: 85%;
    min-width: 85%;
}

.acc-header {
    position: relative;
    top: 0rem;
    left: 0rem;
    width: 98%;
    min-width: 98%; 
    font-size: 2.2em; 
    line-height: 1.2em;
}

.acc-header h2 {
    position: relative;
    top: 0rem;
    left: 0rem;
    width: 85%;
    min-width: 85%; 
    font-size: 2.2em; 
    font-weight: 900; 
    line-height: 1.2em; 
}

.accordion {
    position: relative;
    top: 0rem;
    left: 0rem;
    width: 85%;
    min-width: 85%;
}
                        
.accordion li {
    position: relative;
    left: 0rem;
    width: 95.66%;
}

.accordion .contentFAQ {
    font-size: 0.9em;
    color: #132009;
    padding: 0 10px;
    line-height: 1.2em;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s, padding 0.5s;
}

/* Start Blog Post Rows max-width: 480px */
/* --Blog Posts-- */
.blog-content {
    position: relative;
    top: 0rem;
    left: 0rem;
    width: 85%;
    min-width: 85%;
    justify-content: center;
}

.blogPost-header {
  position: relative;
  top: 0rem;
  left: 0rem;
  width: 98%;
  min-width: 98%;
  margin: 0rem;
  padding: 0px;
  justify-content: center;
  z-index: 10;
}

.blogPost-header h1 {
  position: relative;
  top: 0rem;
  left: 0rem; 
  font-size: 1.4em; 
  font-weight: 900;
  font-family: Open Sans, arial, sans-serif; 
  line-height: 1.2em; 
  color: #436C1D; 
  text-shadow: 0px 2px 6px #132009;
  z-index: 11;
}

.blogPost-subHeader {
    position: relative;
    top: -1.6rem;
    left: 0rem;
    width: 98%;
    min-width: 98%;
    margin: 0rem;
    padding: 0px;
    justify-content: center;
    z-index: 10;
}

.blogPost-subHeader h2 {
  position: relative;
  top: 0rem;
  left: 0rem; 
  font-size: 0.66em; 
  font-weight: 900;
  font-family: Open Sans, arial, sans-serif; 
  line-height: 1.2em; 
  color: #436C1D; 
  text-shadow: 0px 2px 6px #132009;
  z-index: 11;
}

.blog-spot {
    position: relative;
    top: 0rem;
    left: 0rem;
    width: 85%;
    min-width: 85%;
    margin: 0;
    margin-top: 5rem;
    margin-bottom: 5rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0rem;
    padding-bottom: 0rem;
    padding: 10px;
    }

.blog-post {
    position: relative;
    top: 0rem;
    left: 0rem;
    width: 98%;
    min-width: 98%;
}

/* Start Blog Rows max-width: 480px */
.blogPostRow{
  content: "";
  display: table;
  clear: both;
  z-index: 14;

}

/* Start Blog Preview Rows ContCol33 Container max-width: 480px */
   .blogPost-contCol33 {
       float: left;
       width: 98%;
       background-color: transparent;
       padding: 0px;
       align-content: start;
       justify-content: center;
       margin: 0;
       margin-left: 0rem;
       margin-right: 0rem;
       padding-left: 0rem;
       padding-right: 0rem;
       overflow: hidden;
   }

   .blogPost-contCol33 img {
       float: left;
       width: 100%;
       min-width: 100%;
       background-color: #ccc;
       align-items: center;
       justify-items: center;
       margin: 0 auto;
       overflow: hidden;
       z-index: 15;
   }

/* Start Blog Preview Rows ContCol66 Container max-width: 480px */
   .blogPost-contCol66 {
       float: left;
       width: 98%;
       padding: 2px;
       background-color: transparent;
       padding: 20px;
       align-content: start;
       justify-items: center;
       margin: 0;
       margin-left: auto;
       margin-right: auto;
       padding-left: 0.5rem;
       padding-right: 0.5rem;
       overflow: hidden;
       justify-content: center;
   }

.blogPost-contCol66 .blogPost-Title {
  position: relative;
  top: -2.8rem;
  left: 0rem;
  width: 98%;
}

.blogPost-Title h1 {
  font-size: 0.95em;
  font-weight: 600;
}

.blogPost-contCol66 .blogPost-subTitle {
  position: relative;
  top: -5.8rem;
  left: 0rem;
  width: 98%;
}

.blogPost-subTitle h2 {
  font-size: 0.79em;
  font-family: Open Sans, arial, sans-serif;
  line-height: 1.2em;
  color: #FF6600;
  text-align: center;
  text-shadow: 1px 1px 2px #132009;
  z-index: 17;
}

.blogPost-contCol66 .blogPost-byLine {
  position: relative;
  top: -5.6rem;
  left: 0rem;
  width: 98%;
}

.blogPost-byLine h3 {
  font-size: 0.66em;
  font-family: Open Sans, arial, sans-serif;
  line-height: 1.2em;
  font-weight: bold;
  text-align: center;
  text-shadow: 1px 1px 2px #132009;
  color: #D6F20D;
  z-index: 17;
}

.blogPost-contCol66 .blogPost-summery {
  position: relative;
  top: -5rem;
  left: 0rem;
  width: 98%;
  padding: 0px;
  margin: 0px;
  justify-content: center;
  z-index: 16;
}

.blogPost-summery P {
  font-size: 0.9em;
  font-weight: bold;
  font-family: Open Sans, arial, sans-serif;
  line-height: 1.2em;
  color: #132009;
  z-index: 17;
}

.about-contCol66 .blogPost-readmore {
  position: relative;
  top: 0rem;
  width: 98%;
  padding: 0px;
  margin: 0px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 16;
}

.blogPost-btn {
  position: relative;
  left: 2.5em; 
  top: -3.6em; 
  border: none;
  border-radius: 5px;
  color: #f8fff2;
  padding: 14px 28px;
  font-size: 0.8em;
  font-family: "Open Sans", arial, sans-serif;
  letter-spacing: 0.2em;
  max-width: 100%;
  overflow-wrap: break-word;
  text-align: center;
  text-decoration: rgb(248, 255, 242);
  text-decoration-color: rgb(248, 255, 242);
  text-decoration: none;
  text-decoration-line: none;
  text-decoration-style: solid;
  text-decoration-thickness: auto;
  text-transform: uppercase; 
  text-shadow: 1px 1px 2px #132009;
  cursor: pointer;
  background-color: #436C1D;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-top-style: none;
  box-sizing: border-box;
  -webkit-box-shadow: 0 5px 10px #132009;
  -moz-box-shadow: 0 5px 10px #132009;
  box-shadow: 0px 5px 10px #132009;
  display: inline-block;
  z-index: 17;
}

/* Start Side Colummn max-width: 480px */
.side-column {
  position: relative;
	top: 0rem;
	left: 0rem;
  width: 98%;
}

/* Start Main Column Content max-width: 480px */
.sideCol-content {
  position: relative;
  top: 0rem;
  left: 0rem;
  width: 98%;
  min-width: 98%;
  height: auto;
}

.sideCol-content h1 {
  position: relative;
  top: 0rem;
  left: 0rem;

}

.sideCol-content section {
  position: relative;
  top: 0rem;
  left: 0rem;
  width: 98%;
  min-width: 98%;
}

.sideCol-content .section-title {
  position: relative;
  top: 0rem;
  left: 0rem; 
  width: 98%;
}

/* Recent Posts */
.recentPosts {  
  position: relative;
  top: 0rem;
  left: 0rem;
  width: 98%;
  min-width: 98%;
  height: auto;
  padding: 10px;
  margin: 0px;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: "Open Sans", arial, sans-serif;
  color: #000009;
  background-color: #40671D; 
  background: -webkit-gradient(linear, top, color-stop(0%, #20360f), color-stop(100%, #436C1E), color-stop(20%, #D6F20D));
  background: -moz-linear-gradient(top, #20360f, #3d940a, #D6F20D); 
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -ms-box-sizing: border-box; 
  -moz-box-sizing: border-box; 
  -o-box-sizing: border-box; 
  -webkit-box-sizing: border-box; 
  box-sizing: border-box; 
  -webkit-box-shadow: 0 5px 5px #132009;
  -moz-box-shadow: 0 5px 5px #132009;
  box-shadow: 0 5px 5px #132009;
  display: block;
  overflow: hidden;
  z-index: 9;
}
	
.recentPostImg {
  width: 100%;
  padding: 2px;
  margin: 0 auto;
  float: left;
  overflow: hidden;
  z-index: 10;
}

.recentPost-Title {
  position: relative;
  top: 0rem;
  left: 0rem;
  width: 98%;
  padding: 0px;
  margin: 0px;
  justify-content: center;
  z-index: 10;
}

.recentPost-Title h1 {
  font-size: 1.16em;
  font-weight: 600;
  font-family: Open Sans, arial, sans-serif; 
  line-height: 1.2em; 
  color: #436C1D; 
  text-shadow: 0px 2px 6px #132009;
  z-index: 11;
}

.recentPost-byLine {
  position: relative;
  top: -0.5rem;
  left: 0rem;
  width: 98%;
  padding: 0px;
  margin: 0px;
  justify-content: center;
  z-index: 10;
}

.recentPost-byLine h3 {
  font-size: 0.7em;
  font-family: Open Sans, arial, sans-serif;
  line-height: 1.1em;
  font-weight: bold;
  text-shadow: 1px 1px 2px #132009;
  color: #D6F20D;
  z-index: 11;
}

.recentPost-summery {
  position: relative;
  top: 0rem;
  left: 0rem;
  width: 98%;
  padding: 0px;
  margin: 5px;
  justify-content: center;
  z-index: 10;
}

.recentPost-summery P {
  font-size: 1em;
  font-weight: bold;
  font-family: Open Sans, arial, sans-serif;
  line-height: 1.2em;
  color: #132009;
  z-index: 11;
}

/* Side Read ME Buttons */
.recentPosts-buttonReadMore {
  position: relative;
  top: 0rem;
  left: 0rem;
  width: 98%;
  margin: 3px;
  border: none;
  background-color: rgb(64, 103, 29);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-top-style: none;
  box-sizing: border-box;
  -webkit-box-shadow: 0 5px 10px #132009;
  -moz-box-shadow: 0 5px 10px #132009;
  box-shadow: 0px 5px 10px #132009;
  color: rgb(248, 255, 242);
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", arial, sans-serif;
  font-size: 1.2em;
  letter-spacing: 0.2em;
  max-width: 25rem;
  overflow-wrap: break-word;
  padding: 14px 28px;
  text-align: center;
  text-decoration: rgb(248, 255, 242);
  text-decoration-color: rgb(248, 255, 242);
  text-shadow: 1px 1px 2px #132009;
  text-decoration-line: none;
  text-decoration-style: solid;
  text-decoration-thickness: auto;
  text-transform: uppercase;
  z-index: 10; 
}

}

/* Start Page Header Hero Banner Media Query, max-width:360px */
@media (max-width: 360px) {
  .main-column {
    position: relative;
	  top: 0rem;
	  left: 0rem;
    width: 98%;
  }

/* About Content Rows About-ContCol33 & About-ContCol66 Container max-width: 360px */
.about-content {
    position: relative;
    top: 0;
    left: 0;
    width: 85%;
    min-width: 85%;
}

/* Start about Rows Content max-width: 360px */
.aboutRow {
  position: relative;
  top: 0rem;
  left: 2.8rem;
  content: "";
  display: table;
  clear: both;

}

/* Start about Rows about-ContCol33 about-Container max-width: 360px */
.about-contCol33 {
  width: 95%;
}

.about-contCol33 img {
  float: left;
  width: 75%;
  min-width: 75%;
}

/* Start about Rows about-ContCol66 Container max-width: 360px */
.about-contCol66 {
  width: 75%;
}

.about-contCol66 P {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.3em;
}

.about-contCol66 .large-aboutFont66 {
  font-size: 1em;
  color: #D6F20D;
  text-shadow: 1px 1px 2px #132009;
}

.about-contCol66 .xlarge-aboutFont66 {
  font-size: 1.5em;
  color: #436C1D;
  text-shadow: 1px 1px 2px #132009;
  line-height: 1em;
}

.about-contCol66 .aboutCaption-Font66 {
  font-family: "Open Sans", arial, sans-serif;
  font-size: 1em;
  font-weight: bold;
  text-shadow: 1px 1px 2px #132009;
  color: #f56905;
}

.about-contCol66 .aboutButton66 {
  position: relative;
  top: -1em;
  left: -5.2rem;
  border: none;
  border-radius: 5px;
  color: #f8fff2;
  padding: 10px 20px;
  font-size: 0.9em;
}

/* --Frequently Asked Questions max-width: 360px-- */
.accordion-content {
    position: relative;
    top: 0rem;
    left: 0rem;
    width: 85%;
    min-width: 85%;
}
.accordion {
    position: relative;
    top: 0rem;
    left: 0rem;
    width: 85%;
    min-width: 85%;
}

.acc-header {
    position: relative;
    top: 0rem;
    left: 0rem;
    width: 98%;
    min-width: 98%; 
    font-size: 2.2em; 
    line-height: 1.2em;
}

.acc-header h2 {
    position: relative;
    top: 0rem;
    left: 0rem;
    width: 85%;
    min-width: 85%; 
    font-size: 2.2em; 
    font-weight: 900; 
    line-height: 1.2em; 
}

.accordion {
    position: relative;
    top: 0rem;
    left: 0rem;
    width: 85%;
    min-width: 85%;
}
                        
.accordion li {
    position: relative;
    left: 0rem;
    width: 95.66%;
}

.accordion .contentFAQ {
    font-size: 0.9em;
    color: #132009;
    padding: 0 10px;
    line-height: 1.2em;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s, padding 0.5s;
}

/* Start Blog Post Rows max-width: 360px */
/* --Blog Posts-- */
.blog-content {
    position: relative;
    top: 0rem;
    left: 0rem;
    width: 85%;
    min-width: 85%;
}

.blogPost-header {
  position: relative;
  top: 0rem;
  left: 0rem;
  width: 98%;
  min-width: 98%;
}

.blogPost-header h1 {
  position: relative;
  top: 0rem;
  left: 0rem; 
  font-size: 1.4em; 
  font-weight: 900;
}

.blogPost-subHeader {
    position: relative;
    top: -1.5rem;
    left: 0rem;
    width: 98%;
    min-width: 98%;
}

.blogPost-subHeader h2 {
  position: relative;
  top: 0rem;
  left: 0rem; 
  font-size: 0.61em; 
  font-weight: 900;
}

.blog-spot {
    position: relative;
    top: 0rem;
    left: 0rem;
    width: 85%;
    min-width: 85%;
    margin: 0;
    margin-top: 5rem;
    margin-bottom: 5rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0rem;
    padding-bottom: 0rem;
    padding: 10px;
    }

.blog-post {
    position: relative;
    top: 0rem;
    left: 0rem;
    width: 98%;
    min-width: 98%;
}

/* Start Blog Rows Preview: 360px */
.blogPostRow{
  content: "";
  display: table;
  clear: both;
  z-index: 14;

}

/* Start Blog Preview Rows ContCol33 Container: 360px */
   .blogPost-contCol33 {
       float: left;
       width: 98%;
       background-color: transparent;
       padding: 0px;
       align-content: start;
       justify-content: center;
       margin: 0;
       margin-left: 0rem;
       margin-right: 0rem;
       padding-left: 0rem;
       padding-right: 0rem;
       overflow: hidden;
   }

   .blogPost-contCol33 img {
       float: left;
       width: 100%;
       min-width: 100%;
       background-color: #ccc;
       align-items: center;
       justify-items: center;
       margin: 0 auto;
       overflow: hidden;
       z-index: 15;
   }

/* Start Blog Preview Rows ContCol66 Container: 360px */
   .blogPost-contCol66 {
       float: left;
       width: 98%;
       padding: 2px;
       background-color: transparent;
       padding: 20px;
       align-content: start;
       justify-items: center;
       margin: 0;
       margin-left: auto;
       margin-right: auto;
       padding-left: 0.5rem;
       padding-right: 0.5rem;
       overflow: hidden;
       justify-content: center;
   }

.blogPost-contCol66 .blogPost-Title {
  position: relative;
  top: -2.6rem;
  left: 0rem;
  width: 98%;
}

.blogPost-Title h1 {
  font-size: 1em;
  font-weight: 600;
}

.blogPost-contCol66 .blogPost-subTitle {
  position: relative;
  top: -5.6rem;
  left: 0rem;
  width: 98%;
}

.blogPost-subTitle h2 {
  font-size: 0.81em;
  font-family: Open Sans, arial, sans-serif;
  line-height: 1.2em;
  color: #FF6600;
  text-align: center;
  text-shadow: 1px 1px 2px #132009;
  z-index: 17;
}

.blogPost-contCol66 .blogPost-byLine {
  position: relative;
  top: -5.6rem;
  left: 0rem;
  width: 98%;
}

.blogPost-byLine h3 {
  font-size: 0.63em;
  font-family: Open Sans, arial, sans-serif;
  line-height: 1.2em;
  font-weight: bold;
  text-align: center;
  text-shadow: 1px 1px 2px #132009;
  color: #D6F20D;
  z-index: 17;
}

.blogPost-contCol66 .blogPost-summery {
  position: relative;
  top: -5rem;
  left: 0rem;
  width: 98%;
  padding: 0px;
  margin: 0px;
  justify-content: center;
  z-index: 16;
}

.blogPost-summery P {
  font-size: 0.8em;
  font-weight: bold;
  font-family: Open Sans, arial, sans-serif;
  line-height: 1.2em;
  color: #132009;
  z-index: 17;
}

.about-contCol66 .blogPost-readmore {
  position: relative;
  top: 0rem;
  width: 98%;
  padding: 0px;
  margin: 0px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 16;
}

.blogPost-btn {
  position: relative;
  left: 0em; 
  top: -4.5em; 
  border: none;
  border-radius: 5px;
  color: #f8fff2;
  padding: 14px 28px;
  font-size: 0.8em;
  font-family: "Open Sans", arial, sans-serif;
  letter-spacing: 0.2em;
  max-width: 100%;
  overflow-wrap: break-word;
  text-align: center;
  text-decoration: rgb(248, 255, 242);
  text-decoration-color: rgb(248, 255, 242);
  text-decoration: none;
  text-decoration-line: none;
  text-decoration-style: solid;
  text-decoration-thickness: auto;
  text-transform: uppercase; 
  text-shadow: 1px 1px 2px #132009;
  cursor: pointer;
  background-color: #436C1D;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-top-style: none;
  box-sizing: border-box;
  -webkit-box-shadow: 0 5px 10px #132009;
  -moz-box-shadow: 0 5px 10px #132009;
  box-shadow: 0px 5px 10px #132009;
  display: inline-block;
  z-index: 17;
}


/* Start Side Colummn max-width: 360px */
.side-column {
  position: relative;
	top: 0rem;
	left: 0rem;
  width: 98%;
}

/* Start Main Column Content */
.sideCol-content {
  position: relative;
  top: 0rem;
  left: 0rem;
  width: 98%;
  min-width: 98%;
  height: auto;
}

.sideCol-content h1 {
  position: relative;
  top: 0rem;
  left: 0rem;

}

.sideCol-content section {
  position: relative;
  top: 0rem;
  left: 0rem;
  width: 98%;
  min-width: 98%;
}

.sideCol-content .section-title {
  position: relative;
  top: 0rem;
  left: 0rem; 
  width: 98%;
}

/* Recent Posts */
.recentPosts {  
  position: relative;
  top: 0rem;
  left: 0rem;
  width: 98%;
  min-width: 98%;
  height: auto;
  padding: 10px;
  margin: 0px;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: "Open Sans", arial, sans-serif;
  color: #000009;
  background-color: #40671D; 
  background: -webkit-gradient(linear, top, color-stop(0%, #20360f), color-stop(100%, #436C1E), color-stop(20%, #D6F20D));
  background: -moz-linear-gradient(top, #20360f, #3d940a, #D6F20D); 
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -ms-box-sizing: border-box; 
  -moz-box-sizing: border-box; 
  -o-box-sizing: border-box; 
  -webkit-box-sizing: border-box; 
  box-sizing: border-box; 
  -webkit-box-shadow: 0 5px 5px #132009;
  -moz-box-shadow: 0 5px 5px #132009;
  box-shadow: 0 5px 5px #132009;
  display: block;
  overflow: hidden;
  z-index: 9;
}
	
.recentPostImg {
  width: 100%;
  padding: 2px;
  margin: 0 auto;
  float: left;
  overflow: hidden;
  z-index: 10;
}

.recentPost-Title {
  position: relative;
  top: 0rem;
  left: 0rem;
  width: 98%;
  padding: 0px;
  margin: 0px;
  justify-content: center;
  z-index: 10;
}

.recentPost-Title h1 {
  font-size: 0.83em;
  font-weight: 600;
  font-family: Open Sans, arial, sans-serif; 
  line-height: 1.2em; 
  color: #436C1D; 
  text-shadow: 0px 2px 6px #132009;
  z-index: 11;
}

.recentPost-byLine {
  position: relative;
  top: -0.5rem;
  left: 0rem;
  width: 98%;
  padding: 0px;
  margin: 0px;
  justify-content: center;
  z-index: 10;
}

.recentPost-byLine h3 {
  font-size: 0.7em;
  font-family: Open Sans, arial, sans-serif;
  line-height: 1.1em;
  font-weight: bold;
  text-shadow: 1px 1px 2px #132009;
  color: #D6F20D;
  z-index: 11;
}

.recentPost-summery {
  position: relative;
  top: 0rem;
  left: 0rem;
  width: 98%;
  padding: 0px;
  margin: 5px;
  justify-content: center;
  z-index: 10;
}

.recentPost-summery P {
  font-size: 0.8em;
  font-weight: bold;
  font-family: Open Sans, arial, sans-serif;
  line-height: 1.2em;
  color: #132009;
  z-index: 11;
}

/* Side Read ME Buttons */
.recentPosts-buttonReadMore {
  position: relative;
  top: 0rem;
  left: 0rem;
  width: 98%;
  margin: 3px;
  border: none;
  background-color: rgb(64, 103, 29);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-top-style: none;
  box-sizing: border-box;
  -webkit-box-shadow: 0 5px 10px #132009;
  -moz-box-shadow: 0 5px 10px #132009;
  box-shadow: 0px 5px 10px #132009;
  color: rgb(248, 255, 242);
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", arial, sans-serif;
  font-size: 0.83em;
  letter-spacing: 0.2em;
  max-width: 25rem;
  overflow-wrap: break-word;
  padding: 14px 28px;
  text-align: center;
  text-decoration: rgb(248, 255, 242);
  text-decoration-color: rgb(248, 255, 242);
  text-shadow: 1px 1px 2px #132009;
  text-decoration-line: none;
  text-decoration-style: solid;
  text-decoration-thickness: auto;
  text-transform: uppercase;
  z-index: 10; 
}

}