@charset "UTF-8";
@font-face {
  font-family: "Lato-Regular";
  src: url("../fonts/Lato-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ZalandoSansExpanded-Medium";
  src: url("../fonts/ZalandoSansExpanded-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@layer utilities {
  .text-primary-600 {
    color: #1F6951;
  }
  .text-primary-100 {
    color: #077e63;
  }
  .bg-accent-500 {
    background-color: #3fcdc7;
  }
  .text-accent-500 {
    color: #3fcdc7;
  }
  .text-accent-600 {
    color: #0d9488;
  }
  .hover\:text-accent-500:hover {
    color: #3fcdc7;
  }
  .hover\:text-accent-600:hover {
    color: #0d9488;
  }
}
body {
  font-family: "Lato-Regular", "DejaVu Sans", "Maven Pro", calibri, Verdana, helvetica, sans-serif;
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, h6,
.titleBlock .hero-text h1,
.hpageboxes h1,
.hpageboxes h2,
legend,
.navbar li,
.related-services h2,
.related-service-item h3 {
  font-family: "ZalandoSansExpanded-Medium", "DejaVu Sans", Arial, sans-serif;
  letter-spacing: 1px;
}

.border {
  border: 1px solid rgba(255, 255, 255, 0.9);
}

.clearFix {
  clear: both;
}

.center {
  text-align: center;
}

.container {
  margin-top: 20px;
}

#wrapper {
  max-width: 80em;
  margin: 0 auto;
}

.gradient {
  background: rgba(255, 255, 255, 0);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(24%, rgba(255, 255, 255, 0.24)), color-stop(100%, rgb(204, 211, 232)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.24) 24%, rgb(204, 211, 232) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#ccd3e8", GradientType=1 );
}

@keyframes backgroundAnimation {
  0%, 100% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1.2);
  }
}
.titleBlock {
  text-align: center;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 650px;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}
.titleBlock .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 650px;
}
.titleBlock .logo {
  position: absolute;
  top: 3rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  text-align: center;
}
.titleBlock .logo img {
  height: 7rem;
  width: auto;
}
.titleBlock .hero-text {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  text-align: center;
  width: 65%;
  max-width: 4xl;
}
.titleBlock .hero-text h1 {
  font-size: 2rem;
  line-height: 2.3rem;
  margin: 0 auto;
  color: #8CC63F;
  text-shadow: 4px 4px 4px rgb(0, 0, 0);
}
.titleBlock .hero-text p {
  margin: 1rem 0 0 0;
  padding: 0;
  line-height: 1.45rem;
  letter-spacing: 1.5px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.9);
}

.callNow {
  padding: 0;
  margin: 5px 0 8px 0;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: -1px;
  text-align: right;
  color: #D1CCCC;
  float: right;
  clear: left;
}

.navbar {
  width: 100%;
  padding: 0;
  border-bottom: 0 solid #8CC63F;
}
.navbar, .navbar-header {
  height: 115px;
}
.navbar-header {
  padding: 0 0 0 20px;
}
.navbar-collapse {
  border-top: 2px solid #ffffff;
}
.navbar-collapse > li.login {
  text-align: center;
}
.navbar ul {
  margin-top: 11px;
  margin-left: 25px;
}
.navbar li {
  padding: 0;
  text-transform: uppercase;
}
.navbar-right {
  margin-right: 20px;
}
.navbar-right > a:hover {
  color: #ffffff;
}
.navbar-right > li:hover {
  background: #8CC63F;
}
.navbar > a {
  padding: 0;
}
.navbar > a:hover {
  padding: 0;
}
.navbar .login {
  border: 1px solid #ffffff;
  border-radius: 10px;
  padding: 0;
}
.navbar-toggle {
  margin-right: 25px;
  padding: 9px 10px;
  margin-top: 40px;
  margin-bottom: 8px;
  background: #CDD4E8;
  border: 1px solid #888888;
  border-radius: 4px;
}
.navbar-default .navbar-toggle {
  border-color: #ffffff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ffffff;
}

.nav {
  padding: 20px 0;
}
.nav > li > a:hover {
  color: #3A4446;
  background: none;
}

.clearNav {
  clear: both;
  padding: 5px;
}

#privacy-content,
#license-content,
#thank-you-content {
  width: 75% !important;
  margin: 3rem auto;
}

#terms-content {
  width: 85% !important;
  margin: 3rem auto !important;
}

.bgwhite {
  width: 85% !important;
  margin: 0 !important;
  background-color: #ffffff !important;
}

.marginTopContent {
  margin-top: 4rem !important;
}

section.branding {
  text-align: center;
  margin: 0 auto 2.25rem auto;
  padding: 2rem;
  display: block;
  background-color: rgba(112, 190, 157, 0.14);
}
section.branding .content {
  width: 80%;
  margin: auto;
}
section.branding .content .logo {
  margin: 0rem auto 1rem auto;
  padding: 1rem;
}
section.branding .content .logo img {
  height: 14rem;
  width: auto;
}
section.branding .content h4 {
  margin: 2.5rem auto 1.5rem auto;
  color: #8CC63F;
  font-weight: bold;
}
section.branding .content h4, section.branding .content h4 ~ p {
  width: 80%;
  max-width: 1050px;
}
section.branding .content p {
  margin: 1rem auto;
  color: #077e63;
  text-align: left;
}

#services {
  width: 100%;
  margin: 0 auto 4rem auto;
  text-align: justified;
  position: relative;
}
#services::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/node-matrix-no-bg.webp"), url("../images/node-matrix-no-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 40%;
  opacity: 0.2;
  pointer-events: none;
  z-index: 0;
}
#services > * {
  position: relative;
  z-index: 1;
}

#terms-content,
.services {
  width: 50%;
  margin: 0 auto 4rem auto;
  text-align: justified;
  color: #077e63;
}
#terms-content .row,
.services .row {
  margin: 2rem auto;
  padding: 0;
}
#terms-content .icon-box,
.services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 2px 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.4s ease-in-out;
  width: 100%;
  height: 100%;
  color: #077e63;
}
#terms-content .icon-box:hover,
.services .icon-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 2px 35px 0 rgba(68, 88, 144, 0.2);
}
#terms-content .icon,
.services .icon {
  margin: 1rem;
}
#terms-content .icon i,
.services .icon i {
  font-size: 64px;
  line-height: 1;
  transition: 0.5s;
}
#terms-content .title,
.services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}
#terms-content .title a,
.services .title a {
  color: #8CC63F;
  transition: ease-in-out 0.3s;
}
#terms-content .title a:hover,
.services .title a:hover {
  color: #ef6603;
}
#terms-content .description,
.services .description {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 1rem;
}
#terms-content span.logo,
.services span.logo {
  display: block;
  margin: 2rem 0;
}
#terms-content .logoV4it,
.services .logoV4it {
  display: block;
  margin: 2rem 0;
  padding: 1rem;
  width: 100%;
  height: auto;
  background-color: #10523C;
  border-radius: 10px;
}
#terms-content p > a,
.services p > a {
  color: #1F6951;
  transition: ease-in-out 0.3s;
}
#terms-content p > a:hover,
.services p > a:hover {
  color: #ef6603;
}

.hpageboxes {
  margin-bottom: 5px;
  padding: 10px 20px 7px 20px;
  font-size: 17px;
  font-weight: 400;
  color: #ffffff;
  border-radius: 15px;
}

.greenbox {
  background: #8CC63F;
}
.greenbox:hover {
  background: #E2D84A;
}

.bluebox {
  background: #B1BCDB;
}
.bluebox:hover {
  background: #A2AFD3;
}

.yellowbox {
  background: #E2D84A;
}
.yellowbox:hover {
  background: #8CC63F;
}

.whitebox {
  background: #ffffff;
  border: 2px solid #A2AFD3;
}
.whitebox:hover {
  background: #efefef;
}

.whiteboxBorder {
  margin: 5px 6px 6px 6px;
  color: #A2AFD3 !important;
  background: #ffffff;
  border: 2px solid #A2AFD3 !important;
}
.whiteboxBorder h1 {
  color: #898DC3 !important;
}
.whiteboxBorder:hover {
  background: #efefef;
}

.hpageboxes h1 {
  font-size: 2.3rem;
  line-height: 3.5rem;
  font-weight: normal;
  margin: 10px 0 20px 0;
  padding: 6px 0;
  color: #ffffff;
}
.hpageboxes h2 {
  font-size: 28px;
  line-height: 30px;
  font-weight: 700;
  margin: 0 0 5px 0;
  padding: 0;
}
.hpageboxes p.pSpacer {
  margin: 10px 0 10px 0;
}
.hpageboxes img {
  margin: 10px 0 0px 0;
}
.hpageboxes a {
  color: #76B517;
  text-decoration: none;
}
.hpageboxes a:hover {
  color: #1F6951;
  text-decoration: none;
}
.hpageboxes a:hover.hplinks {
  color: #ffffff;
  text-shadow: 0px 1px 0px #7E8FBF;
}
.hpageboxes a.hplinks {
  color: #ffffff;
}

#list {
  width: 100%;
  overflow: hidden;
  margin: 0;
}
#list .item {
  text-align: center;
  margin: 0 auto;
}

.item {
  height: auto;
  margin: 0 auto;
  text-align: center;
}
.item i.fa {
  margin-top: 7px;
}
.item img.wcmLogo {
  width: 70%;
}
.item img.wcmLogoLg {
  width: 40%;
}

.logos-inline {
  width: 48%;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  padding: 1rem 0;
}
.logos-inline img.img1 {
  width: 75%;
  vertical-align: middle;
}
.logos-inline img.img2 {
  width: 45%;
  height: auto;
  vertical-align: middle;
}

.logos-inline.blue-bg {
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(124, 116, 203) 25%, rgb(124, 116, 203) 75%, rgb(255, 255, 255) 100%);
}

.logos-inline-right {
  float: right;
  margin-left: 10px;
}
.logos-inline-right img {
  width: 60px !important;
  height: auto;
  vertical-align: middle;
}

.flex-container-inline {
  display: flex !important;
  align-items: flex-start !important;
  gap: 1rem !important;
  flex-wrap: nowrap !important;
}
.flex-container-inline img.img3 {
  width: 120px !important;
  height: auto !important;
  flex-shrink: 0 !important;
}
.flex-container-inline img.img4 {
  width: 150px !important;
  height: auto !important;
  flex-shrink: 0 !important;
}
.flex-container-inline p {
  margin: 0 !important;
  flex: 1 !important;
}

.imgspacer {
  margin: 14px 0 4px 0;
}

a.whiteLinks {
  color: #ffffff;
}

.small-print {
  color: #1F6951;
  font-size: 1rem;
}
.small-print h1, .small-print h2, .small-print h3, .small-print h4 {
  color: #1F6951;
}
.small-print h1 {
  font-size: 2rem;
  font-weight: bold;
}
.small-print h2 {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 2px;
}
.small-print h3 {
  font-size: 1.25rem;
  font-weight: bold;
}
.small-print h4 {
  font-size: 1rem;
}
.small-print p {
  color: #077e63;
  width: 100% !important;
}
.small-print ul li {
  color: #077e63;
  text-align: left;
}

.blueIcon {
  color: #9EA1D2;
}

.darkBlueIcon {
  color: #898DC4;
}

.yelloIcon {
  color: #E0E939;
}

.whiteIcon {
  color: #ffffff;
}

ul.icons-ul {
  text-align: left;
  padding: 0;
  margin: 0;
}
ul.icons-ul li {
  text-align: left;
  list-style: none;
  padding: 0;
  margin: 0 0 5px 0;
}

ul.list-disc {
  text-align: left !important;
  padding-left: 0;
  margin: 0 auto;
  width: 75%;
}
ul.list-disc li {
  text-align: left !important;
  list-style-position: inside;
  margin-left: 0;
  padding-left: 0;
}

.title-quote-container {
  display: flex;
  align-items: stretch;
  gap: 0;
  margin-bottom: 2rem;
}
.title-quote-container ul {
  width: auto !important;
}

.title-quote-left {
  align-items: center;
  width: 20%;
  text-align: right;
  padding-right: 1rem;
}
.title-quote-left h3 {
  margin: 0;
}

.title-quote-left-content {
  width: 80%;
  border-left: 4px solid #8CC63F;
  padding-left: 1rem;
  align-items: left;
  text-align: left;
}

.title-quote-right-content {
  width: 80%;
  border-right: 4px solid #8CC63F;
  padding-right: 2rem;
  align-items: center;
  text-align: right;
}

.title-quote-right {
  align-items: center;
  width: 20%;
  text-align: left;
  padding-left: 2rem;
}
.title-quote-right h3 {
  margin: 0;
}

#contactInner .cta-container {
  margin-top: 0;
}

.cta-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  margin-top: 2rem;
}
.cta-container p {
  flex: 1;
  margin: 0;
}
.cta-container .mt-8 {
  margin-top: 0;
  flex-shrink: 0;
}

.hideDiv {
  visibility: hidden;
}

.showDiv {
  visibility: visible;
}

.activateOver {
  margin: 0;
}

#activateOver1 {
  margin: 0;
  cursor: pointer;
}

#activateOver2 {
  margin: 0;
  cursor: pointer;
}

#activateOver3 {
  margin: 0;
  cursor: pointer;
}

#activateOver4 {
  margin: 0;
  cursor: pointer;
}

#activateOver5 {
  margin: 0;
  cursor: pointer;
}

#activateOver6 {
  margin: 0;
  cursor: pointer;
}

#activateOver7 {
  margin: 0;
  cursor: pointer;
}

#activateOver8 {
  margin: 0;
  cursor: pointer;
}

#activateOver9 {
  margin: 0;
  cursor: pointer;
}

#activateOver10 {
  margin: 0;
  cursor: pointer;
}

#activateOver11 {
  margin: 0;
  cursor: pointer;
}

#activateOver12 {
  margin: 0;
  cursor: pointer;
}

#activateOver13 {
  margin: 0;
  cursor: pointer;
}

#activateOver14 {
  margin: 0;
  cursor: pointer;
}

#overlayContForm, #overlayText14, #overlayText13, #overlayText12, #overlayText11, #overlayText10, #overlayText9, #overlayText8, #overlayText7, #overlayText6, #overlayText5, #overlayText4, #overlayText3, #overlayText2, #overlayText1 {
  max-width: 844px;
  padding: 15px 25px 30px 25px;
  height: auto;
  overflow: hidden;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 15px solid #ffffff;
  border-radius: 25px;
  z-index: 10000;
  box-shadow: 8px 8px 20px rgba(49, 46, 44, 0.5);
}

#overlayText1 {
  background: #8CC63F;
}
#overlayText1:hover {
  background: #E2D84A;
}

#overlayText2 {
  background: #B1BCDB;
}
#overlayText2:hover {
  background: #A2AFD3;
}

#overlayText3 {
  background: #E2D84A;
}
#overlayText3:hover {
  background: #8CC63F;
}

#overlayText4 {
  background: #8CC63F;
}
#overlayText4:hover {
  background: #E2D84A;
}

#overlayText5 {
  background: #B1BCDB;
}
#overlayText5:hover {
  background: #A2AFD3;
}

#overlayText6 {
  background: #E2D84A;
}
#overlayText6:hover {
  background: #8CC63F;
}

#overlayText7 {
  background: #8CC63F;
}
#overlayText7:hover {
  background: #E2D84A;
}

#overlayText8 {
  background: #B1BCDB;
}
#overlayText8:hover {
  background: #A2AFD3;
}

#overlayText9 {
  background: #E2D84A;
}
#overlayText9:hover {
  background: #8CC63F;
}

#overlayText10 {
  background: #8CC63F;
}
#overlayText10:hover {
  background: #E2D84A;
}

#overlayText11 {
  background: #B1BCDB;
}
#overlayText11:hover {
  background: #A2AFD3;
}

#overlayText12 {
  background: #E2D84A;
}
#overlayText12:hover {
  background: #8CC63F;
}

#overlayText13 {
  background: #E2D84A;
}
#overlayText13:hover {
  background: #8CC63F;
}

#overlayText14 {
  background: #B1BCDB;
}
#overlayText14:hover {
  background: #A2AFD3;
}

#overlayContForm {
  margin: 1rem auto;
  padding: 1rem;
  cursor: pointer;
  background: #8CC63F;
}
#overlayContForm form {
  margin: 1rem;
}
#overlayContForm h3 {
  color: #ffffff;
}
#overlayContForm .hidden {
  display: none;
}

#footer {
  width: 100%;
  margin: 0;
  padding: 20px 0;
  color: #a1a1a1;
  background: #3A4446;
}
#footer .marginTop {
  margin-top: 2rem;
}
#footer a {
  color: #a1a1a1;
  text-decoration: none;
}
#footer a:hover {
  color: #ffffff;
  text-decoration: none;
}

#footerInner {
  font-size: 11px;
  line-height: 15px;
}

.footerSubhead {
  font-weight: 700;
  color: #a1a1a1;
}

.footerStext {
  float: right;
  font-size: 9px;
  line-height: 12px;
  color: #999999;
}

.greylogo {
  color: #6D6D6D;
  margin: 26px 10px 0 0;
  padding: 5px 0 0 0;
  width: 430px;
  text-align: left;
  float: right;
  border: 0px solid #eee;
}
.greylogo img {
  margin: -4px 0 0 0;
  vertical-align: middle;
  float: right;
}

.marginTop {
  margin-top: 1rem;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  background: linear-gradient(135deg, #8CC63F 0%, #7AB532 100%);
  border: 4px solid #ffffff;
  border-radius: 25px;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 8px rgba(140, 198, 63, 0.3), 0 2px 4px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  cursor: pointer;
}
.cta-button:hover {
  background: linear-gradient(135deg, #7AB532 0%, #6BA028 100%);
  border-color: #efefef;
  box-shadow: 0 6px 12px rgba(140, 198, 63, 0.4), 0 3px 6px rgba(0, 0, 0, 0.2);
  transform: translateY(0px);
  color: #ffffff;
  text-decoration: none;
}
.cta-button:active {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(140, 198, 63, 0.3), 0 1px 2px rgba(0, 0, 0, 0.1);
}
.cta-button .arrow-icon {
  margin-left: 8px;
  font-size: 18px;
  font-weight: bold;
}

#contact {
  margin: 0;
  padding: 0;
  width: 100%;
  background: #EAEAEA;
}

#contactInner {
  margin: 0 auto;
  padding: 20px;
  font-size: 12px;
  letter-spacing: 2px;
  word-spacing: 0px;
  color: #1F6953;
  border: 0px solid #888;
}

#letsTalk h2 {
  font-size: 15px;
  line-height: 20px;
  font-weight: bold;
  margin: 10px 0;
  padding: 0;
  width: 70%;
  float: left;
  border: 0px solid #888;
}

.call-to-action-dark-arrow,
.call-to-action-dark,
.call-to-action-light-arrow,
.call-to-action-light {
  background: url(../images/btn-round-light-left.png) no-repeat left 0;
  padding-left: 28px;
  display: block;
  height: 49px;
  text-decoration: none;
  float: right;
}
.call-to-action-dark-arrow span,
.call-to-action-dark span,
.call-to-action-light-arrow span,
.call-to-action-light span {
  background: url(../images/btn-round-light-right.png) repeat-x right 0;
  color: #206953;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.3em;
  height: 49px;
  padding: 0px 60px 0px 0;
  line-height: 49px;
  text-decoration: none;
  text-shadow: 0.1em 0.1em #ffffff;
  display: inline-block;
}
.call-to-action-dark-arrow:hover,
.call-to-action-dark:hover,
.call-to-action-light-arrow:hover,
.call-to-action-light:hover {
  background-position: left -49px;
  cursor: pointer;
}
.call-to-action-dark-arrow:hover span,
.call-to-action-dark:hover span,
.call-to-action-light-arrow:hover span,
.call-to-action-light:hover span {
  background-position: right -49px;
}

.call-to-action-dark-arrow {
  background: url(../images/btn-round-dark-left.png) no-repeat left 0;
}
.call-to-action-dark-arrow span {
  background: url(../images/btn-round-dark-right-arrow.png) no-repeat right 0;
}

.call-to-action-dark span {
  background: url(../images/btn-round-dark-right.png) no-repeat right 0;
}

.jam, #contactForm {
  display: none;
}

.hpboxshadow {
  border: 6px solid #ffffff;
}

.chartbg {
  background: #B1BCDB url("../images/chartbg.png") no-repeat center bottom -250%;
}

.closeTrigger {
  width: 25px;
  height: 25px;
  margin: 0 14px 0 0;
  padding: 0;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 0;
  color: #ffffff;
}

.margin-bottom {
  margin-bottom: 2rem;
}

h3 a:link.product-link,
h3 a:visited.product-link {
  color: #1F6951 !important;
  text-decoration: none;
}
h3 a:hover.product-link,
h3 a:active.product-link {
  color: #0f4e3a !important;
  text-decoration: none;
}

margin-bottom .rounded,
#sheet, input, textarea, .error {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -khtml-border-radius: 8px;
}

.pane {
  padding: 0;
  margin: 0;
}

#pane1 {
  padding: 0;
  display: block;
}

#myform {
  margin: 0;
}
#myform p {
  clear: left;
}

#buttSpacer {
  margin: 0;
  padding: 2px;
}

fieldset {
  float: left;
  margin: 0 0 5px 15px;
  padding: 0;
  border: 0;
}
fieldset p {
  margin: 0 0 8px 0;
}

.last {
  margin-right: 0;
}

legend {
  color: #ffffff;
  font-size: 20px;
  text-shadow: 0 1px 0 #000;
  padding: 0;
  margin-bottom: 7px;
}

label {
  display: block;
  margin: 2px;
  color: #A0D659;
  font-size: 13px;
  text-shadow: 2px 2px 2px #3A4446;
}

input, textarea {
  margin: 0.3rem auto;
  padding: 6px;
  background-color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  color: #555;
  text-shadow: 0 1px 0 #ffffff;
  width: 100%;
}
input:focus, textarea:focus {
  background-color: #ffffff;
  color: #000;
}

textarea {
  height: 90px;
  font-family: "Lato-Regular", "Maven Pro", calibri, Verdana, helvetica, sans-serif;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0.5px;
}

input[required] {
  font-weight: bold;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #999;
  opacity: 1;
  font-style: italic;
  font-weight: normal;
}

input::placeholder,
textarea::placeholder {
  color: #999;
  opacity: 1;
  font-style: italic;
  font-weight: normal;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
  font-style: italic;
  font-weight: normal;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999;
  opacity: 1;
  font-style: italic;
  font-weight: normal;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
  opacity: 1;
  font-style: italic;
  font-weight: normal;
}

button {
  margin: 0;
  padding: 0;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.error {
  background-color: #8CC63F;
  padding: 4px;
  color: #ffffff;
  box-shadow: #000 0 0 12px;
}
.error em {
  border: 10px solid;
  border-color: #8CC63F transparent transparent;
  bottom: -20px;
  display: block;
  height: 0;
  left: 10px;
  position: absolute;
  width: 0;
}

.invalid {
  background-color: rgba(247, 247, 247, 0.898) !important;
}

.high {
  padding: 5px 13px 0 0;
  clear: both;
}

#sheet button, #sheet span {
  float: left;
  border: 0;
  margin: 0;
}

.spacerTop {
  margin-top: 20rem;
}

.error, #calroot {
  z-index: 10000;
}

/* Primary Menu Navigation Styling */
.primary-menu {
  background-color: #025bc0;
  padding: 16px 0;
  box-shadow: 0 2px 4px rgba(0, 90, 190, 0.1);
}

.primary-menu nav {
  display: flex;
  justify-content: center;
  align-items: center;
}

.primary-menu .nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.primary-menu .nav-links a {
  color: #ffffff;
  font-weight: 500;
  font-size: 15px;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 4px;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.primary-menu .nav-links a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  text-decoration: none;
}

.primary-menu .nav-links a.current {
  background-color: rgba(255, 255, 255, 0.2);
  font-weight: 600;
  color: #ffffff;
}

@media (max-width: 768px) {
  .primary-menu .nav-links {
    gap: 1rem;
  }
  .primary-menu .nav-links a {
    font-size: 14px;
    padding: 6px 12px;
  }
}
.cta-button-blue {
  display: inline-block;
  background-color: #025bc0;
  color: #ffffff;
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.cta-button-blue:hover {
  background-color: #02489b;
}

.cta-banner {
  background-color: #ffffff !important;
}
.cta-banner .max-w-7xl {
  width: 75%;
  margin: 0 auto;
  padding: 2rem;
}
.cta-banner .flex {
  display: flex !important;
  align-items: center !important;
  gap: 2rem;
}
@media (max-width: 767px) {
  .cta-banner .flex {
    flex-direction: column !important;
    text-align: center;
  }
  .cta-banner .flex > div:first-child {
    width: 100%;
    margin-bottom: 1rem;
  }
  .cta-banner .flex > div:last-child {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .cta-banner .flex {
    flex-direction: row !important;
  }
  .cta-banner .flex > div:first-child {
    flex: 2;
  }
  .cta-banner .flex > div:last-child {
    flex: 1;
  }
}
.cta-banner .flex > div:first-child h2 {
  margin: 0 0 1rem 0;
  color: #077e63 !important;
}
.cta-banner .flex > div:first-child p {
  margin: 0;
  color: #2b775e !important;
}
.cta-banner .flex > div:last-child {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Customer Story Section - Mobile Responsive */
@media (max-width: 767px) {
  .customer-story .title-quote-container {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
  }
  .customer-story .title-quote-container h2, .customer-story .title-quote-container h3 {
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
            hyphens: auto;
  }
  .customer-story .title-quote-container .title-quote-left-content,
  .customer-story .title-quote-container .title-quote-right-content {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .customer-story .title-quote-container .title-quote-left-content ul li,
  .customer-story .title-quote-container .title-quote-right-content ul li {
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
  }
  .customer-story .divider-content {
    overflow-wrap: break-word;
    word-wrap: break-word;
  }
  .customer-story .divider-content ul li {
    color: #1F6951;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
}

/* Related Services Menu at Bottom */
.related-services {
  background-color: #f8f9fa;
  padding: 40px 0;
  border-top: 1px solid #e9ecef;
}

.related-services h2 {
  color: #1F6951;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}

.related-services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
}

.related-service-item {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 24px;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  border: 1px solid #e9ecef;
}

.related-service-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-color: #3fcdc7;
}

.related-service-item h3 {
  color: #1F6951;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
}

.related-service-item p {
  color: #666;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 16px;
}

.related-service-item a.service-link {
  color: #1F6951;
  text-decoration: none;
  font-weight: 600 !important;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  transition: color 0.3s ease;
}

.related-service-item .service-link:hover {
  color: #0d9488;
  text-decoration: none;
  font-weight: 600;
}

.details-section {
  background-color: #ffffff;
  width: 70% !important;
  margin: 1rem auto;
}
.details-section p {
  color: #1F6951;
}

.margin-y {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

div.customer-story {
  width: 100% !important;
  margin: 2rem 0;
  padding: 1rem 0;
  background-color: #ebf6f1;
}
div.customer-story .details-section {
  background-color: #ebf6f1 !important;
}

.divider {
  padding: 2rem 0;
}
.divider::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #e5e7eb;
  margin: 0 auto;
}

.plugin-types .grid,
.crm-solutions .grid,
.app-types .grid,
.database-solutions .grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}
@media (min-width: 768px) {
  .plugin-types .grid,
  .crm-solutions .grid,
  .app-types .grid,
  .database-solutions .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .plugin-types .grid,
  .crm-solutions .grid,
  .app-types .grid,
  .database-solutions .grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.plugin-types .grid > div,
.crm-solutions .grid > div,
.app-types .grid > div,
.database-solutions .grid > div {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 2rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  border: 1px solid #f3f4f6;
}
.plugin-types .grid > div:hover,
.crm-solutions .grid > div:hover,
.app-types .grid > div:hover,
.database-solutions .grid > div:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.plugin-types .grid > div h3,
.crm-solutions .grid > div h3,
.app-types .grid > div h3,
.database-solutions .grid > div h3 {
  margin-bottom: 1.5rem;
  color: #077e63;
  font-size: 1.25rem;
  font-weight: 600;
}
.plugin-types .grid > div ul,
.crm-solutions .grid > div ul,
.app-types .grid > div ul,
.database-solutions .grid > div ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.plugin-types .grid > div ul li,
.crm-solutions .grid > div ul li,
.app-types .grid > div ul li,
.database-solutions .grid > div ul li {
  padding: 0.5rem 0;
  color: #2b775e;
  border-bottom: 1px solid #f3f4f6;
  position: relative;
  padding-left: 1.5rem;
}
.plugin-types .grid > div ul li:before,
.crm-solutions .grid > div ul li:before,
.app-types .grid > div ul li:before,
.database-solutions .grid > div ul li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #8CC63F;
  font-weight: bold;
}
.plugin-types .grid > div ul li:last-child,
.crm-solutions .grid > div ul li:last-child,
.app-types .grid > div ul li:last-child,
.database-solutions .grid > div ul li:last-child {
  border-bottom: none;
}
.plugin-types .grid > div p,
.crm-solutions .grid > div p,
.app-types .grid > div p,
.database-solutions .grid > div p {
  color: #2b775e;
  margin: 0;
}

/* Footer Layout Override */
@media (min-width: 768px) {
  #footer-content {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
  }
  #footer-copyright {
    width: 100% !important;
    white-space: nowrap !important;
  }
  #footerInner > div > div > div {
    display: block !important;
    width: 25% !important;
    flex: 0 0 25% !important;
    margin-bottom: 2rem !important;
  }
}
@media only screen and (min-width: 999px) {
  .item {
    width: 23.3%;
  }
  #contactInner {
    width: 990px;
  }
  #footerInner {
    width: 990px;
    margin: 25px auto 0 auto;
  }
  #overlayText1 {
    width: 75%;
    margin: 1rem auto;
  }
  #overlayText2 {
    width: 75%;
    margin: 1rem auto;
  }
  #overlayText3 {
    width: 75%;
    margin: 1rem auto;
  }
  #overlayText4 {
    width: 75%;
    margin: 1rem auto;
  }
  #overlayText5 {
    width: 75%;
    margin: 1rem auto;
  }
  #overlayText6 {
    width: 75%;
    margin: 1rem auto;
  }
  #overlayText7 {
    width: 75%;
    margin: 1rem auto;
  }
  #overlayText8 {
    width: 75%;
    margin: 1rem auto;
  }
  #overlayText9 {
    width: 75%;
    margin: 1rem auto;
  }
  #overlayText10 {
    width: 75%;
    margin: 1rem auto;
  }
  #overlayText11 {
    width: 75%;
    margin: 1rem auto;
  }
  #overlayText12 {
    width: 75%;
    margin: 1rem auto;
  }
  #overlayText13 {
    width: 75%;
    margin: 1rem auto;
  }
  #overlayText14 {
    width: 75%;
    margin: 1rem auto;
  }
  #overlayContForm {
    width: 75%;
    margin: 1rem auto;
  }
}
@media only screen and (min-width: 769px) and (max-width: 998px) {
  .item {
    width: 32.876%;
  }
  #footerInner {
    width: 100%;
    margin: 25px auto 0 auto;
  }
  #overlayText1 {
    width: 75%;
  }
  #overlayText2 {
    width: 75%;
  }
  #overlayText3 {
    width: 75%;
  }
  #overlayText4 {
    width: 75%;
  }
  #overlayText5 {
    width: 75%;
  }
  #overlayText6 {
    width: 75%;
  }
  #overlayText7 {
    width: 75%;
  }
  #overlayText8 {
    width: 75%;
  }
  #overlayText9 {
    width: 75%;
  }
  #overlayText10 {
    width: 75%;
  }
  #overlayText11 {
    width: 75%;
  }
  #overlayText12 {
    width: 75%;
  }
  #overlayText13 {
    width: 75%;
  }
  #overlayText14 {
    width: 75%;
  }
  #overlayContForm {
    width: 75%;
    margin: 1rem auto;
  }
}
@media only screen and (min-width: 530px) and (max-width: 768px) {
  .navbar-collapse {
    background: #ffffff;
    box-shadow: 0px 5px 5px #ADB7D1;
  }
  .navbar-collapse ul {
    padding: 0;
  }
  .navbar-collapse ul li {
    padding: 0;
  }
  .navbar-collapse ul li a {
    padding: 5px 15px;
  }
  .navbar-collapse ul li.login {
    margin: 0 0 15px 0;
    border: 1px solid #8CC63F;
  }
  .navbar-collapse ul li.login a {
    padding: 5px 15px;
  }
  .item {
    width: 46.876%;
  }
  #overlayText1 {
    width: 80%;
  }
  #overlayText2 {
    width: 80%;
  }
  #overlayText3 {
    width: 80%;
  }
  #overlayText4 {
    width: 80%;
  }
  #overlayText5 {
    width: 80%;
  }
  #overlayText6 {
    width: 80%;
  }
  #overlayText7 {
    width: 80%;
  }
  #overlayText8 {
    width: 80%;
  }
  #overlayText9 {
    width: 80%;
  }
  #overlayText10 {
    width: 80%;
  }
  #overlayText11 {
    width: 80%;
  }
  #overlayText12 {
    width: 80%;
  }
  #overlayText13 {
    width: 80%;
  }
  #overlayText14 {
    width: 80%;
  }
  #overlayContForm {
    width: 80%;
    margin: 1rem auto;
  }
}
@media only screen and (max-width: 580px) {
  p {
    font-size: 0.85rem !important;
  }
  .hero-text {
    width: 90% !important;
  }
  .hero-text h1 {
    font-size: 1rem !important;
    line-height: 1.25rem !important;
    margin-bottom: 0.75rem !important;
  }
  .hero-text p {
    font-size: 0.75rem !important;
    line-height: 1.15rem;
    margin: 0.5rem auto 0 auto !important;
    width: 90% !important;
    text-align: center;
  }
  .hero-instruction {
    font-size: 8px !important;
    top: calc(48% - 6px) !important;
  }
  .hero-copyright {
    font-size: 8px !important;
    top: calc(48% + 6px) !important;
  }
  section.branding .content {
    width: 100%;
    margin: auto;
  }
  section.branding .content ul li {
    padding: 0.45rem 0;
    font-size: 0.85rem;
  }
  section.branding .content .title-quote-container {
    font-size: 0.85rem;
  }
  #letsTalk h2 {
    font-size: 0.75rem;
  }
  .title-quote-container {
    flex-direction: column;
    gap: 1rem;
  }
  .title-quote-container ul li {
    padding: 0.45rem 0;
    font-size: 0.85rem;
  }
  .title-quote-left {
    width: 100%;
    text-align: left;
    padding: 0;
  }
  .title-quote-right {
    width: 100%;
    text-align: left;
    padding: 0;
    order: 1;
  }
  .title-quote-left-content {
    width: 100%;
    font-size: 0.85rem;
    line-height: 1.2rem;
    padding: 1rem;
    text-align: left;
    border: none;
    border-top: 4px solid #8CC63F;
    order: 0;
  }
  .title-quote-right-content {
    width: 100%;
    font-size: 0.85rem;
    line-height: 1.2rem;
    padding: 1rem;
    text-align: left;
    border: none;
    border-top: 4px solid #8CC63F;
    order: 2;
  }
  .divider-content ul li {
    padding: 0.45rem 0;
    font-size: 0.85rem;
  }
  .cta-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    margin-top: 1rem;
  }
  .cta-container p {
    font-size: 0.95rem !important;
    font-weight: 600 !important;
    line-height: 1.3rem !important;
  }
  .services {
    width: 85%;
  }
  #contactInner {
    width: 80%;
  }
  #letsTalk {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
  }
  #letsTalk .cta-container {
    flex-direction: row;
    align-items: center;
    gap: 2rem;
  }
  .cta-button {
    white-space: nowrap;
  }
  #footer-content {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    grid-template-rows: auto auto !important;
    width: 85%;
    margin: 0.25rem auto;
  }
  #footerInner > div > div > div {
    width: 100% !important;
    flex: none !important;
    margin-bottom: 1rem !important;
  }
  #footer-copyright {
    width: 85%;
    margin: auto;
  }
}
@media only screen and (max-width: 529px) {
  .navbar-collapse {
    background: #ffffff;
    box-shadow: 0px 5px 5px #ADB7D1;
  }
  .navbar-collapse ul {
    padding: 0;
  }
  .navbar-collapse ul li {
    padding: 0;
  }
  .navbar-collapse ul li a {
    padding: 5px 15px;
  }
  .navbar-collapse ul li.login {
    margin: 0 0 15px 0;
    border: 1px solid #8CC63F;
  }
  .navbar-collapse ul li.login a {
    padding: 5px 15px;
  }
  .item {
    width: 100%;
  }
  #overlayText1 {
    width: 90%;
  }
  #overlayText2 {
    width: 90%;
  }
  #overlayText3 {
    width: 90%;
  }
  #overlayText4 {
    width: 90%;
  }
  #overlayText5 {
    width: 90%;
  }
  #overlayText6 {
    width: 90%;
  }
  #overlayText7 {
    width: 90%;
  }
  #overlayText8 {
    width: 90%;
  }
  #overlayText9 {
    width: 90%;
  }
  #overlayText10 {
    width: 90%;
  }
  #overlayText11 {
    width: 90%;
  }
  #overlayText12 {
    width: 90%;
  }
  #overlayText13 {
    width: 90%;
  }
  #overlayText14 {
    width: 90%;
  }
  #overlayContForm {
    width: 90%;
    margin: 1rem auto;
  }
}
/* Mobile Hamburger Menu Container */
.mobile-menu-container {
  position: fixed;
  top: 0;
  right: 0;
  width: 70px;
  height: 70px;
  z-index: 10002;
  pointer-events: none;
}

/* Mobile Hamburger Menu Styles */
.mobile-menu-toggle {
  display: none;
  background: transparent;
  border: none;
  flex-direction: column;
  justify-content: space-around;
  width: 40px;
  height: 40px;
  padding: 8px;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
  pointer-events: auto;
}
.mobile-menu-toggle .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.mobile-menu-toggle .hamburger-lines {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 25px;
  height: 18px;
}
.mobile-menu-toggle .hamburger-line {
  width: 25px;
  height: 3px;
  background-color: #025bc0;
  border-radius: 2px;
  transition: opacity 0.3s ease;
}
.mobile-menu-toggle .close-icon {
  display: none;
  font-size: 24px;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mobile-menu-toggle.active .hamburger-lines {
  display: none;
}
.mobile-menu-toggle.active .close-icon {
  display: block;
}

.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #025bc0;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.mobile-menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

.mobile-menu-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  padding: 4rem 20px 20px;
}

.mobile-menu-logo {
  padding: 1rem 0;
}
.mobile-menu-logo img {
  display: block;
  width: 32px;
  height: auto;
}

.mobile-nav-links {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}
.mobile-nav-links li {
  margin-bottom: 0;
  padding: 0.25rem 0;
  border-bottom: 1px solid #8CC63F;
}
.mobile-nav-links li:last-child {
  border-bottom: none;
}
.mobile-nav-links li a {
  color: #ffffff;
  font-size: 1.15rem;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s ease;
  display: block;
  padding: 1rem 0;
}
.mobile-nav-links li a:hover {
  color: #8CC63F;
}
.mobile-nav-links li a.mobile-login {
  background-color: rgba(255, 255, 255, 0.2);
  padding: 12px 24px;
  border-radius: 25px;
  border: 2px solid #ffffff;
  margin: 1rem 0;
}

@media (max-width: 768px) {
  .mobile-menu-toggle {
    display: flex;
  }
  .navbar-toggle {
    display: none !important;
  }
  .navbar-collapse {
    display: none !important;
  }
  .primary-menu nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .primary-menu .nav-links {
    display: none;
  }
}
/** INTERACTIVE JS HERO ANIMATION STYLES **/
body {
  margin: 0;
  padding: 0;
  font-family: "Lato-Regular", "DejaVu Sans", Arial, sans-serif;
  overflow-x: hidden;
}

#container {
  width: 100%;
  height: 100%;
  position: relative;
  background: #0a0a0a;
}

svg {
  width: 100%;
  height: 100%;
  display: block;
}

.node {
  cursor: pointer;
  filter: drop-shadow(0 0 3px rgba(255, 255, 255, 0.3));
}

.node:hover {
  filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.8));
}

.link {
  stroke-opacity: 0.6;
  stroke-width: 1;
}

.hover-text {
  position: absolute;
  pointer-events: none;
  font-family: "Courier New", monospace;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  white-space: nowrap;
  transform: translateX(-50%);
}

.hover-text.visible {
  opacity: 1;
}

.margin-bottom {
  margin-bottom: 2rem;
}/*# sourceMappingURL=styles.css.map */