/* x.gestix.com/css/style-westix.css */
body {display:none}
body,
p {
  font-size: 1rem;
  color: var(--neutral-700);
}

h1,
h2,
h3,
h4 {
  color: var(--neutral-700);
}

.selected-navbar-tab a {
  border-bottom: 2px white solid;
}

.paragraphs {
  margin-top: 50px;
}

.menu i {
  color: #f0f0f0;
  font-size: 16px;
}

#home-banner,
#page-top {
  height: unset;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 170px 10px 0;
  gap: 50px;
}

#page-top {
  padding: 130px 10px 0
}

#home-banner .welcome-page-container h1 {
  min-width: 380px;
  max-width: 650px;
}

#home-banner .content {
  height: unset;
}

.copyright {
  font-weight: 200;
  font-size: 7pt;
  text-align: center;
  background-color: #f6f6f6;
  color: #444;
  padding-bottom: 20px;
}

.welcome-page-wrapper {
  flex-flow: column;
}

.welcome-page-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  margin-bottom: 120px;
}

.welcome-page-container .fa-check {
  margin-right: 10px;
  font-size: 28px;
}

.welcome-page-container>div {
  padding: 0px 30px;
}

.welcome-page-content {
  color: #fff;
  text-align: left;
  width: 50%;
}

.welcome-page-content .welcome-page-button {
  margin: 0px 5px;
  margin-top: 30px;
}

.welcome-page-container #contact-form {
  width: unset;
  text-align: left;
}

.welcome-page-container #contact-form label {
  color: #fff;
  font-weight: 600;
}

.welcome-page-title {
  width: 50%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}

#home-banner .welcome-page-title h1 {
  margin: 0;
}

.welcome-page-title p {
  color: #fff;
  text-align: left;
}

.welcome-page-button {
  display: inline-block;
  margin-top: 30px;
  padding: 15px 25px;
  background-color: #fff;
  color: #333;
  border-radius: 100px;
  text-transform: unset;
  letter-spacing: unset;
  cursor: pointer;
  
}

.welcome-page-button:hover {
  background-color: #333;
  color: #fff;
  opacity: unset;
}

.welcome-page-button h3 {
  margin: 0px;
}

.welcome-page-button.mobile-button {
  display: none;
}

.flex-start {
  text-align: left;
}

.flex-start h1 {
  text-align: left;
}

.welcome-page-contact {
  color: #fff;
  padding: 0px 15px;
  text-align: center;
}

.welcome-page-contact a {
  cursor: pointer;
  color: #fff
}

.welcome-page-contact a:hover {
  color: #333;
  opacity: 1;
}

.welcome-page-info {
  color: #fff;
  margin-top: 25px;
  font-size: 16px;
  text-align: left
}

.solutions-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  color: #fff;
  margin: 120px 0px;
}

.solutions-content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}

.solutions-item {
  width: 250px;
  background-color: #fff;
  color: #333;
  border-radius: 5px;
  margin: 20px;
  padding: 15px;
}

.solutions-item h5 {
  font-size: 16px;
}

.solutions-item a {
  margin-top: 0px;
  padding: 10px 20px;
  background-color: #333;
  color: #fff;
}

.solutions-item-title {
  color: #03a8c1;
}

.solutions-divider {
  display: flex;
  width: 160px;
  margin: 0px 30px;
  height: 1;
  background-color: #acaaaa;
}

.mobile-button {
  display: none;
}

.price-container {
  display: flex;
  flex-wrap: wrap;
}

.price-container .promo-2021 {
  display: none;
}


p.price {
  font-size: 10px;
  text-transform: none;
  white-space: nowrap;
  color: #000;
  margin: 0px;
}

.welcome-page-button:hover p.price {
  color: #fff;
}

.img-text-block {
  display: flex;
  justify-content: center;
}

.img-text-block div {
  width: 50%;
  padding: 50px;
}

.auto-ul {
  text-align: left;
  list-style-type: square;
  margin-left: 20px;
}

#home-banner .paypal-button span {
  font-size: 10px;
  color: #333;
  font-weight: 600;
  margin-left: 2px;
  
}

#home-banner a.paypal-button:hover span {
  color: #fff;
}

/*.youtube-link{
  background-color: #ff0000;
}

.facebook-link{
  background-color: #3b5998;
}

.twitter-link{
  background-color: #2aa9e0;
}/*

/*google search*/

.gsc-search-box {
  background-color: unset;
  border: 0;
  max-width: 350px;
}

.gsc-search-box td {
  border-style: none;
}

.gsc-search-box tr td:first-child {
  border-left-style: unset;
}

.gsc-input table {
  margin: 0px;
}

.gsc-input td {
  border: 0px;
}

.gsc-control-searchbox-only table tr {
  background-color: unset;
  border: unset;
}

.gsib_b {
  padding: 0px;
  border-style: none;
}

.gsib_a {
  border-style: none;
}

/* login - access level */
.al2 #prot1,
.al1 #prot1 {
  display: block;
}

#prot1,
.al1 #prot0,
.al2 #prot0 {
  display: none;
}

@media (max-width:1100px) {

  #home-banner .content {
    text-align: center;
  }

  .welcome-page-container {
    flex-flow: column;
    margin-bottom: 30px;
  }

  .welcome-page-content {
    width: unset;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
  }

  .button-container {
    text-align: center;
  }

  .welcome-page-title {
    width: 100%;
  }

  .flex-start {
    align-items: center;
  }

  .flex-start h1 {
    text-align: center;
  }

  .solutions-container {
    margin-bottom: 30px;
  }

  .desktop-button {
    display: none;
  }

  .mobile-button {
    display: block;
  }

  .subscribe-button {
    text-align: center;
  }

  .solutions-bottom-link {
    padding: 120px 5% 52px 5%;
  }

  .price-container {
    justify-content: center;
    align-items: center;
  }

}

@media (max-width:1000px) {

  .img-text-block {
    flex-flow: column;
    margin-bottom: 40px;
  }

  .img-text-block div {
    width: 100%;
    padding: 10px 0px;
  }
}

@media (max-width:768px) {

  #home-banner h1 {
    min-width: unset;
  }

  .welcome-page-container>div {
    padding: 0px;
  }

  .welcome-page-content h3 {
    font-size: 21px;
  }

  .welcome-page-content h4 {
    font-size: 21px;
  }
}

@media (max-width:600px) {

  #home-banner h1 {
    font-size: 24px;
  }

  #home-banner .welcome-page-container h1 {
    min-width: unset;
  }

}

.text-image-block,
.image-text-block {
  margin-top: 25px;
  margin-bottom: 25px;
}

.image-text-block p,
.image-text-block h3 {
  margin: 40px;
}

.text-image-block p,
.text-image-block h3 {
  margin: 20px 30px;
}

.text-image-block li,
.image-text-block li {
  margin-left: 30px;
  list-style-type: none;
  line-height: 1.9
}

.text-image-block .text-image-img,
.text-image-block .text-image-text,
.image-text-block .image-text-img,
.image-text-block .image-text-text {
  flex-basis: 100%;
}

.nav-footer h3,
.nav-footer p,
.nav-footer a,
.nav-footer a span {
  font-size: 14px !important;
  color: var(--neutral-700);
  letter-spacing: -0.5px;
}


.bluebackground p,
.bluebackground h3,
.bluebackground h4,
.bluebackground h5 a {
  color: #fff;
}

#home-banner.bluebackground {
  background: linear-gradient(60deg, rgba(84, 58, 183, 1) 0%, rgba(0, 172, 193, 1) 100%);
}

#home-banner.bluebackground a.welcome-page-button {
  background-color: #000;
  color: #fff;
}

#home-banner.bluebackground a.welcome-page-button:hover {
  background-color: #fff;
  color: #000;
}

#home-banner.bluebackground a.welcome-page-button:hover h3 {
  color: #000;
}