/*======================*/
/* START:   THEME CSS   */
/*======================*/
:root{
  --vce-default-white: #FFF;
  --vce-default-black: #141414;
  --vce-primary: #FFA200;
  --vce-secondary: #FF6F00;
  --vce-ecommerce-01: #B632D1;
  --vce-ecommerce-02: #9B27b2;
  --vce-ecommerce-03: #B91C8D;
  --vce-ecommerce-04: #FFEBF9;
  --vce-standard-01: #5E8E3E;
  --vce-standard-02: #004C3F;
  --vce-standard-03: #99C04B;
  --vce-enterprise-01: #2387C8;
  --vce-enterprise-02: #0567A6;
  --vce-enterprise-03: #39A9f4;
  --vce-enterprise-04: #008EFF;
  --vce-custom-color-1: #F1F1F1;
  --vce-custom-color-2: #F9F9F9;
  --vce-custom-color-3: #A1A1A1;
  --vce-custom-color-4: #E1E1E1;
  --vce-custom-color-5: #808080;
  --vce-custom-color-6: #1E1E1E;
  --vce-custom-color-7: #3B3B3B;
  --vce-custom-color-8: #888888;
  --vce-custom-color-9: #FFFCF6;
  /* old vce var */
  --vce-custom-color-10: #575757;
  --vce-ecommerce-first: #B632D1;
  --vce-ecommerce-second: #9B27B2;
  --vce-ecommerce-third: #B91C8D;
  --vce-smallbus-first: #5E8E3E;
  --vce-smallbus-second: #004C3F;
  --vce-smallbus-third: #99C04B;
  --vce-enterprise-first: #2387C8;
  --vce-enterprise-second: #0567A6;
  --vce-enterprise-third: #39A9f4;
  --vce-enterprise-fourth: #008EFF;
  --vce-ecommerce-1: #B632D1;
  --vce-ecommerce-2: #9B27b2;
  --vce-ecommerce-3: #B91C8D;
  --vce-ecommerce-4: #FFEBF9;
  --vce-smallbus-1: #5E8E3E;
  --vce-smallbus-2: #004C3F;
  --vce-smallbus-3: #99C04B;
  --vce-standard-1: #5E8E3E;
  --vce-standard-2: #004C3F;
  --vce-standard-3: #99C04B;
  --vce-enterprise-1: #2387C8;
  --vce-enterprise-2: #0567A6;
  --vce-enterprise-3: #39A9f4;
  --vce-enterprise-4: #008EFF;
}
::selection {
  color: var(--vce-default-white);
  background-color: var(--vce-primary);
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6, p, span, pre, b, small {
  color: var(--vce-default-black);
}
a {
  color: var(--vce-primary);
}
a:visited {
  color: var(--vce-secondary);
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  color: var(--vce-secondary);
  text-decoration: none;
}
.fa {
  color: inherit;
  font-weight: inherit;
}
.fa:hover {}
.vce-main-content {
  max-width: 1920px;
  min-width: 380px;
  width: 100%;
  min-height: 500px;
  margin: 0 auto;
  padding: 0;
}
.vce-section {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 50px 25px;
}
.vce-container {
  display: block;
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.vce-grid-layout {
  display: grid;
}
.vce-row,
.vce-inner-row {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  width: 100%;
}
.vce-block {
  display: block;
  width: 100%;
}
.vce-cta {
  font-size: 15px;
  text-align: -webkit-center;
  text-align: center;
  text-decoration: none;
  line-height: 1.5em;
  letter-spacing: 0;
  display: block;
  margin: 0 auto;
  padding: 12px 24px;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}
.vce-cta:hover {
  text-decoration: none;
}
.vce-cta span {
  color: inherit;
}
.vce-a-link,
.vce-text-link {
  font-size: 15px;
  text-decoration: none;
  letter-spacing: 0;
  display: inline-block;
}
.vce-a-link:hover,
.vce-text-link:hover {
  text-decoration: underline;
}
.vce-a-link span {
  color: inherit;
}
.vce-icons-svg {
  fill: initial;
  display: inline-block;
  vertical-align: middle;
}
.vce-icons-svg-title {
  display: inline-block;
  vertical-align: middle;
}
.vce-img-wrap,
.vce-img-wrapper,
.vce-image-wrapper {
  position: relative;
}
.vce-img-wrap.no-img,
.vce-img-wrapper.no-img,
.vce-image-wrapper.no-image {
  background-color: #E1E1E1;
  width: 100%;
  min-height: 200px;
  border: 1px solid #A1A1A1;
}
.vce-img-wrap.no-img::before,
.vce-img-wrapper.no-img::before,
.vce-image-wrapper.no-image::before {
  content: 'Photo Here';
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.vce-img,
.vce-image {
  display: block;
  max-width: 100%;
  pointer-events: none;
}
.vce-img-link,
.vce-image-link {

}
.vce-resp-video-wrap {
  position: relative;
  max-width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.vce-video {
  display: block;
  max-width: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  outline: 0;
}
.vce-table {
  width: 100%;
  margin: auto;
}
.vce-table-title {
  line-height: 1.5em !important;
  margin: 0;
}
.vce-table-subtitle {
  line-height: 1.5em !important;
  margin: 0;
}

/*=====================================================*/
/* START:   rotate class with rotate property values   */
/*=====================================================*/
.rotate_45deg {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.rotate_90deg {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.rotate_135deg {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.rotate_180deg {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rotate_270deg {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.rotate_360deg {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
.rotate_-45deg {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.rotate_-90deg {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.rotate_-180deg {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.rotate_-270deg {
  -webkit-transform: rotate(-270deg);
  -moz-transform: rotate(-270deg);
  -ms-transform: rotate(-270deg);
  -o-transform: rotate(-270deg);
  transform: rotate(-270deg);
  transform: rotate(-270deg);
}
.rotate_-360deg {
  -webkit-transform: rotate(-360deg);
  -moz-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  -o-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

/*================================================================================*/
/* START:   vce-awards-list                                                       */
/*          /wp-content/themes/versaccounts/custom-snippets/vce-awards-list.php   */
/*================================================================================*/
.vce-awards-list {
  list-style: inside none;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: justify;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  max-width: 360px;
  height: 100%;
  margin: 0 auto;
  padding: 0;
}
.vce-awards-list .vce-awards-item {
  -ms-flex-preferred-size: 30%;
  -webkit-flex-basis: 30%;
  -moz-flex-basis: 30%;
  flex-basis: 30%;
  gap: 10px;
  margin: 10px auto;
}
.vce-awards-list .vce-awards-item.rising-star-2017-award-item {}
.vce-awards-list .vce-awards-item.2018-stevie-gold-winner-item {}
.vce-awards-list .vce-awards-item.great-user-experience-2017-award-item {}
.vce-awards-list .vce-awards-item.2018-frontrunners-software-advice-item {}
.vce-awards-list .vce-awards-item.pmp-best-erp-item {
  -ms-flex-preferred-size: 25%;
  -webkit-flex-basis: 25%;
  -moz-flex-basis: 25%;
  flex-basis: 25%;
}
.vce-awards-list .vce-awards-item.best-in-biz-2017-item {}
.vce-awards-list .vce-awards-item.codie-2021-SIIA-finalist-item {}
.vce-awards-list .vce-awards-item .vce-awards-img {
  margin: 0 auto;
  pointer-events: auto;
}

/*=================================================================================*/
/* START:   vce-social-list                                                        */
/*          /wp-content/themes/versaccounts/custom-snippets/vce-social-list.php   */
/*=================================================================================*/
.vce-social-media-list {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  padding: 0;
}
.vce-social-media-list .vce-social-media-item {
  font-size: 30px;
  display: none;
}
.vce-social-media-list .vce-social-media-item .vce-social-media-link .fa {
  display: block;
}

/*=========================================================================================*/
/* START:   vce-software-rating-list                                                       */
/*          /wp-content/themes/versaccounts/custom-snippets/vce-software-rating-list.php   */
/*=========================================================================================*/
.vce-software-rating-list {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: justify;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.vce-software-rating-list.v1 {
  max-width: 500px;
}
.vce-software-rating-list.v2 {
  max-width: 360px;
}
.vce-software-rating-list .vce-software-rating-item {
  -ms-flex-preferred-size: 33%;
  -webkit-flex-basis: 33%;
  -moz-flex-basis: 33%;
  flex-basis: 33%;
}
.vce-software-rating-list .vce-software-rating-item .vce-software-rating-link {
  display: block;
}
.vce-software-rating-list .vce-software-rating-item .vce-software-rating-link .vce-software-rating-img {
  margin: 0 auto;
}

@media (max-width: 480px) {
  .vce-software-rating-list {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .vce-software-rating-list .vce-software-rating-item {
    -ms-flex-preferred-size: 130px;
    -webkit-flex-basis: 130px;
    -moz-flex-basis: 130px;
    flex-basis: 130px;
  }
}

/*========================================*/
/* START:   VCE font-awesome list-items   */
/*========================================*/
.vce-ul-fa {
  margin: 0 auto;
  padding: 0 0 0 30px;
}
.vce-ul-fa li {
  font-size: 15px;
  line-height: 1.5em;
}
.vce-ul-fa li .fa {
  margin: 0 15px 0 -30px;
}




/*
 *   !!! START
 *   !!! DON'T USE THIS CLASSES ANYMORE
 *   !!! this will be removed soon,
 *   !!! because some of the page are still using this class
 */
.ul-disc {
  list-style: outside disc;
  padding-bottom: 15px;
}
.ul-circle {
  list-style: outside circle;
  padding-bottom: 15px;
}
.ul-square {
  list-style: outside square;
  padding-bottom: 15px;
}
.ul-bullet {
  list-style: outside none;
  padding-bottom: 15px;
}
.ul-check {
  list-style: outside none;
  padding-bottom: 15px;
}
.ul-star {
  list-style: outside none;
  padding-bottom: 15px;
}
.ol-decimal {
  list-style: outside decimal;
  padding-bottom: 15px;
}
.ol-upper-roman {
  list-style: outside upper-roman;
  padding-bottom: 15px;
}
.ol-lower-roman {
  list-style: outside lower-roman;
  padding-bottom: 15px;
}
.ol-upper-alpha {
  list-style: outside upper-alpha;
  padding-bottom: 15px;
}
.ol-lower-alpha {
  list-style: outside lower-alpha;
  padding-bottom: 15px;
}
.vce-ul-dot {
  list-style-position: inside;
  list-style-type: none;
}
.vce-ul-dot > li::before {
  content: "\f111";
  font-family: FontAwesome;
  font-size: inherit;
  line-height: inherit;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.vce-ul-round-check {
  list-style-position: inside;
  list-style-type: none;
}
.vce-ul-round-check > li::before {
  content: "\f058";
  font-family: FontAwesome;
  font-size: inherit;
  line-height: inherit;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.vce-ul-check {
  list-style-position: inside;
  list-style-type: none;
}
.vce-ul-check > li::before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: inherit;
  line-height: inherit;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.vce-ul-star {
  list-style-position: inside;
  list-style-type: none;
}
.vce-ul-star > li::before {
  content: "\f005";
  font-family: FontAwesome;
  font-size: inherit;
  line-height: inherit;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.vce-ul-dash {
  list-style-position: inside;
  list-style-type: none;
}
.vce-ul-dash > li::before {
  content: "\f068";
  font-family: FontAwesome;
  font-size: inherit;
  line-height: inherit;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.vce-ol-number {
  list-style-position: inside;
  list-style-type: decimal;
}
.vce-ol-number > li::before {}
.vce-btn-style-1 {
  color: #FFF;
  text-decoration: none;
  line-height: 1.5em;
  letter-spacing: initial;
  display: inline-block;
  background-color: #FFA200;
  border: 1px solid #FFA200;
  border-radius: 4px;
}
.vce-btn-style-1:hover,
.vce-btn-style-1:active,
.vce-btn-style-1:focus {
  color: #FFF;
  text-decoration: none;
  background-color: #FF6200;
  border: 1px solid #FF6200;
}
.vce-btn-style-2 {
  color: #FFF;
  line-height: 1.5em;
  letter-spacing: initial;
  display: inline-block;
  background-color: #FF6200;
  border: none;
  border-radius: 4px;
}
.vce-btn-style-2:hover,
.vce-btn-style-2:active,
.vce-btn-style-2:focus {
  color: #FFF;
  background-color: #FFA200;
}
.vce-btn-style-3 {
  color: #FFF;
  line-height: 1.5em;
  letter-spacing: initial;
  display: inline-block;
  background-color: transparent;
  border: 1px solid #FFF;
  border-radius: 4px;
}
.vce-btn-style-3:hover,
.vce-btn-style-3:active,
.vce-btn-style-3:focus {
  color: #FFF;
  background-color: #FFA200;
  border: 1px solid #FFA200;
}
.vce-btn-style-4 {
  color: #FFF;
  line-height: 1.5em;
  letter-spacing: initial;
  display: inline-block;
  background: linear-gradient(#03A9F4 0%, #08F 100%);
  border: none;
  border-radius: 4px;
}
.vce-btn-style-4:hover,
.vce-btn-style-4:active,
.vce-btn-style-4:focus {
  color: #FFF;
  opacity: 0.7;
}
.vce-btn-style-5 {
  color: #FFF;
  text-decoration: none;
  line-height: 1.5em;
  letter-spacing: initial;
  display: inline-block;
  background-color: #5E8E3E;
  border: 1px solid #5E8E3E;
  border-radius: 4px;
}
.vce-btn-style-5:hover,
.vce-btn-style-5:active,
.vce-btn-style-5:focus {
  color: #FFF;
  text-decoration: none;
  background-color: #004C3F;
  border: 1px solid #004C3F;
}
.vce-btn-style-6 {
  color: #03A9F4;
  line-height: 1.5em;
  letter-spacing: initial;
  display: inline-block;
  background-color: #FFF;
  border: 1px solid #FFF;
  border-radius: 4px;
}
.vce-btn-style-6:hover,
.vce-btn-style-6:active,
.vce-btn-style-6:focus {
  color: #FFF;
  background-color: transparent;
  border: 1px solid #FFF;
}
.vce-btn-style-7 {
  color: #FFA200;
  line-height: 1.5em;
  letter-spacing: initial;
  display: inline-block;
  background-color: #FFF;
  border: 1px solid #FFF;
  border-radius: 4px;
}
.vce-btn-style-7:hover,
.vce-btn-style-7:active,
.vce-btn-style-7:focus {
  color: #FFF;
  background-color: transparent;
  border: 1px solid #FFF;
}
.vce-btn-style-8 {
  color: #FFF;
  line-height: 1.5em;
  letter-spacing: initial;
  display: inline-block;
  background-color: #0E0041;
  border: 1px solid #0E0041;
  border-radius: 4px;
}
.vce-btn-style-8:hover,
.vce-btn-style-8:active,
.vce-btn-style-8:focus {
  color: #FFF;
  background-color: #0E0041;
  border: 1px solid #0E0041;
  opacity: 0.7;
}
.vce-btn-style-9 {
  color: #FFF;
  line-height: 1.5em;
  letter-spacing: initial;
  display: inline-block;
  background-color: #1E1E1E;
  border: 1px solid #1E1E1E;
  border-radius: 4px;
}
.vce-btn-style-9:hover,
.vce-btn-style-9:active,
.vce-btn-style-9:focus {
  color: #FFF;
  background-color: #1E1E1E;
  border: 1px solid #1E1E1E;
  opacity: 0.7;
}
.vce-btn-style-10 {
  color: #FFF;
  text-decoration: none;
  line-height: 1.5em;
  letter-spacing: initial;
  display: inline-block;
  background-color: #B632D1;
  border: 1px solid #B632D1;
  border-radius: 4px;
}
.vce-btn-style-10:hover,
.vce-btn-style-10:active,
.vce-btn-style-10:focus {
  color: #FFF;
  text-decoration: none;
  background-color: #9B27B2;
  border: 1px solid #9B27B2;
}
.vce-btn-style-11 {
  color: #FFF;
  text-decoration: none;
  line-height: 1.5em;
  letter-spacing: initial;
  display: inline-block;
  background-color: rgba(0 0 0 / 20%);
  border: 1px solid rgba(0 0 0 / 0%);
  border-radius: 4px;
}
.vce-btn-style-11:hover,
.vce-btn-style-11:active,
.vce-btn-style-11:focus {
  color: #FFF;
  text-decoration: none;
  background-color: #9B27B2;
  border: 1px solid #9B27B2;
}
.vce-btn-style-12 {
  color: #FFF;
  text-decoration: none;
  line-height: 1.5em;
  letter-spacing: initial;
  display: inline-block;
  background-color: #2387C8;
  border: 1px solid #2387C8;
  border-radius: 4px;
}
.vce-btn-style-12:hover,
.vce-btn-style-12:active,
.vce-btn-style-12:focus {
  color: #FFF;
  text-decoration: none;
  background-color: #0567A6;
  border: 1px solid #0567A6;
}
.vce-btn-style-13 {
  color: #FFF;
  text-decoration: none;
  line-height: 1.5em;
  letter-spacing: initial;
  display: inline-block;
  background-color: rgba(0 0 0 / 20%);
  border: 1px solid rgba(0 0 0 / 20%);
  border-radius: 4px;
}
.vce-btn-style-13:hover,
.vce-btn-style-13:active,
.vce-btn-style-13:focus {
  color: #FFF;
  text-decoration: none;
  background-color: #0567A6;
  border: 1px solid #0567A6;
}
.vce-text-link-style-1 {
  color: #FFA200 !important;
  text-decoration: none;
  letter-spacing: initial;
}
.vce-text-link-style-1:hover,
.vce-text-link-style-1:active,
.vce-text-link-style-1:focus {
  color: #FF6200 !important;
}
.vce-text-link-style-2 {
  color: #FFF !important;
  text-decoration: none;
  letter-spacing: initial;
}
.vce-text-link-style-2:hover,
.vce-text-link-style-2:active,
.vce-text-link-style-2:focus {
  color: #FFA200 !important;
}
.vce-text-link-style-3 {
  color: #FFA200 !important;
  text-decoration: none;
  letter-spacing: initial;
}
.vce-text-link-style-3:hover,
.vce-text-link-style-3:active,
.vce-text-link-style-3:focus {
  color: #FF6200 !important;
  text-decoration: underline;
}
.vce-text-link-style-4 {
  color: #03A9F4 !important;
  text-decoration: underline;
  letter-spacing: initial;
}
.vce-text-link-style-4:hover,
.vce-text-link-style-4:active,
.vce-text-link-style-4:focus {
  opacity: 0.7;
}
.vce-text-link-style-5 {
  color: #FFF !important;
  letter-spacing: initial;
}
.vce-text-link-style-5:hover,
.vce-text-link-style-5:active,
.vce-text-link-style-5:focus {
  color: #FFF !important;
  text-decoration: underline;
}
.vce-text-link-style-6 {
  color: #141414 !important;
  text-decoration: none;
  letter-spacing: initial;
}
.vce-text-link-style-6:hover,
.vce-text-link-style-6:active,
.vce-text-link-style-6:focus {
  color: #FFA200 !important;
  text-decoration: none;
}
.vce-text-link-style-7 {
  color: #FFA200 !important;
  text-decoration: none;
  letter-spacing: initial;
}
.vce-text-link-style-7:hover,
.vce-text-link-style-7:active,
.vce-text-link-style-7:focus {
  color: #FFA200 !important;
  text-decoration: underline;
}
.vce-text-link-style-8 {
  color: #5E8E3E !important;
  text-decoration: underline;
  letter-spacing: initial;
}
.vce-text-link-style-8:hover,
.vce-text-link-style-8:active,
.vce-text-link-style-8:focus {
  color: #004C3F !important;
  text-decoration: underline;
}
.vce-text-link-style-9 {
  color: #2387C8 !important;
  text-decoration: underline;
  letter-spacing: initial;
}
.vce-text-link-style-9:hover,
.vce-text-link-style-9:active,
.vce-text-link-style-9:focus {
  color: #0567A6 !important;
  text-decoration: underline;
}
.vce-text-style-1 {
  color: #FFF;
}
.vce-text-style-2 {
  color: #141414;
}
.vce-text-style-3 {
  color: #FFA200;
}
.vce-text-style-4 {
  color: #FF6200;
}
.vce-text-style-5 {
  color: #5E8E3E;
}
.vce-text-style-6 {
  color: #9B27B2;
}
.vce-text-style-7 {
  color: #2387C8;
}
/*
 *   !!! END
 *   !!! DON'T USE THIS CLASSES ANYMORE
 *   !!! this will be removed soon,
 *   !!! because some of the page are still using this class
 */