/* ========================================
   Sticky Header Accessibility Fix
   Prevents focus/anchors being hidden
======================================== */

/* 1. Define header height */
:root {
  --sticky-header-height: 120px; /* adjust this to match your header */
}

/* 2. Offset scroll position globally */
html {
  scroll-padding-top: var(--sticky-header-height);
}

/* 3. Ensure anchor targets and main content are visible */
#main-content,
[id] {
  scroll-margin-top: var(--sticky-header-height);
}

/* 4. Improve focus visibility (especially near header) */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid currentColor;
  outline-offset: 4px;
}

/* 5. Optional: Ensure content isn’t visually hidden under header
   (only needed if header overlays content) */
body.has-sticky-header #main-content {
  padding-top: 0; /* change if needed */
}

/* 6. Responsive header heights (adjust as needed) */
@media (max-width: 991px) {
  :root {
    --sticky-header-height: 90px;
  }
}

@media (min-width: 992px) {
  :root {
    --sticky-header-height: 120px;
  }
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.skip-link:focus,
.skip-link:focus-visible {
  left: 16px;
  top: 16px;
  width: auto;
  height: auto;
  padding: 10px 14px;
  background: #000;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  z-index: 10000;
  font-weight: 600;
  outline: 3px solid #fff;
}

.logo-img {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 3px;
  width: 170px;
  height: 63px;
}
.big-title,
.filmclassdiv,
.posRel,
.quickexp,
.strikethrough,
.yellin,
.yellout {
  position: relative;
}
.boxxy2,
.featuresbg1,
.featuresbg10,
.featuresbg11,
.featuresbg12,
.featuresbg13,
.featuresbg2,
.featuresbg3,
.featuresbg4,
.featuresbg5,
.featuresbg7,
.featuresbg8,
.featuresbg9,
.footerIntoContain,
.hover-img-video,
.ohidden,
.pluginbg1,
.pluginbg10,
.pluginbg11,
.pluginbg12,
.pluginbg13,
.pluginbg14,
.pluginbg15,
.pluginbg16,
.pluginbg2,
.pluginbg3,
.pluginbg4,
.pluginbg5,
.pluginbg9,
.pudge0,
.pudgec,
.pudgel,
.pudger {
  overflow: hidden;
}
.olink {
  color: #f4ab25;
}
.olink:hover {
  color: #f4ab26;
}
.olink:active,
.olink:focus,
.olink:visited {
  color: #eba21e !important;
}
.blackText,
.help-list a {
  color: #333;
}
.blackText:hover {
  color: #000;
}
.blackText:active,
.blackText:focus,
.blackText:visited {
  color: #333 !important;
}
.bluebut,
.btn,
.btn-primary,
.cloudbut,
.deetbut,
.detailsbut,
.fxcadbut,
.greenbut,
.irrigbut,
.peetbut,
.plantbut,
.rhinobut,
.sketchupbut {
  padding: 0.6em 1em 0.5em;
  border-radius: 15px;
  font-size: 14px;
  margin-bottom: 10px;
  display: inline-block;
  margin-left: 5px;
  color: #fff;
}
.bluebut:hover,
.btn-primary:hover,
.btn:hover,
.cloudbut:hover,
.deetbut:hover,
.detailsbut:hover,
.fxcadbut:hover,
.greenbut:hover,
.irrigbut:hover,
.peetbut:hover,
.plantbut:hover,
.rhinobut:hover,
.sketchupbut:hover {
  cursor: pointer !important;
  -webkit-box-shadow: -7px 7px 11px -6px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: -7px 7px 11px -6px rgba(0, 0, 0, 0.4);
  box-shadow: -7px 7px 11px -6px rgba(0, 0, 0, 0.4);
  color: #fff !important;
}
.bluebut:focus,
.btn-primary:focus,
.btn:focus,
.cloudbut:focus,
.deetbut:focus,
.detailsbut:focus,
.fxcadbut:focus,
.greenbut:focus,
.irrigbut:focus,
.peetbut:focus,
.plantbut:focus,
.popupvimeo .fa-play,
.rhinobut:focus,
.sketchupbut:focus {
  color: #fff !important;
}
.whitebut:focus {
  color: #333333 !important;
}
.bluebut:active,
.btn-primary:active,
.btn:active,
.cloudbut:active,
.deetbut:active,
.detailsbut:active,
.fxcadbut:active,
.greenbut:active,
.irrigbut:active,
.peetbut:active,
.plantbut:active,
.rhinobut:active,
.sketchupbut:active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.irrigbut {
  background: #3e8a96;
  border: 2px solid #3e8a96;
}
.bluebut,
.btn,
.btn-primary,
.btn-sm {
  background: #265160;
  border: 2px solid #265160;
}
.greenbut,
.peetbut,
.plantbut {
  background: #4a6f2e;
  border: 2px solid #4a6f2e;
}
.deetbut,
.detailsbut {
  background: #f59f3a;
  border: 2px solid #f59f3a;
}
.fxcadbut {
  border: 2px solid #313658;
  background: #313658;
}
.sketchupbut {
  border: 2px solid #a5351f;
  background: #a5351f;
}
.rhinobut {
  border: 2px solid #1d1d1d;
  background: #1d1d1d;
}
.cloudbut {
  border: 2px solid #3ab8b7;
  background: #3ab8b7;
}
.bluebut:active,
.btn-primary:active,
.btn:active {
  border: 2px solid #265160 !important;
  background: 0 0;
  color: #265160 !important;
}
.irrigbut:active {
  border: 2px solid #3e8a97 !important;
  background: 0 0;
  color: #3e8a97 !important;
}
.greenbut:active,
.peetbut:active,
.plantbut:active {
  border: 2px solid #7ec34f !important;
  background: 0 0;
  color: #7ec34f !important;
}
.detailsbut:active {
  border: 2px solid #f49531 !important;
  background: 0 0;
  color: #f49531 !important;
}
.fxcadbut:active {
  border: 2px solid #313658 !important;
  background: 0 0;
  color: #313658 !important;
}
.sketchupbut:active {
  border: 2px solid #a5351f !important;
  background: 0 0;
  color: #a5351f !important;
}
.rhinobut:active {
  border: 2px solid #1d1d1d !important;
  background: 0 0;
  color: #1d1d1d !important;
}
.cloudbut:active {
  border: 2px solid #3ab8b7 !important;
  background: 0 0;
  color: #3ab8b7 !important;
}
.pillsblue,
.pillsblue:hover {
  background-image: none;
  border-color: #135f71;
  padding: 0.6em 1em 0.5em;
  border-radius: 15px;
  font-size: 12px;
}
.lfx p,
.pillsblue,
.pillsblue:hover {
  margin-bottom: 10px;
}
.pillsblue {
  color: #135f71 !important;
  background-color: transparent;
}
.pillsblue:hover {
  color: #fff;
  background-color: #135f71;
}
.inbuts {
  margin: 5px;
  font-size: 12px;
  max-width: 100px;
  padding: 10px 14px;
  color: #fff;
  font-weight: 500;
}
.m1000,
.m1100,
.m1200,
.m1300,
.m1400,
.m1500,
.m1600,
.m300,
.m400,
.m500,
.m600,
.m700,
.m800,
.m900 {
  margin-left: auto;
  margin-right: auto;
}
.nextbutton {
  font-size: 16px;
}
.buttony,
.hexbub,
.hoverbub {
  -webkit-transition: 0.2s ease-in;
  -webkit-transform: scale(1);
  -ms-transition: 0.2s ease-in;
  -ms-transform: scale(1);
  -moz-transition: 0.2s ease-in;
  -moz-transform: scale(1);
  transition: 0.2s ease-in;
  transform: scale(1);
}
.buttony:hover,
.hexbub:hover,
.hoverbub:hover {
  -webkit-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  cursor: pointer;
}
.buttony:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transition: 0.2s ease-in;
  transform: scale(1.2);
}
.popupvimeo .tinyplay {
  font-size: 9px;
  top: -20px;
  color: #fff;
  position: relative;
}
.lfx h1.top,
.lfx h2,
.lfx h2 a {
  font-family: Quicksand, sans-serif !important;
  font-weight: 500 !important;
}
.lfx h1 {
  font-family: Ubuntu, sans-serif !important;
  font-weight: 700 !important;
}
.lfx li,
.lfx p {
  font-family: Roboto, sans-serif;
  font-weight: 300;
}
.lfx p {
  margin-top: 10px;
  padding: 3px 0;
}
@media only screen and (min-width: 1201px) {
  .lfx h1.top {
    font-size: 88px !important;
  }
  .lfx h1 {
    font-size: 58px !important;
  }
  h1.subhead {
    font-size: 2.5em !important;
  }
  .lfx h2 {
    font-size: 20px;
  } /*!important;*/
  .lfx li,
  .lfx p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 993px) and (max-width: 1200px) {
  .lfx h1.top {
    font-size: 76px !important;
  }
  .lfx h1 {
    font-size: 54px !important;
  }
  h1.subhead {
    font-size: 2.5em !important;
  }
  .lfx h2 {
    font-size: 20px !important;
  }
  .lfx li,
  .lfx p {
    font-size: 16px !important;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .lfx h1.top {
    font-size: 64px !important;
  }
  .lfx h1 {
    font-size: 44px !important;
  }
  h1.subhead {
    font-size: 2em !important;
  }
  .lfx h2 {
    font-size: 18px !important;
  }
  .lfx li,
  .lfx p {
    font-size: 16px !important;
  }
}
@media only screen and (max-width: 768px) {
  .pad50 {
    padding: 25px;
  }
  .lfx h1.top {
    font-size: 42px !important;
  }
  .lfx h1 {
    font-size: 34px !important;
  }
  h1.subhead {
    font-size: 1.5em !important;
  }
  .lfx h2 {
    font-size: 16px !important;
  }
  .lfx li,
  .lfx p {
    font-size: 14px !important;
  }
  .home .t3-module {
    margin-bottom: 0 !important;
  }
}
.lfx .btn {
  text-decoration: none !important;
}
.big-title {
  font-weight: 600;
  font-size: 6em;
  z-index: 5;
  font-family: Ubuntu, Lato, sans-serif;
}
.tc {
  text-align: center;
}
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}
.strikethrough {
  color: #9f9f9f;
}
.strikethrough:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid;
  border-color: gray;
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  transform: rotate(-10deg);
}
.inv,
.white,
.white h1,
.white h2,
.white h3,
.white h4,
.white h5,
.white h6,
.white p {
  color: #fff;
}
.labelRow.white .rightsub {
  border-right: 2px solid #fff;
}
.labelRow .rightsub {
  border-right: 2px solid #626262;
  padding-right: 10px;
  margin-right: 5px;
}
.homePageh4,
.labelRow .paulshead {
  font-family: Ubuntu;
  font-size: 1.7em;
  font-weight: 700;
  text-transform: uppercase;
}
.quickexp {
  font-family: Quicksand;
  top: -3px;
  font-size: 17px;
}
.lfx h3.tinyh1 {
  font-size: 34px !important;
  font-family: Ubuntu !important;
  font-weight: 500 !important;
}
.fCol {
  flex-direction: column;
}
.fRow {
  flex-direction: row;
}
.maxw100 {
  max-width: 100%;
}
.borderRoundy {
  border-radius: 10px;
}
.roundBottomPlace,
.roundTopPlace {
  position: absolute;
  width: 100% !important;
  left: 0;
  max-width: 100% !important;
}
.superSoftShadow {
  box-shadow: -5px 5px 7px -6px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: -5px 5px 7px -6px rgba(0, 0, 0, 0.34);
  -webkit-box-shadow: -5px 5px 7px -6px rgba(0, 0, 0, 0.34);
}
.roundBottomPlace {
  bottom: 0;
}
.roundTopPlace {
  top: -1px;
}
.glassball,
.m1000,
.m1100,
.m1200,
.m1300,
.m1400,
.m1500,
.m1600,
.m300,
.m400,
.m500,
.m600,
.m700,
.m800,
.m900,
.w100 {
  width: 100%;
}
.GridSplit {
  display: flex;
  flex-direction: row;
  grid-gap: 50px;
  justify-content: space-between;
}
.GridDown {
  display: flex;
  justify-content: space-between;
}
.designerPOV {
  display: grid;
  grid-gap: 0.5em;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .MobColGridSplit {
    flex-direction: column;
  }
  .MobRevColGridSplit {
    flex-direction: column-reverse;
  }
  .designerPOV {
    grid-template-columns: 1fr;
  }
}
.m300 {
  max-width: 300px;
}
.m400 {
  max-width: 400px;
}
.m500 {
  max-width: 500px;
}
.m600 {
  max-width: 600px;
}
.m700 {
  max-width: 700px;
}
.m800 {
  max-width: 800px;
}
.m900 {
  max-width: 900px;
}
.m1000 {
  max-width: 1000px;
}
.m1100 {
  max-width: 1100px;
}
.m1200 {
  max-width: 1200px;
}
.m1300 {
  max-width: 1300px;
}
.m1400 {
  max-width: 1400px;
}
.m1500 {
  max-width: 1500px;
}
.m1600 {
  max-width: 1600px;
}
.padno {
  padding-left: 0;
  padding-right: 0;
}
.boxxy,
.boxxy2,
.boxxy3 {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.89);
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}
.stickytogether {
  position: sticky;
  top: 1px;
  position: -webkit-sticky;
  z-index: 998;
}
.flexcontainer {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  justify-content: center;
  align-items: center;
}
.flexvertcontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.fl {
  float: left;
}
.faq .faq-t,
.fr {
  float: right;
}
.boxxy {
  -webkit-box-shadow: -4px 2px 19px -4px rgba(0, 0, 0, 0.69);
  -moz-box-shadow: -4px 2px 19px -4px rgba(0, 0, 0, 0.69);
  box-shadow: -4px 2px 19px -4px rgba(0, 0, 0, 0.69);
}
.boxxy2 {
  -webkit-box-shadow: -4px 2px 19px -4px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: -4px 2px 19px -4px rgba(0, 0, 0, 0.19);
  box-shadow: -4px 2px 19px -4px rgba(0, 0, 0, 0.19);
}
.boxxy3 {
  -webkit-box-shadow: -4px 2px 19px -4px rgba(0, 0, 0, 0.39);
  -moz-box-shadow: -4px 2px 19px -4px rgba(0, 0, 0, 0.39);
  box-shadow: -4px 2px 19px -4px rgba(0, 0, 0, 0.39);
  position: sticky;
  top: 30px;
  position: -webkit-sticky;
  z-index: 50;
}
.bubbletop,
.centerbubs {
  position: relative;
  max-width: 45px !important;
  max-height: 45px;
}
.pudgel {
  margin: 5px 5px 5px 10px;
}
.pudger {
  margin: 5px 10px 5px 5px;
}
.pudgel2 {
  margin: 5px 5px 5px 10px;
}
.pudger2 {
  margin: 5px 10px 5px 5px;
}
.pudge0 {
  margin: 5px;
}
.softsha {
  -webkit-box-shadow: -7px 7px 11px -6px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: -7px 7px 11px -6px rgba(0, 0, 0, 0.34);
  box-shadow: -7px 7px 11px -6px rgba(0, 0, 0, 0.34);
}
.softsha-sm {
  -webkit-box-shadow: -1px 3px 7px -6px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: -1px 3px 7px -6px rgba(0, 0, 0, 0.34);
  box-shadow: -1px 3px 7px -6px rgba(0, 0, 0, 0.34);
}
.shadowey {
  -webkit-box-shadow: -3px 12px 14px -8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -3px 12px 14px -8px rgba(0, 0, 0, 0.2);
  box-shadow: -3px 12px 14px -8px rgba(0, 0, 0, 0.2);
}
#lp-popup2 p,
.mtop10 {
  margin-top: 10px !important;
}
.mtop20 {
  margin-top: 20px !important;
}
.mtop50 {
  margin-top: 50px !important;
}
.mtop100 {
  margin-top: 100px !important;
}
.mtop200 {
  margin-top: 200px !important;
}
.mbot10 {
  margin-bottom: 10px !important;
}
.mbot20 {
  margin-bottom: 20px !important;
}
.mbot50 {
  margin-bottom: 50px !important;
}
.mbot100 {
  margin-bottom: 100px !important;
}
.mbot200 {
  margin-bottom: 200px !important;
}
.mtopbot10 {
  margin: 10px 0 !important;
}
.mtopbot20 {
  margin: 20px 0 !important;
}
.mtopbot50 {
  margin: 50px 0 !important;
}
.mtopbot100 {
  margin: 100px 0 !important;
}
.mtopbot200 {
  margin: 200px 0 !important;
}
.footerIntoContain .companyMission,
.ptop10 {
  padding-top: 10px;
}
.ptop20 {
  padding-top: 20px;
}
.ptop50 {
  padding-top: 50px;
}
.ptop100 {
  padding-top: 100px;
}
.ptop200 {
  padding-top: 200px;
}
.pbot10 {
  padding-bottom: 10px;
}
.pbot20,
.rightend {
  padding-bottom: 20px;
}
.pbot50 {
  padding-bottom: 50px;
}
.pbot100 {
  padding-bottom: 100px;
}
.pbot200 {
  padding-bottom: 200px;
}
.ptopbot50 {
  padding: 50px 0;
}
.PS10,
.mfp-iframe-holder,
.pad10 {
  padding: 10px;
}
.PS20,
.pad20 {
  padding: 20px;
}
.pad50 {
  padding: 50px;
}
.pad100 {
  padding: 100px;
}
.pad200 {
  padding: 200px;
}
.PS50 {
  padding: 50px 20px;
}
.PS100 {
  padding: 100px 20px;
}
.PS200 {
  padding: 200px 20px;
}
.bgColorPermYellow {
  background-image: linear-gradient(278deg, #ffecdc 40%, #fff6e6 60%, #fff);
}
.bgColorPermBlue {
  background-image: linear-gradient(278deg, #d8e7ec 40%, #eef7fa 60%, #fff);
}
.bgColorPermPurple {
  background-image: linear-gradient(278deg, #eeebff 40%, #f7f5ff 60%, #fff);
}
.bgColorPermGreen {
  background-image: linear-gradient(278deg, #e9efe6 40%, #eef5e9 60%, #fff);
}
.repeatablepineapple {
  background: url(/images/elements/products/repeatable-pineapple4.png);
}
.cadplan1 {
  background: url(/images/elements/irrig/2018/cadlayout-lighter.jpg) 0 0 / cover
    no-repeat;
}
.cadplan2 {
  background: url(/images/elements/products/plantingplan-white.jpg) 0 0 / cover
    no-repeat;
}
.cadplan3 {
  background: url(/images/elements/products/detailsplan-white.jpg) 0 0 / cover
    no-repeat;
}
.headbg {
  background:
    linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.67),
        rgba(242, 242, 242, 0.89) 100%
      )
      0 0 / cover,
    url(/images/elements/products/triangleyellow.svg) 0 0 / cover;
}
.closebg {
  background:
    linear-gradient(
        to bottom,
        rgba(23, 23, 23, 0.38),
        rgba(62, 62, 62, 0.12) 100%
      )
      0 0 / cover,
    url(/images/elements/products/CORE-Landscape-Concourse.jpg) 0 0 / cover;
}
.pluginbg0 {
  background:
    linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.69) 100%)
      center center/cover no-repeat,
    url(/images/elements/products/basic-plan.jpg) center center/cover no-repeat;
}
.pluginbg1 {
  background:
    linear-gradient(to right, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.52) 100%)
      center center/cover no-repeat,
    url(/images/elements/products/CivilSiteDesign-Nashville.jpg) center
      center/cover no-repeat;
}
.pluginbg2 {
  background:
    linear-gradient(to right, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.52) 100%)
      center center/cover no-repeat,
    url(/images/elements/products/Munoz-Irrigation.jpg) center center/cover
      no-repeat;
}
.pluginbg3 {
  background:
    linear-gradient(to right, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.52) 100%)
      center center/cover no-repeat,
    url(/images/elements/products/Cameron-AllenPrice.jpg) center center/cover
      no-repeat;
}
.pluginbg4 {
  background:
    linear-gradient(to right, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.52) 100%)
      center center/cover no-repeat,
    url(/images/elements/products/cor-peachtree.jpg) center center/cover
      no-repeat;
}
.pluginbg5 {
  background:
    linear-gradient(to right, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.52) 100%)
      center center/cover no-repeat,
    url(/images/elements/products/eng-lindstrand.jpg) center center/cover
      no-repeat;
}
.featuresbg6,
.pluginbg6,
.pluginbg7 {
  background:
    linear-gradient(to right, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.52) 100%)
      center center/cover no-repeat,
    url(/images/elements/products/fal-sanduiegto.jpg) center center/cover
      no-repeat;
  overflow: hidden;
}
.pluginbg8 {
  background:
    linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.69) 100%)
      center center/cover no-repeat,
    url(/images/elements/products/_DSC5910.jpg) center center/cover no-repeat;
}
.pluginbg9 {
  background:
    linear-gradient(to right, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.52) 100%)
      center center/cover no-repeat,
    url(/images/elements/products/1_Photo---4.jpg) center center/cover no-repeat;
}
.pluginbg10 {
  background:
    linear-gradient(to right, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.52) 100%)
      center center/cover no-repeat,
    url(/images/elements/products/1917Edinburgh44of53.jpg) center center/cover
      no-repeat;
}
.pluginbg11 {
  background:
    linear-gradient(to right, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.52) 100%)
      center center/cover no-repeat,
    url(/images/elements/products/20190510_094103_2.jpg) center center/cover
      no-repeat;
}
.pluginbg12 {
  background:
    linear-gradient(to right, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.52) 100%)
      center center/cover no-repeat,
    url(/images/elements/products/ALHAMBRA-RESIDENCE.jpg) center center/cover
      no-repeat;
}
.pluginbg13 {
  background:
    linear-gradient(to right, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.52) 100%)
      center center/cover no-repeat,
    url(/images/elements/products/Bulluck-16.jpg) center center/cover no-repeat;
}
.pluginbg14 {
  background:
    linear-gradient(to right, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.52) 100%)
      center center/cover no-repeat,
    url(/images/elements/products/COMMUNITY-OVERHEAD.jpg) center center/cover
      no-repeat;
}
.pluginbg15 {
  background:
    linear-gradient(to right, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.52) 100%)
      center center/cover no-repeat,
    url(/images/elements/products/COURTYARD.jpg) center center/cover no-repeat;
}
.pluginbg16 {
  background:
    linear-gradient(to right, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.52) 100%)
      center center/cover no-repeat,
    url(/images/elements/products/tahuna.jpg) center center/cover no-repeat;
}
.featuresbg1 {
  background:
    linear-gradient(to right, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.52) 100%)
      center center/cover no-repeat,
    url(/images/elements/products/garden-steps.jpg) center center/cover
      no-repeat;
}
.featuresbg2 {
  background:
    linear-gradient(to right, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.52) 100%)
      center center/cover no-repeat,
    url(/images/elements/products/sign-red.jpg) center center/cover no-repeat;
}
.featuresbg3 {
  background:
    linear-gradient(to right, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.52) 100%)
      center center/cover no-repeat,
    url(/images/elements/products/office-park.jpg) center center/cover no-repeat;
}
.featuresbg4 {
  background:
    linear-gradient(to right, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.52) 100%)
      center center/cover no-repeat,
    url(/images/elements/products/bird-lavender.jpg) center center/cover
      no-repeat;
}
.featuresbg5 {
  background:
    linear-gradient(to right, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.52) 100%)
      center center/cover no-repeat,
    url(/images/elements/products/backyard-purple.jpg) center center/cover
      no-repeat;
}
.featuresbg7 {
  background:
    linear-gradient(to right, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.52) 100%)
      center center/cover no-repeat,
    url(/images/elements/products/lounge-plants.jpg) center center/cover
      no-repeat;
}
.featuresbg8 {
  background:
    linear-gradient(to right, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.52) 100%)
      center center/cover no-repeat,
    url(/images/elements/products/FW-1917Edinburgh21of53.jpg) center
      center/cover no-repeat;
}
.featuresbg9 {
  background:
    linear-gradient(to right, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.52) 100%)
      center center/cover no-repeat,
    url(/images/elements/products/Hilliard-1.jpg) center center/cover no-repeat;
}
.featuresbg10 {
  background:
    linear-gradient(to right, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.52) 100%)
      center center/cover no-repeat,
    url(/images/elements/products/Pool-Room-Profile-sunset.jpg) center
      center/cover no-repeat;
}
.featuresbg11 {
  background:
    linear-gradient(to right, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.52) 100%)
      center center/cover no-repeat,
    url(/images/elements/products/Rear-Twilight-South-West-Exterior.jpg) center
      center/cover no-repeat;
}
.featuresbg12 {
  background:
    linear-gradient(to right, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.52) 100%)
      center center/cover no-repeat,
    url(/images/elements/products/SK-DJI_0852.JPG) center center/cover no-repeat;
}
.featuresbg13 {
  background:
    linear-gradient(to right, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.52) 100%)
      center center/cover no-repeat,
    url(/images/elements/products/photo3.jpg) center center/cover no-repeat;
}
@media only screen and (max-width: 1200px) {
  .featuresbg1,
  .featuresbg10,
  .featuresbg11,
  .featuresbg12,
  .featuresbg13,
  .featuresbg2,
  .featuresbg3,
  .featuresbg4,
  .featuresbg5,
  .featuresbg7,
  .featuresbg8,
  .featuresbg9,
  .pluginbg1,
  .pluginbg10,
  .pluginbg11,
  .pluginbg12,
  .pluginbg13,
  .pluginbg14,
  .pluginbg15,
  .pluginbg16,
  .pluginbg2,
  .pluginbg3,
  .pluginbg4,
  .pluginbg5,
  .pluginbg7,
  .pluginbg9 {
    overflow: hidden;
  }
  .cadplan1 {
    background: url(/images/elements/irrig/2018/cadlayout-lighter.jpg) 0 0 /
      cover no-repeat;
  }
  .cadplan2 {
    background: url(/images/elements/products/sm/plantingplan-white.jpg) 0 0 /
      cover no-repeat;
  }
  .cadplan3 {
    background: url(/images/elements/products/sm/detailsplan-white.jpg) 0 0 /
      cover no-repeat;
  }
  .closebg {
    background:
      linear-gradient(
          to bottom,
          rgba(23, 23, 23, 0.38),
          rgba(62, 62, 62, 0.12) 100%
        )
        0 0 / cover,
      url(/images/elements/products/sm/CORE-Landscape-Concourse.jpg) 0 0 / cover;
  }
  .pluginbg0 {
    background:
      linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.69) 100%)
        center center/cover no-repeat,
      url(/images/elements/products/sm/basic-plan.jpg) center center/cover
        no-repeat;
  }
  .pluginbg1 {
    background:
      linear-gradient(to right, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.52) 100%)
        center center/cover no-repeat,
      url(/images/elements/products/sm/CivilSiteDesign-Nashville.jpg) center
        center/cover no-repeat;
  }
  .pluginbg2 {
    background:
      linear-gradient(to right, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.52) 100%)
        center center/cover no-repeat,
      url(/images/elements/products/sm/Munoz-Irrigation.jpg) center center/cover
        no-repeat;
  }
  .pluginbg3 {
    background:
      linear-gradient(to right, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.52) 100%)
        center center/cover no-repeat,
      url(/images/elements/products/sm/Cameron-AllenPrice.jpg) center
        center/cover no-repeat;
  }
  .pluginbg4 {
    background:
      linear-gradient(to right, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.52) 100%)
        center center/cover no-repeat,
      url(/images/elements/products/sm/cor-peachtree.jpg) center center/cover
        no-repeat;
  }
  .pluginbg5 {
    background:
      linear-gradient(to right, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.52) 100%)
        center center/cover no-repeat,
      url(/images/elements/products/sm/eng-lindstrand.jpg) center center/cover
        no-repeat;
  }
  .featuresbg6,
  .pluginbg6 {
    background:
      linear-gradient(to right, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.52) 100%)
        center center/cover no-repeat,
      url(/images/elements/products/sm/fal-sanduiegto.jpg) center center/cover
        no-repeat;
    overflow: hidden;
  }
  .pluginbg7 {
    background:
      linear-gradient(to right, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.52) 100%)
        center center/cover no-repeat,
      url(/images/elements/products/sm/eng-garden-vogel-door.jpg) center
        center/cover no-repeat;
  }
  .pluginbg8 {
    background:
      linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.69) 100%)
        center center/cover no-repeat,
      url(/images/elements/products/sm/_DSC5910.jpg) center center/cover
        no-repeat;
  }
  .pluginbg9 {
    background:
      linear-gradient(to right, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.52) 100%)
        center center/cover no-repeat,
      url(/images/elements/products/sm/1_Photo---4.jpg) center center/cover
        no-repeat;
  }
  .pluginbg10 {
    background:
      linear-gradient(to right, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.52) 100%)
        center center/cover no-repeat,
      url(/images/elements/products/sm/1917Edinburgh44of53.jpg) center
        center/cover no-repeat;
  }
  .pluginbg11 {
    background:
      linear-gradient(to right, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.52) 100%)
        center center/cover no-repeat,
      url(/images/elements/products/sm/20190510_094103_2.jpg) center
        center/cover no-repeat;
  }
  .pluginbg12 {
    background:
      linear-gradient(to right, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.52) 100%)
        center center/cover no-repeat,
      url(/images/elements/products/sm/ALHAMBRA-RESIDENCE.jpg) center
        center/cover no-repeat;
  }
  .pluginbg13 {
    background:
      linear-gradient(to right, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.52) 100%)
        center center/cover no-repeat,
      url(/images/elements/products/sm/Bulluck-16.jpg) center center/cover
        no-repeat;
  }
  .pluginbg14 {
    background:
      linear-gradient(to right, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.52) 100%)
        center center/cover no-repeat,
      url(/images/elements/products/sm/COMMUNITY-OVERHEAD.jpg) center
        center/cover no-repeat;
  }
  .pluginbg15 {
    background:
      linear-gradient(to right, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.52) 100%)
        center center/cover no-repeat,
      url(/images/elements/products/sm/COURTYARD.jpg) center center/cover
        no-repeat;
  }
  .pluginbg16 {
    background:
      linear-gradient(to right, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.52) 100%)
        center center/cover no-repeat,
      url(/images/elements/products/sm/tahuna.jpg) center center/cover no-repeat;
  }
  .featuresbg1 {
    background:
      linear-gradient(to right, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.52) 100%)
        center center/cover no-repeat,
      url(/images/elements/products/sm/garden-steps.jpg) center center/cover
        no-repeat;
  }
  .featuresbg2 {
    background:
      linear-gradient(to right, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.52) 100%)
        center center/cover no-repeat,
      url(/images/elements/products/sm/sign-red.jpg) center center/cover
        no-repeat;
  }
  .featuresbg3 {
    background:
      linear-gradient(to right, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.52) 100%)
        center center/cover no-repeat,
      url(/images/elements/products/sm/office-park.jpg) center center/cover
        no-repeat;
  }
  .featuresbg4 {
    background:
      linear-gradient(to right, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.52) 100%)
        center center/cover no-repeat,
      url(/images/elements/products/sm/bird-lavender.jpg) center center/cover
        no-repeat;
  }
  .featuresbg5 {
    background:
      linear-gradient(to right, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.52) 100%)
        center center/cover no-repeat,
      url(/images/elements/products/sm/backyard-purple.jpg) center center/cover
        no-repeat;
  }
  .featuresbg7 {
    background:
      linear-gradient(to right, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.52) 100%)
        center center/cover no-repeat,
      url(/images/elements/products/sm/lounge-plants.jpg) center center/cover
        no-repeat;
  }
  .featuresbg8 {
    background:
      linear-gradient(to right, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.52) 100%)
        center center/cover no-repeat,
      url(/images/elements/products/sm/FW-1917Edinburgh21of53.jpg) center
        center/cover no-repeat;
  }
  .featuresbg9 {
    background:
      linear-gradient(to right, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.52) 100%)
        center center/cover no-repeat,
      url(/images/elements/products/sm/Hilliard-1.jpg) center center/cover
        no-repeat;
  }
  .featuresbg10 {
    background:
      linear-gradient(to right, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.52) 100%)
        center center/cover no-repeat,
      url(/images/elements/products/sm/Pool-Room-Profile-sunset.jpg) center
        center/cover no-repeat;
  }
  .featuresbg11 {
    background:
      linear-gradient(to right, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.52) 100%)
        center center/cover no-repeat,
      url(/images/elements/products/sm/Rear-Twilight-South-West-Exterior.jpg)
        center center/cover no-repeat;
  }
  .featuresbg12 {
    background:
      linear-gradient(to right, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.52) 100%)
        center center/cover no-repeat,
      url(/images/elements/products/sm/SK-DJI_0852.JPG) center center/cover
        no-repeat;
  }
  .featuresbg13 {
    background:
      linear-gradient(to right, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.52) 100%)
        center center/cover no-repeat,
      url(/images/elements/products/sm/photo3.jpg) center center/cover no-repeat;
  }
}
@media only screen and (max-width: 600px) {
  .featuresbg1,
  .featuresbg10,
  .featuresbg11,
  .featuresbg12,
  .featuresbg13,
  .featuresbg2,
  .featuresbg3,
  .featuresbg4,
  .featuresbg5,
  .featuresbg7,
  .featuresbg8,
  .featuresbg9,
  .pluginbg1,
  .pluginbg10,
  .pluginbg11,
  .pluginbg12,
  .pluginbg13,
  .pluginbg14,
  .pluginbg15,
  .pluginbg16,
  .pluginbg2,
  .pluginbg3,
  .pluginbg4,
  .pluginbg5,
  .pluginbg7,
  .pluginbg9 {
    overflow: hidden;
  }
  .cadplan1 {
    background: url(/images/elements/irrig/2018/cadlayout-lighter.jpg) 0 0 /
      cover no-repeat;
  }
  .cadplan2 {
    background: url(/images/elements/products/xs/plantingplan-white.jpg) 0 0 /
      cover no-repeat;
  }
  .cadplan3 {
    background: url(/images/elements/products/xs/detailsplan-white.jpg) 0 0 /
      cover no-repeat;
  }
  .closebg {
    background:
      linear-gradient(
          to bottom,
          rgba(23, 23, 23, 0.38),
          rgba(62, 62, 62, 0.12) 100%
        )
        0 0 / cover,
      url(/images/elements/products/xs/CORE-Landscape-Concourse.jpg) 0 0 / cover;
  }
  .pluginbg0 {
    background:
      linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.69) 100%)
        center center/cover no-repeat,
      url(/images/elements/products/xs/basic-plan.jpg) center center/cover
        no-repeat;
  }
  .pluginbg1 {
    background:
      linear-gradient(to right, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.52) 100%)
        center center/cover no-repeat,
      url(/images/elements/products/xs/CivilSiteDesign-Nashville.jpg) center
        center/cover no-repeat;
  }
  .pluginbg2 {
    background:
      linear-gradient(to right, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.52) 100%)
        center center/cover no-repeat,
      url(/images/elements/products/xs/Munoz-Irrigation.jpg) center center/cover
        no-repeat;
  }
  .pluginbg3 {
    background:
      linear-gradient(to right, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.52) 100%)
        center center/cover no-repeat,
      url(/images/elements/products/xs/Cameron-AllenPrice.jpg) center
        center/cover no-repeat;
  }
  .pluginbg4 {
    background:
      linear-gradient(to right, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.52) 100%)
        center center/cover no-repeat,
      url(/images/elements/products/xs/cor-peachtree.jpg) center center/cover
        no-repeat;
  }
  .pluginbg5 {
    background:
      linear-gradient(to right, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.52) 100%)
        center center/cover no-repeat,
      url(/images/elements/products/xs/eng-lindstrand.jpg) center center/cover
        no-repeat;
  }
  .featuresbg6,
  .pluginbg6 {
    background:
      linear-gradient(to right, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.52) 100%)
        center center/cover no-repeat,
      url(/images/elements/products/xs/fal-sanduiegto.jpg) center center/cover
        no-repeat;
    overflow: hidden;
  }
  .pluginbg7 {
    background:
      linear-gradient(to right, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.52) 100%)
        center center/cover no-repeat,
      url(/images/elements/products/xs/eng-garden-vogel-door.jpg) center
        center/cover no-repeat;
  }
  .pluginbg8 {
    background:
      linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.69) 100%)
        center center/cover no-repeat,
      url(/images/elements/products/xs/_DSC5910.jpg) center center/cover
        no-repeat;
  }
  .pluginbg9 {
    background:
      linear-gradient(to right, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.52) 100%)
        center center/cover no-repeat,
      url(/images/elements/products/xs/1_Photo---4.jpg) center center/cover
        no-repeat;
  }
  .pluginbg10 {
    background:
      linear-gradient(to right, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.52) 100%)
        center center/cover no-repeat,
      url(/images/elements/products/xs/1917Edinburgh44of53.jpg) center
        center/cover no-repeat;
  }
  .pluginbg11 {
    background:
      linear-gradient(to right, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.52) 100%)
        center center/cover no-repeat,
      url(/images/elements/products/xs/20190510_094103_2.jpg) center
        center/cover no-repeat;
  }
  .pluginbg12 {
    background:
      linear-gradient(to right, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.52) 100%)
        center center/cover no-repeat,
      url(/images/elements/products/xs/ALHAMBRA-RESIDENCE.jpg) center
        center/cover no-repeat;
  }
  .pluginbg13 {
    background:
      linear-gradient(to right, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.52) 100%)
        center center/cover no-repeat,
      url(/images/elements/products/xs/Bulluck-16.jpg) center center/cover
        no-repeat;
  }
  .pluginbg14 {
    background:
      linear-gradient(to right, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.52) 100%)
        center center/cover no-repeat,
      url(/images/elements/products/xs/COMMUNITY-OVERHEAD.jpg) center
        center/cover no-repeat;
  }
  .pluginbg15 {
    background:
      linear-gradient(to right, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.52) 100%)
        center center/cover no-repeat,
      url(/images/elements/products/xs/COURTYARD.jpg) center center/cover
        no-repeat;
  }
  .pluginbg16 {
    background:
      linear-gradient(to right, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.52) 100%)
        center center/cover no-repeat,
      url(/images/elements/products/xs/tahuna.jpg) center center/cover no-repeat;
  }
  .featuresbg1 {
    background:
      linear-gradient(to right, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.52) 100%)
        center center/cover no-repeat,
      url(/images/elements/products/xs/garden-steps.jpg) center center/cover
        no-repeat;
  }
  .featuresbg2 {
    background:
      linear-gradient(to right, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.52) 100%)
        center center/cover no-repeat,
      url(/images/elements/products/xs/sign-red.jpg) center center/cover
        no-repeat;
  }
  .featuresbg3 {
    background:
      linear-gradient(to right, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.52) 100%)
        center center/cover no-repeat,
      url(/images/elements/products/xs/office-park.jpg) center center/cover
        no-repeat;
  }
  .featuresbg4 {
    background:
      linear-gradient(to right, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.52) 100%)
        center center/cover no-repeat,
      url(/images/elements/products/xs/bird-lavender.jpg) center center/cover
        no-repeat;
  }
  .featuresbg5 {
    background:
      linear-gradient(to right, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.52) 100%)
        center center/cover no-repeat,
      url(/images/elements/products/xs/backyard-purple.jpg) center center/cover
        no-repeat;
  }
  .featuresbg7 {
    background:
      linear-gradient(to right, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.52) 100%)
        center center/cover no-repeat,
      url(/images/elements/products/xs/lounge-plants.jpg) center center/cover
        no-repeat;
  }
  .featuresbg8 {
    background:
      linear-gradient(to right, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.52) 100%)
        center center/cover no-repeat,
      url(/images/elements/products/xs/FW-1917Edinburgh21of53.jpg) center
        center/cover no-repeat;
  }
  .featuresbg9 {
    background:
      linear-gradient(to right, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.52) 100%)
        center center/cover no-repeat,
      url(/images/elements/products/xs/Hilliard-1.jpg) center center/cover
        no-repeat;
  }
  .featuresbg10 {
    background:
      linear-gradient(to right, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.52) 100%)
        center center/cover no-repeat,
      url(/images/elements/products/xs/Pool-Room-Profile-sunset.jpg) center
        center/cover no-repeat;
  }
  .featuresbg11 {
    background:
      linear-gradient(to right, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.52) 100%)
        center center/cover no-repeat,
      url(/images/elements/products/xs/Rear-Twilight-South-West-Exterior.jpg)
        center center/cover no-repeat;
  }
  .featuresbg12 {
    background:
      linear-gradient(to right, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.52) 100%)
        center center/cover no-repeat,
      url(/images/elements/products/xs/SK-DJI_0852.JPG) center center/cover
        no-repeat;
  }
  .featuresbg13 {
    background:
      linear-gradient(to right, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.52) 100%)
        center center/cover no-repeat,
      url(/images/elements/products/xs/photo3.jpg) center center/cover no-repeat;
  }
}
.irrigationgradient {
  padding-top: 1px;
  background: url(/images/elements/products/blue-hex-01.svg) center center/cover
    no-repeat;
}
.plantinggradient {
  background: url(/images/elements/products/green-hex-01.svg) center
    center/cover no-repeat;
}
.detailsgradient {
  background: url(/images/elements/products/yellow-hex-01.svg) center
    center/cover no-repeat;
}
.fxcadgradient {
  background: url(/images/elements/products/bluepurp-square.svg) center
    center/cover no-repeat;
}
.sketchupbackground {
  background: url(/images/elements/products/red-hex-01.svg) center center/cover
    no-repeat;
}
.rhinobackground {
  background: url(/images/elements/products/black-hex-01.svg) center
    center/cover no-repeat;
}
.civilbackground {
  background: url(/images/elements/products/bluelight-hex-01.svg) center
    center/cover no-repeat;
}
.fxcadgradient2 {
  padding-top: 1px;
  background: #2d3963;
  background: -moz-linear-gradient(left, #2d3963 0, #15132f 100%);
  background: -webkit-linear-gradient(left, #2d3963 0, #15132f 100%);
  background: linear-gradient(to right, #2d3963 0, #15132f 100%);
}
.cadboxbackground {
  background:
    linear-gradient(to right, rgba(0, 0, 0, 0.74), rgba(0, 0, 0, 0.68) 100%)
      59% / cover,
    url(/images/elements/products/mills2.jpg) 59% / cover;
}
.licbackground {
  background:
    linear-gradient(to right, rgba(0, 0, 0, 0.74), rgba(0, 0, 0, 0.68) 100%)
      59% / cover,
    url(/images/elements/products/irrig-plan.jpg) 59% / cover;
}
.pluginboxgradient {
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.52),
    rgba(0, 0, 0, 0.52) 100%
  );
}
.detailsgradient2 {
  padding-top: 1px;
  background: #f4923e;
  background: -moz-linear-gradient(left, #f4923e 0, #fce233 100%);
  background: -webkit-linear-gradient(left, #f4923e 0, #fce233 100%);
  background: linear-gradient(to right, #f4923e 0, #fce233 100%);
}
.plantinggradient2 {
  padding-top: 1px;
  background: #558b46;
  background: -moz-linear-gradient(left, #558b46 0, #91c45f 100%);
  background: -webkit-linear-gradient(left, #558b46 0, #91c45f 100%);
  background: linear-gradient(to right, #558b46 0, #91c45f 100%);
}
.irrigationgradient2 {
  padding-top: 1px;
  background: #12a3b6;
  background: -moz-linear-gradient(left, #12a3b6 0, #11414f 100%);
  background: -webkit-linear-gradient(left, #12a3b6 0, #11414f 100%);
  background: linear-gradient(to right, #12a3b6 0, #11414f 100%);
}
.sketchupbackground2 {
  background:
    linear-gradient(to right, #a32e17, #c16a4b 100%),
    url(/images/elements/home-admin/sm-seaborn.jpg);
}
.rhinobackground2 {
  background:
    linear-gradient(to right, rgba(29, 29, 29, 0.95), rgba(0, 0, 0, 0.97) 100%),
    url(/images/elements/home-admin/sm-seaborn.jpg);
}
.bgColorBlue {
  background: #265160;
}
.bgColorWhite {
  background: #fff;
}
.bgColorBlack {
  background: #000;
}
.bgColorDarkGray {
  background: #333;
}
.bgColorMidGray {
  background: #787878;
}
.bgColorLightGray {
  background: #f1f1f1;
}
.bgColorLightGray1 {
  background: #ececec;
}
.bgColorLightGray2 {
  background: #dedede;
}
.glassball {
  float: left;
  max-width: 45px !important;
  max-height: 45px;
}
.hexbub:hover,
.hoverbub:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transition: 0.2s ease-in;
  transform: scale(1.1);
}
.hexclick {
  -webkit-transition: 0.2s ease-in;
  -webkit-transform: scale(1.1);
  -ms-transition: 0.2s ease-in;
  -ms-transform: scale(1.1);
  -moz-transition: 0.2s ease-in;
  -moz-transform: scale(1.1);
  transition: 0.2s ease-in;
  transform: scale(1.2);
  cursor: pointer;
}
.centerbubs {
  z-index: 10;
  left: calc(50% - 22px);
  margin-top: -50px;
}
.largeball {
  max-width: 80px !important;
  margin-left: auto;
  margin-right: auto;
  display: block !important;
  margin-top: 30px;
}
.yellout {
  display: inline-block;
}
.yellout:after,
.yellout:before {
  content: " ";
  display: block;
  height: 90%;
  width: 100%;
  margin-left: -3px;
  margin-right: -3px;
  position: absolute;
}
.yellout:before {
  background: rgba(234, 221, 6, 0.9);
  transform: rotate(2deg);
  top: -1px;
  left: -1px;
}
.yellout:after {
  background: rgba(234, 210, 6, 0.6);
  top: 3px;
  right: -2px;
}
.yellout .yellin {
  color: #333;
  z-index: 4;
}
.filmclassdiv:hover .hexlogo {
  transform: scale(1.1);
  transition-timing-function: ease-in-out;
}
.filmclassdiv:hover .filmclassdivtext,
.filmclassdiv:hover .prizebox,
.filmclassdiv:hover .prizebox2,
.filmclassdiv:hover .prizebox3 {
  visibility: visible;
}
.filmclassdivtext {
  visibility: hidden;
  background-color: rgba(255, 255, 255, 0.85);
  color: #333;
  text-align: center;
  border-radius: 6px;
  border: 1px solid #3a3a3a;
  padding: 5px;
  width: 120px;
  box-shadow: 0 0 25px -8px rgba(0, 0, 0, 0.25);
  position: absolute;
  z-index: 1;
  margin-left: -20px;
  margin-top: -20px;
}
.help-button-wrapper {
  position: absolute;
  text-align: center;
  z-index: 999;
  right: 20px;
  top: 20px;
}
.help-button {
  height: 4.5em;
  width: 4.5em;
  font-size: 14px;
  border-radius: 50%;
  border: 0;
  background: #72ab59;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  transform: scale(1);
  transition: 0.2s;
}
.topleftdiscount,
.toprightinfo {
  top: 10px;
  font-size: 21px;
  color: #fff;
  position: absolute;
}
.help-button:active,
.help-button:focus,
.help-button:hover {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
  outline: 0;
}
.help-button span {
  display: block;
  font-size: 2em;
  transform: scale(1);
  transition: transform 0.1s;
}
.expanded .help-button span,
.help-button:hover span {
  transform: scale(1.25);
}
.expanded .help-button {
  transform: scale(0.8);
}
.help-list {
  list-style: none;
  padding: 0;
  margin: 0;
  transition: 0.2s;
  transform: translate(0, 90px) scale(0.5);
  transform-origin: bottom center;
  opacity: 0;
}
#k2Container,
.mfp-iframe,
div.itemBody {
  padding: 0 !important;
}
#component #k2Container img,
.accordion {
  margin: auto;
}
.expanded .help-list {
  transform: translate(0, 20px) scale(1);
  opacity: 1;
}
.help-list li {
  margin-bottom: 1em;
  text-align: left !important;
}
.expanded .classitup {
  width: 190px;
  background: #f0f0f0;
  height: 100%;
  padding: 0 20px 20px;
  border-radius: 10px;
  border: 1px solid #e9e9e9;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
@media only screen and (max-width: 766px) {
  .mobpadno {
    padding-left: 0;
    padding-right: 0;
  }
  .help-button-wrapper {
    display: none;
  }
  .expanded .classitup {
    width: 190px;
    background: #f0f0f0;
    height: 100%;
    padding: 0 20px 20px;
    border-radius: 10px;
    border: 1px solid #e9e9e9;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  }
}
.mfp-iframe-holder .mfp-content {
  max-width: 1200px !important;
  width: 100%;
  height: 100%;
}
.mfp-fade.mfp-bg,
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing,
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  width: 80% !important;
  height: auto !important;
}
.mfp-content {
  width: auto !important;
  max-width: 1600px !important;
}
.mfp-content figure img {
  width: auto !important;
  max-width: auto !important;
  height: auto;
}
.mfp-no-margins .mfp-container,
.mfp-no-margins img.mfp-img {
  padding: 0;
}
.mfp-no-margins .mfp-figure:after {
  top: 0;
  bottom: 0;
}
.mfp-content figure {
  height: auto;
}
.mfp-content figcaption {
  display: none;
}
.mfp-iframe-scaler iframe {
  background: #fff;
  padding: 10px;
  box-sizing: border-box;
  box-shadow: none;
}
.topleftdiscount {
  left: 10px;
  z-index: 98;
  max-width: 120px;
}
.toprightinfo {
  right: 10px;
  z-index: 99;
  cursor: pointer;
}
.inbuts {
  border-radius: 5px;
}
.accordion {
  width: 100%;
  max-width: 1400px;
}
.accordion ul {
  width: 100%;
  display: table;
  table-layout: fixed;
  margin: 0;
  padding: 0;
}
.accordion ul li {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  width: 16.666%;
  height: 600px;
  background-repeat: no-repeat;
  background-position: center center;
  transition: 1.2s;
  -webkit-box-shadow: -8px 10px 15px -8px rgba(0, 0, 0, 0.59);
  -moz-box-shadow: -8px 10px 15px -8px rgba(0, 0, 0, 0.59);
  box-shadow: -8px 10px 15px -8px rgba(0, 0, 0, 0.59);
}
.wideplace {
  width: 52% !important;
}
@media screen and (min-width: 1100px) {
  .rightend {
    display: none;
  }
}
@media screen and (max-width: 1099px) {
  .rightend {
    padding: 10px 10px 20px;
  }
  .accordion ul li {
    margin-bottom: 10px;
  }
  .toprightinfo {
    display: none !important;
  }
  .wideplace {
    width: 100% !important;
  }
  .too {
    padding-left: 15px;
    padding-right: 15px;
  }
  body {
    margin: 0;
  }
  .accordion {
    height: auto;
  }
  .accordion ul li,
  .accordion ul li:hover,
  .accordion ul:hover li,
  .accordion ul:hover li:hover {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
    -webkit-transition: none;
    transition: none;
  }
}
.design2b {
  background:
    linear-gradient(to right, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.32) 100%) 0
      0 / cover,
    url(/images/elements/products/Vogel-garden-photo.jpg) 0 0 / cover;
}
.plant3b {
  background:
    linear-gradient(to right, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.52) 100%) 0
      0 / cover,
    url(/images/elements/products/office-park.jpg) 0 0 / cover;
}
.irrig3b {
  background:
    linear-gradient(to right, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.52) 100%) 0
      0 / cover,
    url(/images/elements/products/dana-irrig.jpg) 0 0 / cover;
}
.irrig4b {
  background:
    linear-gradient(to right, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.52) 100%) 0
      0 / cover,
    url(/images/elements/products/backyard-purple.jpg) 0 0 / cover;
}
#lp-overlay.lp-open,
#lp-overlay2.lp-open,
#lp-popup.lp-open {
  display: block;
}
#lp-overlay,
#lp-overlay2 {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  background: radial-gradient(
      ellipse at center center,
      rgba(221, 221, 221, 0.8) 0,
      rgba(57, 57, 57, 0.7) 60%,
      rgba(0, 0, 0, 0.7) 100%
    )
    rgba(0, 0, 0, 0);
  background: -webkit-radial-gradient(
      ellipse at center center,
      rgba(221, 221, 221, 0.8) 0,
      rgba(57, 57, 57, 0.7) 60%,
      rgba(0, 0, 0, 0.7) 100%
    )
    rgba(0, 0, 0, 0);
  background: -o-radial-gradient(
      ellipse at center center,
      rgba(221, 221, 221, 0.8) 0,
      rgba(57, 57, 57, 0.7) 60%,
      rgba(0, 0, 0, 0.7) 100%
    )
    rgba(0, 0, 0, 0);
  background: -moz-radial-gradient(
      ellipse at center center,
      rgba(221, 221, 221, 0.8) 0,
      rgba(57, 57, 57, 0.7) 60%,
      rgba(0, 0, 0, 0.7) 100%
    )
    rgba(0, 0, 0, 0);
  z-index: 999;
}
.lp-field-wrapper input.lp-input-password,
.lp-field-wrapper input.lp-input-username {
  background-image: none !important;
  padding-left: 8px !important;
}
.lp-button-wrapper img {
  height: 12px;
  width: auto;
}
#lp-popup2 .btn {
  transition: none !important;
}
.avatar-wrap {
  width: 100%;
  height: 40px;
}
.avatar-top,
.avatar-top img {
  width: 140px;
  height: 140px;
}
.avatar-top {
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 5px grey;
  margin-top: -100px;
}
#lp-popup2 {
  border-radius: 10px !important;
  margin-top: 20px !important;
}
.lp-wrapper {
  top: 20% !important;
  left: 40% !important;
  width: 340px !important;
}
#k2Container {
  margin: 0 !important;
  max-width: 100% !important;
}
.itemContentFooter {
  display: none !important;
}
#t4-megamenu-mainmenu .nav > li > a:focus {
  background: 0 0;
}
figure.hover-img-video {
  border-radius: 10px;
  height: auto;
  margin: 0;
  -webkit-box-shadow: -4px 2px 19px -4px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: -4px 2px 19px -4px rgba(0, 0, 0, 0.35);
  box-shadow: -4px 2px 10px -4px rgb(0 0 0 / 35%);
}
.hover-img-video {
  -webkit-box-shadow: -4px 2px 19px -4px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: -4px 2px 19px -4px rgba(0, 0, 0, 0.35);
  box-shadow: -4px 2px 19px -4px rgb(0 0 0 / 35%);
  background-color: #000;
  color: #fff;
  display: inline-block;
  max-width: 100%;
  position: relative;
  text-align: center;
  width: 100%;
}
.hover-img-video * {
  box-sizing: border-box;
  transition: 0.45s;
}
.hover-img-video::after,
.hover-img-video::before {
  background-color: rgba(0, 0, 0, 0.3);
  border-top: 32px solid rgba(0, 0, 0, 0.3);
  border-bottom: 32px solid rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  transition: 0.3s;
  z-index: 1;
  opacity: 0.6;
  transform: scaleY(2);
}
.faq .expanded,
.faq .faq-t {
  transition: 0.3s ease-in-out;
}
.hover-img-video img {
  vertical-align: top;
  max-width: 100%;
  backface-visibility: hidden;
}
.hover-img-video figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  align-items: center;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  opacity: 0.9;
  z-index: 2;
  transition-delay: 0.1s;
  background: rgba(0, 0, 0, 0.3) !important;
}
.hover-img-video:hover::after,
.hover-img-video:hover::before {
  transform: scale(1);
  opacity: 0.6;
}
.hover-img-video:hover > img {
  opacity: 1;
}
.hover-img-video:hover figcaption {
  opacity: 1;
  background: rgba(0, 0, 0, 0.1) !important;
}
.faq .topic {
  padding: 0 20px;
}
.faq .opensy {
  cursor: pointer;
  display: block;
  padding: 0;
}
.faq .opensy:hover {
  opacity: 0.7;
}
.faq .que {
  padding-top: 30px;
  padding-right: 40px;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  color: #000;
}
.faq .answer {
  display: none;
  margin-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  color: #36373b !important;
}
.faq .faq-t {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: inline-block;
  position: relative;
  top: -55px;
  right: 10px;
  width: 10px;
  height: 10px;
  background: 0 0;
  border-left: 2px solid #606165;
  border-bottom: 2px solid #606165;
}
.faq .faq-o {
  top: -50px;
  -moz-transform: rotate(-224deg);
  -ms-transform: rotate(-224deg);
  -webkit-transform: rotate(-224deg);
  transform: rotate(-224deg);
}
@media only screen and (max-width: 480px) {
  .faq .faq-t {
    display: none;
  }
  .faq .que {
    padding-right: 0;
  }
  .faq .main {
    padding: 10px;
  }
  .faq .answer {
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }
}
#peoplepersonplace {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  justify-content: center;
}
#peoplepersonplace .spacera {
  min-height: 300px;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}
.socialsinfooter a {
  color: #fff !important;
  opacity: 0.7;
}
.socialsinfooter a:hover {
  color: #fff !important;
  opacity: 1;
}
.socialsinfooter .footer-social-signs img {
  max-width: 40px;
  padding-right: 10px;
  display: inline-block;
}
ul.footerContactList {
  list-style-type: none;
  padding-left: 0;
}
ul.footerContactList li {
  margin-bottom: 0.75em;
}

ul.footerContactList li:first-of-type {
  font-weight: bold;
}

ul.footerContactList li a {
  color: #dfdfdf;
}

ul.footerContactList li a:hover {
  color: #fff;
}
.footerLogo {
  width: 80%;
  max-width: 190px;
  height: auto;
  margin-bottom: 5px;
  margin-left: -14px;
}
.footerIntoContain .flatRowFooterLinks {
  border-top: 1px solid #363636;
  font-size: 16px;
  padding: 25px 0;
  background: #1d1d1d;
  color: #7f7f7f;
}
.footerIntoContain .flatRowFooterLinks .nav > li > a {
  position: relative;
  padding: 10px 15px;
}
.footerIntoContain .flatRowFooterLinks a {
  color: #dfdfdf !important;
  font-weight: 500;
}
.footerIntoContain {
  border-bottom: 1px solid #0f0f0f;
  background: #222;
  color: #dfdfdf;
  font-weight: 400;
  padding-top: 50px;
}
.footerIntoContain .padFootCol {
  padding: 20px 70px;
}
.footerIntoContain .footerRow {
  display: flex;
  flex-direction: row;
  grid-gap: 50px;
}
.footerIntoContain .lightGrayFontContact {
  color: #ebebeb;
}
@media screen and (max-width: 767px) {
  .bottom-article-info,
  .footerIntoContain .flatRowFooterLinks,
  .quickexp {
    display: none;
  }
  .PS20 {
    padding: 20px 10px;
  }
  .PS50 {
    padding: 50px 10px;
  }
  .PS100 {
    padding: 100px 10px;
  }
  .PS200 {
    padding: 200px 10px;
  }
  .footerIntoContain .footerRow {
    flex-direction: column;
  }
}
@media screen and (max-width: 991px) {
  #t4-footnav {
    display: none;
  }
}
.btn-group-sm > .btn,
.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 12px;
  line-height: 1.5;
}
.btn-group-lg > .btn,
.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.5rem;
}
.downloaddiv,
.linkdiv {
  background-color: #47702c;
  margin: 30px auto;
  padding: 15px 20px;
  color: #fff;
  border-radius: 15px;
  border-bottom: 3px solid #263d17;
}
.downloaddiv:hover,
.linkdiv:hover {
  background-color: #528133;
  -webkit-box-shadow: 0 0 20px -8px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 0 0 20px -8px rgba(0, 0, 0, 0.55);
  box-shadow: 0 0 20px -8px rgba(0, 0, 0, 0.55);
  color: #fff;
  text-align: center;
}
.downloaddiv a,
.linkdiv a {
  color: #fff;
  font-size: 26px !important;
  margin: 0 auto;
}
.downloaddiv a:focus,
.downloaddiv a:hover,
.downloaddiv p:hover,
.downloaddiv:focus {
  color: #fff;
}
.linkdiv a:focus,
.linkdiv a:hover,
.linkdiv p:hover .linkdiv p,
.linkdiv:focus {
  color: #fff;
  font-size: 20px;
}
.downloaddiv p,
.linkdiv p {
  color: #fff;
  margin: 0 auto;
  font-weight: 400;
  text-align: center;
}
.downloaddiv p::before {
  content: url("https://www.landfx.com/images/icons/downloadicon2.png");
  width: 30px;
  height: 30px;
  top: 5px;
  margin-right: 15px;
  position: relative;
  z-index: 100000;
}
@media screen and (min-width: 800px) {
  .subtrain,
  .subtraini {
    height: auto !important;
  }
  .downloaddiv,
  .linkdiv {
    width: 60%;
    font-size: 22px;
  }
  .downloaddiv p,
  .linkdiv p {
    font-size: 22px !important;
  }
  .installdiv {
    padding: 45px 45px 65px;
    margin: auto auto 100px;
  }
  .subtrain {
    min-height: 300px !important;
  }
  .subtraini {
    min-height: 360px !important;
  }
  .installdiv td {
    vertical-align: middle;
    margin: 40px 0;
    max-width: 50%;
    padding: 40px 20px;
  }
}
@media screen and (max-width: 800px) {
  .detailsbut,
  .irrigbut,
  .plantbut {
    margin-bottom: 5px;
  }
  .downloaddiv,
  .linkdiv {
    width: 80%;
  }
  .downloaddiv p,
  .linkdiv p {
    font-size: 18px !important;
  }
  .installdiv h2,
  .installdiv h3 {
    font-size: 21px !important;
  }
  .installdiv {
    font-size: 14px !important;
    padding: 10px;
    margin: auto auto 50px;
  }
  .subtrain,
  .subtraini {
    height: auto !important;
    min-height: 200px !important;
  }
  .checky {
    font-size: 16px !important;
  }
  .installdiv td {
    vertical-align: middle;
    margin: 10px 0;
    max-width: 50%;
    padding: 10px;
  }
  .installdiv h2 {
    margin: 10px 0 !important;
  }
  .installdiv h4 {
    font-size: 12px !important;
  }
  .navig {
    display: none;
    visibility: hidden;
  }
}
#t4-header {
  position: sticky;
  top: 0px;
  background: white;
  box-shadow: -5px 5px 7px -6px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: -5px 5px 7px -6px rgba(0, 0, 0, 0.14);
  -webkit-box-shadow: -5px 5px 7px -6px rgba(0, 0, 0, 0.14);
  z-index: 99999;
}
#t4-breadcrumbs {
  z-index: 9999;
}
html,
body {
  overflow-x: unset !important;
}
#ed.type-component {
  background-color: #f9f9fa !important;
}
.uOrangeLink {
  text-decoration: underline 3px;
  text-decoration-color: #ffd68a;
  -webkit-text-decoration-line: underline !important;
  -webkit-text-decoration-color: #ffd68a !important;
  -webkit-text-decoration-style: solid !important;
}
.uOrangeLink:hover {
  text-decoration: underline 3px;
  text-decoration-color: #f4ab24;
}
.whiteHover:hover {
  color: white !important;
}

.lfx .tinyh1,
.lfx h2.tinyh1 {
  font-family: "Ubuntu", sans-serif !important;
  font-weight: 700 !important;
}

.lfx h2.largeh2,
h2.largeh2 {
  font-family: "Ubuntu", sans-serif !important;
  font-weight: 700 !important;
  font-size: 58px !important;
}

span.subhead,
h3.subhead,
p.subhead {
  font-weight: 300 !important;
  font-family: "Quicksand", sans-serif !important;
  font-size: 20px !important;
  margin-top: 5px;
  margin-bottom: 5px;
  display: block;
  color: #212529;
}

span.mleft50 {
  margin-bottom: 20px;
}

.white,
span.white,
p.white {
  color: white !important;
}

span.subhead:hover,
h3.subhead:hover,
p.subhead:hover {
  color: #212529;
}

.mod-breadcrumbs__item {
  display: flex;
  align-items: center;
}
