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

body {
  /*background:url(graphics/bkgrd-green.jpg) center top repeat;*/

  background-color: #d16103;

  margin: 0;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 11pt;
  color: #222;
}

a {
  /*color: #d16103;*/
  color: white;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover {
  color: #222;
  text-decoration: underline;
}

.black {
  color: #222;
}
.orange {
  color: #d16103;
}
.tan {
  color: #e2ddd4;
}
.white {
  color: #fff;
}
.red {
  color: #d90c02;
}

.black-12 {
  font-size: 12pt;
  color: #222;
}
.black-14 {
  font-size: 14pt;
  color: #222;
}
.black-16 {
  font-size: 16pt;
  color: #222;
}
.black-18 {
  font-size: 18pt;
  color: #222;
}

.black-lg {
  font-size: 2.25rem;
}

.h1-large {
  font-size: 3.25rem;
  width: 366px;
  max-width: 100%;
  padding: 0.5rem 1rem;
  margin: 1rem 0;
}

.orange-12 {
  font-size: 12pt;
  color: #d16103;
}
.orange-14 {
  font-size: 14pt;
  color: #d16103;
}
.orange-16 {
  font-size: 16pt;
  color: #d16103;
}
.orange-18 {
  font-size: 18pt;
  color: #d16103;
}

.transparent {
  background-color: rgb(240 119 31);
  padding: 2rem;
}

.smtext {
  font-size: 0.8em;
  line-height: 5px;
}

h1 {
  font-size: 3.1em;
  font-weight: 700;
  /*color:#d16103;*/
  color: white;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  letter-spacing: -2px;
}

h2 {
  font-size: 2.15em;
  font-weight: 700;
  color: #222;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  letter-spacing: -2px;
}

h3 {
  font-size: 1.75em;
  font-weight: 700;
  color: #222;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  letter-spacing: -1px;
}

h4 {
  font-size: 1.5em;
  font-weight: 700;
  /*color:#d16103;*/
  color: white;
  text-transform: uppercase;
  margin-top: -20px;
  margin-bottom: 10px;
  letter-spacing: -1px;
}

.wrap {
  max-width: 1000px;
  width: 100%;
  margin: auto;
}
/*
.bkgrd-wood {
	width:100%;
	background-image:url(graphics/bkgrd-wood.jpg);
	clear:both;
	overflow:hidden;
}
*/
.green-box{
  background-color: #009448;
  border-radius: 5px;
  padding: 20px;
  color: white;
  margin-bottom: 33px;
  line-height: 1.34;
}
.yard-box{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: #009448;
  border-radius: 5px;
  padding: 20px;
  color: white;
  margin: 33px auto;
  line-height: 1.34;
  width:400px;

}
.main-program-boxes{
  display: flex;
  flex-flow: wrap;

}
.yard-box-program{
  background-color: #009448;
  border-radius: 5px;
  padding: 20px;
  color: white;
  margin: 33px auto;
  line-height: 1.34;
  width: 286px;
  text-align: center;

}

.yard-box-program p{
  font-size: 14pt;
    line-height: 22pt;
}

.img-center {
  text-align: center;
  margin: auto;
  padding: 30px;
}

.contactR-noborder {
  float: right;
  width: 36%;
margin-left: 5%;
padding-left: 4%;
}
.contactL-wide {
width: 50%;
float: left;
padding-top: 10px;
font-size: 14pt;
line-height: 24pt;
}
.program-flex {
  display: flex;
  flex-flow: column wrap;
}
.program-flex-wrap {
  flex-flow: wrap;
}
.program-R {
  margin: auto;
  font-size: 14pt;
line-height: 24pt;
}
.text-medium{
  font-size: 14pt;
  line-height: 24pt;
}
.flex-box{
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 16px;
  line-height: 23px;
  align-content:center;
  margin:auto;
  align-items: center;
}
.contactL-programs{
  width: 44%;
  float: left;
  padding-top: 10px;
  font-size: 14pt;
  line-height: 24pt;
}
.contactR-programs {
  width: 45%;
  float: right;
  margin-left: 5%;
  padding-left: 4%;
  border-left: 1px solid #d16103;
}


   /* Style for the Scroll to Top Box */
   .scroll-to-top-box {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #03bb61;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    display: none; /* Initially hidden */
  }

  .scroll-to-top-box:hover {
    background-color: #28da84;
  }

.bkgrd-top {
  width: 100%;
  height: 87px;
  background-image: url(graphics/grass2.jpg);
  /*background-image:url(graphics/bkgrd-top.jpg);*/
  z-index: 10;
  float: left;
}

.logo {
  width: 31%;
  float: left;
  position: relative;
  z-index: 99999999;
  min-height: 165px;
  margin-top: -3px;
}
.logo img {
  width: 100%;
  height: auto;
}

.top1-info {
  width: 69%;
  float: right;
  padding-top: 7px;
  text-align: right;
  font-size: 9pt;
  color: #e2ddd4;
  text-transform: uppercase;
  z-index: 9;
}
.top1-info a {
  color: #e2ddd4;
  text-decoration: underline;
}
.top1-info a:hover {
  color: #d16103;
  text-decoration: underline;
}

nav {
  width: 100%;
  max-width: 1000px;
  padding-top: 38px;
  margin-right: auto;
  margin-left: auto;
  text-align: right;
  font-family: "Roboto Condensed", sans-serif;
  /*color:#000;*/
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: 700;
  clear: both;
  overflow: hidden;
  float: left;
  z-index: 10;
  margin-top: -145px;
  letter-spacing: -0.75px;
}
/*nav a {color:#222;text-decoration:none; margin-right:5px;}*/
nav a {
  color: #ffffff;
  text-decoration: none;
  margin-right: 5px;
}
nav a:hover {
  color: #d16103;
  text-decoration: none;
  border-bottom: 3px solid #222;
  text-shadow: 1px 1px 3px #fff;
}

nav ul {
  padding: 0;
  margin: 0;
  text-align: right;
}
nav ul li {
  list-style-type: none;
  display: inline;
  margin-right: 5px;
}
nav ul li:after {
  content: "|";
  color: #d16103;
}
nav ul li:last-child:after {
  content: "";
  margin-right: -5px;
}

.rip-bottom1 {
  width: 100%;
  float: left;
  z-index: 10;
  position: relative;
}
.rip-bottom1 img {
  width: 100%;
  height: auto;
}

.tagline {
  width: 60%;
  float: right;
  font-family: "Yesteryear", cursive;
  font-size: 3.5em;
  color: #d16103;
  text-align: right;
  text-shadow: 2px 2px 6px #000;
  margin-top: -60px;
}

.slides-container {
  width: 100%;
  height: auto;
  margin-top: -30px;
  clear: both;
  overflow: hidden;
  position: relative;
  z-index: -99999;
}

.rip-bottom2 {
  width: 100%;
  position: relative;
  z-index: 1000;
  margin: -100px 0 -10px 0;
}
.rip-bottom2 img {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.callout-main{
  display: flex;
}
.callout-main a{
  text-decoration: none;
}
.callout-box{
  margin: auto;
  border: 1px solid #d16103;
  background: #009448;
  color: black;
  height: 100%;
}
.callout-box-steel{
  margin: auto;
  border: 1px solid #d16103;
  background: #009448;
  color: white;
  height: auto;
}

.content {
  width: 100%;
  margin: 20px auto;
  min-height: 400px;
  clear: both;
  overflow: hidden;
}
#overlay{
  position: absolute;
  top: 16%;
  left: 4%;
}
.slider-text {
  color: white;
  font-size: 2.2rem;
  padding: 15px;
  background-color: #d1610378;
  width: auto;
   
 
}
.bkgrd-footer {
  width: 100%;
  /*background-image:url(graphics/bkgrd-wood.jpg);*/
  background-image: url(graphics/grass2.jpg);
  clear: both;
  overflow: hidden;
}

.footer-container {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
.rip-bottom3 {
  width: 100%;
  float: left;
  z-index: 10;
}
.rip-bottom3 img {
  width: 100%;
  height: auto;
}

.footer-L {
  width: 35%;
  float: left;
  margin-top: 10px;
  font-size: 9pt;
  margin-right: 3%;
  padding-right: 2%;
  border-right: 1px solid #d16103;
  color: #e2ddd4;
  text-transform: uppercase;
  text-shadow: 1px 1px 3px #000;
}
.footer-L img {
  width: 45%;
  float: left;
  height: auto;
  margin: 10px 5% 10px 0;
}
.footer-L a {
  color: #e2ddd4;
  text-decoration: underline;
}
.footer-L a:hover {
  color: #d16103;
  text-decoration: underline;
}

.footer-R {
  width: 58%;
  float: left;
  margin-top: 10px;
  font-size: 9pt;
  color: #e2ddd4;
  text-transform: uppercase;
  text-shadow: 1px 1px 3px #000;
}

footer-nav {
  width: 100%;
  text-align: right;
  font-family: "Roboto Condensed", sans-serif;
  color: #000;
  text-transform: uppercase;
  font-size: 9.5pt;
  font-weight: 700;
  clear: both;
  overflow: hidden;
  float: left;
  letter-spacing: -0.75px;
}
footer-nav a {
  color: #e2ddd4;
  text-decoration: none;
  margin-right: 5px;
}
footer-nav a:hover {
  color: #d16103;
  text-decoration: none;
}

footer-nav ul {
  padding: 0;
  margin: 0;
  text-align: right;
}
footer-nav ul li {
  list-style-type: none;
  display: inline;
  margin-right: 5px;
}
footer-nav ul li:after {
  content: "|";
  color: #d16103;
}
footer-nav ul li:last-child:after {
  content: "";
  margin-right: -5px;
}

.footer1 {
  width: 35%;
  float: left;
  margin-top: 10px;
  font-size: 9pt;
  margin-right: 5%;
  padding-right: 4%;
  border-right: 1px solid #d16103;
  color: #e2ddd4;
  text-transform: uppercase;
  text-shadow: 1px 1px 3px #000;
}
.footer1 img {
  width: 45%;
  float: left;
  height: auto;
  margin: 10px 5% 10px 0;
}
.footer1 a {
  color: #e2ddd4;
  text-decoration: underline;
}
.footer1 a:hover {
  color: #d16103;
  text-decoration: underline;
}

.footer2 {
  width: 22.5%;
  float: left;
  margin-top: 10px;
  margin-right: 2.5%;
  font-size: 9pt;
  text-transform: uppercase;
  color: #e2ddd4;
  line-height: 50px;
  font-weight: 700;
  text-shadow: 1px 1px 3px #000;
}
.footer2 a {
  color: #e2ddd4;
  text-decoration: none;
}
.footer2 a:hover {
  color: #d16103;
  text-decoration: none;
  padding-left: 3px;
}

.footer3 {
  width: 12.5%;
  float: left;
  margin-top: 10px;
  margin-right: 2.5%;
  font-size: 8pt;
  text-transform: uppercase;
  color: #e2ddd4;
  line-height: 50px;
  font-weight: 700;
  text-shadow: 1px 1px 3px #000;
}
.footer3 a {
  color: #e2ddd4;
  text-decoration: none;
}
.footer3 a:hover {
  color: #d16103;
  text-decoration: none;
  padding-left: 3px;
}

.bkgrd-anchor {
  width: 100%;
  height: 40px;
  background-image: url(graphics/bkgrd-anchor.png);
}
.anchorL {
  width: 50%;
  float: left;
  padding-top: 20px;
  font-size: 8pt;
  text-transform: uppercase;
  color: #e2ddd4;
}

.anchorR {
  width: 50%;
  float: left;
  padding-top: 20px;
  font-size: 8pt;
  text-transform: uppercase;
  color: #e2ddd4;
  text-align: right;
}
.anchorR a {
  color: #e2ddd4;
  text-decoration: underline;
}
.anchorR a:hover {
  color: #222;
  text-decoration: underline;
}

.indexL {
  width: 100%;
  font-size: 16pt;
  padding-top: 10px;
}

.indexR {
  width: 35%;
  float: right;
  margin-left: 5%;
  padding-left: 4%;
  border-left: 1px solid #d16103;
}
.indexR img {
  width: 75%;
  height: auto;
  float: left;
  margin-right: 3%;
  margin-bottom: 10px;
  border: 1px solid #d16103;
}

.news-more {
  width: 80px;
  padding: 10px;
  background: #d16103;
  float: right;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 11pt;
  color: #e2ddd4;
  margin-top: 10px;
  margin-right: 5%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.news-more:hover {
  background: #222;
  color: #d16103;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cursive-lg {
  font-family: "Yesteryear", cursive;
  font-size: 2.25em;
  color: #222;
  margin-top: 35px;
  margin-bottom: 20px;
  padding-left: 2px;
}

.latest {
  font-size: 20pt;
  text-transform: uppercase;
  color: #222;
}
.news {
  font-family: "Yesteryear", cursive;
  font-size: 24pt;
  color: #d16103;
}
.ellipse {
  font-family: "Yesteryear", cursive;
  font-size: 24pt;
  color: #c1baa7;
}

.contactL {
  width: 39%;
  float: left;
  padding-top: 10px;
  font-size: 14pt;
  line-height: 24pt;
}

.contactR {
  width: 50%;
  float: right;
  margin-left: 5%;
  padding-left: 4%;
  border-left: 1px solid #d16103;
}

.homepage50 {
  width: 49%;
  float: left;
  padding-top: 2px;
  font-size: 12pt;
}

.work-container:before,
.work-container:after {
  content: "";
  display: table;
}
.work-container:after {
  clear: both;
}
.work-container {
  width: 100%;
  margin-top:100px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #c1baa7;
}

.sale-pic {
  width: 30%;
  float: left;
  margin-right: 3%;
  font-size: 95%;
}
.sale-pic img {
  width: 100%;
  height: auto;
  border: 1px solid #d16103;
  margin-bottom: 3px;
}
.video-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    color: white;
    margin: auto;
    width: 100%;
}
.listing:before,
.listing:after {
  content: "";
  display: table;
}
.listing:after {
  clear: both;
}
.listing {
  width: 100%;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #c1baa7;
}

.clearfix {
  clear: both;
}

.home-advisor {
  width: 13%;
  margin-right: 0.9%;
  margin-top: 2.5%;
  display: inline-block;
}
.home-advisor img {
  width: 100%;
  height: auto;
}

.picL {
  width: 30%;
  float: left;
  margin-right: 2.5%;
}
.picL img {
  width: 100%;
  height: auto;
  border: 1px solid #d16103;
}

.sire-pic {
  width: 30%;
  float: left;
  margin-right: 2.5%;
}
.sire-pic img {
  width: 100%;
  height: auto;
  border: 1px solid #d16103;
}

.infoR {
  width: 65%;
  float: right;
}
.infoR-pic {
  width: 23%;
  margin-left: 1%;
  margin-right: 1%;
  margin-top: 15px;
  float: right;
}
.infoR-pic img {
  width: 100%;
  height: auto;
  margin: 0 0 2px 0;
  border: 1px solid #d16103;
}

.epd-link {
  width: 255px;
  padding: 10px;
  background: #d16103;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 11pt;
  font-weight: 300;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-family: "Roboto Condensed", sans-serif;
}
.epd-link:hover {
  background: #222;
  color: #e2ddd4;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.services-link {
  padding: 7px 20px 20px;
  background: #222;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.5;
  font-size: 1.3rem;
  font-weight: 300;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.services-link:hover {
  background: #009448;
  color: #222;
  text-decoration: none;
}

.mt-3 {
  margin-top: 2rem;
}

/*============= FOR POSTER ===================*/
div.poster {
  background-image: url(graphics/2024/kbar_ad_bg.webp);
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 815/965 !important;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  padding: 23% 6% 0.5rem;
  text-align: center;
  /* width: 400px; */
  max-width: 100%;
  /* min-width: 400px; */
}

div.poster .row {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-end;
  align-self: flex-end;
  margin-top: auto;
  background-image: url(images/2024/arrow.webp);
  background-position: 73% -16%;
  background-repeat: no-repeat;
  background-size: 30%;
  margin-bottom: 2rem;
}

img.qr {
  width: 20%;
  margin-left: 3rem;
}

.poster p,
.dark-bg p {
  color: #bca482;
  margin: 0.25rem 0.25rem 1rem;
}

.poster h4,
.green {
  color: #03bb61;
  margin: 0.5rem 0.25rem 0.125rem;
}

.poster .big {
  font-size: 1.75rem;
}

h3.blue-shadow {
  color: #b19b7b;
  text-shadow: 2px 2px #174fbc;
  font-size: 221%;
  line-height: 1;
  font-family: "Teko", sans-serif;
}

.dark-bg {
  background-color: #222222;
  padding: 2rem;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  h2,
  h3 {
    text-align: center;
  }
  h3 {
    color: #b19b7b;
    margin-top: 1rem;
  }
}

.dark-bg:not(.two-col .dark-bg) {
  margin: 3rem 0;
}

.white-border {
  border: 2px solid white;
  margin: 3rem 0;
  padding: 2rem;
  text-align: center;
  h2 {
    color: white;
  }
  img {
    margin: 1rem 0.5rem;
  }
}

div.two-col {
  display: flex;
  margin: 3rem 1rem;
}

.row.flex {
  display: flex;
  flex-flow: row wrap;
}

@media screen and (min-width: 555px) and (max-width: 945px) {
  div.poster {
    font-size: 1em;
  }
  div.poster h3 {
    font-size: 3.5vw;
    margin-bottom: 0.5rem;
  }

  div.poster h4 {
    font-size: 2.5vw;
    margin-bottom: 0rem;
  }

  div.poster p {
    font-size: 1.75vw;
    margin-bottom: 0.5rem;
  }

  div.poster .big {
    font-size: 3vw;
  }

  .poster img.qr {
    margin-left: 10%;
  }

  div.contactR {
    margin: 0px;
    padding: 0px;
  }
}


@media screen and (max-width: 515px) {
  div.poster h3 {
    font-size: 6.2vw;
    margin-bottom: 0.5rem;
  }

  div.poster h4 {
    font-size: 4.5vw;
    margin-bottom: 0rem;
  }

  div.poster p {
    font-size: 3vw;
    margin-bottom: 0.5rem;
  }

  div.poster .big {
    font-size: 6vw;
  }

  .poster img.qr {
    margin-left: 10%;
  }

  div.contactR {
    margin: 0px;
    padding: 0px;
  }
}

/*================ FORM ========================*/

#contact-form {
  width: 98%;
  float: left;
  margin-right: 2%;
}

form {
  width: 100%;
}

fieldset {
  border: 0;
  padding: 10px 0;
  clear: left;
}

textarea,
input,
select {
  border: 1px solid #c2c3c6;
  padding: 2%;
  width: 96%;
}

label {
  font-weight: bold;
}

textarea:focus,
input:focus,
select:focus {
  background: #c2c3c6;
  border: 1px solid #7db610;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  outline: none;
}

input[type="submit"] {
  border: 1px solid #c2c3c6;
  padding: 3px 0;
  margin-top: 5px;
  font-weight: bold;
  /*font-size: 1.3em;*/
  width: 130px;
  cursor: pointer;

  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;

  background: #f6f5f5; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjhmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2U1ZWJlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2Q3ZGVlMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY3ZjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(
    top,
    #f6f5f5 0%,
    #e5ebee 50%,
    #d7dee3 51%,
    #ebebeb 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #f6f5f5),
    color-stop(50%, #e5ebee),
    color-stop(51%, #d7dee3),
    color-stop(100%, #ebebeb)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #f6f5f5 0%,
    #e5ebee 50%,
    #d7dee3 51%,
    #ebebeb 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    #f6f5f5 0%,
    #e5ebee 50%,
    #d7dee3 51%,
    #ebebeb 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    top,
    #f6f5f5 0%,
    #e5ebee 50%,
    #d7dee3 51%,
    #ebebeb 100%
  ); /* IE10+ */
  background: linear-gradient(
    to bottom,
    #f6f5f5 0%,
    #e5ebee 50%,
    #d7dee3 51%,
    #ebebeb 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f5f5', endColorstr='#ebebeb',GradientType=0 ); /* IE6-8 */
}

.submit {
  background-color: #d16103;
  color: #e2ddd4;
  width: 100px;
  padding: 10px;
  margin: 5px 0 0 0;
  font-size: 13pt;
  font-weight: 400;
  cursor: pointer;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  border: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.submit:hover {
  background: #222;
  color: #d16103;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

.program-text-cta{
  font-size: 18px;
  font-weight: 600px;
}
.fence-supplement {
  width: 20%;
  float: right;
  margin-right: 5px;
  font-size: 92%;
}
.fence-supplement img {
  width: 100%;
  height: auto;
  border: 1px solid #d16103;
  margin-bottom: 3px;
}

.gallery3 {
  width: 30%;
  float: left;
  margin: 0 1.5% 15px 1.5%;
}
.gallery3 img {
  width: 100%;
  height: auto;
  border: 1px solid #d16103;
  margin-bottom: 3px;
}

.gallery4 {
  width: 22%;
  float: left;
  margin: 0 1.5% 15px 1.5%;
}
.gallery4 img {
  width: 100%;
  height: auto;
  border: 1px solid #d16103;
}

.gallery6 {
  width: 14%;
  float: left;
  margin: 0 1.25% 15px 1.25%;
}
.gallery6 img {
  width: 100%;
  height: auto;
  border: 1px solid #d16103;
}

.top-link {
  width: 220px;
  float: right;
  padding: 15px;
  margin: -50px 0 20px 0;
  background: #d16103;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12pt;
  font-weight: 700;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-family: "Roboto Condensed", sans-serif;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top-link:hover {
  background: #222;
  color: #e2ddd4;
  text-decoration: none;
}

.clear {
  clear: both;
}

.packages {
  width: 45%;
  float: left;
}

.packages img {
  width: 100%;
  height: auto;
}

.homepagepic {
  width: 80%;
  float: left;
}

.homepagepic img {
  width: 100%;
  height: auto;
}

.max-100 {
  max-width: 100%;
}

@media screen and (max-width: 1280px) {
  .slides-container {
    margin-top: -25px;
  }
}

@media screen and (max-width: 980px) {
  .wrap {
    width: 95%;
    margin: auto;
  }
  .slides-container {
    margin-top: -20px;
    height: auto;
  }
}

@media screen and (max-width: 936px) {
  nav {
    font-size: 1em;
  }
  footer-nav {
    font-size: 9pt;
  }
}

@media screen and (max-width: 800px) {
  .packages {
    width: 100%;
  }
  nav {
    font-size: 0.95em;
    text-transform: none;
  }
  .rip-bottom1 img {
    margin-bottom: 5px;
  }
  .rip-bottom2 {
    margin: 0;
  }
  .rip-bottom2 img {
    margin-bottom: -10px;
  }
  .rip-bottom3 img {
    margin-bottom: 5px;
  }
  .slides-container {
    margin: -20px 0;
  }
  .footer-container {
    width: 95%;
    margin: auto;
  }
  .footer-L {
    width: 50%;
    float: none;
    margin: 0 auto 10px auto;
    padding-right: 0;
    border-right: none;
    font-size: 10pt;
  }
  .footer-L img {
    width: 50%;
    margin-top: -8px;
  }
  .footer-R {
    width: 100%;
    float: none;
    margin: auto;
    text-align: center;
  }
  footer-nav {
    font-size: 12pt;
    margin: 10px 0;
  }
  footer-nav ul {
    text-align: center;
  }
  .footer1 {
    width: 33%;
  }
  .footer2 {
    width: 27.5%;
  }
  .footer3 {
    width: 11%;
  }
  .video {
    width: 95%;
    float: left;
    margin: 2.5%;
    min-height: 200px;
    height: auto;
    align-content: center;
    text-align: center;
  }
  .video iframe {
    width: 75%;
    height: auto;
    min-height: 200px;
    margin: auto;
  }
}
@media screen and (max-width: 880px) {
  .servicing-top {
    display: none;
  }
}

@media screen and (max-width: 720px) {
  .top1-info {
    text-transform: none;
  }
  .slides-container {
    margin-top: -20px;
  }
  .footer-L {
    width: 60%;
    font-size: 11pt;
    line-height: 16pt;
  }
}
@media (max-width: 600px) {
  .row.callout-main {
    display: flex;
    flex-wrap: wrap;
    gap:10px;
  }
  .row.callout-main .callout-box {
    width: 100%;
    margin: auto;
    height: 100%;
    gap:10px;
  }
}
@media screen and (max-width: 640px) {
  .homepagepic {
    width: 100%;
  }
  .top1-info {
    width: 70%;
    font-size: 9pt;
  }
  .logo {
    width: 30%;
  }
  .bkgrd-top {
    height: 75px;
  }
  nav {
    font-size: 1.2em;
  }
  nav a:hover {
    border-bottom: none;
    text-shadow: none;
  }
  nav ul li:after {
    content: "";
  }
  .tagline {
    width: 80%;
    margin-top: -75px;
  }
  .footer-L {
    width: 70%;
    font-size: 11pt;
    line-height: 16pt;
  }
  footer-nav {
    font-size: 10.5pt;
  }
  .indexL {
    width: 100%;
    float: none;
    margin: auto;
  }
  .indexR {
    width: 100%;
    float: none;
    margin: 15px auto 0 auto;
    padding-left: 0;
    padding-top: 15px;
    border-left: none;
    border-top: 1px solid #d16103;
  }
  h1 {
    font-size: 2.5em;
  }
  .infoR-pic {
    width: 45%;
    margin-left: 2%;
    margin-right: 2%;
  }
}

@media screen and (max-width: 554px) {
  .top1-info {
    font-size: 8pt;
  }
  .rip-bottom1 img {
    margin-bottom: 6px;
  }
  .rip-bottom2 {
    margin: -10px 0;
  }
  .rip-bottom3 img {
    margin-bottom: 6px;
  }
  .footer-L {
    width: 80%;
    font-size: 11pt;
    line-height: 16pt;
  }
  footer-nav {
    font-size: 14pt;
    line-height: 30pt;
  }
  footer-nav a {
    margin-right: 0;
  }
  footer-nav ul {
    text-align: center;
  }
  footer-nav ul li {
    display: block;
    margin-right: 0;
  }
  footer-nav ul li:after {
    content: "";
  }
  footer-nav ul li:last-child:after {
    margin-right: 0;
  }
  .contactR {
    width: 100%;
  }
  .homepagepic {
    width: 100%;
  }
  .homepagepic img {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .top1-info {
    display: block;
    width: 100%;
    text-align: center;
  }
  .epd-link{
  font-size:13px;
  font-weight: 600;;
  }
  .top-info-2{
    display: none;
  }
  .logo {
    width: 50%;
    float: none;
    margin: auto;
  }
  .rip-bottom1 img {
    margin-bottom: 10px;
  }
  .tagline {
    width: 100%;
    float: none;
    margin: -75px auto 20px auto;
    text-align: center;
    clear: both;
    overflow: hidden;
  }
  .slides-container {
    margin-bottom: -25px;
  }
  .rip-bottom2 {
    margin: 0;
  }
  .rip-bottom2 img {
    margin-bottom: -5px;
  }
  .rip-bottom3 img {
    margin-bottom: 10px;
  }
  .footer-L {
    width: 90%;
    font-size: 11pt;
    line-height: 16pt;
  }
  .contactL {
    width: 100%;
    float: none;
    margin: auto;
  }
  .contactR {
    width: 100%;
    float: none;
    margin: 20px auto 0 auto;
    padding-left: 0;
    padding-top: 20px;
    border-left: none;
    border-top: 1px solid #d16103;
  }
  h1 {
    font-size: 2.25em;
  }
  .work-container img {
    width: 100%;
    margin-right: 4%;
  }
  .picL {
    width: 40%;
    float: left;
    margin-right: 2.5%;
  }
  .sire-pic {
    width: 98%;
    float: none;
    margin: auto;
  }
  .infoR {
    width: 98%;
    float: none;
    margin: auto;
  }
  .infoR-pic {
    width: 46%;
    float: left;
    margin-left: 0;
    margin-right: 3%;
  }
  .fence-supplement {
    width: 35%;
    float: left;
    clear: both;
    margin-top: 10px;
    margin-right: 5px;
    font-size: 92%;
  }
  .video {
    width: 95%;
    float: left;
    margin: 2.5%;
    min-height: 150px;
    height: auto;
    align-content: center;
    text-align: center;
  }
  .video iframe {
    width: 75%;
    height: auto;
    min-height: 150px;
    margin: auto;
  }
}
@media screen and (max-width: 415px) {
  .footer-L {
    width: 95%;
    font-size: 10pt;
    line-height: 14pt;
  }
  .bkgrd-anchor {
    background-image: none;
    background: #d16103;
  }
  .anchorL {
    width: 100%;
    float: none;
    text-align: center;
    padding-top: 5px;
  }
  .anchorR {
    width: 100%;
    float: none;
    text-align: center;
    padding-top: 0;
  }
  .yard-box {
    background-color: #009448;
    border-radius: 5px;
    padding: 20px;
    color: white;
    margin: 33px auto;
    line-height: 1.34;
    width: auto;
}
  .video-box {
    border-radius: 5px;
    color: white;
    margin:auto;
    width: 100%;
}
#overlay{
  display: none;
}
}

@media screen and (max-width: 360px) {
  .top1-info {
    margin: -70px auto 0 auto;
  }
  .tagline {
    font-size: 2.75em;
  }
  .rip-bottom2 img {
    margin-bottom: -5px;
  }
  .footer-L {
    width: 100%;
    font-size: 10pt;
    line-height: 12pt;
  }
  .footer-L img {
    width: 45%;
  }
  .indexL {
    font-size: 12pt;
    line-height: 24pt;
  }
  .cursive-lg {
    padding-left: 10px;
  }
  h1 {
    font-size: 1.75em;
  }
  h2 {
    font-size: 1.25em;
    letter-spacing: -1px;
  }
  .picL {
    width: 98%;
    float: left;
    margin: 0 2% 5px auto;
  }
  .callout-box-steel{
    font-size:14px;
  }
}

@media screen and (max-width: 320px) {
  .logo {
    width: 62.5%;
  }
  .tagline {
    font-size: 2.5em;
  }
  .footer-L {
    text-align: center;
    font-size: 11pt;
    line-height: 14pt;
  }
  .footer-L img {
    width: 60%;
    float: none;
    margin: 0 20% 10px 20%;
  }
  .homepagepic {
    width: 100%;
  }
}
