/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


li::marker {
    color: #FF9902;
}

a#return-to-top {
   background: #FF9902; !important
  }
a#return-to-top:hover {
   background: #FF9902; !important
  }

.checkmark-list li {
    list-style-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23FF9902"><path d="M9 19c-.26 0-.51-.1-.71-.29l-6-6A.996.996 0 1 1 3.7 11.3l5.29 5.29L20.28 5.3a.996.996 0 1 1 1.41 1.41l-12 12c-.2.2-.45.29-.71.29Z"></path></svg>');
}

.checkmark-list li::marker {
    font-size: 2em;
    line-height: 0.1;
}

.price-cards li {
    list-style-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23FF9902"><path d="M9 19c-.26 0-.51-.1-.71-.29l-6-6A.996.996 0 1 1 3.7 11.3l5.29 5.29L20.28 5.3a.996.996 0 1 1 1.41 1.41l-12 12c-.2.2-.45.29-.71.29Z"></path></svg>');
}

.price-cards li::marker {
    font-size: 2em;
    line-height: 0.1;
}

.header .hhs-extras-ctas .hhs-header-cta .hhs-head-cta-1 {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.header .hhs-extras-ctas .hhs-header-cta .hhs-head-cta-2 {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.text-video-module iframe {
    border-radius: 8px;
}

.text-image-module img {
    border-radius: 8px;
}

.global-footer .hhs-social-con svg {
    height: 20px;
    width: 20px;
}

@media(max-width: 768px) {
	.global-footer .c-cta-con {
		margin-bottom: 25px;
	}
}

@media(max-width: 768px) {
	.global-footer .hhs-foot-base-nav {
		text-align: center;
	}
}

@media(max-width: 575px) {
	.global-footer .c-cta-con {
		align-items: center;
    justify-content: center;
	}
}

.image-text-slider .c-slide-inner-1 {
   border-radius: 8px;
}

.image-text-slider .c-image-1 img {
    border-radius: 8px;
}

              
@media(max-width: 768px) {
	.salesware-module-button .c-content-con .c-w-100 .c-in-2 .c-justify-left 
               {
		justify-content: center;
    align-items: center;
	}
}

.nav-fixed {
    box-shadow: 0 6px 6px -6px #e6e6e6;
}

.foursolutions-cards .filter-card {
     pointer-events: none;
}