







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */


























/* 1d. Buttons */








/* 1e. Forms */













/* 1f. Tables */













/* 1g. Website header */








/* 1h. Website footer */








.content-wrapper {
  max-width: 1240px;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 80px 1rem;
}

.dnd-section > .row-fluid {
  max-width: 1240px;
}





/* @font-face {
	font-family: 'proxima-nova';
	src: url(//2700250.fs1.hubspotusercontent-na1.net/hubfs/2700250/Risevision%20March2017%20Theme/Fonts/Fonts%202019/ProximaNova-Regular.woff2) format('woff2'), url(//2700250.fs1.hubspotusercontent-na1.net/hubfs/2700250/Risevision%20March2017%20Theme/Fonts/Fonts%202019/ProximaNova-Regular.woff) format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: 'proxima-nova';
	src: url(//2700250.fs1.hubspotusercontent-na1.net/hubfs/2700250/Risevision%20March2017%20Theme/Fonts/Fonts%202019/ProximaNova-Bold.woff2) format('woff2'), url(//2700250.fs1.hubspotusercontent-na1.net/hubfs/2700250/Risevision%20March2017%20Theme/Fonts/Fonts%202019/ProximaNova-Bold.woff) format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: swap
} */

@font-face {
	font-family: 'Avenir Next LT Pro';
	src: url(https://2700250.fs1.hubspotusercontent-na1.net/hubfs/2700250/Rise%20Visition%202019/Fonts/AvenirNextLTPro-Medium.woff2) format('woff2'), url(https://2700250.fs1.hubspotusercontent-na1.net/hubfs/2700250/Rise%20Visition%202019/Fonts/AvenirNextLTPro-Medium.woff) format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap
}

html {
  font-size: 24px;
}

body {
  font-family: Proxima Nova Rg, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #2C60AD;
  font-size: 24px;
  font-family: "proxima-nova", sans-serif;
}

/* Paragraphs */

p {
  font-family: "proxima-nova", sans-serif;
  font-size: 18px;
}

/* Anchors */

a {
  font-weight: normal; text-decoration: none; font-family: Proxima Nova Rg, sans-serif; font-style: normal;
  color: #0270E0;
  font-family: "proxima-nova", sans-serif;
  text-decoration: underline;
}

a:hover,
a:focus {
  font-weight: normal; text-decoration: none; font-family: Proxima Nova Rg, sans-serif; font-style: normal;
  color: #0048b8;
  font-family: "proxima-nova", sans-serif;
}

a:active {
  font-weight: normal; text-decoration: none; font-family: Proxima Nova Rg, sans-serif; font-style: normal;
  color: #2a98ff;
  font-family: "proxima-nova", sans-serif;
}

/* Headings */

h1,
.h1 {
  font-family: "proxima-nova", sans-serif;
  color: #2C60AD;
  font-size: 50px;
  text-transform: none;
}

h2,
.h2 {
  font-family: "proxima-nova", sans-serif;
  color: #2C60AD;
  font-size: 38px;
  text-transform: none;
}

h3,
.h3 {
  font-family: "proxima-nova", sans-serif;
  color: #2C60AD;
  font-size: 30px;
  text-transform: none;
}

h4,
.h4 {
  font-family: "proxima-nova", sans-serif;
  color: #2C60AD;
  font-size: 24px;
  text-transform: none;
}

h5,
.h5 {
  font-family: "proxima-nova", sans-serif;
  color: #000000;
  font-size: 16px;
  text-transform: none;
}

h6,
.h6 {
  font-family: "proxima-nova", sans-serif;
  color: #2C60AD;
  font-size: 14px;
  text-transform: none;
}

@media (max-width: 768px) {
  h1 {
    font-size: 32px;
    line-height: 32px;
  }
}

/* Blockquote */

blockquote {
  border-left-color: #3574E3;
}





button,
.button {
  border: 1px solid #2C60AD;

  padding-top: 15px;
padding-right: 53px;
padding-bottom: 15px;
padding-left: 53px;

  font-family: "proxima-nova", sans-serif;
  background-color: 

  
  
    
  


  rgba(44, 96, 173, 1.0)

;
  border-radius: 6px;
  color: #FFFFFF;
  font-size: 22px;
  text-transform: none;
  text-decoration: none;
}

.button-wrapper button,
.button-wrapper a:hover,
.button-wrapper button:hover,
.button:hover,
.button:active,
.button:focus,
.button-wrapper a {
  font-family: 'proxima-nova'!important;
  line-height: 140%;
}

form input[type=submit]:hover, form .hs-button:hover,
.button-wrapper a:hover {
  background-color: rgba(69,183,100,1.0)!important;
}

.button:active {
  background-color: rgba(4, 56, 133, 1.0)!important;
  color: white!important;
}

.button-wrapper a {
  padding: 14px 26px;
}

@media (max-width: 768px) {
  .button-wrapper a {
    padding: 14px 30px;
    font-size: 20px!important;
    line-height: 28px;
  }
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  font-family: Proxima Nova Rg, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(4, 56, 133, 1.0);
  border-color: #043885;
  color: white;
}

button:active,
.button:active {
  font-family: Proxima Nova Rg, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(84, 136, 213, 1.0);
  border-color: #5488d5;
}





form,
.submitted-message {
  max-width: 423px;
  margin-left: auto;
  margin-right: auto;
}

/* Form title */

.form-title {
  color: #3574E3;
}

/* Labels */

.hs-form .hs-form-field {
  margin-bottom: 10px;
}

.hs-form .hs-form-field > label,
form label {
  color: #020620;
  font-family: 'proxima-nova';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  margin: 0;
}

form textarea {
  margin-top: 6px;
  height: 120px!important;
}

form .hs-richtext p {
  font-size: 14px!important;
  margin: 0!important;
}

.row-fluid .hs-form fieldset .hs-input,
form input,
form select {
  width: 205px;
  height: 46px;
  background: #FFFFFF;
  border: 1px solid #020620;
  border-radius: 4px;
  color: #020620;
  font-size: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 8px;
  padding-right: 8px;
}

/* Help text */

form legend {
  color: #2C60AD;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  border: 2px solid #D1D6DC;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #2C60AD;
  border-radius: 3px;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #2C60AD;
}

::-moz-placeholder {
  color: #2C60AD;
}

:-ms-input-placeholder {
  color: #2C60AD;
}

::placeholder {
  color: #2C60AD;
}

/* Inputs - date picker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #2C60AD;
}

.fn-date-picker td.is-selected .pika-button {
  background: #2C60AD;
}

.fn-date-picker td .pika-button:hover {
  background-color: #2C60AD !important;
}

.fn-date-picker td.is-today .pika-button {
  color: #2C60AD;
}

/* Submit button */
form input[type=submit],
form .hs-button {
  background: #45B764;
/*   border: 2px solid #45B764; */
  border-radius: 4px;
  font-family: 'proxima-nova';
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  text-align: center;
  text-transform: capitalize;
  color: #FFFFFF;
  height: 62px;
  padding: 14px 26px;
}

/* form input[type=submit],
form .hs-button {
  border: 1px solid #2C60AD;

  padding-top: 15px;
padding-right: 53px;
padding-bottom: 15px;
padding-left: 53px;

  font-family: Proxima Nova Rg, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(44, 96, 173, 1.0)

;
  border-radius: 6px;
  color: #FFFFFF;
  font-size: 22px;
  text-transform: none;
} */

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: #00ad30;
  border-color: #00ad30;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(84, 136, 213, 1.0);
  border-color: #5488d5;
}





/* Table */

table {
  border: 1px solid #2C60AD;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

td,
th {
  border: 1px solid #2C60AD;

  padding: 18px;

  color: #2C60AD;
}

/* Table header */

thead th {
  background-color: 

  
  
    
  


  rgba(44, 96, 173, 1.0)

;
  color: #FFFFFF;
}

/* Table footer */

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #2C60AD;
}





.header {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  box-shadow: 0 0 14px 0 rgb(2 6 32 / 50%);
  padding: 20px 0;
  position: fixed;
  transition: 0.4s;
  height: 92px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
}

.header__logo--main {
  padding: 0!important;
  margin: 0;
}

.header.sticky {
  position: fixed;
  box-shadow: 0 0 14px 0 rgb(2 6 32 / 50%);
  transition: 0.4s;
  height: 74px;
  padding: 10px; 0;
  width: 100%;
  z-index: 6;
}

.header.sticky .header__logo {
  max-width: 104px;
  transition: 0.4s;
}

.header-left, .header-right {
  align-items: center;
  display: flex;
  flex-direction: row;
}

.header-right {
    gap: 20px;
}

.free-trial-cta {
  background: #45B764;
  border-radius: 4px;
}

a.custom-cta:hover {
  background-color: #45b764!important;
}

.header nav {
  min-height: 22px;
  margin: 4px 0;
  width: auto;
  padding-left: 17px;
}

@media (max-width: 767px) {
  .header nav {
    padding-left: 0;
  }
}


.menu__link,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #107dda;
/*   font-family: Proxima Nova Rg; */
}

.header .menu__link {
  padding: 10px 0;
  margin: 0 10px;
  line-height: 20px;
  font-size: 16px;
  font-family: "proxima-nova", sans-serif;
  position: relative;
  text-transform: capitalize;
}

.header .menu__submenu .menu__item {
  border: none;
}

.header .menu__submenu .menu__link {
  width: 100%;
  padding: 11px 10px;
  text-decoration: underline;
  transition: 0.4s;
  border-bottom: 1px dotted rgba(0, 0, 0, .17);
  margin: 0;
}

#hs_cos_wrapper_navigation-primary .menu .menu__submenu {
  width: 152px;
  transition: 0.4s;
  border-top: 6px solid #0275d8;
  background-color: #fff;
  box-shadow: 0 0 3px 0 rgb(0 0 0 / 20%);
  position: absolute;
  z-index: 10;
  left: 0;
}

@media (max-width: 767px) {
  #hs_cos_wrapper_navigation-primary .menu .menu__submenu {
    position: relative;
    width: 100%;
    max-width: 100%;
  }
}
 
.header .menu__submenu--level-2>.menu__item:first-child:before {
  display: none;
}

.header .menu__submenu--level-2 {
  transform: none;
}

.body-container-wrapper {
  margin-top: 0!important;
}

.header .menu__item--depth-1 > .menu__link:before {
  position: absolute;
  content: "";
  top: 0;
/*   border-bottom: 1px solid #107dda; */
  bottom: 11px;
  width: 100%;
  transition: 0.4s;
}

.header .menu .menu__item--depth-1 {
  padding: 0;
}

.menu__child-toggle-icon {
  border-top-color: #107dda;
}

.menu .menu__link:hover,
.menu .menu__link:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: #0055b2;
}

.menu__child-toggle-icon:hover,
.menu__child-toggle-icon:focus {
  border-top-color: #0055b2;
}

.menu .menu__link:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: #38a5ff;
}

.menu__child-toggle-icon:active {
  border-top-color: #38a5ff;
}

/* .menu .menu__item--depth-1 > .menu__link--active-link:after {
  background-color: #107dda;
} */

@media (min-width: 767px) {
  .menu .menu__submenu,
  .header__language-switcher .lang_list_class {
    border: 2px none #2C60AD;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .menu__submenu--level-2 > .menu__item:first-child:before {
    border: 2px none #2C60AD;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .header .menu .menu__child-toggle-icon,
  .header .menu .menu__item--depth-1>.menu__child-toggle {
    display: none;
  }
}

.menu__submenu .menu__link,
.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus {
  color: #107dda;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: #2C60AD;
}

.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus,
.header__language-switcher .lang_list_class li:hover,
.menu__submenu--level-2 > .menu__item:first-child:hover:before,
.menu__submenu--level-2 > .menu__item:first-child.focus:before {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Proxima Nova Rg;
}

.header__language-switcher-label-current:after {
  border-top-color: #107dda;
}

@media(max-width: 767px) {
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: #107dda;
  }
}





@media (max-width: 768px) {
  .badges {
    display: none;
  }
}

.footer.footer-nnc {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  margin-top: 40px;
  padding-top: 42px;
  padding-bottom: 20px;
  height: auto;
}

.footer.footer-nnc a.cta_button {
  padding: 14px 20px!important;
}

.footer.footer-nnc a.cta_button span {
  font-size: 20px!important;
}

.footer-secondary {
  background-color: #f2f2f2;
  padding-bottom: 20px;
  padding-top: 20px;
  margin-top: 0;
  line-height: 25px;
}

.footer .hs-menu-depth-1 {
  text-decoration: underline;
  color: #107dda;
}

.footer .cell_1658661003602-padding {
  text-align: center;
}

.footer-row-0-vertical-alignment > .row-fluid {
  align-items: flex-start;
}

.footer .hs-menu-wrapper.hs-menu-flow-vertical>ul li a {
  padding: 5px 0;
}

.footer h4 {
  padding: 0;
}

@media (max-width: 768px) {
  .footer.footer-nnc {
    height: auto;
    margin-top: 20px;
    padding: 24px;
  }
  .footer-secondary {
    padding: 24px;
  }

  .footer h4 {
    margin-top: 20px;
  }

/* Footer content */

/* .footer p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer label,
.footer span,
.footer li,
.footer img {
  color: #2C60AD;
} */

.footer .hs-menu-item > a:hover {
  color: none;
}





.blog-post,
.blog-header__inner,
.blog-related-posts {
  padding: 80px 0;
}

/* Blog post */

.blog-post__meta a {
  color: #2C60AD;
}

.blog-post__tag-link {
  color: #2C60AD;
}

.blog-post__tag-link:hover,
.blog-post__tag-link:focus {
  color: #043885;
}

.blog-post__tag-link:active {
  color: #5488d5;
}

/* Blog related posts */

.blog-related-posts__title-link,
.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus,
.blog-related-posts__title-link:active {
  font-weight: 700; text-decoration: none; font-family: Proxima Nova Rg, serif; font-style: normal;
  text-transform: none;
}

.blog-related-posts__title-link {
  color: #2C60AD;
}

.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus {
  color: #043885;
}

.blog-related-posts__title-link:active {
  color: #5488d5;
}

/* Blog comments */

.blog-comments {
  margin-bottom: 80px;
}

#comments-listing .comment-reply-to {
  color: #0270E0;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: #0048b8;
}

#comments-listing .comment-reply-to:active {
  color: #2a98ff;
}





.hs-search-results__title {
  font-weight: 700; text-decoration: none; font-family: Proxima Nova Rg, serif; font-style: normal;
  color: #2C60AD;
}





/* Blog listing */

.blog-index__post-title-link,
.blog-index__post-title-link:hover,
.blog-index__post-title-link:focus,
.blog-index__post-title-link:active {
  font-weight: 700; text-decoration: none; font-family: Proxima Nova Rg, serif; font-style: normal;
  text-transform: none;
}

.blog-index__post-title-link {
  color: #2C60AD;
}

.blog-index__post-title-link:hover,
.blog-index__post-title-link:focus {
  color: #043885;
}

.blog-index__post-title-link:active {
  color: #5488d5;
}

.blog-index__post-tag,
.blog-index__post-author-name {
  color: #2C60AD;
}

/* Blog pagination */

.pagination__link-text,
.pagination__link--number {
  color: #2C60AD;
}

.pagination__link:hover .pagination__link-text,
.pagination__link:focus .pagination__link-text,
.pagination__link--number:hover,
.pagination__link--number:focus {
  color: #043885;
}

.pagination__link:active .pagination__link-text,
.pagination__link--number:active {
  color: #5488d5;
}

.pagination__link-icon svg {
  fill: #2C60AD;
}

/* Pricing card */

.card__price {
  font-weight: 700; text-decoration: none; font-family: Proxima Nova Rg, serif; font-style: normal;
  color: #2C60AD;
  font-size: 30px;
}

.card__body svg {
  fill: #2C60AD;
}

/* Social follow */

.social-links__icon {
  background-color: #2C60AD;
}

.social-links__icon:hover,
.social-links__icon:focus {
  background-color: #043885;
}

.social-links__icon:active {
  background-color: #5488d5;
  font-weight: 700; text-decoration: none; font-family: Proxima Nova Rg, serif; font-style: normal;
  color: #2C60AD;
  font-size: 30px;
}

/* Homepage CSS */

html {
  scroll-behavior: smooth;
}

.row-fluid-wrapper.row-depth-1.row-number-35.dnd_area-row-14-background-color.dnd-section.dnd_area-row-14-margin.dnd_area-row-14-padding {
  position: relative;
}


@media (max-width: 768px) {
/*   .row-fluid-wrapper.row-depth-1.row-number-3.dnd-section {
    display: none;
  }
 */
  .body-wrapper .container-fluid {
    padding: 0!important;
  }

  br {
    display: block!important;
  }
}