header .vst-btn {
  display: inline;
}

.vst-btn, .InvertText .pageBlock .vst-btn {
  border: none;
  position: relative;
  display: inline-block;
  z-index: 4;
  text-align: center;
  color: white;
  background-color: #1f92d1;
  padding: 0.4rem 0.84rem 0.44rem 0.84rem;
  margin-top: 1rem;
  font-size: 16px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.btn-sm {
  font-size: 0.88em;
}

.btn-lg {
  font-size: 1.112em;
  margin-top: 1rem;
  font-weight: 400;
  padding: 0.59rem 1.3rem 0.67rem 1.3rem;
}

.vst-btn:hover, .vst-btn:active, .vst-btn:focus, .InvertText .pageBlock .vst-btn:hover, .InvertText .pageBlock .vst-btn:active, .InvertText .pageBlock .vst-btn:focus {
  color: white !important;
  -webkit-filter: brightness(1.2);
  -moz-filter: brightness(1.2);
  -o-filter: brightness(1.2);
  -ms-filter: brightness(1.2);
  cursor: pointer;
}

.vst-blue, .vst-bright-blue, .vst-orange, .vst-red {
  -webkit-box-shadow: inset -5px -9px 5px -6px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset -5px -9px 5px -6px rgba(0, 0, 0, 0.05);
  box-shadow: inset -5px -9px 5px -6px rgba(0, 0, 0, 0.05);
}

.vst-blue {
  background-color: #1e2a42;
}

.vst-bright-blue {
  background-color: #1f92d1;
}
.vst-bright-blue:hover {
  background-color: #1f92d1;
}

.vst-orange {
  background-color: #ffa125;
}
.vst-orange:hover {
  background-color: #ffa125;
}

.vst-red {
  background-color: #e5322d;
}
.vst-red:hover {
  background-color: #e5322d;
}

.vst-white, .vst-white:hover, .vst-white:active, .vst-white:focus {
  background-color: white;
  color: #2e3b3a !important;
  font-size: 1.112em;
  font-weight: 400;
}

.vst-btn.vst-outline {
  box-shadow: 0px 0px 0px 2px #1e2a42 inset !important;
  background-color: white !important;
  color: #1e2a42;
}
.vst-btn.vst-outline:hover {
  background-color: #1e2a42 !important;
  color: white !important;
}

.mb_cta .vst-btn.vst-outline {
  box-shadow: none !important;
  background-color: white !important;
  color: #1e2a42 !important;
}
.mb_cta .vst-btn.vst-outline:hover {
  color: #1e2a42 !important;
}

.section-btn {
  display: inline;
}

.CentreAll .section-btn {
  display: inline-block;
  margin: 1rem 0.32rem 0 0.32rem;
}
