/* Postalytics Custom CSS */
/*
NOTES
- Update style.css in postalytics theme if the style is already called, otherwise add it to this css file
*/

/*
font-family: 'Quicksand', sans-serif;
font-family: 'Roboto', sans-serif;
*/


/* =====================
Genesis Overrides
*/
.page-full-width .site-inner>.wrap {
	/* Sites Main wrapper */
	padding: 0;
	max-width: 100%;
	width: 100%;
}

.container.visible-mobile img {
	height: 100%;
	max-height: 60px;
	object-fit: scale-down;
	width: 100% !important;
	max-width: 160px !important;
}

/*
.blog .site-inner > .wrap,
.single-docs .site-inner > .wrap,
.search .site-inner > .wrap {
	padding: 80px 0;
}
*/



/* =====================
Postalytics Framework
*/





/* Document Styles */
html,
body {
	background-color: #f7f7f7;
}

.container {
	margin-left: auto;
	margin-right: auto;
	max-width: 1300px;
	width: 100%;

}

.row {
	padding-top: 4rem;
	padding-bottom: 4rem;
	padding-left: 1.4rem;
	padding-right: 1.4rem;
}

.row:after {
	content: "";
	display: table;
	clear: both;
}


@media (min-width:860px) {

	.row {
		padding-top: 8rem;
		padding-bottom: 8rem;
	}

}




/* Typography*/

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.ft-quicksand,
p.entry-meta,
.pagination a {
	font-family: 'Quicksand', Helvetica, sans-serif;
}

body {
	font-family: Roboto, Helvetica, sans-serif
}

h1,
.h1 {
	color: #63ccec;
}

h2,
h3,
h4,
h5,
h6,
.h2,
.h3,
.h4,
.h5,
.h6,
h2.entry-title a {
	color: #575d66;
}

body {
	/*color: #9AA3AD;*/
	color: #424242;
}

h1.oversized,
.h1.oversized {
	font-size: 4.5rem;
	line-height: 1.2;
	margin-bottom: 2.6rem;
}


h1,
.h1,
h1.entry-title {
	font-size: 3.6rem;
	font-weight: 500;
	line-height: 1.1;
	margin-bottom: 2.4rem;
}


h2,
.h2,
h2.entry-title,
h2.entry-title a {
	font-size: 3.0rem;
	font-weight: 500;
	line-height: 1.1;
	margin-bottom: 2.2rem;
}

h3,
.h3 {
	font-size: 2.4rem;
	font-weight: 400;
	line-height: 1.1;
	margin-bottom: 2.0rem;
}

h4,
.h4 {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 1.8rem;
}

h5,
.h5 {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 1.8rem;
}

h6,
.h6 {
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 1.8rem;
}


p,
ul {
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.4;
	margin: 0 0 2.0rem;
}

a {
	cursor: pointer;
}

a,
a:hover,
a:focus {
	color: #63ccec;
}

.section-hero .bgimg-default .h3 p {
	font-weight: 500;
	font-size: 22px;
}

.my-mega-menu-column>a,
.my-mega-menu-column>a:hover,
.my-mega-menu-column>a:focus {
	/* color: black; */
}

.section-table-information {
	padding: 60px 0px;
}

.slick-track {
	margin-left: auto;
	margin-right: auto
}

.owl-carousel .owl-item img {
	display: block;
	width: auto;
}

.ma {
	margin: 0 auto;
}

.h62 {
	min-height: 62px;
}

ul.slick-dots button {
	font-size: 0px !important;
	padding: 7px 10px;
	margin: 6px;
	border-radius: 8px;
	background: #63ccec;
}

li.slick-active button {
	padding: 7px 20px;
}

ul.slick-dots {
	display: flex;
	justify-content: center;
}

.slick-track {
	margin: auto;
}

.features-img {
	margin: 0 auto;
}

.owl-nav {
	display: none;
}

.square {
	border-top: 2px solid;
	border-bottom: 2px solid;
	border-left: 2px solid;
	border-right: 2px solid;
	padding: 20px;
	border-color: #CECECE;
	border-radius: 15px;
	text-align: left;
}

.comments-items {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}

@media all and (min-width: 860px) {

	h1.oversized-xl,
	.h1.oversized-xl {
		font-size: 6rem;
		letter-spacing: 0.1rem;
	}

}

a.custom-logo-link img {
	max-width: 182px;
	height: auto !important;
}

.button-app a {
	/* box-shadow: none !important; */
	background-color: #63ccec;
	border-color: #63ccec;
}

header.site-header {
	box-shadow: 0px 3px 3px 0px rgb(0 0 0 / 20%);
}

/* Button Styles */
.btn,
#menu-app-menu .button-app a,
.search-form input[type="submit"].btn,
input[type="submit"] {
	display: inline-block;
	font-weight: 600;
	line-height: 1.5rem;
	text-align: center;
	white-space: normal !important;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: 1.3rem 1.7rem 1.1rem 1.5rem;
	margin-top: 5px;
	font-family: 'Quicksand';
	/* 'League Spartan'; */
	font-size: 1.6rem;
	border-radius: .2rem;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.20);
}

.btn:hover {
	text-decoration: none;
}

.btn-lg,
input[type="submit"].btn-lg {
	font-size: 1.6rem;
	padding: 1.7rem 3.4rem;
}

.btn-full-width,
input[type="submit"].btn-full-width {
	width: 100%;
}

/* button primary */
.btn-primary,
input[type="submit"].btn-primary {
	color: #fff;
	background-color: #f15d5f;
	border-color: #f15d5f;
}



.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
#menu-app-menu .button-app a:hover,
#menu-app-menu .button-app a:active,
#menu-app-menu .button-app a:focus,
input[type="submit"].btn-primary:hover,
input[type="submit"].btn-primary:active,
input[type="submit"].btn-primary:focus {
	color: #fff;
	background-color: #ee787e;

}

#menu-app-menu .button-app a:hover,
#menu-app-menu .button-app a:active,
#menu-app-menu .button-app a:focus {
	/* fix for menu hover */
	background: #ee787e;
	/*  background: #5b96cc;  */
	-webkit-text-fill-color: #fff;
}



/* button secondary */
.btn-secondary,
.search-form input[type="submit"].btn-secondary,
.wedocs-feedback-wrap a.positive,
.wedocs-feedback-wrap a.negative {
	color: #63ccec;
	background-color: transparent;
	border-color: #63ccec;
	box-shadow: none;
}

.btn-secondary:hover,
.btn-seconday:active,
.btn-secondary:focus,
.search-form input[type="submit"].btn-secondary:hover,
.search-form input[type="submit"].btn-secondary:active,
.search-form input[type="submit"].btn-secondary:focus,
.wedocs-feedback-wrap a.positive:hover,
.wedocs-feedback-wrap a.positive:active,
.wedocs-feedback-wrap a.positive:focus,
.wedocs-feedback-wrap a.negative:hover,
.wedocs-feedback-wrap a.negative:active,
.wedocs-feedback-wrap a.negative:focus {
	color: #fff;
	background-color: #63ccec;
	border-color: #63ccec;
	box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.20);
}




/* button hubspot */

.btn-hubspot,
input[type="submit"].hs-button {
	color: #ffffff;
	background-color: #f37521;
	border-color: #f37521;
	box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.20);
	padding: 1.3rem 3rem;
}

.btn-hubspot:hover,
.btn-hubspot:active,
.btn-hubspot:focus,
input[type="submit"].hs-button:hover,
input[type="submit"].hs-button:active,
input[type="submit"].hs-button:focus {
	color: #fff;
	background-color: #ef9050;
	border-color: #ef9050;
}


/* Transparent Button*/
.button-transparent {
	color: #fff;
	background-color: transparent;
	border-color: #ffffff;
}

.button-transparent:hover,
.button-transparent:active,
.button-transparent:focus {
	color: #fff;
	background-color: rgba(255, 255, 255, 0.2);
	background: rgba(255, 255, 255, 0.2);
}


/* transparent button app*/
.transparent-header #menu-app-menu .button-app a {
	/*color: #fff;*/
	/*background-color: transparent;*/
	/*border-color: #ffffff;*/
}

.transparent-header #menu-app-menu .button-app a:hover,
.transparent-header #menu-app-menu .button-app a:active,
.transparent-header #menu-app-menu .button-app a:focus {
	/* fix for menu hover */
	/*background-color: rgba(255,255,255,0.2);*/
	/*background: rgba(255,255,255,0.2);*/
	/*-webkit-text-fill-color: #fff;*/
}


.button-app a span {
	-webkit-text-fill-color: white !important;
}

.pg-features .wp-block-group__inner-container section:first-child .first .text-white {
	padding-bottom: 3rem;
}

.pg-features .wp-block-group__inner-container section:first-child .first ul {
	margin: 2rem 0 !important;
}

.home .entry-content section:first-child .first .text-white {
	padding-top: 4rem;
}

.pg-features .hero-option-01:nth-child(2) .one-half:nth-child(2) {
	display: none;
}

.pg-features .hero-option-01:nth-child(2) .nf-form-content {
	padding: 0;
}

.pg-features .hero-option-01:nth-child(2) .nf-cell:first-child {
	padding-left: 0;
}

.pg-features .hero-option-01:nth-child(4) .one-half:nth-child(2) {
	display: none;
}

.pg-features .hero-option-01:nth-child(6) .one-half:nth-child(2) {
	display: none;
}

.pg-features .bgimg-default p .btn-5 {
	display: inline;
	padding-top: 0;
	margin-bottom: 10px;
}

.pg-tools .subtitle, .pg-create .subtitle {
	margin-bottom: 2.6rem;
}

.pg-tools.pg-root-page .subtitle, .pg-create.pg-root-page .subtitle {
	margin-bottom: 0;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item > ul.mega-sub-menu {
	display: none;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-toggle-on > ul.mega-sub-menu {
	display: block;
}

/* Background color classes */
.bgc-white {
	background-color: #fff;
}

.bgc-offwhite {
	background-color: #f7f7f7;
}

.bgc-grey {
	background-color: #f1f1f2;
}

.bgc-gradient {
	background: #9ad9e9;
	background: -moz-linear-gradient(left, #9ad9e9 0%, #63ccec 50%, #21b0dd 100%);
	background: -webkit-linear-gradient(left, #9ad9e9 0%, #63ccec 50%, #21b0dd 100%);
	background: linear-gradient(to right, #9ad9e9 0%, #63ccec 50%, #21b0dd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9ad9e9', endColorstr='#21b0dd', GradientType=1);
}

.border-blue {
	border: 2px solid #63ccec;
}



/* =====================
Spacing Classes
*/

/* margin spacing classes */
.mt-0 {
	margin-top: 0;
}

.mt-1 {
	margin-top: 1rem;
}

.mt-2 {
	margin-top: 2rem;
}

.mt-3 {
	margin-top: 3rem;
}

.mt-4 {
	margin-top: 4rem;
}

.mt-5 {
	margin-top: 5rem;
}

.mt-6 {
	margin-top: 6rem;
}

.mt-10 {
	margin-top: 10rem;
}

.mr-0 {
	margin-right: 0;
}

.mr-1 {
	margin-right: 1rem;
}

.mr-2 {
	margin-right: 2rem;
}

.mr-3 {
	margin-right: 3rem;
}

.mr-4 {
	margin-right: 4rem;
}

.mr-5 {
	margin-right: 5rem;
}

.mb-0 {
	margin-bottom: 0;
}

.mb-1 {
	margin-bottom: 1rem;
}

.mb-2 {
	margin-bottom: 2rem;
}

.mb-3 {
	margin-bottom: 3rem;
}

.mb-4 {
	margin-bottom: 4rem;
}

.mb-5 {
	margin-bottom: 5rem;
}

.mb-6 {
	margin-bottom: 6rem;
}

.mb-10 {
	margin-bottom: 10rem;
}

.ml-0 {
	margin-left: 0;
}

.ml-1 {
	margin-left: 1rem;
}

.ml-2 {
	margin-left: 2rem;
}

.ml-3 {
	margin-left: 3rem;
}

.ml-4 {
	margin-left: 4rem;
}

.ml-5 {
	margin-left: 5rem;
}

.mx-0 {
	margin-left: 0rem;
	margin-right: 0rem;
}

.mx-1 {
	margin-left: 1rem;
	margin-right: 1rem;
}

.mx-2 {
	margin-left: 2rem;
	margin-right: 2rem;
}

.mx-3 {
	margin-left: 3rem;
	margin-right: 3rem;
}

.mx-4 {
	margin-left: 4rem;
	margin-right: 4rem;
}

.mx-5 {
	margin-left: 5rem;
	margin-right: 5rem;
}

.my-0 {
	margin-top: 0rem;
	margin-bottom: 0rem;
}

.my-1 {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.my-2 {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.my-3 {
	margin-top: 3rem;
	margin-bottom: 3rem;
}

.my-4 {
	margin-top: 4rem;
	margin-bottom: 4rem;
}

.my-5 {
	margin-top: 5rem;
	margin-bottom: 5rem;
}


/* padding spacing classes */
.pt-0 {
	padding-top: 0;
}

.pt-1 {
	padding-top: 1rem;
}

.pt-2 {
	padding-top: 2rem;
}

.pt-3 {
	padding-top: 3rem;
}

.pt-4 {
	padding-top: 4rem;
}

.pt-5 {
	padding-top: 5rem;
}

.pr-0 {
	padding-right: 0;
}

.pr-1 {
	padding-right: 1rem;
}

.pr-2 {
	padding-right: 2rem;
}

.pr-3 {
	padding-right: 3rem;
}

.pr-4 {
	padding-right: 4rem;
}

.pr-5 {
	padding-right: 5rem;
}

.pb-0 {
	padding-bottom: 0;
}

.pb-1 {
	padding-bottom: 1rem;
}

.pb-2 {
	padding-bottom: 2rem;
}

.pb-3 {
	padding-bottom: 3rem;
}

.pb-4 {
	padding-bottom: 4rem;
}

.pb-5 {
	padding-bottom: 5rem;
}

.pl-0 {
	padding-left: 0;
}

.pl-1 {
	padding-left: 1rem;
}

.pl-2 {
	padding-left: 2rem;
}

.pl-3 {
	padding-left: 3rem;
}

.pl-4 {
	padding-left: 4rem;
}

.pl-5 {
	padding-left: 5rem;
}

.px-0 {
	padding-left: 0rem;
	padding-right: 0rem;
}

.px-1 {
	padding-left: 1rem;
	padding-right: 1rem;
}

.px-2 {
	padding-left: 2rem;
	padding-right: 2rem;
}

.px-3 {
	padding-left: 3rem;
	padding-right: 3rem;
}

.px-4 {
	padding-left: 4rem;
	padding-right: 4rem;
}

.px-5 {
	padding-left: 5rem;
	padding-right: 5rem;
}

.py-0 {
	padding-top: 0rem;
	padding-bottom: 0rem;
}

.py-1 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.py-2 {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.py-3 {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.py-4 {
	padding-top: 4rem;
	padding-bottom: 4rem;
}

.py-5 {
	padding-top: 5rem;
	padding-bottom: 5rem;
}


@media (min-width: 768px) {

	.mr-2-md {
		margin-right: 2rem;
	}

}

@media (min-width: 1200px) {

	.neg-mt-8 {
		margin-top: -8rem;
	}

}



/* =====================
Flexbox Classes
*/

.flex-block {
	display: flex;
}

.flex-inline {
	display: inline-flex;
	width: 100%;
}

.flex-rtl {
	direction: rtl;
}

.flex-ver-center {
	align-items: center;
}

.flex-hor-center {
	justify-content: center;
}

.grid-block {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

@media (min-width: 860px) {

	.flex-block-lg {
		display: flex;
	}

	.hero_image_block,
	.image_block {
		width: 100%;
		display: flex;
		justify-self: center;
		align-items: center;
	}

	/* flex box only for large devices */
	.flex-inline-lg {
		display: inline-flex;
	}

	/* inline flex box only for large devices */
}

@media (max-width: 859px) {

	.block-sm {
		display: block;
	}

	.grid-block {
		display: grid;
		grid-template-columns: 1fr;
	}
}





/* =====================
Addditional Column Classes
*/

/*push and pull classes*/
.push-one-half,
.pull-one-half {
	position: relative;
}

@media (min-width: 860px) {

	.col-width-550 {
		width: 550px;
		max-width: 100%;
	}

	/* for 2 col content boxes */
	.col-width-550.float-right {
		float: right;
	}

}


@media (min-width: 860px) {

	.push-one-half {
		left: 51.28205128205129%;
	}

	.pull-one-half {
		right: 51.28205128205129%;
	}

}

/* Small Device Column Classes*/

@media all and (max-width: 859px) {

	.one-fifth-sm {
		width: 17.9%;
		float: left;
		margin-left: 2.564102564102564%;
	}

	.first-sm {
		clear: both;
		margin-left: 0;
	}

}





/* =====================
Hide & Show element classes
*/
@media (max-width:768px) {

	.hide-sm {
		display: none;
	}



}

@media (min-width:860px) {

	.hide-lg {
		display: none !important;
	}
}





/* =====================
Background Image Classes
*/

.bgimg-default {
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.bgimg-fixed {
	background-attachment: fixed;
}

.hero-gradient {
	background-image: url('/wp-content/uploads/2017/08/Hero-Image-Gradient.png');
}

.hero-envelope {
	background-image: url('/wp-content/uploads/2017/08/Hero-Image-Opacity-Triangles.png');
}

/*.hero-option-01 { background-image: url('/wp-content/uploads/2017/11/start-the-conversation-postalytics-directmail.jpg'); }*/
/*.hero-option-01 { background-image: url('/wp-content/uploads/2017/11/earn-the-conversation.jpg'); }*/
.hero-option-01 {
	background-color: #fff;
	/* background-image: url('/wp-content/uploads/2019/12/stand-out-with-postalytics-automated-direct-mail-lg.jpg');  */
}


/* =====================
Text Classes
*/

/* text colors */
.text-white {
	color: #ffffff;
}

.text-blue {
	color: #63ccec;
}

.text-grey {
	color: #9AA3AD;
}

/* text alignment */
.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

/*text weights*/
.text-bold {
	font-weight: bold;
}

.text-light {
	font-weight: 300;
}

.text-lighter {
	font-weight: 100;
}

/*text styles*/
.text-uppercase {
	text-transform: uppercase;
}


@media (max-width: 768px) {
	.text-left-sm {
		text-align: left;
	}

	.text-center-sm {
		text-align: center;
	}

	.text-right-sm {
		text-align: right;
	}
}

/* text subtitle font size */
.subtitle {
	font-size: 1.8rem;
}

ul.list-unstyled>li {
	list-style-type: none;
	margin-bottom: 2.0rem;
}

.entry-content ul.list-unstyled {
	margin-left: 0;
	margin-bottom: 0;
}

ul.list-bullet>li {
	list-style-type: disc;
}

ul.list-number>li {
	list-style-type: decimal;
}


/* =====================
Element Effects
*/

img.box-shadow {
	box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, .25);
}

.box-shadow {
	box-shadow: 0 5px 40px rgba(10, 20, 30, .10);
}


.item.square {
	width: 32%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-right: 10px;
	margin-top: 10px;
}



.item.square:last-child {
	margin-right: 0;
}

.feature_list {
	display: flex;
	justify-content: space-between;
}

.feature_block {
	display: flex;
	flex-direction: column;

}

.feature_text p {
	font-weight: 300;
}

.block_img {
	min-height: 110px;
}

.feature_text {
	padding: 20px;
	border-top: 1px solid rgba(0, 0, 0, .0382);
	border-bottom: 1px solid rgba(0, 0, 0, .0382);
}

/* =====================
Header Styles
*/

.site-header {
	position: fixed;
}


@media all and (max-width: 860px) {
	.postalytics-header-container-inner {
		align-items: center;
	}

	.postalytics-header-buttons {
		text-align: center;
		width: 100%;
	}

	.site-header {
		position: relative;
	}

	.comments-items .item {
		width: 100%;
	}

	.comments-items {
		flex-flow: column;

	}

	.feature_list {
		flex-direction: column;
	}

	.feature_block {
		margin-top: 20px;
	}

	.site-header {
		height: 100%;
		background-color: transparent;
	}

	.site-header>.wrap {
		background-color: #ffffff;
	}

	.section-fintal .btn-6 {
		margin-left: 0px;
		margin-top: 20px;
	}

	.hero_image_block img {
		width: 100%;
	}

	.section-hero .text-white,
	.section-fintal .text-white {
		display: flex;
		flex-direction: column;
		align-items: unset !important;
	}

	body .wp-container-1 {
		margin-top: 0px !important;
	}

	.section-hero .text-white .btn-6 {
		margin-left: 0;
		text-align: center;
		margin-top: 10px;
	}
}

.multiple-imgs .owl-stage {
	width: 1400px;
}

.genesis-nav-menu a {
	font-size: 16px;
	font-weight: 400;
}


.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu a:active {
	color: #3b3b3b;
	-webkit-text-fill-color: #3b3b3b;
	background-color: transparent;
	background: transparent;
}

/* Primary Menu */

@media (min-width:860px) {
	#genesis-nav-primary {
		float: left;
	}
}

figure.left.wp-block-image img {
	margin-left: auto;
	display: block;
}



/* App Menu Styles (right side menu on desktop) */

.header-widget-area {
	padding: 0;
}

@media (min-width:860px) {

	#menu-app-menu {
		/*margin-top: -12px;*/
		margin: 0;
	}

	#menu-app-menu a[href="#login"] {
		padding: 1.4rem 2.4rem;
	}

}

/*#menu-app-menu .button-app a { margin-top: 12px; }*/



/* =====================
transparent header styles
- transparent header button is in buttons section
*/
.custom-logo-white {
	display: none;
}

/* hide transparent header logo*/

@media (min-width:860px) {

	/* transparent fixed header effect*/
	.site-header.transparent-header {
		background-color: transparent;
		background-color: #37BCE5 !important;
		/* background-color: #63ccec; */
		position: fixed;
	}

	.site-header.transparent-header .genesis-nav-menu a,
	.site-header.transparent-header .nav-primary .menu-item a {
		color: #3b3b3b;
		-webkit-text-fill-color: #3b3b3b;
		font-size: 18px;
		font-weight: 500;
	}

	.site-header.transparent-header .genesis-nav-menu a:hover,
	.site-header.transparent-header .genesis-nav-menu a:focus,
	.site-header.transparent-header .genesis-nav-menu a:active .site-header.transparent-header .nav-primary .menu-item a:hover,
	.site-header.transparent-header .nav-primary .menu-item a:focus,
	.site-header.transparent-header .nav-primary .menu-item a:active {
		background: transparent;
		color: #404040;
		-webkit-text-fill-color: #404040;
	}

	/*Drop Down Symbol */
	.site-header.transparent-header .genesis-nav-menu .menu-item-has-children>a span:after {
		border-top-color: #ffffff;
	}

	.site-header.transparent-header .genesis-nav-menu .menu-item-has-children>a:hover span:after {
		border-top-color: #404040;
	}

	/*Sub menu */
	.site-header.transparent-header .nav-primary .sub-menu .menu-item a:hover,
	.site-header.transparent-header .nav-primary .sub-menu .menu-item a:focus,
	.site-header.transparent-header .nav-primary .sub-menu .menu-item a:active {
		background: transparent;
		//color: #63ccec;
		//-webkit-text-fill-color: #63ccec;
		color: #37BCE5;
		-webkit-text-fill-color: #37BCE5;
	}

}





/* =====================
Testimonial slider
*/

#gts-testimonials {
	padding-top: 1rem;
	max-width: 650px;
	margin: 0 auto;
}

ul.testimonials-list {
	margin: 0;
}

ul.testimonials-list li {
	list-style-type: none;
	position: relative;
}

.gts-rating {
	position: absolute;
	z-index: 1;
	left: 5rem;
	top: 6rem;
}


@media all and (max-width: 860px) {

	div.lSSlideOuter ul.testimonials-list li blockquote {
		padding: 80px 30px 110px;
	}

	div.lSSlideOuter ul.testimonials-list li h5 {
		font-size: 1.4rem;
	}

	.gts-rating {
		top: 9rem;
	}

}




/* =====================
Footer
*/

.footer-widgets .widget-area.footer-widgets-1,
.footer-widgets .widget-area.footer-widgets-4 {
	-webkit-box-flex: 1.5;
	-webkit-flex: 1.5;
	-ms-flex: 1.5;
	flex: 1.5;
}


.footer-widgets .widget-area.footer-widgets-4 input[type="submit"] {
	border: 1px solid #63ccec;
	border-radius: 2px;
	color: #63ccec;
	background: transparent;
	padding: .9em 2em;
}

.footer-widgets .widget-area.footer-widgets-4 input[type="submit"]:hover {
	color: #ffffff;
	background: #63ccec;
}

.footer-widgets .menu>.menu-item {
	padding-bottom: 0;
}

.simple-social-icons {
	margin-top: 1em;
}

.site-footer>.wrap>p,
.site-footer>.wrap>a {
	font-size: 1.2rem;
	font-weight: normal;
}


@media all and (max-width: 768px) {

	.footer-widgets .widget-area.footer-widgets-4 input[type="submit"] {
		margin-top: 10px;
	}

}






/* =====================
Hubspot Footer Form
*/
footer fieldset {
	margin-bottom: 15px;
}

@media all and (min-width: 1100px) {

	footer fieldset {
		float: left;
	}

}





/* =====================
Blog Styles
*/

.widget_recent_entries .widget-title {
	color: #575d66;
	font-size: 1.6rem;
	font-weight: 600;
	text-transform: uppercase;
}

.widget_recent_entries .widget-wrap a {
	color: #63ccec;
	font-size: 1.6rem;
	font-weight: 400;
}

.more-link {
	display: block;
	width: 120px;
}

p.entry-meta {
	color: #575d66;
	font-weight: bold;
	font-size: 1.4rem;
	text-transform: uppercase;
}

.entry-author a {
	color: #63ccec;
}

.pagination {
	margin-top: 10%;
	text-align: center;
}

.pagination a {
	color: #9aa3ad;
	font-size: 1.4rem;
	font-weight: bold;
	text-transform: uppercase;
}

.archive-pagination .active a,
.archive-pagination a:hover,
.archive-pagination a:focus,
.pagination a,
.pagination a:hover,
.pagination a:focus {
	background: transparent;
	color: #63ccec;
}

.adjacent-entry-pagination {
	background-color: transparent;
}

.single-post .site-inner {
	position: relative;
	top: 100px;
}






/*
Access Social Share Overrides
======================== */

.apss-social-share-sidebar {
	display: none;
}

.single-post .apss-social-share-sidebar {
	display: block;
}

@media (min-width: 1280px) {
	.page-template-page-landing-with-footer .apss-social-share-sidebar {
		display: block;
	}
}


.apss-share-wrapper-div {
	font-size: 0;
}

.apss-theme-9 .apss-icon-block {
	border-radius: 0;
	-webkit-transition: background 0.2s ease;
	-moz-transition: background 0.2s ease;
	-ms-transition: background 0.2s ease;
	transition: background 0.2s ease;
}

.apss-theme-9 .apss-linkedin .apss-icon-block,
.apss-theme-9 .apss-twitter .apss-icon-block,
.apss-theme-9 .apss-facebook .apss-icon-block,
.apss-theme-9 .apss-pinterest .apss-icon-block,
.apss-theme-9 .apss-google-plus .apss-icon-block,
.apss-theme-9 .apss-print .apss-icon-block {
	border: 1px solid #575d66;
	background-color: #575d66;
	color: #ffffff;
}

.apss-theme-9 .apss-single-icon:hover .fa {
	-webkit-animation: none;
	-moz-animation: none;
	animation: none;
}



/*
Pure Chat Overrides
===================*/

body #PureChatWidget.purechat .purechat-widget-header {
	background-color: #575d66 !important;
}

body #PureChatWidget.purechat .purechat-widget-title-link {
	font-family: 'Quicksand', Helvetica, sans-serif !important;
	font-weight: 500 !important;
}

body #PureChatWidget.purechat .pc-svgicon-lg {
	height: 16px !important;
	width: 16px !important;
}

body #PureChatWidget.purechat .purechat-btn {
	background-color: #575d66 !important;
}







/*
SEARCH BAR
=========================== */
.search-form {
	position: relative;
}

.search-form input[type=search] {
	padding: 15px 10px;
}


.btn-search {
	background-color: transparent;
	position: absolute;
	top: 0;
	right: 0
}

.btn-search .icon-magnifying-glass {
	color: #575d66;
	font-size: 3rem;
	margin: -5px 0 0 0;
}


/*
VIDEO WRAPPER
=========================== */

.video-wrapper {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 38px;
	height: auto;
	height: 478px;
	width: 850px;
	max-width: 100%;
}

.video-wrapper iframe {
	height: 100%;
	width: 100%;
	max-width: 100%;
}

.video-wrapper.intg-video {
	width: 430px;
	height: 220px;
}

@media (max-width: 600px) {

	.video-wrapper {
		height: 210px;
	}

}



/* 
====================================================================================================================================================================================== 

Page specific styles

======================================================================================================================================================================================
*/





/* HOME PAGE */
.home .entry-header {
	/* Hide home page entry title */
	display: none;
}

.home .video-wrapper {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 38px;
	height: auto;
	width: 850px;
	max-width: 100%;
}

.home .video-wrapper iframe,
.video-wrapper img {
	height: 100%;
	width: 100%;
	max-width: 100%;
}



.home .col-width-550 {
	width: 550px;
	max-width: 100%;
}

/* for 2 col content boxes */
.home .col-width-550.float-right {
	float: right;
}

.home section#home .container .row {
	padding-top: 20px;
	padding-bottom: 20px;
}

.home section#signUp h2 a {
	margin-left: 5rem;
}

.home .col-width-550 {
	width: 550px;
	max-width: 100%;
}

/* for 2 col content boxes */
.home .col-width-550.float-right {
	float: right;
}

/* for 2 col content boxes */

.home .video-wrapper {
	height: 478px;
	/*margin-top: -280px;*/
}


@media (max-width: 600px) {

	.home .video-wrapper {
		height: 210px;
	}

}

@media (min-width: 800px) {
	.home section#home .container .row {
		padding-top: 20px;
		padding-bottom: 100px;
	}
}

/* @media (min-width: 1000px) */
@media (min-width: 860px) {
	.home section#home .container .row {
		padding-top: 160px;
		padding-bottom: 100px;
	}

	.comments-items {
		flex-flow: wrap;
	}
}

@media (min-width: 1200px) {

	.home .neg-mt-8 {
		margin-top: -8rem;
	}

	.home section#home .container .row {
		position: relative;
		padding-top: 200px;
		padding-bottom: 260px;
	}

}


.social-proof {
	text-align: center;
}

.social-proof img {
	width: 130px;
	max-width: 100%;
	height: auto;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: 0.45;
}

@media all and (min-width: 1200px) {

	.social-proof h4 {
		padding-top: 2.8rem;
	}

}


/* Home Hero Image Updates 12-06-2019 */


#home .first.one-half {
	position: relative;
	z-index: 1;
}

.section-hero .home-hero {
	position: relative;
	width: 100%;
}

.section-hero .home-hero img {
	margin-left: auto;
	display: block;
}

.home-hero-image-wrapper {
	z-index: 0;
}

.home-hero-image-sm,
.home-hero-image-lg {
	display: block;
}

.home-hero-image-sm {
	margin: 0 auto;
	max-width: 320px;
}

.home-hero-image-lg {
	display: none;
	max-width: 600px;
}

@media all and (min-width: 700px) and (max-width: 850px) and (orientation: landscape) {

	.home-hero-image-wrapper {
		position: absolute;
		top: -290px;
		right: 0;
		z-index: 0;
	}
}

@media all and (min-width: 768px) {

	.home-hero-image-wrapper {
		position: absolute;
		top: -275px;
		right: 0;
	}

	.home-hero-image-sm {
		display: none;
	}

	.home-hero-image-lg {
		display: block;
		max-width: 550px;
	}
}

/* @media all and (min-width: 1000px){ */
@media all and (min-width: 860px) {

	.home-hero-image-wrapper {
		top: 78px;
	}

	.home-hero-image-lg {
		max-width: 750px;
	}

}

@media all and (min-width: 1250px) {

	.home-hero-image-wrapper {
		top: 78px;
	}

	.home-hero-image-lg {
		max-width: 1000px;
	}
}




/* ======================================================================================================================================================================================== */




/*
PRICING PAGE
==================*/

.pricing-page .pricing-table-alt .contact {
	font-size: 1.4rem;
	margin: 10px 0 30px;
}

.pricing-table-alt ul.per-peice {
	max-width: 200px;
	margin: 35px auto;
}

.pricing-table-alt ul.per-peice li {
	text-align: left;
}

.pricing-table-alt ul li span {
	background-color: #575d66;
	border-radius: 3px;
	color: #fff;
	float: right;
	margin-top: -2px;
	padding: 3px 6px;
}

@media (min-width: 860px) {

	.pricing-page .hero-section {
		padding-bottom: 382px;
	}

	/*.pricing-page .pricing-table*/
	.pricing-page .pricing-pull-up {
		position: relative;
		z-index: 1;
		margin-top: -520px;
	}


	.pricing-page .text-white-lg {
		color: #ffffff;
	}

	.pricing-table {
		margin-top: 10rem;
		-webkit-align-items: initial;
		-ms-flex-align: initial;
		align-items: initial;
	}

	.pricing-page .pricing-table-alt {
		margin-top: 10rem;
	}

	.pricing-page .col-width-550 {
		width: 550px;
		max-width: 100%;
	}

	/* for 2 col content boxes */
	.pricing-page .col-width-550.float-right {
		float: right;
	}

	/* for 2 col content boxes */

	.pricing-page .faq h2 {
		margin-bottom: 8rem;
	}

	.pricing-page .faq p {
		margin-bottom: 5rem;
	}

}



.cntr-width {
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
}

/* ======================================================================================================================================================================================== */


/*
SUPPORT MAIN PAGE
==================*/


.support-table {
	text-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 100px
}

.support-table>div {
	background-color: #fff;
	padding: 80px 20px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	/*box-shadow: 0 5px 40px rgba(10,20,30,.05);*/
	box-shadow: 0 5px 40px rgba(10, 20, 30, .10);
	border-radius: 5px;
	margin-bottom: 25px
}

.support-table>div:hover {
	-webkit-transform: scale(1.0382);
	-ms-transform: scale(1.0382);
	transform: scale(1.0382);
	z-index: 2
}




.wedocs-feedback-wrap a .count {
	background-color: #63ccec;
	color: #fff;
}


ol.wedocs-breadcrumb {
	margin-bottom: 5rem;
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

ol.wedocs-breadcrumb li {
	display: inline;
}

ol.wedocs-breadcrumb a {
	text-decoration: none;
}


/*.postid-1176 .page-header.mt-5 { margin-top: 0; }*/

@media (max-width: 859px) {

	.wedocs-single-content {
		margin-top: 5rem;
	}

	.search-field {
		margin-bottom: 1rem;
	}

}

@media (min-width: 860px) {

	#docs_sections .support-table .one-third:nth-child(1),
	#docs_sections .support-table .one-third:nth-child(3n + 1) {
		clear: both;
		margin-left: 0;
	}

}


/* ======================================================================================================================================================================================== */


/*
SUPPORT SINGLE PAGE
==================*/





@media (min-width: 860px) {

	.single-docs .content-area {
		max-width: 1600px;
	}

	.wedocs-single-wrap .wedocs-single-content {
		width: 100%;
	}

	.wedocs-single-wrap .wedocs-single-content article {
		max-width: 90%;
	}

}


/* ======================================================================================================================================================================================== */



/* HUBSPOT INBOUNG */


.hubspot-form {
	background-color: #fff;
	padding: 45px 30px;
	/*box-shadow: 0 5px 40px rgba(10,20,30,.05);*/
	box-shadow: 0 5px 40px rgba(10, 20, 30, .10);
}

.hubspot-form label {
	color: #9aa3ad;
	font-size: 1.6rem;
}

.hubspot-form .hs-form-field {
	margin-bottom: 3rem;
}

.hubspot-form input {
	background-color: #f3f4f4;
	border: 1px solid #e5e6e8;
	border-radius: 0;
	padding: 15px 10px;
}

.hubspot-form .hs_submit {
	text-align: center;
	margin-bottom: 2rem;
}

.hero-triangle-helper {
	position: relative;
	z-index: 1;
}

.hero-right-triangle {

	width: 200%;
	height: 100%;
	background-color: #f7f7f7;
	transform: rotate(-10deg);
	position: absolute;
	bottom: -70%;
	left: -50%;
	right: -50%;
	z-index: 0;

}

/* DEMO PAGE HUBSPOT FORM */

.demo-form {
	background-color: #fff;
	padding: 50px 30px;
	max-width: 560px;
	margin: 0 auto;
}

.demo-form #hs-form fieldset {
	margin-bottom: 3rem;
}

.demo-form #hs-form fieldset:nth-child(1),
.demo-form #hs-form fieldset:nth-child(2) {
	display: none;
}

.demo-form #hs-form fieldset,
.demo-form #hs-form textarea {
	width: 100%;
	max-width: 100%;
}


.demo-form #hs-form .hs_submit {
	text-align: center;
}

/* ======================================================================================================================================================================================== */



/* COMING SOON PAGE */
.coming-soon .columns .five-sixths,
.coming-soon .columns .four-fifths,
.coming-soon .columns .four-sixths,
.coming-soon .columns .one-fifth,
.coming-soon .columns .one-fourth,
.coming-soon .columns .one-half,
.coming-soon .columns .one-sixth,
.coming-soon .columns .one-third,
.coming-soon .columns .three-fifths,
.coming-soon .columns .three-fourths,
.coming-soon .columns .three-sixths,
.coming-soon .columns .two-fifths,
.coming-soon .columns .two-fourths,
.coming-soon .columns .two-sixths,
.coming-soon .columns .two-thirds {
	background-color: transparent;
}

.coming-soon .columns .one-sixth {
	padding: 0;
}

.coming-soon header,
.coming-soon footer {
	display: none;
}

.coming-soon .site-inner>.wrap {
	padding: 25px 0;
}

body.coming-soon {
	font-family: 'Muli', sans-serif;
}

.coming-soon h1,
.coming-soon .h1 {
	color: #ffffff;
	font-family: 'Quicksand', sans-serif;
	font-size: 3.6rem;
	font-weight: bold;
	margin-bottom: 0;
}

.coming-soon h2 {
	color: #62caeb;
	font-family: 'Quicksand', sans-serif;
	font-size: 3rem;
	font-weight: bold;
}

.coming-soon .h1-subtitle {
	color: #ffffff;
	font-size: 2.4rem;
}

.coming-soon .banner {
	background-color: #a7deee;
	color: #ffffff;
	font-family: 'Muli', sans-serif;
	font-size: 2.4rem;
	font-weight: bold;
	padding-top: 24px;
	padding-bottom: 24px;
}

.coming-soon .form-wrapper {
	margin: 50px auto 0;
	max-width: 550px;
}

.coming-soon .form-wrapper input[type="text"],
.coming-soon .form-wrapper input[type="email"] {
	border-color: #ffffff;
	border-radius: 0px;
	color: #bcbec0;
	font-size: 1.6rem;
	font-family: 'Muli', sans-serif;
	margin-bottom: 30px;
	padding: 20px 25px;
}

.coming-soon .form-wrapper input[type="submit"] {
	background-color: #f15e5f;
	border-color: #f15e5f;
	color: #ffffff;
	display: block;
	font-size: 1.8rem;
	font-family: 'Muli', sans-serif;
	padding: 20px 25px;
	width: 100%;
}

.coming-soon .coming-soon .wpcf7-mail-sent-ok {
	border: 2px solid #fff;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	margin: 0 0 1em;
}


.coming-soon .bgc-blue-gradient {
	background: #a6deee;
	background: -moz-linear-gradient(left, #a6deee 0%, #62caeb 50%, #21b1de 100%);
	background: -webkit-linear-gradient(left, #a6deee 0%, #62caeb 50%, #21b1de 100%);
	background: linear-gradient(to right, #a6deee 0%, #62caeb 50%, #21b1de 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6deee', endColorstr='#21b1de', GradientType=1);
}

.coming-soon .bgc-grey {
	background-color: #f1f2f2;
	border-radius: 100%;
	width: 165px;
	height: 165px;
	line-height: 165px;
	margin: 0 auto 10px;
}


.coming-soon .cd-text {
	color: #404040;
	font-family: 'Quicksand', sans-serif;
	font-size: 6rem;
	font-weight: 300;
}

.coming-soon .cd-headline {
	color: #a6deee;
	font-size: 1.6rem;
	font-family: 'Muli', sans-serif;
	font-weight: bold;
}

@media (max-width: 859px) {

	.coming-soon .form-wrapper {
		padding-left: 15px;
		padding-right: 15px;
	}

	a.btn-7 {
		margin-left: 0px !important;
	}
}

@media (min-width: 860px) {

	.coming-soon .wrap {
		width: 100%;
		max-width: 100%;
	}

	.coming-soon .container {
		width: 90%;
		max-width: 1300px;
		margin: 0 auto;
	}

	.coming-soon .banner {
		position: fixed;
		top: 50px;
		right: -185px;
		width: 600px;

		-webkit-transform: rotate(35deg);
		-moz-transform: rotate(35deg);
		-o-transform: rotate(35deg);
		transform: rotate(35deg);
	}

}


/*
All teams run on Postalytics
*/



a.btn-8 {
	max-width: max-content;
}

/**/
/*
DEMO EDITOR WP PAGE
=============================================*/

/* for demo editor */
/*
.page-id-1384 .site-header, .page-id-2031 .site-header, .page-id-2029 .site-header {position: relative; }
.page-id-1384 #nav_menu-4, .page-id-2031 #nav_menu-4, .page-id-2029 #nav_menu-4 {display: none; }
*/


.show-demo-mobile-text {
	display: none !important;
}

@media (max-width: 859px) {

	.owl-carousel .owl-item img {
		margin: 0 auto;
	}

	.hide-demo {
		display: none;
	}

	.show-demo-mobile-text {
		display: block !important;
	}
}

@media (min-width: 860px) {

	/* COMMENTED OUT FOR ISSUE WITH DEMO PAGE AS IT MUST OF RECEIVED THE DEMO EDITOR PAGE ID AT SOME POINT
 	body.page-id-1384, body.page-id-2031, body.page-id-2029 { overflow: scroll; min-width: 1815px; }
	
	body.page-id-1384 .site-header > .wrap, body.page-id-2031 .site-header > .wrap, body.page-id-2029 .site-header > .wrap { padding: 0; } 
 */

}






/*
INTEGRATIONS PAGE
=============================================*/

.integration-section .one-third {
	background-color: #fff;
	/*box-shadow: 0px 5px 20px 0px rgba(0,0,0,.25);*/
	box-shadow: 0 5px 40px rgba(10, 20, 30, .10);
	margin-bottom: 2.564102564102564%;
	padding: 60px 15px;
}

.integration-section .one-third:hover {
	background-color: #f7f7f7;
}

.integration-section img {
	width: auto;
	height: 100px;
}


/*
INTEGRATIONS SINGLE PAGE
=============================================*/

.intg-service {
	border-radius: 100px;
	padding: 15px;
}

.intg-service .arrow-icon {
	width: 100px;
	opacity: 0.7;
}

.intg-overview-section .intg-hightlight {
	background-color: #fff;
	/*box-shadow: 0px 5px 20px 0px rgba(0,0,0,.25);*/
	box-shadow: 0 5px 40px rgba(10, 20, 30, .10);
	text-align: center;
	min-height: 300px;
}

.intg-logo,
.intg-headline,
.intg-content {
	padding: 25px 15px;
}

.intg-logo,
.intg-headline {
	background-color: #575d66;
}

.intg-headline h2 {
	color: #ffffff;
	margin-bottom: 0;
}

.intg-logo img {
	width: 75px;
	height: auto;
}

@media all and (max-width: 767px) {

	.intg-service {
		margin-bottom: 2rem;
	}

	.intg-overview-section .intg-hightlight {
		margin-bottom: 5rem;
	}

	.intg-overview-section .intg-hightlight.last {
		margin-bottom: 0;
	}

}

@media all and (min-width: 768px) {

	.intg-service .arrow-icon {
		margin: 2.8rem;
	}

}

@media all and (min-width: 860px) {

	.intg-service {
		padding: 30px;
	}

	/*.intg-service { margin-bottom: 60px; }*/

	/*.intg-overview-section { margin-top: -170px; }*/

}


/* CUSTOM FONT SIZING */
@media all and (max-width: 992px) {
	.table-logo {
		margin-bottom: 10px;
	}
}

@media all and (min-width: 992px) {

	.fs-25 {
		font-size: 2.5rem;
	}

}


/* WE DOCS & BLOG OVERRIDES */

body.blog,
body.post-template-default,
body.docs-template-default {
	background-color: #fff;
}

.post .entry-content p,
.post .entry-content ul,
.wedocs-single-content .entry-content p,
.wedocs-single-content .entry-content ul {
	line-height: 1.8;
}




/*
HubSpot Redirect Form Modal
=============================================*/
#hubspotEmailRedirectForm .hs_email>label {
	display: none;
}

.pl-modal {
	display: none;
	background-color: rgba(99, 204, 236, 0.8);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	outline: 0;
	z-index: 9999;
}

.pl-modal-dialog {
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0px 0px 10px -5px #000;
	padding: 15px 10px 20px;
	width: 96%;
	max-width: 800px;
	position: absolute;
	top: 25%;
	left: 50%;
	-webkit-transform: translate(-50%, -25%);
	-moz-transform: translate(-50%, -25%);
	-o-transform: translate(-50%, -25%);
	transform: translate(-50%, -25%);
}

.pl-modal-header {
	text-align: right;
}

.pl-modal-close {
	margin-bottom: 15px;
}

.pl-modal-content {}

.pl-modal-content .hs-input {
	margin-bottom: 14px;
	width: 100%;
}

.pl-modal-content .btn-hubspot,
.pl-modal-content input[type=submit].hs-button {
	background-color: #f15d5f;
	border-color: #f15d5f;
}

.pl-modal-content .btn-hubspot:hover,
.pl-modal-content input[type=submit].hs-button:hover {
	background-color: #ee787e;
	border-color: #ee787e;
}

@media all and (min-width: 768px) {

	.pl-modal-dialog {
		padding: 15px 20px 30px;
	}

}

/*
Release Page 
=============================================*/
body.page-template-page-new-release {
	background-color: #fff;
}

.page-template-page-new-release .site-inner>.wrap {
	width: 100%;
	max-width: 100%;
}

.page-template-page-new-release .site-inner>.wrap,
.page-template-page-new-release .row {
	padding: 0 !important;
}


.page-template-page-new-release h2 {
	font-size: 5rem;
}

.page-template-page-new-release table,
.page-template-page-new-release tr,
.page-template-page-new-release td {
	border: none;
}

.page-template-page-new-release tr {
	vertical-align: top;
}


/* Start MADX Overrides */
.btn {
	line-height: 1.6 !important;
	white-space: normal !important;
}


/* Hero */
.ticss-1b930ebf {
	text-align: center;
	padding: 120px 0 60px 0;
	background-color: #37bde5;
	color: white !important;
}

.ticss-1b930ebf h1 {
	color: white !important;
	line-height: 1.2;
	font-weight: 600 !important;
	max-width: 820px;
	margin-bottom: 16px;
	font-size: 54px;
	margin: 30px auto 10px auto !important;
}

.ticss-1b930ebf p {
	margin: 0;
	font-size: 25px;
	max-width: 780px;
	margin: 0 auto;
}

.ticss-4ebc92e8,
.ticss-b8773f44 {
	justify-content: center;
}

.ticss-0b9b494f {
	padding-bottom: 10px;
}

/* Hero Breadcrumbs  */
.ticss-0b9b494f a {
	color: white !important;
}

.ticss-0b9b494f .breadcrumb_last {
	opacity: 0.6;
}

.ticss-aba78584 {
	text-align: center;
}

/* Hero Button */
.ticss-4ebc92e8 {
	justify-content: center;
	margin-top: 40px;
}


/* Image */
.ticss-aba78584 img {
	margin: 50px auto 30px auto;
	max-width: 1064px;
	width: 100%;
	padding: 0 20px;
}

.ticss-aba78584 {
	text-align: center;
}

/* Text Columns */
.ticss-442b06d3,
.ticss-d6087d6c,
.ticss-f4ca8cc2,
.ticss-77093348 {
	margin: 0 auto;
	max-width: 820px;
	padding: 0 24px;
}

/* How To */
.ticss-77093348 {
	background: #EFEFEF;
	padding: 40px;
	border-radius: 10px;
	max-width: 780px;
	margin: 80px auto;
}

.ticss-77093348 h2 {
	margin: 0;
}

.ticss-77093348 p:last-child {
	margin: 0;
}

.ticss-354a9879 h3 {
	margin-bottom: 5px;
}

.ticss-354a9879 {
	margin-top: 40px;
}

.ticss-651408b2 p {
	color: black;
	font-weight: 600;
	font-size: 38px;
	line-height: 1;
}

.ticss-5b415a0c {
	margin-left: 0px !important;
}

/* FAQs */

.ticss-d6087d6c {
	margin: 50px auto 20px auto;
	font-weight: 500;
}

.ticss-f4ca8cc2 {
	max-width: 780px;
	padding: 0 20px;
	margin: 0 auto;
}

.ticss-f4ca8cc2 .schema-faq-question strong,
.ticss-f4ca8cc2 .schema-faq-question {
	font-size: 2.4rem;
	font-weight: 500 !important;
	line-height: 1.1;
	color: #575d66;
}

.ticss-f4ca8cc2 p {
	margin-top: 20px;
}

/* Bottom CTA */
.ticss-b8773f44 {
	justify-content: center;
	margin-top: 50px;
}



.mega-indicator:after {
	margin: 0px !important;
}

.mega-sub-menu {
	padding-left: 10px !important;
}

.mega_menu__article-title {
	padding-top: 12px;
	padding-bottom: 3px;
}

.mega-menu-link:hover {
	text-decoration: underline !important;
}

/* End MADX Overrides */

.theme-blue h2,
.theme-blue h3,
.theme-blue h4,
.theme-blue h5,
.theme-blue h6,
.theme-blue p,
.theme-blue td,
.theme-blue span {
	color: #fff;
}

.theme-white h2 {
	color: #63ccec;
}

/**/

/* Section-Comparison */

.Compare-title {
	max-width: 730px;
	margin: 0 auto;
	margin-top: 80px;
	margin-bottom: 80px;
}

/**/



/* Section Solution Card */

.section-solution-card {
	padding: 60px 0;
}

.card-wrapp {
	margin-top: 60px;
	display: grid;
	grid-template-columns: repeat(auto-fit, 230px);
	grid-gap: 20px;
	justify-content: center;
}

.card-wrapp a {
	text-decoration: none;
}

.card {
	max-width: 250px;
	display: flex;
	flex-direction: column;
	text-align: center;
	padding: 20px;
	box-shadow: 0px 1px 6px rgb(0 0 0 / 30%);
	height: 100%;
	justify-content: space-between;
}

.card__img {
	padding: 40px 0 0 0;
}

/**/

.section-hero .bgimg-default p {
	color: white !important;
}

.section-hero ul li {
	color: white;
}

.imag-60 img {
	max-width: 60px;
}

.theme-blue .owl-carousel button.owl-dot {
	background: white;
}

.owl-stage {
	margin: 0 auto;
}

.owl-carousel .owl-stage {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.owl-carousel .caption {
	text-align: center;
}

.pos-solutions-cards-wrap a {
	text-decoration: none;
}

.container a {
	display: inline-grid;
}

.pos-questions .eapps-faq-content-category-item:first-child .eapps-faq-content-category-item-question {
	padding-top: 0px !important;
}

.pos-questions .eapps-faq-content-category-item:first-child .eapps-faq-content-category-item-question-icon {
	top: 22px;
}

.pos-questions .eapps-faq-content-category-item:first-child:before {
	height: 0px !important;
}


.pos-questions .eapps-faq-layout-accordion .eapps-faq-content-category-item-question-icon {
	opacity: 1 !important;
}

.pos-questions span.eapps-faq-content-category-item-question-text {
	color: #424242;
}

.pos-questions span.eapps-faq-content-category-item-question-icon:before,
.pos-questions span.eapps-faq-content-category-item-question-icon:after {
	background-color: rgb(0 0 0) !important;
}

.pos-questions h3 {
	font-weight: 700;
}

.pos-questions .eapps-faq-layout-accordion .eapps-faq-content-category-item:not(:last-child):after {
	margin-bottom: 1px;
	background-color: #B4B4B4 !important;
	opacity: 1;
}

.pos-questions .eapps-faq-template-clean.eapps-faq-layout-accordion .eapps-faq-container .eapps-faq-inner .eapps-faq-content-category-items .eapps-faq-content-category-item:last-child:before {
	height: 0px;
}

.pos-btn-wrap a:hover {
	text-decoration: none;
}

@media (max-width: 1200px) {
	.pos-testimonial {
		margin-bottom: 200px;
	}
}

/*     TABLE      */

.section-table-information .container {
	max-width: 1440px !important;
}

.table-wrapp {
	margin: 40px 10px 80px 10px;
	display: flex;
}

.table-column {
	display: flex;
	flex-direction: column;
	position: relative;
	flex-basis: 33.3%;
}

.logo-tab {
	text-align: center;
	min-height: 80px;
}

.table-item {
	display: flex;
	align-items: center;
	border: 1px solid #A7B8C4;
	padding: 20px 25px;
	flex-grow: 1;
	transition: 0.5s;

}

.table-item.option-item {
	background-color: #61CCE9 !important;
}

.option-item .name {
	color: #fff;
	font-weight: 600;
	font-size: 2rem;
}

.option-item .img-wrapp {
	margin-right: 15px;
}

.option-item .img-wrapp {
	width: 22px;
}

/* .table-item:hover {
	background-color: #edeef0;
} */
/* .table-column:hover {
	background-color: #edeef0;
}

.table-column:hover .logo-tab {
	background-color: #fff
} */

.img-wrapp {
	margin-right: 5px;
	min-width: 20px;
}

.table-column.option-row {
	margin-top: -25px;
	margin-bottom: -25px;
}

/*       MOBAIL TABLE    */
.table-mobail,
.table-mobail-option {
	display: none;
}

.table-mobail,
.table-mobail-option {
	margin: 15px;
}

.table-logo-wrapp {
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.one-column {
	padding: 20px 20px 20px 20px
}

.name {
	margin: 0px;
	text-align: left;
}

.two-columns {
	display: flex;
}


.column {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-grow: 1;
	border: 1px solid #A7B8C4;
	padding: 20px 20px 20px 20px
}

@media (max-width: 1060px) {
	.table-mobail .two-columns .column:nth-child(2) {
		min-width: 50%;
	}

	.table-wrapp {
		display: none;
	}

	.table-mobail,
	.table-mobail-option {
		display: block;
	}
}

@media (max-width: 425) {
	.table-logo {
		max-width: 200px;
		max-height: 60px;
	}

	.two-columns .column {
		max-width: 50%;
	}
}

/**/

.home-hero.hubspot {
	background-color: #fff;
	padding: 30px;
	margin-left: 50px;
	-webkit-box-shadow: 0px 4px 11px -1px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 4px 11px -1px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 4px 11px -1px rgba(0, 0, 0, 0.75);
}

@media (max-width: 768px) {
	.home-hero.hubspot {
		margin-left: 0;
	}
}

.pos-testimonial .pos-wm-block p {
	font-size: 22px;
	line-height: 38px;
	padding: 25px 0 40px 6px !important;
}

@media (min-width: 1281px) and (max-width: 1650px) {
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-8721 > ul.mega-sub-menu {
		position: fixed;
		right: 0;
		top: 58px;
	}
}@media (min-width: 1281px) and (max-width: 1733px) {
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-2020 > ul.mega-sub-menu {
		position: fixed;
		right: 0;
		top: 58px;
	}
}