body {
	font-family: 'Roboto';
	font-size: 18px;
	line-height: 1.75em;
	color: #000;
	font-weight: 400;
	overflow-x: hidden;
	letter-spacing: 1px;
}

:root {
    --bs-primary-rgb: 289,87,65;
    --bs-secondary-rgb: 223,17,16;
    --bs-link-color: #8d18a7;
    --bs-link-hover-color: #791d8f;
	--sg-color-primary: #8d18a7;
	--sg-color-secondary: #222429;
	--sg-color-accent: #791d8f;
}

* {
	position: relative;
	z-index: 1;
}

a {
	text-decoration: none;
}

h1 {
	font-size: 50px;
}
h2 {
	font-size: 35px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 24px;
}
h4 {
	font-size: 20px;
}

.font-montserrat {
	font-family: 'Montserrat';
	letter-spacing: 0;
}
.font-heading {
	font-size: 48px;
	font-weight: 900;
}

.text-primary {
	color: var(--sg-color-primary) !important;
}
.text-secondary {
	color: var(--sg-color-secondary) !important;
}
.text-accent {
	color: var(--sg-color-accent) !important;
}
.text-gold {
	color: #fbc02d !important;
}

.bg-gold {
	color: #fbc02d !important;
}

.hover:hover {
	background-color: #fff;
}

.small, small {
    font-size: 70%;
    line-height: 1.5em;
}

.form-control {
	border-radius: 0;
	padding: 15px;
}
.form-group {
	margin-bottom: 15px;
}

.sg-loading {
	position: relative;
}
.sg-loading:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255,255,255,0.5);
	z-index: 3;
}

/* .row {
    --bs-gutter-x: 75px;
    --bs-gutter-y: 0;
} */

/* buttons */
.btn {
	font-family: 'Montserrat';
    --bs-btn-padding-x: 25px;
    --bs-btn-padding-y: 15px;
	border-radius: 5px;
	border-width: 2px;
	font-weight: 600;
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #8b15a6;
    --bs-btn-border-color: #8b15a6;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #76188d;
    --bs-btn-hover-border-color: #76188d;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #76188d;
    --bs-btn-active-border-color: #8b15a6;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #8b15a6;
    --bs-btn-disabled-border-color: #8b15a6;
}
.btn.btn-sm {
    padding: 5px 15px;
}
.btn.btn-xs {
    padding: 2px 10px;
	font-size: 11px;
}

/* offset images */
.offset-img-right {
	transform: translateX(50px);
}
.offset-img-left {
	transform: translateX(-150px);
}

/* sticky element */
.sticky-image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    right: 0;
    z-index: 0;
}
.sticky-image img {
	position: sticky;
	top: 140px;
	left: 0;
	margin-top: 10px;
	margin-bottom: 70px;
}
.sticky-image ~ * {
	padding-left: 50px !important;
	padding-right: 50px !important;
}

/* site header */
header#masterHeader {
	position: relative;
	background-color: var(--sg-color-secondary);
	color: #fff;
	z-index: 9999;
}
header#masterHeader.sticky {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}
header#masterHeader .navbar {
	padding: 0;
	overflow: hidden;
}
header#masterHeader .navbar > .navbar-brand {
	flex: 0 0 25%;
	max-width: 25%;
	margin: 0;
	padding: 15px;
}
header#masterHeader .navbar > .navbar-items {
	display: flex;
	justify-content: center;
	flex: 0 0 50%;
	max-width: 50%;
	margin: 0;
}
header#masterHeader .navbar > .navbar-ctas {
	display: flex;
	justify-content: flex-end;
	flex: 0 0 25%;
	max-width: 25%;
	margin: 0;
}
header#masterHeader .navbar .navbar-nav .nav-link {
	font-family: 'Montserrat';
    display: flex;
    align-items: center;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	letter-spacing: 0;
    height: 100%;
	padding: 30px 20px;
	line-height: 1.25em;
}
header#masterHeader .navbar .navbar-nav .nav-link:hover {
	text-decoration: underline;
}
header#masterHeader .navbar .navbar-nav .nav-link.nav-cta-btn {
	position: relative;
	display: flex;
	align-items: center;
}
header#masterHeader .navbar .navbar-nav .nav-link.nav-cta-btn img {
	margin-right: 10px;
}
header#masterHeader .navbar .navbar-nav .nav-link.nav-cta-btn span {
	font-family: 'Roboto';
	display: block;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: 400;
	letter-spacing: 1px;
}
header#masterHeader .navbar > .navbar-ctas > .navbar-nav > li > .nav-link {
	border-right: 1px solid rgba(255,255,255,0.1);
}
header#masterHeader .navbar > .navbar-ctas > .navbar-nav > li:last-of-type > .nav-link {
	border-right: 0;
}

/* sections */
.section {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 75px 0;
}
.section.section-lg {
	padding: 150px 0;
}
.section-title {
	position: relative;
	font-family: 'Montserrat';
	margin-bottom: 50px;
	letter-spacing: 0;
}
.section-title > h2 {
	font-size: 48px;
	font-weight: 900;
}
.section-title > h5 {
	font-weight: bold;
}
.section-title > p {
	font-family: 'Roboto';
	letter-spacing: 1px;
}

/* section sub banner */
.section.section-sub-page-banner {
	display: flex;
	align-items: center;
	background-image: url('../img/subpage-banner.jpg');
	background-color: #111;
	color: #fff;
	font-family: 'Montserrat';
	text-align: center;
	min-height: 350px;
}
.section.section-sub-page-banner h5 {
	font-weight: 700;
	font-size: 20px;
}
.section.section-sub-page-banner h2 {
	font-size: 60px;
	line-height: 60px;
	font-weight: 900;
}
.section.section-sub-page-banner h2.b {
	font-size: 120px;
	line-height: 90px;
}

/* home banner */
.section.section-home-banner {
	display: flex;
	align-items: center;
	background-image: url('../img/home-banner.jpg');
	background-position: center;
	background-color: #111;
	color: #fff;
	min-height: calc(100vh - 100px);
}
.section.section-home-banner h1 {
	font-family: 'Montserrat';
	font-size: 72px;
	line-height: 1em;
	font-weight: 900;
}
.section.section-home-banner .ctas {
	display: inline-block;
}
.section.section-home-banner .ctas > a {
	margin-right: 10px;
}

/* top */
.section.section-top-g {
	background-image: url('../img/google-rank-img.jpg');
	background-position: bottom center;
	color: #fff;
	min-height: 950px;
}

/* features section */
.section.section-features {
	background-image: url('../img/section-features-bg.jpg');
	background-color: #111;
	color: #fff;
}
.section.section-features .feature-items {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -15px;
}
.section.section-features .feature-items > .feature-item {
	display: flex;
	flex-direction: column;
	flex: 0 0 calc(25% - 30px);
	max-width: calc(25% - 30px);
	margin: 15px;
	padding: 25px;
	border-radius: 15px;
	background-color: #1c1e22;
	color: #fff;
	text-align: center;
}
.section.section-features .feature-items > .feature-item h4 {
	font-weight: 900;
	font-size: 50px;
	line-height: 1.25em;
	font-family: 'Montserrat';
	letter-spacing: 0;
	margin: 0 0 5px;
}
.section.section-features .feature-items > .feature-item p {
	margin: 0;
}

/* strategies section */
.section.section-strategies {
	background-image: url('../img/section-b-bg.jpg');
}

/* strategies sales */
.section.section-sales {
	background-image: url('../img/section-a-bg.jpg');
}

/* about cannabis section */
.section.section-about-cannabis {
	background-image: url('../img/section-b2-bg.jpg');
}

/* feedbacks sales */
.section.section-feedbacks {
	background-image: url('../img/section-a-bg.jpg');
}

/* rep section */
.section.section-rep {
	background-image: url('../img/emp-banner.jpg');
}
.section.section-rep .rep-name {
	font-family: 'Montserrat';
	font-size: 50px;
	font-weight: 900;
}
.section.section-rep-demo {
	color: #fff;
	background: rgb(176,39,208);
	background: linear-gradient(0deg, rgba(176,39,208,1) 0%, rgb(36 1 44) 100%);
}

/* section contact details */
.section.section-contact-details .contact-info {
	position: relative;
	margin-bottom: -100px;
	z-index: 1;
}

/* box me up */
.sg_cta-boxed {
	position: relative;
	font-family: 'Montserrat';
	display: block;
	padding: 25px 150px 25px 25px;
	width: 100%;
	color: #fff;
    background: rgb(125 16 151);
    background: linear-gradient(0deg, rgb(125 16 151) 0%, rgb(55 12 64) 100%);
	box-shadow: 0 0 15px rgba(0,0,0,0.5);
}
.sg_cta-boxed img.ico {
    position: absolute;
    /* width: auto; */
    max-height: 135px;
    max-width: 135px;
    right: 25px;
    top: 0;
}
.sg_cta-boxed h4 {
    color: #fff;
    font-size: 2.25em;
    line-height: 1em;
    margin: 0;
	font-weight: 900;
}
a.sg_cta-boxed:hover {
	text-decoration: none;
	color: #fff;
}

/* contact card */
.sg_contact-card {
	position: relative;
	padding: 25px;
	padding-right: 25%;
	background-color: #fff;
	border: 1px solid #e3e3e3;
	box-shadow: 0 0 15px rgba(0,0,0,0.5);
	/*min-height: 150px;*/
	overflow: hidden;
}
.sg_contact-card > h4 {
	color: var(--sg-color-primary);
	line-height: 1em;
}
.sg_contact-card > em.fa {
    position: absolute;
    top: 5%;
    right: -50px;
    font-size: 8em;
    width: 150px;
    text-align: center;
    opacity: 0.05;
    transition: all 0.35s;
}
.sg_contact-card:hover > em.fa,
.sg_contact-card.active > em.fa {
	color: #30034a;
	opacity: 0.15
}


/* inclusion items */
.inclusion-items {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -15px;
}
.inclusion-items .item {
	position: relative;
	flex: 0 0 calc(33.33% - 30px);
	max-width: calc(33.33% - 30px);
	margin: 15px;
	padding: 50px;
	background-color: #fff;
	color: #686a6f;
	border-radius: 15px;
	letter-spacing: 0;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	transition: all 0.35s;
}
.inclusion-items .item > .thumb {
	margin-bottom: 15px;
}
.inclusion-items .item > .thumb > img {
	width: auto;
}
.inclusion-items .item > h4 {
	font-family: 'Montserrat';
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
	margin-bottom: 15px;
	color: #000;
}
.inclusion-items .item:hover {
	background-color: #222429;
}
.inclusion-items .item:hover > h4 {
	color: #fff;
}
.inclusion-items.owl-carousel {
	margin: 0;
	padding: 0;
}
.inclusion-items.owl-carousel .item {
	margin: 0 !important;
}

/* info list */
.infolist {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -15px;
}
.infolist .item {
	position: relative;
	flex: 0 0 calc(33.33% - 30px);
	max-width: calc(33.33% - 30px);
	margin: 15px;
	padding: 25px;
	letter-spacing: 0;
	transition: all 0.35s;
}
.infolist .item:not(:last-child):after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 2px;
	height: 100px;
	background-color: #fff;
	opacity: 0.5;
}

/* sign up form */
.signup-form {
	position: relative;
	background-color: #fff;
	color: #000;
	padding: 50px;
	border-radius: 25px;
	text-align: center;
}
.signup-form > h2 {
	font-family: 'Montserrat';
	font-size: 42px;
	line-height: 1em;
	font-weight: 800;
}

/* checklist ul */
ul.checklist {
	margin: 0;
	list-style: none;
	padding: 0;
}
ul.checklist > li {
	position: relative;
}
ul.checklist > li:before {
	font-family: 'FontAwesome';
    content: "\f00c";
	color: var(--sg-color-primary);
}

/* solv cards */
.solv-card {
	position: relative;
	display: block;
	text-align: center;
	font-family: 'Montserrat';
}
.solv-card > .info {
    position: relative;
    background-color: #f9f9f9;
    padding: 50px;
    max-width: 90%;
    width: 700px;
    margin: -50px auto 0;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.solv-card > .info > .h {
	font-size: 60px;
	line-height: 60px;
	font-weight: 900;
	color: var(--sg-color-primary);
}
.solv-card > .info > .h > span.m:before {
	content: '•';
	margin-right: 15px;
}

/* case studies */
.case-studies-items {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
}
.case-studies-items .article-item {
	position: relative;
	font-family: 'Montserrat';
	max-width: 100%;
	margin: 0;
}
.case-studies-items > .article-item {
	flex: 0 0 33.33%;
	max-width: 33.33%;
	padding: 15px;
}
.case-studies-items .article-item > .article-logo {
	position: absolute;
	width: 100%;
	height: 130px;
	top: 0;
	left: 0;
	padding: 10px;
}
.case-studies-items .article-item > .article-logo img {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	margin: 0 auto;
	max-width: 100%;
	max-height: 100%;
}
.case-studies-items .article-item > .article-logo ~ .wrap {
	margin-top: 120px;
}
.case-studies-items .article-item > .wrap > .info {
	top: auto;
	bottom: 0;
	transform: none;
}

/* case card */
.case-card {
	position: relative;
	max-width: 400px;
	margin: 0 auto;
}
.case-card > .wrap {
	position: relative;
	display: block;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	background-color: #000;
	height: 350px;
	border-radius: 5px;
	transition: all 0.35s;
	overflow: hidden;
}
.case-card > .wrap > a.p {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 22;
}
.case-card > .wrap > .thumb {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.case-card > .wrap > .thumb > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
    transition: all 5s;
}
.case-card:hover > .wrap > .thumb > img {
    transform: scale(1.1);
}
.case-card > .wrap > .info {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	text-align: center;
	padding: 25px;
	transition: all 0.35s;
	z-index: 1;
}
.case-card > .wrap > .info > .article-logo {
	margin-bottom: 15px;
}
.case-card > .wrap > .info > .article-logo img {
	max-width: 200px;
	max-height: 200px;
	margin: 0 auto;
}
.case-card > .wrap > .info > .details {
	background-color: #222429;
	color: #fff;
	text-align: left;
	padding: 15px;
	border-radius: 5px;
	overflow: hidden;
}
.case-card > .wrap > .info > .details > .loc {
	position: relative;
	display: block;
	font-weight: 300;
	line-height: 1.25em;
}
.case-card > .wrap > .info > .details > .loc:after {
	content: '';
	position: absolute;
	display: inline-block;
	width: 60px;
	height: 2px;
	background-color: var(--sg-color-primary);
	top: 50%;
	margin-left: 15px;
	transform: translateY(-50%);
}
.case-card > .wrap > .info > .details > h5 {
	font-weight: bold;
	font-size: 24px;
}
.case-card > .ctas {
	display: block;
	margin-top: 15px;
	text-align: center;
}
.case-card:not(:hover) > .wrap > .thumb,
.case-card:not(:hover) > .wrap > .info {
	filter: grayscale(100%);
}
/* .case-card:not(:hover) > .info {
	opacity: 0;
} */
.case-card.sm > .wrap > .info > .details {
	font-size: 14px;
	line-height: 1.25em;
}
.case-card.sm > .wrap > .info > .details > h5 {
	font-size: 18px;
}

/* feedback items */
.feedback-items {
	position: relative;
}
.feedback-items .article-item {
	position: relative;
	background-color: #fff;
	padding: 50px;
	border-radius: 5px;
}
.feedback-items .article-item > .info {
	position: relative;
	display: block;
	padding-top: 10px;
	padding-left: 90px;
	padding-right: 80px;
	min-height: 80px;
}
.feedback-items .article-item > .info:after {
	position: absolute;
	top: 0;
	right: 0;
	content: '';
	width: 70px;
	height: 70px;
	background-image: url('../img/ic-quotes.png');
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center;
}
.feedback-items .article-item > .info > .thumb {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 70px;
	height: 70px;
	background-color: #222;
	border-radius: 70px;
	margin-right: 15px;
	overflow: hidden;
}
.feedback-items .article-item > .info > .thumb > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.feedback-items .article-item > .info > .name {
	position: relative;
}
.feedback-items .article-item > .info > .name > h5 {
	font-size: 20px;
	font-weight: 900;
	font-family: 'Montserrat';
	letter-spacing: 0;
	margin: 0;
}
.feedback-items .article-item > .info > .name > p {
	font-size: 14px;
	color: var(--sg-color-primary);
	margin: 0;
}
.feedback-items .article-item > .comment {
	font-size: 14px;
}
.feedback-items .owl-dots {
	position: absolute;
	top: -100px;
	right: 20%;
	max-width: 500px;
}

/* owl carousel */
.owl-theme .owl-nav > button {
	position: relative;
	width: 50px;
	height: 50px;
}
.owl-theme .owl-nav > button span {
	display: none;
}
.owl-theme .owl-nav > button.owl-next:before {
	font-family: 'FontAwesome';
	content: "\f105";
}
.owl-theme .owl-nav > button.owl-prev:before {
	font-family: 'FontAwesome';
	content: "\f104";
}
.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span {
	background-color: var(--sg-color-primary);
}
.owl-theme .owl-dots .owl-dot span {
	margin: 5px;
	width: 15px;
	height: 15px;
}

/* cta row */
.cta-row {
	position: relative;
	font-family: 'Montserrat';
	display: flex;
	align-items: center;
	padding: 70px 50px;
	background-image: url('../img/footer-cta-bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom left;
	color: #fff;
	letter-spacing: 0;
	border-radius: 5px;
	max-width: 1000PX;
	margin: 0 auto;
}
.cta-row h2 {
	font-size: 43px;
	line-height: 1em;
	font-weight: 700;
}
.cta-row h2.fw-bold {
	font-weight: 900 !important;
}
.cta-row > .info {
	flex: 0 0 80%;
	max-width: 80%;
	padding-right: 25px;
}
.cta-row > .ctas {
	flex: 0 0 20%;
	max-width: 20%;
	text-align: right;
} 
.cta-row .btn.btn-primary {
	background-color: #fbc02d;
	border-color: #fbc02d;
	color: #000;
}

/* sociallist */
ul.sociallist {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.sociallist > li {
	display: inline-block;
}
ul.sociallist > li > a {
	display: block;
	text-decoration: none;
	text-align: center;
}
ul.sociallist > li > a > em {
	display: block;
	margin: 0 auto;
	width: 40px;
	height: 40px;
	background-color: var(--sg-color-primary);
	color: #fff;
	border-radius: 40px;
	text-align: center;
	line-height: 40px;
}
ul.sociallist > li > a:hover > em {
	color: #fff;
}
ul.sociallist > li > a > span {
	font-size: 15px;
}

/* inlinelist */
ul.listinline {
	list-style: none;
	margin: 0;
}
ul.listinline > li {
	display: inline-block;
	padding: 0 15px;
}
ul.listinline > li:not(:last-child) {
	border-right: 1px solid;
}

/* subscribe form */
form.subscribe-form {
	position: relative;
}
form.subscribe-form .field-group {
	position: relative;
	background-color: #1c1e22;
	color: #fff;
	padding-right: 60px;
}
form.subscribe-form .field-group > input {
	background-color: transparent;
	border: 0;
	color: #fff;
	padding: 15px;
}
form.subscribe-form .field-group > input:focus {
	outline: none;
	box-shadow: none;
}
form.subscribe-form .field-group > button[type="submit"] {
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	background-color: var(--sg-color-primary);
	color: #fff;
	width: 40px;
	height: 40px;
	border-radius: 40px !important;
	text-align: center;
	line-height: 40px;
	border-radius: 0;
	border: 0;
	transform: translateY(-50%);
}

/* site content */
.site-content {
	position: relative;
	min-height: 200px;
    z-index: 26;
}
body:not(.page-request-demo) .site-content {
	background-color: #fff;
}
.site-content .section:last-of-type {
	padding-bottom: 150px;
}

/* footer */
footer#masterFooter {
	position: relative;
	background-color: #222429;
	color: #8b8d91;
	background-image: url('../img/footer-bg.jpg');
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	letter-spacing: 0;
	z-index: 30;
}
footer#masterFooter .footer-widget-title {
	font-family: 'Montserrat';
	font-weight: bold;
	color: #fff;
	margin-bottom: 30px;
}
footer#masterFooter ul {
	list-style: none;
	padding: 0;
}
footer#masterFooter ul > li a {
	color: #8b8d91;
	text-decoration: none;
}
footer#masterFooter ul > li a em {
	color: var(--sg-color-primary);
}
footer#masterFooter ul.sociallist > li > a em {
	background-color: #1c1e22;
	color: #8b8d91;
}
footer#masterFooter .cta-row {
	position: relative;
	margin-bottom: -80px;
	transform: translateY(-80px);
}

/* request demo box */
.request-demo--box {
    position: relative;
    display: block;
    padding: 50px;
    color: #111;
    background-color: #fff;
    border-radius: 5px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

/* wizard steps */
.wizard-content .wizard > .steps > ul > li.done .step,
.wizard-content .wizard > .steps > ul > li.current .step {
    border-color: var(--sg-color-primary);
    background-color: var(--sg-color-primary);
    color: #fff;
}
.wizard-content .wizard.wizard-circle > .steps > ul >li:after, 
.wizard-content .wizard.wizard-circle > .steps > ul >li:before {
    background-color: var(--sg-color-primary);
}
.wizard-content .wizard > .content >.body {
    padding: 20px;
}
.wizard-content .wizard > .actions {
    text-align: center;
}
.wizard-content .wizard > .actions > ul {
    display: -ms-flex;
    display: flex;
    -ms-justify-content: center;
    justify-content: center;
    float: none;
}
.wizard-content .wizard >.actions > ul > li,
.wizard-content .wizard >.actions > ul > li + li {
    float: none;
    padding: 10px;
    margin: 0;
}
.wizard-content .wizard > .actions > ul > li.disabled > a {
    border-color: #e3e3e3;
}
.wizard-content .wizard > .actions > ul > li > a {
    font-family: 'Poppins';
    border-color: var(--sg-color-primary);
    background-color: var(--sg-color-primary);
    padding: 0.7em 2.75em;
    border-radius: 5px;
    border-width: 3px;
    text-transform: uppercase;
    font-weight: bold;
}
.wizard-content .wizard > .actions > ul > li > a[disabled] {
    opacity: 0.75;
    cursor: not-allowed;
}

/* demo wizard */
.sg_demo-wizard--form {
    display: none;
    font-size: 16px;
    line-height: 1.5em;
}
.sg_demo-wizard--form section {
    text-align: left;
}
.sg_demo-wizard--form .form-group {
    display: block;
    margin-bottom: 15px;
}
.sg_demo-wizard--form .form-control.error {
    border-color: #dd7070;
    background-color: #fff3f3;
}
.sg_demo-wizard--form label.error {
    color: #cf2d2d;
    font-size: 12px;
    float: right;
}
.sg_demo-wizard--form .demo-schedule--selection {
    display: -ms-flex;
    display: flex;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.sg_demo-wizard--form .demo-schedule--selection > .demo-schedule {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 10px;
    text-align: center;
}
.sg_demo-wizard--form .demo-schedule--selection > .demo-schedule .form-control {
    text-align: center;
}
.sg_demo-wizard--form .demo-schedule--selection > .demo-calendar--field {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
}
.sg_demo-wizard--form .demo-schedule--selection > .demo-time--field {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-height: 320px;
    padding: 0 10px;
    overflow: auto;
}
.sg_demo-wizard--form .demo-schedule--selection > .demo-time--field > .t {
    position: relative;
    margin-bottom: 5px;
}
.sg_demo-wizard--form .demo-schedule--selection > .demo-time--field > .t > .btn {
    padding: 5px;
    border: 1px solid #e3e3e3;
    width: 100%;
    border-radius: 0;
}
.sg_demo-wizard--form .demo-schedule--selection > .demo-time--field > .t > .btn-check:checked ~ .btn {
    background-color: #222;
    color: #fff;
}
.sg_demo-wizard--form .demo-calendar--field input.date {
    text-align: center;
    margin-bottom: 15px;
}
.sg_demo-wizard--form .demo-calendar--field input[type="date"]::-webkit-inner-spin-button,
.sg_demo-wizard--form .demo-calendar--field input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}
.sg_demo-wizard--form .demo-calendar--field .datepicker.datepicker-inline {
    margin: 0 auto;
    max-width: 100%;
}
.sg_demo-wizard--form .success-msg > h4 {
    color: #3eb541;
}
.sg_demo-wizard--form .demo-schedule--selection .datepicker-switch {
	pointer-events: none;
}

/* lead form */
.sg_lead-form {
    position: relative;
    display: block;
    max-width: 700px;
    margin: 0 auto;
    padding: 50px;
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.sg_lead-form > .h {
    background-color: #111;
    color: #fff;
    padding: 25px;
    margin: -50px -50px 25px;
}
.sg_lead-form > .h > h4 {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    font-weight: bold;
}


/* hide header/footer */
body.page-request-demo .mobile-navbar,
body.page-request-demo #masterHeader,
body.page-request-demo #masterFooter,
body.sgauth .mobile-navbar,
body.sgauth #masterHeader,
body.sgauth #masterFooter {
	display: none !important;
}

/* demo page */
body.page-request-demo {
	background-image: url('../img/demo-bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	font-family: 'Montserrat';
}
body.page-request-demo .site-content {
    display: -ms-flex;
    display: flex;
    -ms-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
	-ms-flex-direction: column;
	flex-direction: column;
    padding: 50px;
    min-height: 100vh;
}
body.page-request-demo .site-content .request-demo--box {
    max-width: 700px;
}
body.page-request-demo header#masterhead,
body.page-request-demo footer#masterfoot {
    display: none;
}
body.page-request-demo .animated-site--bg .top {
    display: none;
}


/* account */
body.sgauth .site-content {
    display: -ms-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-justify-content: center;
    justify-content: center;
    color: #fff;
    background-color: #1e1e1e;
    background-image: url(../img/full-bg-image.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
    padding: 25px 15px;
}
body.sgauth .site-content .section.section-auth {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
}
body.sgauth .site-content .section.section-auth.section-auth-login {
	max-width: 500px;
}
body.sgauth .site-content .section.section-auth > .brand {
    text-align: center;
    margin-bottom: 25px;
}
body.sgauth .site-content .section.section-auth .card {
    padding: 25px;
    font-size: 16px;
    line-height: 1.5em;
    color: #777;
}
body.sgauth .site-content .section.section-auth .card > .card-header {
    text-align: center;
    border-radius: 0;
    border: 0;
    background-color: transparent;
}
body.sgauth .site-content .section.section-auth .card > .card-header > h4 {
    font-size: 30px;
    margin-bottom: 0;
    color: #000;
}
body.sgauth .site-content .section.section-auth .card > .card-body .control-label {
    display: none;
}
body.sgauth .site-content .section.section-auth .card > .card-body .form-group {
    display: block;
    margin-bottom: 15px;
}
body.sgauth .site-content .section.section-auth .card > .card-body .form-control {
    background-color: #ebebeb;
    border: 1px solid #ebebeb;
    border-left: 5px solid var(--sg-color-primary);
    border-radius: 5px;
    padding: 15px;
}
body.sgauth .site-content .section.section-auth .card > .card-body .form-control:focus {
    background-color: #f9f9f9;
    box-shadow: none;
}
body.sgauth .site-content .section.section-auth .card > .card-body .btn {
    font-size: 16px;
}

/* back to top */
.back-to-top {
    position: fixed;
    bottom: 15px;
    right: 10px;
    width: 50px;
    height: 50px;
    background-color: #222;
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    text-decoration: none;
    border-radius: 5px;
    z-index: 9999;
    transition: all 0.35s;
}
.back-to-top:hover {
    background-color: #333;
    color: #fff;
}

/* mobile burger toggler */
.mobile-toggler-burger {
    position: relative;
    display: none;
    padding-top: 5px;
    width: 40px;
    height: 40px;
    z-index: 15;
}
.mobile-toggler-burger > span {
    position: relative;
    display: block;
    width: 30px;
    height: 4px;
    margin: 5px auto;
    border-radius: 3px;
    background-color: #fff;
    transition: all 0.35s;
}
.mobile-toggler-burger.close > span.top-bun {
  transform: rotate(-45deg);
  margin-top: 12px;
}
.mobile-toggler-burger.close > span.bottom-bun {
  opacity: 0;
  transform: rotate(45deg);
}
.mobile-toggler-burger.close > span.meat {
  transform: rotate(45deg);
  margin-top: -9px;
}

/* mobile nav */
body.open-mobile-nav #masterFooter {
	z-index: 1;
}
.mobile-navi .navi {
    position: relative;
    display: block;
	font-family: 'Montserrat';
	text-transform: uppercase;
	padding: 15px;
}
.mobile-navi .navi > ul.nav,
.mobile-navi .navi > ul.nav ul {
    list-style: none;
}
.mobile-navi .navi > ul.nav li {
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,0.5);
}
.mobile-navi .navi > ul.nav ul {
    margin-bottom: 25px;
}
.mobile-navi .navi > ul.nav li:last-child {
    border-bottom: 0;
}
.mobile-navi .navi > ul.nav li a {
    display: block;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 40px;
	line-height: 1em;
    transition: all 0.35s;
}
.mobile-navi .navi > ul.nav li a:hover {
    background-color: rgba(255,255,255,0.16);
}
.mobile-navi .navi > ul.nav li .btn {
	margin: 10px auto;
}

/* widget registration form */
.widget-registration-form {
	position: relative;
	font-size: 15px;
}
.widget-registration-form .form-control {
	padding: 7px 15px;
}
.widget-registration-form .form-group {
	margin-bottom: 5px;
}

/* seo cards */
.seocards {
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
.seocards .item {
	position: relative;
	flex: 0 0 calc(33.33% - 30px);
	max-width: calc(33.33% - 30px);
	margin: 15px;
	text-align: center;
}
.seocards .item a.p {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 22;
}
.seocards .item > .thumb {
	position: relative;
	margin-bottom: 15px;
	filter: grayscale(100%);
	transition: all 0.35s;
}
.seocards .item > .thumb > .article-logo {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	opacity: 0;
	z-index: 2;
	transform: all 0.35s;
}
.seocards .item > .info h4 {
	font-family: 'Montserrat';
	font-weight: 900;
	font-size: 24px;
	letter-spacing: 0;
	text-transform: uppercase;
}
.seocards .item > .cta {
	position: relative;
}
.seocards .item > .cta > a > em {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	line-height: 40px;
	background-color: #e3e3e3;
	color: #000;
	transition: all 0.35s;
}
.seocards .item:hover > .thumb {
	filter: grayscale(0%);
}
.seocards .item:hover > .cta > a > em {
	background-color: #8b15a6;
	color: #fff;
}
.seocards .item:hover > .thumb > .article-logo {
	opacity: 1;
}

/* info labeled */
.infolabeled {
	position: relative;
}
.infolabeled > .item {
	display: block;
	margin-bottom: 10px;
}
.infolabeled > .item > label {
	font-family: 'Montserrat';
	display: block;
	font-weight: bold;
	border-bottom: 2px dotted #e3e3e3;
	text-transform: uppercase;
	letter-spacing: 0;
}

/* traffic data */
.traffic-data {
	position: relative;
}
.traffic-data .item > h3 {
	font-family: 'Montserrat';
	font-weight: 900;
	font-size: 42px;
}

/* grid gallery */
.grid-gallery {
	position: relative;
}
.grid-gallery .filters {
	display: block;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.grid-gallery .filters > a {
	display: inline-block;
	font-family: 'Montserrat';
	padding: 7px 15px;
	text-decoration: none;
	letter-spacing: 0;
	color: #222;
}
.grid-gallery .filters > a.active {
	border-bottom: 2px solid var(--sg-color-primary);
}
.grid-gallery .items > .element-item {
	width: 33.33%;
	padding: 15px;
}
.grid-gallery .items .grid-card {
	position: relative;
	display: block;
	font-family: 'Montserrat';
	background-color: #e3e3e3;
	color: #000;
	font-weight: bold;
	padding: 25px;
	text-align: center;
	min-height: 250px;
	border-radius: 5px;
}
.grid-gallery .items .grid-card.type-image {
	position: relative;
	width: 100%;
}
.grid-gallery .items .grid-card.type-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

/* contact form */
.contact-form {
	font-family: 'Montserrat';
}
.contact-form .form-control {
	background-color: #f4f5f8;
	border-color: #f4f5f8;
	color: #000;
	border-radius: 5px;
}

/* contact card info */
.contact-info {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.contact-info > .contact-card {
	position: relative;
	background-color: #fff;
	flex: 0 0 calc(33.33% - 30px);
	max-width: calc(33.33% - 30px);
	padding: 50px 25px;
	padding-left: 80px;
	margin: 15px;
	line-height: 1.25em;
	border-radius: 15px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.contact-info > .contact-card > em {
	position: absolute;
	width: 50px;
	height: 50px;
	color: var(--sg-color-primary);
	font-size: 30px;
	text-align: center;
	left: 25px;
}

body.sgauth .sticky-mobile-ctas,
body.page-request-demo .sticky-mobile-ctas {
	display: none;
}

.sticky-mobile-ctas {
	position: fixed;
	display: -ms-flex;
	display: flex;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px;
	margin: 0 -5px;
	z-index: 9999;
}
.sticky-mobile-ctas > a.btn {
    position: relative;
    -ms-flex: 1;
    flex: 1;
    font-family: 'Montserrat';
    letter-spacing: 0;
    box-shadow: rgb(0 0 0 / 50%) 0px 10px 50px;
    font-size: 14px;
    margin: 2px;
    /* padding: 10px 5px 10px 35px; */
	padding-left: 35px;
    text-align: left;
	min-height: 60px;
    line-height: 1em;
}
.sticky-mobile-ctas > a.btn > em {
    position: absolute;
    left: 5px;
    top: 50%;
    bottom: auto;
    padding: 5px;
    background-color: #fff;
    color: var(--sg-color-primary);
    border-radius: 5px;
    line-height: 1em;
    transform: translateY(-50%);
}

/* how it works floating text */
.hiw-floating-text {
	position: absolute;
	font-weight: bold;
	font-size: 80px;
	letter-spacing: -5px;
	color: var(--sg-color-primary);
	white-space: nowrap;
	line-height: 1em;
    transform-origin: top left;
	top: 50%;
    left: 0;
    /* top: 50%; */
    transform: rotate(90deg) translateY(-100%) translateX(-50%);
	z-index: 11;
}
.hiw-floating-text > span {
	margin: 0 25px;
}
/* .hiw-floating-text > span:first-of-type {
	opacity: 0.5;
}
.hiw-floating-text.hiw-sm {
	font-size: 80px;
} */


/* mobile navbar */
.mobile-navbar-toggle {
	position: absolute;
	display: block;
	top: -10px;
	right: 10px;
	width: 42px;
	height: 42px;
	cursor: pointer;
	z-index: 333;
}
.mobile-navbar-toggle .menu-trigger,
.mobile-navbar-toggle .close-trigger {
    position: relative;
	display: block;
	width: 42px;
	height: 42px;
	z-index: 9;
}
.mobile-navbar-toggle .close-trigger {
    margin-top: -42px;
	z-index: 4;
}
.mobile-navbar-toggle .menu-trigger:hover .menu-trigger-bar:before,
.mobile-navbar-toggle .close-trigger:hover .menu-trigger-bar:before {
	width: 100%;
}
.mobile-navbar-toggle .menu-trigger:hover .close-trigger-bar:before,
.mobile-navbar-toggle .close-trigger:hover .close-trigger-bar:before {
	width: 100%;
}
.mobile-navbar-toggle .menu-trigger-bar {
	display: block;
	width: 100%;
	height: 4px;
	background-color: rgba(255, 255, 255, 1);
	margin-bottom: 6px;
	transform: rotate(-45deg);
	position: relative;
}
.mobile-navbar-toggle .menu-trigger-bar:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 0%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
	transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.mobile-navbar-toggle .menu-trigger-bar.top {
	width: 50%;
}
.mobile-navbar-toggle .menu-trigger-bar.middle:before {
	left: auto;
	right: 0;
}
.mobile-navbar-toggle .menu-trigger-bar.bottom {
	width: 50%;
	margin-left: 50%;
}
.mobile-navbar-toggle .close-trigger-bar {
	position: absolute;
	display: block;
	width: 100%;
	height: 4px;
	background-color: #fff;
}
.mobile-navbar-toggle .close-trigger-bar:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 0%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.2);
	transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.mobile-navbar-toggle .close-trigger-bar.left {
    margin-top: 10px;
	transform: translateX(150px) translateY(-150px) rotate(-45deg);
}
.mobile-navbar-toggle .close-trigger-bar.right {
    top: 10px;
	transform: translateX(-150px) translateY(-150px) rotate(45deg);
}
/* mobile navbar */
.mobile-navbar {
	position: fixed;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background-color: #222;
	z-index: 20;
}
.mobile-navbar .inner {
	position: absolute;
	display: flex;
	align-items: center;
	height: 100%;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	padding-top: 100px;
    padding-bottom: 80px;
    overflow: auto;
	background-color: #000;
    background-image: url(../img/footer-bg.jpg);
    background-size: cover;
    background-position: top center;
}
.mobile-navbar .inner .navbar-nav > .nav-item .nav-link {
	font-size: 30px;
	color: #fff;
	padding: 7px 15px;
	text-align: center;
    text-transform: uppercase;
}
.mobile-navbar .menu-bg {
	position: absolute;
	display: block;
	width: 200%;
	left: -53%;
	top: -25%;
	height: 40%;
	background-color: rgba(255, 255, 255, 1);
}
.mobile-navbar .menu-bg.middle {
	top: 28%;
	left: -53%;
	transform: rotate(-45deg) scaleY(0);
}
.mobile-navbar .menu-bg.top {
	left: -40%;
	top: 0;
	transform: rotate(-45deg) translateY(-152%);
}
.mobile-navbar .menu-bg.bottom {
	top: 105%;
	transform: rotate(-45deg) translateY(25%);
	left: -29%;
}
.mobile-navbar .sg_dropdown > .sg_dropdown-menu {
    position: relative;
    width: 100%;
}
.mobile-navbar .sg_dropdown > .sg_dropdown-menu a.item {
    font-size: 18px;
    text-align: center;
}





@media only screen and (min-width: 768px) {

    .sticky-mobile-ctas {
        display: none;
    }

}

@media only screen and (max-width: 991px) {

    .section {
        padding: 50px 0;
    }
	.section.section-lg {
		padding: 75px 0;
	}

}

@media only screen and (max-width: 767px) {

	.hiw-floating-text {
		font-size: 48px;
	}

	.sticky-image img {
		max-width: 45px;
	}

    #mobile-nav.open,
    .mobile-toggler-burger {
        display: block;
    }
    #mobile-nav.open > .inner {
        transform: translateX(0);
    }

    header#masterHeader .primary-navbar .navbar {
        padding: 0;
    }
    header#masterHeader .primary-navbar .navbar .navbar-brand {
        margin: 0;
        padding: 15px;
		flex: 0 0 250px;
        max-width: 250px;
    }
    header#masterHeader .primary-navbar .navbar .navbar-toggler {
        margin-right: 15px;
    }

	header#masterHeader .navbar > .navbar-items,
    header#masterHeader .navbar > .navbar-ctas {
		display: none;
	}

	.section.section-top-g {
		min-height: auto;
		background-image: url('../img/section-divider-bg.jpg');
	}

	.section.section-home-banner {
		height: auto;
	}
	.section.section-home-banner h1 {
		font-size: 50px;
	}

	.section.section-features .feature-items > .feature-item {
		flex: 0 0 calc(50% - 30px);
		max-width: calc(50% - 30px);
	}

	.inclusion-items .item {
		flex: 0 0 calc(50% - 30px);
		max-width: calc(50% - 30px);
	}

	.solv-card > .info {
		padding: 25px;
	}
	.solv-card > .info > .h {
		font-size: 40px;
		line-height: 40px;
	}

}

@media only screen and (max-width: 575px) {

	body {
		letter-spacing: 0;
	}
	
	.offset-img-right {
		transform: translateX(20px);
	}
	.offset-img-left {
		transform: translateX(-20px);
	}

	.font-heading {
		font-size: 30px;
	}

	.sticky-image img {
		max-width: 25px;
	}
	.sticky-image ~ * {
		padding-left: 40px !important;
		padding-right: 40px !important;
	}

	.section-title {
		margin-bottom: 25px;
	}

	.section.section-home-banner .ctas {
		display: block;
	}
	.section.section-home-banner .ctas > .btn {
		display: block !important;
		width: 100%;
		margin: 0 0 10px;
	}

	.section.section-sub-page-banner {
		letter-spacing: 0;
		font-size: 16px;
		line-height: 1.25em;
		padding: 25px;
		background-position: left -300px center;
	}
	.section.section-sub-page-banner h2 {
		font-size: 50px;
		line-height: 1em;
	}
	.section.section-sub-page-banner h2.b {
		font-size: 100px;
		line-height: 70px;
	}
	.section.section-sub-page-banner h3 {
		font-size: 24px;
	}
	
	.case-card:not(:hover) > .wrap > .thumb,
	.case-card:not(:hover) > .wrap > .info {
		filter: grayscale(0%);
	}

	.case-studies-items > .article-item.case-card {
		flex: 0 0 100%;
		max-width: 100%;
	}

	/* image video player */
	.img-video-player {
		position: relative;
		text-align: center;
	}
	.img-video-player:before {
		position: absolute;
		font-family: 'FontAwesome';
		content: '\f04b';
		top: 50%;
		left: 0;
		right: 0;
		margin: 0 auto;
		font-size: 30px;
		line-height: 70px;
		width: 70px;
		height: 70px;
		border-radius: 70px;
		background-color: var(--sg-color-primary);
		color: #fff;
		transform: translateY(-50%);
		z-index: 3;
		text-indent: 4px;
	}

	.sg_cta-boxed h4 {
		font-size: 30px;
	}
	.sg_cta-boxed img.ico {
		max-width: 80px;
		max-height: 80px;
	}

	.form-control {
		padding: 8px 15px;
	}
	
    .wizard-content .wizard > .steps > ul {
        display: -ms-flex;
        display: flex;
    }
    .wizard-content .wizard > .content > .body {
        padding: 20px 0;
    }
    .wizard-content .wizard > .actions {
        padding: 0;
    }
    .wizard-content .wizard > .actions > ul {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .wizard-content .wizard > .actions > ul > li {
        padding: 0;
        margin-bottom: 5px;
    }
    .wizard-content .wizard > .actions > ul > li + li {
        padding: 0;
    }
    .wizard-content .wizard.wizard-circle > .steps > ul .step {
        top: 5px;
        width: 40px;
        height: 40px;
        line-height: 35px;
        font-size: 16px;
    }
	
	.solv-card > .info {
		margin-top: 15px;
		font-size: 14px;
		line-height: 1.25em;
	}
	.solv-card > .info > .h {
		margin-bottom: 5px;
	}
	.solv-card > .info > .h > .m {
		display: block;
		font-size: 30px;
	}

	.section.section-features .feature-items > .feature-item {
		line-height: 1.15em;
		font-size: 14px;
	}
	.section.section-features .feature-items > .feature-item h4 {
		font-size: 30px;
	}

	.section-title > h2 {
		font-size: 36px;
		line-height: 38px;
	}

	.section.section-features .feature-items {
		margin: 0 -7px;
	}
	.section.section-features .feature-items > .feature-item {
		flex: 0 0 calc(50% - 15px);
		max-width: calc(50% - 15px);
		margin: 7px;
	}

	.cta-row {
		display: block;
		padding: 25px;
	}
	.cta-row > .info {
		flex: 0 0 100%;
		max-width: 100%;
		text-align: center;
		padding: 0;
	}
	.cta-row > .ctas {
		flex: 0 0 100%;
		max-width: 100%;
		text-align: center;
	}
	.cta-row h2 {
		font-size: 30px;
	}

	footer#masterFooter {
		text-align: center;
		margin-bottom: 80px;
	}
	
	body.page-request-demo .site-content {
		padding: 50px 0;
	}
    body.page-request-demo .site-content .request-demo--box {
        padding: 25px;
        border-radius: 0;
        width: 100%;
    }
    body.page-request-demo .site-content .request-demo--box h3 {
		font-size: 22px;
	}
	
    .sg_demo-wizard--form .demo-schedule--selection > .demo-calendar--field,
    .sg_demo-wizard--form .demo-schedule--selection > .demo-time--field {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .sg_demo-wizard--form .demo-schedule--selection > .demo-time--field {
        display: none;
        margin-top: 10px;
        max-height: 100%;
        padding: 0;
    }
	
	.infolist,
	.inclusion-items {
		padding: 0 15px;
	}
	.infolist .item,
	.inclusion-items .item {
		flex: 0 0 100%;
		max-width: 100%;
		margin: 0 15px 15px;
	}

	.infolist {
		text-align: center;
	}
	.infolist .item {
		display: flex;
		align-items: center;
		text-align: left;
		padding: 15px;
		border-bottom: 1px solid #fff;
	}
	.infolist .item:after {
		display: none;
	}
	.infolist .item > .thumb {
		margin-right: 15px;
	}

	.seocards .item {
		flex: 0 0 100%;
		max-width: 100%;
		margin: 0 0 25px;
	}
	
	.grid-gallery .items > .element-item {
		width: 100%;
	}

	.contact-info {
		margin: 0;
	}
	.contact-info > .contact-card {
		flex: 0 0 100%;
		max-width: 100%;
		margin: 0 0 15px;
	}
	
	.back-to-top {
		bottom: 80px;
		width: 30px;
		height: 30px;
		line-height: 30px;
	}

}