/* HTML */
html { 
	scroll-behavior: smooth; 
}



/* Custom Link Colors */
body a {
	color: #f38842;
}
body a:hover,
body a:focus,
body a:active {
	color: #e1630e;
}


/* Nav Links */
body header#sp-header nav.sp-megamenu-wrapper ul.sp-megamenu-parent > li.active > a,
body header#sp-header nav.sp-megamenu-wrapper ul.sp-megamenu-parent > li.active:hover > a {
  color: #e1630e;
}
body header#sp-header nav.sp-megamenu-wrapper ul.sp-megamenu-parent li a:hover,
body header#sp-header nav.sp-megamenu-wrapper ul.sp-megamenu-parent li a:focus,
body header#sp-header nav.sp-megamenu-wrapper ul.sp-megamenu-parent li a:active {
	color: #e1630e;
}


/* Top Bar */
body #sp-top-bar {
	background: rgba(51,51,51, 0.6) !important;
}

body #sp-header {
	/*
	background: rgba(87, 87, 87, 0.35);
	*/
	background-color: #c4c4c4;
	color: #ffffff;
	padding-left: 30px;
	height: 90px;
}


/* Header */
body header#sp-header {
}
body header#sp-header div.container {
	max-width: 100%;
	margin: 0px 0px 0px 0px;
}
body header#sp-header div.container div.container-inner {
}
body header#sp-header div.container div.container-inner div.row {
	white-space: nowrap;
}
body header#sp-header div.container div.container-inner div.row div#sp-logo {
	display: inline-block;
}
/* Header Logo */
body header#sp-header div.container div.container-inner div.row div#sp-logo div.sp-column div.logo {
	height: 90px;
}
body header#sp-header div.container div.container-inner div.row div#sp-logo div.sp-column div.logo a img.logo-image {
	height: auto;
}



/* Main Nav */
body header#sp-header div.container div.container-inner div.row div#sp-menu {
	display: inline-block;
	
}
body header#sp-header div.container div.container-inner div.row div#sp-menu div.sp-column nav.sp-megamenu-wrapper {
}
body header#sp-header div.container div.container-inner div.row div#sp-menu a#offcanvas-toggler .burger-icon > span:nth-child(3) {
	display: block;
}



/* Nav Items */
body header#sp-header div#sp-menu nav ul.sp-megamenu-parent li.sp-menu-item.current-item.active a {
}
body header#sp-header div#sp-menu nav ul.sp-megamenu-parent li.sp-menu-item a {
	text-transform: uppercase;
}

body header#sp-header div#sp-menu nav ul.sp-megamenu-parent > li.sp-has-child > a:after,
body header#sp-header div#sp-menu nav ul.sp-megamenu-parent > li.sp-has-child > span:after {
    font-family: "Font Awesome 6 Free";
}



/* TopBar Search */
body div#sp-top-bar div#sp-top2 form.form-search div.input-group div.awesomplete input.form-control {
	display: block;
	max-width: 100%;
	width: 140px;
	padding: 5px 15px 5px 15px;
	font-size: 1rem;
	line-height: 1.5;
	color: #ffffff;
	background-color: rgba(255,255,255, .3);
	background-clip: padding-box;
	border: 1px solid #ffffff;
	border-radius: .25rem .0rem .0rem .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
body div#sp-top-bar div#sp-top2 form.form-search div.input-group div.awesomplete input.form-control::placeholder {
	color: #ffffff;
	opacity: 1; /* Firefox */
}
body div#sp-top-bar div#sp-top2 form.form-search div.input-group div.awesomplete input.form-control::-ms-input-placeholder { /* Edge 12 -18 */
	color: #ffffff;
}

body div#sp-top-bar div#sp-top2 form.form-search div.input-group button.btn.btn-primary {
	background-color: #858585;
	color: #ffffff;
	border: 1px solid #ffffff;
	border-radius: .0rem .25rem .25rem .0rem;
	text-indent: 100%; 
	white-space: nowrap; 
	overflow: hidden;
	font-size: 0;
	padding: 0px 25px 0px 25px;
	line-height: 30px;
}
body div#sp-top-bar div#sp-top2 form.form-search div.input-group button.btn.btn-primary span.icon-search {
	font-size: 18px;
	position: absolute;
	left: 0px;
	top: 8px;
}





/* Nav Search */
/*
body header div#sp-menu div.search form.form-search div.input-group div.awesomplete input.form-control {
	display: block;
	max-width: 100%;
	width: 140px;
	padding: 10px 15px 10px 15px;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .5rem .0rem .0rem .5rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
body header div#sp-menu div.search form.form-search div.input-group button.btn.btn-primary {
	background-color: #858585;
	color: #ffffff;
	border-radius: .0rem .5rem .5rem .0rem;
	text-indent: 100%; 
	white-space: nowrap; 
	overflow: hidden;
	font-size: 0;
	padding: 0px 25px 0px 25px;
}
body header div#sp-menu div.search form.form-search div.input-group button.btn.btn-primary span.icon-search {
	font-size: 18px;
	position: absolute;
	left: 0px;
	top: 13px;
}
*/



/* Off-Canvas Search */
body div.offcanvas-menu form.form-search div.input-group div.awesomplete {
	width: auto;
}
body div.offcanvas-menu form.form-search div.input-group div.awesomplete input.form-control {
	display: block;
	max-width: 100%;
	width: 170px;
	padding: 10px 15px 10px 15px;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: rgba(255,255,255, .8);
	background-clip: padding-box;
	border: 1px solid #495057;
	border-radius: .5rem .0rem .0rem .5rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
body div.offcanvas-menu form.form-search div.input-group button.btn.btn-primary {
	background-color: #858585;
	color: #ffffff;
	border-radius: .0rem .5rem .5rem .0rem;
	text-indent: 100%; 
	white-space: nowrap; 
	overflow: hidden;
	font-size: 0;
	padding: 0px 25px 0px 25px;
}
body div.offcanvas-menu form.form-search div.input-group button.btn.btn-primary span.icon-search {
	font-size: 18px;
	position: absolute;
	left: 0px;
	top: 13px;
}



/* Get Started */
body div#getstarted {
	margin: 0px 0px 0px 0px;
	padding: 50px 50px 50px 50px;
}
body div#getstarted img.hero {
	float: left;
	margin: 0px 0px 0px 0px;
}
body div#getstarted h1 {
	text-align: center;
	font-size: 2.75rem;
	color: #b00013;
	font-weight: 700;
	text-transform: uppercase;
}
body div#getstarted h3 {
	margin: 0px 0px 30px 0px;
	color: #252a37;
	font-weight: 700;
}
body div#getstarted .youtube {
	text-align: center;
}
body div#getstarted div.youtube div.buttonbox a.btn {
  margin: 20px 20px 0px 20px;
  font-size: 1.25rem;
  letter-spacing: 0em;
}



/* Section 1 */
body section#sp-section-1 div.sp-page-title h1.sp-page-title-heading {
	font-size: 100px;
	color: #ffffff;
	font-weight: 700;
	font-family: Roboto, 'Helvetica Neue', Arial, sans-serif;
	max-width: 100%;
}
body section#sp-section-1 div.sp-page-title h2.sp-page-title-heading {
	font-size: 100px;
	color: #ffffff;
	font-weight: 700;
	font-family: Roboto, 'Helvetica Neue', Arial, sans-serif;
	max-width: 100%;
}
body section#sp-section-1 div.sp-page-title ol.breadcrumb li span.fas {
	margin-right: 8px;
}


/* Solutions Section */
body main#sp-component div.sp-page-builder div.page-content.builder-container div.sppb-section div.sppb-container-inner div.sppb-row div.sppb-col-md-4 div.sppb-column div.sppb-column-addons div.sppb-addon-wrapper div.sppb-addon div.sppb-addon-content {
	height: 200px;
}
body div.sppb-column-addons div.addon-root-feature div#sppb-addon-1523527756352 div.sppb-addon-overlayer {
  background-color: rgba(0,67,57, 0.85);
}
body div.sppb-column-addons div.addon-root-feature div#sppb-addon-1523519033673 div.sppb-addon-overlayer {
  background-color: rgba(40,153,135, 0.85);
}



/* Testimonials content: "\f10d"; */
body .sppb-testimonial-pro.testimonial-bg .sppb-carousel-inner .sppb-item .sppb-testimonial-message {
	margin: 40px 0 10px;
	display: inline-block;
	padding: 50px 40px 30px 45px;
	background-color: #000;
	background: rgba(0, 0, 0, .5);
	color: #fff;
	position: relative;
	font-size: 16px;
	line-height: 30px;
	font-style: italic;
	height: 200px;
	width: 100%;
}
body .sppb-testimonial-pro.testimonial-bg .sppb-carousel-inner .sppb-item .sppb-testimonial-message::before {
	position: absolute;
	font-size: 80px;
	width: 50px;
	height: 50px;
	line-height: 85px;
	color: #ffffff;
	background: #078f79;
	border-radius: 3px;
	left: 45px;
	text-align: center;
	z-index: 1;
	top: -25px;
	content: "\201C";
} 
body div.sppb-carousel.sppb-testimonial-pro div.sppb-addon-testimonial-pro-footer {
	text-align: center;
	display: block;
	margin-top: 10px;
}
body div.sppb-carousel.sppb-testimonial-pro div.sppb-addon-testimonial-pro-footer div.testimonial-pro-client-name-wrap span.sppb-addon-testimonial-pro-client-name {
	font-size: 20px;
	line-height: 20px;
	margin: 0px 0px 2px 0px;
	font-weight: 600;
	display: block;
	color: #ffffff;
}
body div.sppb-carousel.sppb-testimonial-pro div.sppb-testimonial-pro-arrow-wrap a.sppb-carousel-control {
	background: #078f79;
	color: #ffffff;
	border: 2px solid #005e4e;
}
body div.sppb-carousel.sppb-testimonial-pro div.sppb-testimonial-pro-arrow-wrap a.sppb-carousel-control:hover,
body div.sppb-carousel.sppb-testimonial-pro div.sppb-testimonial-pro-arrow-wrap a.sppb-carousel-control:focus,
body div.sppb-carousel.sppb-testimonial-pro div.sppb-testimonial-pro-arrow-wrap a.sppb-carousel-control:active {
	background: rgba(0,0,0, .5);
	color: #cccccc;
}



/* Contact Form */
body section.sppb-section > .sppb-row-overlay {
  background-color: rgba(0,116,97, 0.85) !important;
}
body div.sppb-addon.get_quote_form {
	background: #1f1f1f;
	color: #ffffff;
	padding: 40px 40px 10px 40px;
	margin-top: -80px;
	margin-bottom: -110px;
}
body div.sppb-addon.get_quote_form h3.sppb-addon-title {
	font-size: 36px;
	margin-bottom: 20px;
	color: #ffffff;
}
body div.sppb-addon.get_quote_form h3.sppb-addon-title span {
	font-size: 20px;
	margin: 0 0 5px 0;
	display: block;
	font-weight: 400;
}
body div.sppb-addon.get_quote_form div.rsform form div.rsform-block {
	margin-bottom: 1rem;
}
body div.sppb-addon.get_quote_form div.rsform form input.rsform-input-box {
	display: block;
	max-width: 100%;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
body div.sppb-addon.get_quote_form form button.rsform-submit-button.btn.btn-primary {
	background: #078f79;
	color: #ffffff;
}
body div.sppb-addon.get_quote_form form button.rsform-submit-button.btn.btn-primary:hover,
body div.sppb-addon.get_quote_form form button.rsform-submit-button.btn.btn-primary:focus,
body div.sppb-addon.get_quote_form form button.rsform-submit-button.btn.btn-primary:active {
	background: #555555;
	color: #cccccc;
}




/* Services Sections */
body div.sp-page-builder section.ts-service {
	background-image: url("../images/pattern/pattern_arrow.png"), url("../images/pattern/pattern_box.png");
	background-position: top left, bottom right;
	background-repeat: no-repeat, no-repeat;
}
body div.sp-page-builder section.ts-service div.sppb-addon-wrapper div.section-title h2.sppb-addon-title {
	font-size: 44px;
	line-height: 44px;
	margin: 0px 0px 10px 0px;
	text-transform: none;
	padding: 0px 0px 0px 0px;
	color: #252a37;
}
body div.sp-page-builder section.ts-service div.sppb-addon-wrapper div.section-title h2.sppb-addon-title span {
	display: block;
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 15px;
	font-weight: 400;
}
body div.sp-page-builder section.ts-service div.sppb-addon-wrapper div.section-title h2.sppb-addon-title::after {
	content: '';
	position: absolute;
	top: 100px;
	height: 1px;
	width: 50px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 0;
	border-bottom: 2px solid #078f79;
}
body div.sp-page-builder section.ts-service div.sppb-addon-wrapper div.sppb-addon div.sppb-addon-content div.sppb-addon-article-layout div.sppb-addon-article {
	border: 1px solid #cccccc;
	padding: 15px;
	border-radius: 5px;
}
body div.sp-page-builder section.ts-service div.sppb-addon-wrapper div.sppb-addon div.sppb-addon-content div.sppb-addon-article-layout div.sppb-addon-article div.sppb-article-info-wrap {
	text-align: right;
}
body div.sp-page-builder section.ts-service div.sppb-addon-wrapper div.sppb-addon div.sppb-addon-content div.sppb-addon-article-layout div.sppb-addon-article div.sppb-article-info-wrap h3 {
	min-height: 80px;
	width: 100%;
	text-align: center;
}
body div.sp-page-builder section.ts-service div.sppb-addon-wrapper div.sppb-addon div.sppb-addon-content div.sppb-addon-article-layout div.sppb-addon-article div.sppb-article-info-wrap h3 a {
	font-size: 22px;
	color: #000000;
}
body div.sp-page-builder section.ts-service div.sppb-addon-wrapper div.sppb-addon div.sppb-addon-content div.sppb-addon-article-layout div.sppb-addon-article div.sppb-article-info-wrap a.sppb-readmore {
	/*
	margin: 0px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	white-space: nowrap;
	line-height: 0;
	*/
	padding: 0px 5px 0px 0px;

}

body div.sp-page-builder section.ts-service div.sppb-addon-wrapper div.sppb-addon div.sppb-addon-content div.sppb-addon-article-layout div.sppb-addon-article a.sppb-article-img-wrap img.sppb-img-responsive {
	width: 100%;
}




/* Carousel Pro */
body div.addon-root-carouselpro div.sppb-carousel.sppb-carousel-pro.sppb-slide {
	width: 100%;
	height: 100%;
	margin:0;
	background:
		linear-gradient(rgba(0,0,0, .05),
		rgba(0,0,0, .05)) center / 100% 240px,
		rgba(0,0,0, .0);
	background-repeat: no-repeat;
}
body div.addon-root-carouselpro div.sppb-carousel ol.sppb-carousel-indicators li {
	border: 1px solid rgba(0,0,0, .2);
	background-color: rgba(0,0,0, .2);
}
body div.addon-root-carouselpro div.sppb-carousel ol.sppb-carousel-indicators li.active {
	border: 1px solid rgba(0,0,0, .3);
	background-color: rgba(0,0,0, .3);
}
body div.addon-root-carouselpro div.sppb-carousel.sppb-carousel-pro.sppb-slide img.sppb-img-reponsive {
	padding: 7px;
	border: 4px solid rgba(0,0,0, .2);
	background-color: #ffffff;
}
body div.addon-root-carouselpro a.sppb-btn.sppb-btn-custom {
	background-color: #078f79 !important;
}
body div.addon-root-carouselpro a.sppb-btn.sppb-btn-custom:hover,
body div.addon-root-carouselpro a.sppb-btn.sppb-btn-custom:focus,
body div.addon-root-carouselpro a.sppb-btn.sppb-btn-custom:active {
	background: #289987 !important;
}




/* Latest News Module */
body section#latest-news.ts-service div.sppb-addon-article.sppb-addon-article-layout-content {
	background-color: rgba(51,51,51, 0.6);
}
body section#latest-news.ts-service div.sppb-addon-article.sppb-addon-article-layout-content div.sppb-article-info-wrap h3 a {
	color: #ffffff;
	display: block;
}
body section#latest-news.ts-service div.sppb-addon-article.sppb-addon-article-layout-content div.sppb-article-info-wrap a.sppb-readmore {
	background: #078f79;
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	padding: 5px 15px 5px 15px;
	border-radius: 20px;
	border: 0px;
	margin: 15px 0px 0px 0px;
}
body section#latest-news.ts-service div.sppb-addon-article.sppb-addon-article-layout-content div.sppb-article-info-wrap div.sppb-article-meta {
	margin: 5px;
	display: block;
}
body section#latest-news.ts-service div.sppb-addon-article.sppb-addon-article-layout-content div.sppb-article-info-wrap div.sppb-article-meta time.sppb-meta-date {
	display: block;
	color: #dddddd;
}
body section#latest-news.ts-service div.sppb-addon-article.sppb-addon-article-layout-content div.sppb-article-info-wrap {
}
body section#latest-news.ts-service div.sppb-addon-article.sppb-addon-article-layout-content div.sppb-article-info-wrap a {
line-height: auto;
	display: inline-block;
}
body section#latest-news.ts-service div.sppb-addon-article.sppb-addon-article-layout-content div.sppb-article-info-wrap div.sppb-article-meta span.sppb-meta-category a {
	display: block;
	color: #dddddd;
}



/* Footer */
body footer#sp-footer.footer {
	background-color: #004339;
}
body footer#sp-footer.footer span.sp-copyright {
	color: #ffffff;
	font-size: 16px;
	display: block;
	text-align: center;
}
body footer#sp-footer.footer ul.sp-contact-info li.sp-contact-phone a {
	color: #ffffff;
	font-size: 16px;
}
body footer#sp-footer.footer ul.sp-contact-info li.sp-contact-email a {
	color: #ffffff;
	font-size: 16px;
}



/* Bottom */
body section#sp-bottom.bottom {
	background-image: url("/images/demo/footer-bg.jpg");
	background-repeat: inherit;
	background-size: cover;
	background-attachment: inherit;
	background-position: 50% 50%;
	background-color: #0f2765;
	color: #ffffff;
	padding: 0px;
}
body section#sp-bottom.bottom div.row {
	background-color: rgba(0,94,78, 0.85);
	padding: 115px 0 40px;
}


/* Bottom Columns */
body section#sp-bottom.bottom div#sp-bottom1 div.sp-module {
	margin: 0px 0px 0px 50px;
}
body section#sp-bottom.bottom div#sp-bottom3 div.sp-module {
	margin: 0px 50px 0px 0px;
}
body section#sp-bottom.bottom div#sp-bottom1 div.sp-module div.column-addons div.addon-content p {
	font-size: 16px;
}
body section#sp-bottom.bottom div#sp-bottom1 div.sp-module div.column-addons div.image-container img.img-responsive {
	margin: 0px 0px 30px 0px;
}
body section#sp-bottom.bottom ul.social-icons {
	width: 100%;
	display: block;
}
body section#sp-bottom.bottom ul.social-icons li {
	display: inline-block;
}
body section#sp-bottom.bottom ul.social-icons li a {
	-webkit-transition: 400ms;
	transition: 400ms;
	color: #ffffff;
	margin-right: 10px;
}
body section#sp-bottom.bottom ul.social-icons li a span.fab {
	width: 36px;
	height: 36px;
	line-height: 36px;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 100%;
	text-align: center;
	-webkit-transition: 400ms;
	transition: 400ms;
}




/* Articles - Blog Layout */
body section#sp-main-body main#sp-component div.blog {
	margin-bottom: 50px;
	padding: 80px 0px 0px 0px;
}
body section#sp-main-body main#sp-component div.blog div.article-list div.article {
	margin-bottom: 50px;
	padding: 25px 25px 25px 25px;
	background: #f7f9fd;
}
body section#sp-main-body main#sp-component div.blog div.article-list div.article div.article-body {
	display: inline-block;
	width: 100%;
}
body section#sp-main-body main#sp-component div.blog div.article-list div.article div.article-body div.article-intro-image.float-left {
	float: left;
	margin: 0px 20px 10px 0px;
}
body section#sp-main-body main#sp-component div.blog div.article-list div.article div.article-body div.article-header h2 a {
	color: #252a37;
	font-size: 2.25rem;
	font-weight: 700;
}
body section#sp-main-body main#sp-component div.blog div.article-list div.article div.article-body div.readmore {
	float: right;
}
body section#sp-main-body main#sp-component div.blog div.article-list div.article div.article-body div.readmore a {
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	padding: 10px 50px;
	border-radius: 50px;
	-webkit-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	position: relative;
	z-index: 99;
	background: #078f79;
	border-color: #078f79;
	color: #fff;
	height: 45px;
	line-height: 25px;
	margin-top: 12px;
}
body section#sp-main-body main#sp-component div.blog div.article-list div.article div.article-body div.readmore a:hover,
body section#sp-main-body main#sp-component div.blog div.article-list div.article div.article-body div.readmore a:focus,
body section#sp-main-body main#sp-component div.blog div.article-list div.article div.article-body div.readmore a:active {
	background: #111111;
	color: #cccccc;
}
body section#sp-main-body main#sp-component div.blog div.article-list div.article div.article-body div.article-introtext blockquote {
	position: relative;
	color: #ffffff;
	background: #252a37;
	padding: 40px;
	border: 0px;
	margin: 30px 0 40px;
	font-size: 20px;
}



/* Image Carousel */
body section#retail-carousel div.sppb-column-addons div.addon-root-image-carousel div.sppb-carousel-extended div.sppb-carousel-extended-nav-control span.nav-control {
	background-color: #078f79;
	border-color: #078f79;
}

body section#retail-carousel div.sppb-carousel-extended-dots ul li span.sppb-carousel-extended-dot-indicator,
body section#retail-carousel div.sppb-carousel-extended-dots ul li span.sppb-carousel-extended-dot-indicator {
	height: 12px;
    line-height: 12px;
    width: 12px;
    background: #dbdbdb;
}
body section#retail-carousel div.sppb-carousel-extended-dots ul li:hover span.sppb-carousel-extended-dot-indicator,
body section#retail-carousel div.sppb-carousel-extended-dots ul li.active span.sppb-carousel-extended-dot-indicator {
	background-color: #078f79;
}

/* Image Scroller */
body section#retail-carousel div.sppb-column-addons div.addon-root-clients div.sppb-carousel-extended div.sppb-carousel-extended-nav-control {
	bottom: 0px !important;
}
body section#retail-carousel div.sppb-column-addons div.addon-root-clients div.sppb-carousel-extended div.sppb-carousel-extended-nav-control span.nav-control {
	background-color: #078f79;
	border-color: #078f79;
	color: #ffffff;
}





/* Media Query For Logo */
@media only screen and (max-width: 1200px) {

	html body header#sp-header div#sp-logo {
		width: 80px;
	}
	html body header#sp-header div#sp-logo div.logo a img.logo-image {
		display: none;
	}
	html body header#sp-header div#sp-logo div.logo a {
		display: block;
		height: 80px;
		width: 80px;
		background-image: url("/images/logo-white-80.png");
	}
	body header#sp-header div.container div.container-inner div.row div#sp-menu nav.d-flex {
		max-width: 850px;
		display: block !important;
		width: 100%;
	}
	body header#sp-header div.container div.container-inner div.row div#sp-menu {
		width: -webkit-calc(100% - 100px);
		width:    -moz-calc(100% - 100px);
		width:         calc(100% - 100px);
	}
	body header#sp-header div.container div.container-inner div.row div#sp-menu div.sp-column {
		text-align: right;
	}
	body header#sp-header div#sp-menu a#offcanvas-toggler.d-flex {
		width: 50px;
		margin: 0px 20px 0px 20px;
		display: inline-flex !important;
		float: none;
	}
}




/* Footer Nav */
body section#sp-bottom.bottom ul.menu li a {
	font-size: 18px;
	color: #ffffff;
	padding-left:20px;
	text-decoration: none;
}
body section#sp-bottom.bottom ul.menu li a:hover,
body section#sp-bottom.bottom ul.menu li a:focus,
body section#sp-bottom.bottom ul.menu li a:active {
	color: #cccccc;
}


/* Footer Newsletter */
body section#sp-bottom.bottom div.introtext {
	font-size: 18px;
}
body section#sp-bottom.bottom h2 strong a {
	color: #e1630e;
}
body section#sp-bottom.bottom h2 strong a:hover,
body section#sp-bottom.bottom h2 strong a:focus,
body section#sp-bottom.bottom h2 strong a:active {
	color: #ffffff;
}



/* Module Link Color */
body section#sp-main-body div.sppb-addon div.sppb-addon-article div.sppb-article-info-wrap h3 a {
}
body section#sp-main-body div.sppb-addon div.sppb-addon-article div.sppb-article-info-wrap h3 a:hover,
body section#sp-main-body div.sppb-addon div.sppb-addon-article div.sppb-article-info-wrap h3 a:focus,
body section#sp-main-body div.sppb-addon div.sppb-addon-article div.sppb-article-info-wrap h3 a:active {
	color: #000000;
}
body section#sp-main-body div.sppb-addon div.sppb-addon-article div.sppb-article-info-wrap a.sppb-readmore {
}
body section#sp-main-body div.sppb-addon div.sppb-addon-article div.sppb-article-info-wrap a.sppb-readmore:hover,
body section#sp-main-body div.sppb-addon div.sppb-addon-article div.sppb-article-info-wrap a.sppb-readmore:focus,
body section#sp-main-body div.sppb-addon div.sppb-addon-article div.sppb-article-info-wrap a.sppb-readmore:active {
	color: #000000;
}





/* Integration Man Pop-Up Colors */
/* 
#be2429 = Red 
#4285F4 = Lt. Blue
#078f79 = Md. Green
*/
body div.eb div.eb-h1 {
    color: #be2429;
    font-size: 18px;
    line-height: 1.9;
    margin-bottom: 15px;
}
body div.eb div.eb-h3 {
    color: #078f79
}
body div.eb-dialog.eb-shd1 {
    border-radius: 20px 0px 0px 0px;
    border-top: 3px solid #be2429;
    border-left: 3px solid #be2429;
}
body div.eb-dialog.eb-shd1 div.eb hr{
    height: 1px;
    background-color: #be2429;
    border: none;
    margin: 15px 0px;
}
.eboxHereToHelp .eb-h3 {
    margin-bottom: 8px;
}
.eboxHereToHelp .socials {
    display: flex;
    list-style-type: none;
    flex-wrap: wrap;
    padding:0;
    margin: 10px 0 0 0;
}
.eboxHereToHelp .socials i {
    min-width: 22px;
}
.eboxHereToHelp .socials li {
    width: 50%;
    margin-bottom: 7px;
}
.eboxHereToHelp .phones_list span {
    min-width: 82px;
    display: inline-block;
}
.eboxHereToHelp hr {
    margin: 18px 0;
    border: 0;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #ffffff;
}
body div.eb-custom div.eb-dialog div.eb-container div.eb-content div.eb a.eb-btn {
	background-color: #078f79;
}
body div.eb-custom div.eb-dialog div.eb-container div.eb-content div.eb div.phones_list a {
	font-size: 12px;
	font-weight: 700;
	color: #e1630e;
}
body div.eb-custom div.eb-dialog div.eb-container div.eb-content div.eb div.phones_list a:hover,
body div.eb-custom div.eb-dialog div.eb-container div.eb-content div.eb div.phones_list a:focus,
body div.eb-custom div.eb-dialog div.eb-container div.eb-content div.eb div.phones_list a:active {
	color: #000000;
}
body div.eb-floating-button.eb-bottom-right div {
	margin: 0px 80px 15px 0px;
}


/* Articles */
body section#sp-main-body div.article-details div.article-body div.article-can-edit {
	padding: 0px;
}
body section#sp-main-body div.article-details div.article-body ul {
	list-style-type: disc;
	padding: 0px;
	margin: 0px 0px 20px 45px;
}
body section#sp-main-body div.article-details div.article-body ul li {
	line-height: 30px;
}



/* Contact Lead Form */
body section#sp-main-body div.article-details div.article-body div.rsform {
margin: 20px 0px 50px 0px;
}
body form#ContactLeadForm div.formContainer div.form-row  div.form-group div.formControls input.rsform-input-box {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #ffffff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	margin: 0px 0px 20px 0px;
}
body form#ContactLeadForm div.formContainer div.form-group.rsform-block {
	text-align: right;
	margin: 0px 0px 0px 0px;
}
body form#ContactLeadForm div.formContainer div.form-group.rsform-block div.formControls button.rsform-button.btn {
	margin: 0px 0px 10px 0px;
}




/* Main Area */
body section#sp-main-body {
	padding: 100px 0px 0px 0px;
}
body section#sp-main-body div.container {
	padding: 0px 0px 100px 0px;
}



/* Social Share */
body section#sp-main-body div.article-details div.article-ratings-social-share div.article-social-share {
}
body section#sp-main-body div.article-details {
	position: relative;
}
body section#sp-main-body div.article-details div.article-ratings-social-share {
	padding: 25px 25px 20px 0px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	border: none;
	margin: 0px;
}



/* Email Us Page */
body section#sp-main-body div.article-details div.article-body h1 {
	font-weight: 700;
	color: #252a37;
	font-size: 2.5rem;
	text-align: center;
	margin: 30px 0px 15px 0px;
}



/* Main Content */
body section#sp-main-body div.article-details div.article-body div.article-header h2,
body section#sp-main-body div.article-details div.article-body h2 {
	font-weight: 700;
	color: #252a37;
	font-size: 2.5rem;
	text-align: center;
	margin: 30px 0px 15px 0px;
}
body section#sp-main-body div.article-details div.article-body h3 {
	margin-top: 50px;
	text-align: center;
	color: #be2429;
}
body section#sp-main-body div.article-details div.article-body form#ContactSupport div.form-group div.formControls input.rsform-input-box {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	margin: 0px 0px 20px 0px;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #ffffff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
body section#sp-main-body div.article-details div.article-body form#ContactSupport div.form-group div.formControls textarea.rsform-text-box {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #ffffff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
body section#sp-main-body div.article-details div.article-body div.rsform {
	float: left;
	padding: 25px 25px 25px 25px;
}
body section#sp-main-body div.article-details div.article-body form#ContactSupport button#submit.rsform-submit-button.btn {
	font-size: 16px;
	line-height: 18px;
	padding: 15px 25px 15px 25px;
	color: #eeeeee;
	background-color: #078f79;
	font-weight: 500;
}
body section#sp-main-body div.article-details div.article-body form#ContactSupport button#submit.rsform-submit-button.btn:hover,
body section#sp-main-body div.article-details div.article-body form#ContactSupport button#submit.rsform-submit-button.btn:focus,
body section#sp-main-body div.article-details div.article-body form#ContactSupport button#submit.rsform-submit-button.btn:active {
	color: #ffffff;
	background-color: #002520;
	font-weight: 800;
}

body section#sp-main-body div.article-details div.article-body div.article-full-image {
	text-align: center;
	margin: 0px auto 35px auto;
	max-width: 100%;
}


body section#sp-main-body div.article-details div.article-body div.article-full-image img {
	width: 800px;
	height: 600px;
	max-width: 800px;
	max-height: 600px;
	object-fit: contain;
}



/* Retail Trading Partners */

body section#sp-main-body div.article-details div.article-body div.client-quote {
	background-color: #eeeeee;
	padding: 20px 20px 10px 20px;
	margin: 0px 0px 20px 10px;
	color: #000000;
}

body section#sp-main-body div.article-details div.article-body div.results,
body section#sp-main-body div.article-details div.article-body div.solution,
body section#sp-main-body div.article-details div.article-body div.trading-partners div.partners-community,
body section#sp-main-body div.article-details div.article-body div.grow,
body section#sp-main-body div.article-details div.article-body div.challenge,
body section#sp-main-body div.article-details div.article-body div.trading-partners div.smooth-and-simple,
body section#sp-main-body div.article-details div.article-body div.trading-partners div.custom-demo,
body section#sp-main-body div.article-details div.article-body div.client,
body section#sp-main-body div.article-details div.article-body div.testimonial,
body section#sp-main-body div.article-details div.article-body div.trading-partners div.grow-your-business {
	background-color: #eeeeee;
	padding: 20px 20px 10px 20px;
	margin: 0px 0px 20px 10px;
	color: #000000;
	border: 1px solid #bbbbbb;
}
body section#sp-main-body div.article-details div.article-body div.client {
	border: none;
}
body section#sp-main-body div.article-details div.article-body div.results,
body section#sp-main-body div.article-details div.article-body div.solution,
body section#sp-main-body div.article-details div.article-body div.grow,
body section#sp-main-body div.article-details div.article-body div.challenge,
body section#sp-main-body div.article-details div.article-body div.trading-partners div.smooth-and-simple,
body section#sp-main-body div.article-details div.article-body div.trading-partners div.custom-demo,
body section#sp-main-body div.article-details div.article-body div.client,
body section#sp-main-body div.article-details div.article-body div.testimonial,
body section#sp-main-body div.article-details div.article-body div.trading-partners div.grow-your-business {
	border: 1px solid #bbbbbb;
}

body section#sp-main-body div.article-details div.article-body div.client-quote h3,
body section#sp-main-body div.article-details div.article-body div.trading-partners div.grow-your-business h3 {
	margin: 0px 0px 30px 0px;
	color: #be2429;
	font-size: 28px;
}
body section#sp-main-body div.article-details div.article-body div.testimonial p,
body section#sp-main-body div.article-details div.article-body div.trading-partners div.partners-community p,
body section#sp-main-body div.article-details div.article-body div.trading-partners div.grow-your-business p {
	font-size: 16px;
	color: #000000;
	margin: 20px 0px 20px 0px;
	line-height: 30px;
}

body section#sp-main-body div.article-details div.article-body div.trading-partners div.find-your-trading-partner h3 {
	background-color: #eeeeee;
	border: 1px solid #bbbbbb;
	padding: 20px 20px 20px 20px;
	margin: 0px 0px 10px 0px;
	font-size: 28px;
}
body section#sp-main-body div.article-details div.article-body div.trading-partners div.find-your-trading-partner div.partner-type {
	background-color: #eeeeee;
	border: 1px solid #bbbbbb;
	padding: 14px 14px 14px 14px;
	margin: 10px 0px 10px 0px;
}
body section#sp-main-body div.article-details div.article-body div.trading-partners div.find-your-trading-partner div.partner-type a {
	font-size: 16px;
}
body section#sp-main-body div.article-details div.article-body div.questions h3,
body section#sp-main-body div.article-details div.article-body div.results h3,
body section#sp-main-body div.article-details div.article-body div.solution h3,
body section#sp-main-body div.article-details div.article-body div.challenge h3,
body section#sp-main-body div.article-details div.article-body div.grow h3,
body section#sp-main-body div.article-details div.article-body div.trading-partners div.questions h3,
body section#sp-main-body div.article-details div.article-body div.trading-partners div.core-transaction h3,
body section#sp-main-body div.article-details div.article-body div.trading-partners div.smooth-and-simple h3,
body section#sp-main-body div.article-details div.article-body div.trading-partners div.custom-demo h3 {
	margin: 0px 0px 20px 0px;
	font-size: 28px;
}

/* Read More */
body section#sp-main-body div.article-details div.article-body div.grow div.readmore a,
body section#sp-main-body div.article-details div.article-body div.trading-partners div.custom-demo div.readmore a {
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	padding: 10px 50px;
	border-radius: 50px;
	position: relative;
	z-index: 99;
	background: #078f79;
	border-color: #078f79;
	color: #ffffff;
	height: 45px;
	line-height: 25px;
	margin-top: 25px;
}

body section#sp-main-body div.article-details div.article-body div.trading-partners div.smooth-and-simple ul {
	margin: 0px 0px 20px 25px;
	font-size: 18px;
}
body section#sp-main-body div.article-details div.article-body div.trading-partners div.smooth-and-simple ul li {
	color: #be2429; /* RED */
	/* #078f79; GREEN */
}
body section#sp-main-body div.article-details div.article-body div.trading-partners div.smooth-and-simple ul li ul {
	margin: 10px 0px 20px 25px;
}
body section#sp-main-body div.article-details div.article-body div.trading-partners div.smooth-and-simple ul li ul li {
	color: #000000;
	list-style-type: circle;
}
body section#sp-main-body div.article-details div.article-body div.trading-partners div.core-transaction {
	background-color: #eeeeee;
	border: 1px solid #bbbbbb;
	padding: 20px 20px 20px 20px;
	margin: 0px 0px 20px 0px;
	color: #000000;
}


body section#sp-main-body div.article-details div.article-body div.questions,
body section#sp-main-body div.article-details div.article-body div.trading-partners div.questions {
	padding: 20px 20px 20px 20px;
	margin: 10px 0px 50px 0px;
	border: 2px solid #be2429;
	border-radius: 10px 10px 10px 10px;
	background-color: rgba(0,0,0, .03);
	box-shadow: 15px 15px 18px rgba(0,0,0, .2);
}
body section#sp-main-body div.article-details div.article-body div.questions form#ContactSupport div.formContainer div.rsform-block-comment,
body section#sp-main-body div.article-details div.article-body div.trading-partners div.questions form#ContactSupport div.formContainer div.rsform-block-comment {
	display: none;
}
body section#sp-main-body div.article-details div.article-body div.questions form#ContactSupport div.form-group.rsform-block-submit div.formControls button#submit.rsform-submit-button,
body section#sp-main-body div.article-details div.article-body div.trading-partners div.questions form#ContactSupport div.form-group.rsform-block-submit div.formControls button#submit.rsform-submit-button {
	margin: 0px 0px 20px 0px;
}

body section#sp-main-body div.article-details div.article-body div.questions form#ContactSupport div.form-group.rsform-block-sms h6,
body section#sp-main-body div.article-details div.article-body div.trading-partners div.questions form#ContactSupport div.form-group.rsform-block-sms h6 {
	display: block;
	float: left;
	margin: 0px;
}
body section#sp-main-body div.article-details div.article-body div.questions form#ContactSupport div.formContainer,
body section#sp-main-body div.article-details div.article-body div.trading-partners div.questions form#ContactSupport div.formContainer {
	display: inline-block;
}
body section#sp-main-body div.article-details div.article-body div.questions form#ContactSupport div.formContainer div,
body section#sp-main-body div.article-details div.article-body div.questions form#ContactSupport div.form-group div.formControls,
body section#sp-main-body div.article-details div.article-body div.trading-partners div.questions form#ContactSupport div.formContainer div,
body section#sp-main-body div.article-details div.article-body div.trading-partners div.questions form#ContactSupport div.form-group div.formControls {
	display: block;
}




/* Tag Menu */
body div.tag-menu {
	padding: 0px 25px 0px 25px;
	margin: 15px auto 30px auto;
	width: 100%;
	display: inline-block;
}
body div.tag-menu div.sp-module-content {
	text-align: center !important;
}
body div.tag-menu div.sp-module-content ul.menu {
	border-bottom-color: #be2429;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-color: #be2429;
	border-top-style: solid;
	border-top-width: 1px;
	width: auto;
	display: inline-block;
	text-align: center;
	font-size: 18px;
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 0px 20px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	line-height: 26px;
	font-style: normal !important;
	color: #ffffff;
}
body div.tag-menu div.sp-module-content ul.menu li {
	display: inline;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
  
}
body div.tag-menu div.sp-module-content ul.menu li::before {
	color: #be2429;
	content: " | ";
	font-size: 16px;
	font-weight: bold;
  
}
body div.tag-menu div.sp-module-content ul.menu li a {
	color: #aaaaaa;
	display: inline-block;
	padding: 3px 5px 3px 5px !important;
	text-decoration: none;
	padding: 0px;
	font-weight: 400;
	letter-spacing: .05em;
	font-size: 17px;
	line-height: 17px;
  
}
body div.tag-menu ul.menu li:first-child::before {
    content: none;
}
body div.tag-menu ul.menu li a:hover,
body div.tag-menu ul.menu li a:active {
    color: #be2429;
}



/* Partner List */
body section#sp-main-body div.tag-category.
body div.sp-module-content-bottom div.sp-module-content {
	text-align: center;
}
body section#sp-main-body div.tag-category ul.list-group,
body div.sp-module-content-bottom div.sp-module-content ul.category-module {
	width: 100%;
	max-width: 1000px;
	margin: 0px auto 0px auto;
	display: block;
}
body section#sp-main-body div.tag-category ul.list-group li.list-group-item,
body div.sp-module-content-bottom div.sp-module-content ul.category-module li {
	margin: 0px 15px 30px 15px;
	padding: 20px 20px 20px 20px;
	background: #fafafa;
	display: inline-block;
	width: 450px;
	text-align: center;
	border: 1px solid rgba(0,0,0,.125);
}
body section#sp-main-body div.tag-category ul.list-group li.list-group-item a,
body div.sp-module-content-bottom div.sp-module-content ul.category-module li a.mod-articles-category-title {
	color: #078f79;
	font-size: 1.5rem;
	line-height: 1.2;
	font-weight: 700;
}



/* Pagination */
body section#sp-main-body nav.pagenavigation span.pagination a.btn.previous,
body section#sp-main-body nav.pagenavigation span.pagination a.btn.next {
	background-color: #078f79;
	border-color: #078f79;
	margin: 20px 20px 20px 20px;
}
body section#sp-main-body nav.pagenavigation span.pagination a.btn:hover,
body section#sp-main-body nav.pagenavigation span.pagination a.btn:focus,
body section#sp-main-body nav.pagenavigation span.pagination a.btn:active {
	background-color: #004339;
}
body section#sp-main-body div.tag-category ul.pagination li.active.page-item span.page-link {
	color: #ffffff;
	background-color: #078f79;
	border-color: #078f79;
}





/* Tag Page Form */
body div.questions {
	padding: 20px 20px 20px 20px;
	margin: 10px 0px 50px 0px;
	border: 2px solid #be2429;
	border-radius: 10px 10px 10px 10px;
	background-color: rgba(0,0,0, .03);
	box-shadow: 15px 15px 18px rgba(0,0,0, .2);
}
body div.questions h3 {
	margin: 0px 0px 20px 0px;
	font-size: 28px;
	color: #be2429;
}

body div.questions form#ContactSupport div.formContainer div.form-row div.rsform-block.rsform-type-textbox div.formControls {
	display: block;
}
body div.questions form#ContactSupport div.formContainer div.form-row div.rsform-block.rsform-type-textbox div.formControls input.rsform-input-box.form-control {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	margin: 0px 0px 20px 0px;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #ffffff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
body div.questions form#ContactSupport div.formContainer div.form-row div.rsform-block.rsform-type-textarea div.formControls textarea.rsform-text-box.form-control {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #ffffff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
body div.questions form#ContactSupport div.formContainer div.form-row div.rsform-block.rsform-type-submitbutton div.formControls button.rsform-submit-button.btn {
	font-size: 16px;
	line-height: 18px;
	padding: 15px 25px 15px 25px;
	color: #ffffff;
	background-color: #078f79;
	margin: 0px 0px 20px 0px;
}
body div.questions p {
	margin: 0px;
}


body section#sp-main-body div.tag-category form#adminForm div.btn-group input#filter-search.inputbox {
	padding: 15px 20px 15px 20px;
	color: #495057;
	background-color: #fafafa;
	border: 1px solid #aaaaaa;
	border-radius: 5px 0px 0px 5px;
}
body section#sp-main-body div.tag-category form#adminForm div.btn-group button.btn {
	width: 180px;
}
body section#sp-main-body div.tag-category form#adminForm div.btn-group button.btn-primary {
}
body section#sp-main-body div.tag-category form#adminForm div.btn-group button.btn-primary:hover,
body section#sp-main-body div.tag-category form#adminForm div.btn-group button.btn-primary:focus,
body section#sp-main-body div.tag-category form#adminForm div.btn-group button.btn-primary:active {
	background-color: #078f79;
	color: #ffffff;
}
body section#sp-main-body div.tag-category form#adminForm div.btn-group button.btn-secondary {
	
}


