.side-title {
	position: absolute;
	left: -9999px;
	top: -9999px;
}

.mobile-app p {
	margin-top: 20px !important;
}

.mobile-app p,
.mobile-app ul li {
	font-size: 1.2em !important;
	line-height: 22px;
}

.rt-column {
	background: #eeeeee;
	margin-bottom: 20px;
	line-height: 34px;
}

.rt-column h3 {
	background: #ddd;
	padding: 14px 0px 10px 10px;
	color: #000;
	font-size: 15px;
	border-bottom: #bbb solid 1px;
	font-weight: bold;
}

.rt-column ul {
	margin-bottom: 20px;
}

.rt-column ul li {
	list-style-type: disclosure-closed;
	list-style-position: inside;
	border-bottom: #ccc dashed 1px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.rt-column ul li a {
	text-decoration: none;
	color: #000;
}

.rt-column ul li a:hover {
	text-decoration: none;
	color: #223670;
}

.btn-home {
	margin-top: 15px;
}

.w94 {
	width: 94px;
}

#user_switching_switch_on {
	position: absolute !important;
}

input.error,
select.error,
textarea.error {
	border: 1px solid #b10006 !important;
}

.error:focus {
	border: 1px solid #b10006;
}

.valid {
	border: 1px solid green;
}

label.error,
span.error {
	font-weight: normal;
	color: #b10006;
}

.has_error {
	border: 1px solid red;
}

.has_error::placeholder {
	color: red;
}

.form_validation_error {
	position: relative;
	background: #fff;
	padding: 5px 10px 15px;
}

.form_validation_error li,
.form_validation_error label {
	list-style-type: none;
	background: url(../images/error_icon_4.png)left top no-repeat;
	padding-left: 22px;
	color: red;
	margin-top: 10px;
	line-height: 16px;
	display: block;
	text-shadow: none !important;
	box-shadow: none;
}

.form_validation_success {
	position: relative;
	background: #fff;
	padding: 5px 10px 15px !important;
	margin-top: 5px !important;
}

.form_validation_success li {
	list-style-type: none;
	background: url(../images/success.png)left top no-repeat;
	padding-left: 22px;
	color: green;
	text-decoration: none;
	margin-top: 10px;
	line-height: 16px;
	display: block;
	text-shadow: none !important;
	box-shadow: none;
}

.comment-list li {
	list-style-type: none;
}

.comment-list li:nth-child(even) {
	margin: 15px 10px;
	border: #f1f1f1 solid 1px;
	padding: 10px;
	color: #000;
	background: #f9f9f9;
}

.comment-list li:nth-child(odd) {
	margin: 15px 10px;
	border: #eee solid 1px;
	padding: 10px;
	color: #000;
	background: #f4f4f4;
}

.comment-author .url {
	color: #292929;
	font-size: 1.1em;
	font-style: normal;
}

.comment-metadata a {
	font-style: italic;
	font-size: 0.9em;
}

.photo {
	border-radius: 50% 50%;
	-moz-border-radius: 50% 50%;
	-webkit-border-radius: 50% 50%;
	margin-right: 10px;
	border: #ccc solid 1px;
}

.comment-body p {
	line-height: 1.6em;
	padding: 10px 0;
}

.comment-respond {
	padding: 0 10px;
}

.comment-form-comment label {
	display: block;
	padding: 10px 0 5px;
	line-height: 20px;
}

.comment-form-comment textarea {
	border: #ccc solid 1px;
	padding: 10px;
	min-height: 50px;
	display: block;
	background: #f9f9f9;
	width: 100%;
}

.form-submit {
	text-align: left;
}

.form-submit .submit {
	padding: 0.6em 1em;
	background: #223670;
	border: #bbb solid 1px;
	color: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin: 10px 0;
	-webkit-box-shadow: 0px 1px 4px #aaa;
	-moz-box-shadow: 0px 1px 4px #aaa;
	box-shadow: 0px 1px 4px #aaa;
	font-size: 1.2em;
	font-weight: 600;
}

.form-submit .submit:hover {
	background: #02a8e8;
}

.comments-title {
	font-size: 1.5em;
	line-height: 1.7em;
}

.entry-title {
	font-size: 1.7em;
	line-height: 1.8em;
}

.entry-content {
	display: block;
	width: 100%;
	float: none;
}

.entry-content p {
	font-size: 1em;
	margin: 0 0 10px;
}

.entry-content ul {
	padding-left: 40px;
}

.post {
	margin: 0 10px;
}

.borderd-content {
	/*border: #ddd solid 1px; border-top: none; border-radius: 0 0 5px 5px;padding: 0 20px;*/
	padding: 20px 15px;
	border: #ddd solid 1px;
	border-top: none;
	border-radius: 0 0 5px 5px;
	background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
	background-image: -o-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f8f8f8));
	background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
	background-repeat: repeat-x;
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .075);
	box-shadow: 0 1px 6px rgba(0, 0, 0, .075);
}

.newsTitle {
	line-height: 32px;
	color: #003989
}

.newsSmallDescription {
	line-height: 24px;
	color: #003989;
	margin-top: 20px;
	margin-bottom: 26px;
}

.eventSmallDescription {
	line-height: 24px;
	color: #003989;
	margin-top: 20px;
	margin-bottom: 6px;
}

.IntegratedHead {
	background-color: #003961;
	color: white;
	padding: 15px;
	font-size: 30px;
	text-align: center;
	border-top: 5px solid #b10006;
}

.IntegratedContent {
	background: url(../images/integratedArrow.png) center top no-repeat;
	padding: 30px 80px 30px 80px;
	font-size: 1.2em;
	line-height: 1.7em;
}

.FeaturesBox {
	margin-top: 15px;
}

.FeaturesBoxHeadBG {
	background: url(../images/NewFeaturesBG.png) left top no-repeat;
}

.FeaturesBoxHead {
	font-size: 30px;
	height: 47px;
	line-height: 47px;
	color: white;
	padding-left: 80px;
}

.FeaturesBoxContent {
	padding: 10px 80px 30px 80px;
}

.FeaturesBoxTitle {
	color: #AF0202;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 10px;
}

.FeatureContent {
	margin-top: 10px;
}

.FeatureContent ul li {
	list-style-image: url('../images/newFeaturesBullet.png');
	list-style-position: outside;
}

.FC_Table {
	border: none;
	width: 100%;
	text-align: left;
	border-spacing: 0;
	border-collapse: separate;
}

.FC_Table td {
	border: 1px solid #d9d9d9;
	font-size: 1.1em;
	padding: 8px;
}

.FC_Table td:nth-child(odd) {
	border-top: none;
}

.FC_Table td:nth-child(even) {
	border-left: none;
	border-top: none;
}

.FC_Table tr:first-child td:first-child,
.FC_Table tr:first-child td:nth-child(2) {
	border-top: 1px solid #d9d9d9;
}

.FC_Table td img {
	margin-right: 8px;
	margin-bottom: 2px;
}

.lightGrayBG {
	background: #f2f2f2;
}

.feature-bullet {
	display: inline-block;
	width: 8px;
	height: 8px;
	background: url('../images/newFeaturesBullet.png') no-repeat center center;
	background-size: contain;
	margin-right: 8px;
	vertical-align: middle;
}

.ProcessCoveredHead {
	background-color: #003961;
	color: white;
	padding: 15px;
	font-size: 30px;
	text-align: center;
}

.ProcessCoveredContent {
	background: #F8F5EC;
}

.ProcessCovertedTitle {
	text-align: center;
	padding: 20px;
	color: #003961;
	font-size: 20px;
	line-height: 30px;
}

.ProcessCoveredBox .pscontent {
	padding-top: 10px;
	line-height: 30px;
}

.img-container {
	min-height: 80px;
}

.sectionHead {
	font-size: 30px;
	color: #b10006;
	line-height: 36px;
	margin-bottom: 20px;
}

.sectionSubHead {
	font-size: 20px;
	line-height: 30px;
	color: #003961;
	margin-bottom: 15px;
}

.wp-block-gallery figure.wp-block-image img {
	border: 1px solid #ddd;
}

.chartgallery figure img {
	cursor: pointer;
}

.awardgallery.has-nested-images figure.wp-block-image img {
	max-width: 192px !important;
}

.mfp-content .mfp-img {
	background: #fff;
}

.mfp-image-holder .mfp-close {
	color: #000 !important;
	margin-right: 20px;
}

.mfp-content .mfp-counter {
	color: #000 !important;
	margin-right: 20px;
}

.TechnologyBox {
	background: #003961;
	padding-top: 35px;
}

.TechnologyHead {
	text-align: center;
	font-size: 30px;
	color: #0caddf;
}

.TechnologyTitle {
	color: white;
	font-size: 20px;
	text-align: center;
	margin-bottom: 10px;
	line-height: 30px;
	padding: 15px;
}

.TechnologyContent .pscontent {
	color: white;
	line-height: 30px;
}

.BenefitsBoxHeadBG {
	background: url(../images/NewFeaturesBG.png) left top no-repeat;
}

.BenefitsBoxHead {
	font-size: 30px;
	height: 47px;
	line-height: 47px;
	color: white;
	padding-left: 80px;
}

.BenefitsBoxTitle {
	color: #AF0202;
	font-size: 20px;
	line-height: 30px;
}

.BenefitsContent {
	margin-top: 20px;
	color: #073763;
	font-size: 20px;
	text-align: center;
}

.BenefitsContent .pscontent {
	color: #555;
	line-height: 30px;
}

.ProductStatsBoxHead {
	background: #073763;
	color: #29ABE2;
	padding: 20px;
	text-align: center;
	font-size: 30px;
}

.ProductStatsBoxContent {
	background-color: #F8F5EC;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}

.ProductStatsBoxTitle {
	font-size: 24px;
	color: #073763;
}

@media (min-width: 768px) {
	.m-0 {
		margin: 0;
	}

	.p-40-60 {
		padding: 40px 60px;
	}

	.p-50 {
		padding: 0 50px;
	}

	.p-70 {
		padding: 0 70px;
	}

	.leftBorder-sm {
		border-left: 1px solid #666666;
	}

	.rightBorder-sm {
		border-right: 1px solid #666666;
	}

	.frm-fluent-form .ff-t-cell {
		padding: 0 15px;
		vertical-align: top;
		width: 100%;
	}

	#all_news ul li {
		list-style: none;
		line-height: 11px;
	}

	.entry-content ul {
		margin-top: 20px;
	}
}

.ProductStats {
	max-width: 1000px;
	margin: 0px auto;
	margin-top: 40px;
}

.ProductStats .pscontent {
	padding-top: 20px;
	line-height: 30px;
}

.blueContent {
	color: #273B80;
}

.redContent {
	color: #A61414;
}

.clientTestimonialImage {
	text-align: center;
	padding-top: 0px;
}

.clientTestimonialTitle {
	color: #AF0202;
	font-size: 20px;
}

.clientTestimonialTxt {
	margin-top: 5px;
	font-size: 14px;
	line-height: 30px;
	color: #555;
}

.AboutAgreeyaContent {
	padding: 30px;
	margin-top: 20px;
}

.AboutAgreeyalogo {
	text-align: center;
	padding-top: 50px;
}

.AboutAgreeyalogo img {
	margin: 0px auto;
	margin-top: 30px;
}

.AboutAgreeyaTitle {
	color: #AF0202;
	font-size: 20px;
}

.AboutAgreeyaTxt {
	margin-top: 10px;
	font-size: 14px;
	line-height: 30px;
	color: #666666;
}

.p-LR80 {
	padding-left: 80px;
	padding-right: 80px;
}

#menu-item-155,
#menu-item-156,
#menu-item-157,
#menu-item-158 {
	display: none;
}

.TechnologyContent .img-container {
	min-height: 93px;
}

@media (min-width: 300px) and (max-width:480px) {

	.IntegratedHead,
	.ProcessCoveredHead {
		font-size: 19px;
	}

	.IntegratedContent {
		background: url(../images/integratedArrow.png) 5px top no-repeat;
	}

	.IntegratedContent,
	.FeaturesBoxContent {
		padding: 30px 20px;
	}

	.BenefitsContent,
	.ProductStatsBoxTitle {
		line-height: 1.2;
	}

	.BenefitsContent {
		padding: 10px 30px 30px 30px;
		text-align: center;
	}

	.ThirdPartyIntegrationContent {
		padding: 10px 10px 30px !important;
	}

	.marginleftTop {
		margin-top: 5px;
		margin-left: 5px;
	}

	.navbar-collapse.in {
		overflow-y: visible !important;
	}
}

/* model css */
.modal-content {
	background-color: #fefefe;
	margin: 8% auto;
	padding: 30px 25px;
	border: 1px solid #888;
}

.modal-body {
	padding: 0;
}

.modal .sectionHeading {
	font-size: 28px;
	margin-bottom: 20px;
	position: relative;
	line-height: 1.5;
}

.modal .sectionHeading::before {
	content: "";
	height: 3px;
	background: #69f;
	width: 85px;
	position: absolute;
	left: 0;
	bottom: 0px;
	z-index: 0;
}

.modal .sectionHeading small {
	font-size: 16px;
}

.modal button.close {
	font-size: 36px;
	opacity: .5;
	cursor: pointer;
	position: absolute;
	right: 30px;
	top: 30px;
	z-index: 1051;
}

.downlaod-form label {
	color: red;
	font-size: 14px;
	font-weight: normal;
}

.free_download_trial label {
	color: red;
	font-size: 14px;
}

/* Footer CSS */
.footer-social {
	margin-bottom: 15px;
}

.footer-social ul {
	list-style: none;
}

.footer-social ul li {
	display: inline-block;
	margin-right: 5px !important;
}


.cta-buttons {
	width: 100%;
}

.cta-buttons div {
	display: inline-block;
	margin-top: 20px;
	width: 20%;
}

/* media query */
@media only screen and (max-width:480px) {
	.model-filed input[type="submit"] {
		width: 76% !important;
		padding: 5px;
	}

	.quote cite span.client-name {
		text-align: left;
	}

	.awardgallery.has-nested-images figure.wp-block-image img {
		max-width: 164px !important;
	}
}

@media only screen and (max-width:767px) {
	.modal-dialog {
		margin-left: 20px;
	}

	.modal-content {
		width: 98%;
		margin: 10% auto;
	}

	.entry-content .contact_page {
		width: 90%;
	}

	#team-section .text-content .text-content-desc {
		font-size: 13px !important;
		margin-bottom: 0;
	}

	#team-section .team-header .text-content {
		padding: 2px 0;
	}

	.dropdown-menu-wrap ul.sub-menu {
		width: 165px !important;
	}

	.top-nav-wrapper {
		display: none;
	}

	.rt-column {
		width: 100%;
		max-width: 767px;
	}

	.modal .sectionHeading {
		font-size: 18px;
	}

	.modal .sectionHeading .fs-18 {
		font-size: 14px;
	}

	.fluentform {
		display: block !important;
	}
}

@media only screen and (min-width:768px) and (max-width:968px) {
	.modal-content {
		width: 80%;
		margin: 10% auto;
	}

	#team-section .text-content .text-content-desc {
		font-size: 13px !important;
		margin-bottom: 0;
	}

	#team-section .team-header .text-content {
		padding: 2px 0;
	}

	.entry-content .contact_page {
		width: 60%;
	}

	.whitepaper,
	.brochure {
		font-size: 18px;
	}
}

/*Resources Page */
.resources p {
	font-size: 1em
}

.resources {
	font-size: 1em !important;
	line-height: 1.7em;
}

.resources h2 {
	font-size: 24px;
	margin-bottom: 10px
}

.resources .grayBg {
	background-color: #ebebeb;
	min-height: 220px
}

.resources .blueBg1 {
	background-color: #4fc6f8;
	min-height: 220px
}

.resources .blueBg2 {
	background-color: #00a1e4;
	min-height: 220px
}

.resources .blueBg3 {
	background-color: #223770;
	min-height: 220px
}

.resources .redBg {
	background-color: #c81e2d;
	min-height: 220px
}

.padding10-30 {
	padding: 10px 30px 20px 30px
}

.padding30 {
	padding: 30px
}

.resources .blueHeading {
	color: #223770;
}

.resources a.downloadLink {
	color: #223770;
	font-weight: bold;
	font-size: 1.6em
}

.resources a.downloadLink:hover {
	color: #AF0202;
	font-weight: bold;
	font-size: 1.6em;
	text-decoration: none
}

.marginTop30 {
	margin-top: 30px !important
}

.resources .bgImg2 {
	background: #363639;
	padding-left: 0px;
	padding-right: 0px;
}

.resources .paddingLeft0 {
	padding-left: 0px
}

.resources .paddingRight0 {
	padding-right: 0px
}

.resources blockquote {
	margin: 1.5em 10px;
	padding: 0.5em 10px;
	quotes: "\201C" "\201D" "\2018" "\2019";
	border: none;
}

.resources .text-sm {
	font-size: 12px;
}

.resources blockquote {
	font-size: 16px
}

.resources blockquote .textBlack {
	color: #333
}

.resources blockquote.blueQuote1 {
	color: #223770;
}

.resources blockquote.blueQuote2 {
	color: #00a1e4;
}

.resources blockquote.redQuote {
	color: #c81e2d;
}

.resources blockquote.greenQuote {
	color: #2daf89;
}

.resources blockquote .comment:before {
	content: open-quote;
	font-size: 4em;
	line-height: 0.1em;
	/*margin-right: 0.25em;*/
	vertical-align: -0.4em;
	font-family: tahoma;
}

.resources blockquote .comment:after {
	content: close-quote;
	font-size: 4em;
	line-height: 0.1em;
	/*margin-right: 0.25em;*/
	vertical-align: -0.5em;
	font-family: tahoma;
}

.marginTop0 {
	margin-top: 0;
}

.marginTop10 {
	margin-top: 10px !important
}

.marginTop20 {
	margin-top: 20px !important
}

.marginTop40 {
	margin-top: 50px !important
}

.marginTop50 {
	margin-top: 40px !important
}

.marginBottom0 {
	margin-bottom: 0;
}

.marginBottom10 {
	margin-bottom: 10px !important
}

.marginBottom20 {
	margin-bottom: 20px !important
}

.marginBottom30 {
	margin-bottom: 30px !important
}

.padding20 {
	padding: 20px !important
}

.resources blockquote p {
	display: inline;
}

.clearBoth {
	clear: both
}

.resources .img-responsive {
	width: 100%
}

@media only screen and (max-width : 320px) {
	.resources .blueBg1 {
		background-color: none;
		min-height: auto !important;
	}

	.resources .blueBg2 {
		background-color: none;
		min-height: auto !important;
	}

	.resources .redBg {
		background-color: #c81e2d;
		min-height: auto !important;
	}

	.resources .grayBg {
		background-color: #ebebeb;
		min-height: auto !important;
	}

	.resources .paddingLeft0 {
		padding-left: 15px !important;
	}

	.resources .paddingRight0 {
		padding-right: 15px !important;
	}

	.resources .ipadPorMarTop30 {
		margin-top: 30px;
	}

	.resources .ipadPorMarLR0 {
		margin-left: 0px;
		margin-right: 0px
	}

	.resources .bgImg1 {
		background: #4fc6f8;
		min-height: auto !important;
	}

	.resources .bgImg2 {
		background: none !important;
		min-height: auto !important;
		padding-left: 0px;
		padding-right: 0px
	}

	.resources .infoGraphicsHeight {
		background-color: #ebebeb
	}

	.resources .testimonialHeight {
		background-color: #ebebeb
	}
}

@media only screen and (min-width : 321px) {
	.resources .ipadPorMarTop30 {
		margin-top: 30px;
	}

	.resources .bgImg1 {
		background: #4fc6f8;
		min-height: auto !important;
	}

	.resources .bgImg2 {
		background: none !important;
		min-height: auto !important;
		padding-left: 0px;
		padding-right: 0px
	}

	.resources .ipadPorMarLR0 {
		margin-left: 0px;
		margin-right: 0px
	}

	.resources .img-responsive {
		width: 100%
	}

	.resources .paddingLeft0 {
		padding-left: 15px
	}

	.resources .paddingRight0 {
		padding-right: 15px
	}

	.resources .testimonialHeight {
		background-color: #ebebeb
	}

	.resources .newsLetterHeight {
		background-color: #ebebeb;
	}

	.resources .infoGraphicsHeight {
		background-color: #ebebeb
	}
}

@media only screen and (max-width: 1024px) {
	.resources .bgImg1 {
		background: #4fc6f8;
		min-height: 269px !important;
		padding: 20px 30px 30px 30px;
	}

	.resources .blueBg1 {
		background-color: #4fc6f8;
		min-height: auto !important;
	}

	.resources .blueBg2 {
		background-color: #00a1e4;
		min-height: auto !important;
	}

	.resources .testimonialHeight {
		min-height: 1481px;
		background-color: #ebebeb
	}

	.resources .newsLetterHeight {
		min-height: 460px;
		background-color: #ebebeb;
	}

	.resources .infoGraphicsHeight {
		min-height: 405px;
		background-color: #ebebeb
	}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
	.resources .ipadPorMarTop30 {
		margin-top: 0px;
	}

	.bgImg2 img {
		height: auto !important;
	}

	.resources .redBg {
		background-color: #c81e2d;
		min-height: 100%;
	}

	.resources .blueBg1 {
		background-color: #4fc6f8;
		min-height: auto !important;
	}

	.resources .blueBg2 {
		background-color: #00a1e4;
		min-height: 100%;
	}

	.resources .testimonialHeight {
		min-height: 1489px;
		background-color: #ebebeb
	}

	.resources .img-responsive {
		width: 100%
	}

	.resources .paddingLeft0 {
		padding-left: 15px
	}

	.resources .paddingRight0 {
		padding-right: 15px
	}
}

@media only screen and (max-width: 800px) {
	.resources .bgImg1 {
		background: #4fc6f8;
		min-height: 392px;
		padding: 30px
	}

	.resources .bgImg2 {
		background: #363639;
		min-height: 392px;
	}
}

@media only screen and (max-width: 768px) {
	.resources .bgImg1 {
		background: #4fc6f8;
		min-height: 392px;
		padding: 30px
	}

	.resources .bgImg2 {
		background: #363639;
		min-height: 392px;
	}

	.resources .ipadPorMarTop30 {
		margin-top: 30px;
	}

	.resources .testimonialHeight {
		min-height: 100px;
		background-color: #ebebeb
	}

	.resources .newsLetterHeight {
		min-height: 50px;
		background-color: #ebebeb;
	}

	.resources .infoGraphicsHeight {
		min-height: 50px;
		background-color: #ebebeb
	}
}

@media only screen and (min-width: 1224px) {
	.resources .testimonialHeight {
		min-height: 1499px;
		background-color: #ebebeb
	}

	.resources .newsLetterHeight {
		min-height: 349px;
		background-color: #ebebeb;
	}

	.resources .infoGraphicsHeight {
		min-height: 262px;
		background-color: #ebebeb
	}

	.resources .ipadPorMarLR0 {
		margin-left: 0px;
		margin-right: 0px
	}

	.resources .ipadPorMarTop30 {
		margin-top: 0px;
	}

	.resources .bgImg1 {
		background: #4fc6f8;
		min-height: 327px !important;
		padding: 20px 30px 30px 30px;
	}

	@-moz-document url-prefix() {
		.resources .newsLetterHeight {
			min-height: 327px;
			background-color: #ebebeb;
		}

		.resources .infoGraphicsHeight {
			min-height: 266px;
			background-color: #ebebeb
		}
	}

	@media screen and (-webkit-min-device-pixel-ratio:0) {
		.resources .newsLetterHeight {
			min-height: 340px;
			background-color: #ebebeb;
		}

		.resources .infoGraphicsHeight {
			min-height: 270px;
			background-color: #ebebeb
		}
	}
}

@media only screen and (min-width: 1824px) {
	.resources .testimonialHeight {
		min-height: 1815px;
		background-color: #ebebeb
	}

	.resources .newsLetterHeight {
		min-height: 564px;
		background-color: #ebebeb;
	}

	.resources .infoGraphicsHeight {
		min-height: 264px;
		background-color: #ebebeb
	}
}

.releaseButton5 {
	float: left;
	width: 21%
}

.releaseButton5-1 {
	float: left;
	width: 25%;
	margin-left: 27px;
}

.bgImg2 img {
	/*height: 329px;*/
	width: 100%;
}

.model-custom-header {
	text-align: center;
	margin: 0 0 18px 0;
}

#login_register {
	background: #dcdcdc !important;
}

/* No classes on this element */
*::before,
*::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	text-decoration: none !important;
}

#chatbox {
	background: #fff;
	width: 320px;
	position: fixed;
	bottom: 15px;
	right: 25px;
	z-index: 9999;
	border: 1px solid #ccc;
	visibility: hidden;
}

#chatbox .wc-header {
	background-color: rgba(189, 114, 22, 1);
	box-shadow: 0 1px rgba(0, 0, 0, 0.2);
	box-sizing: content-box;
	color: #ffffff;
	font-weight: 500;
	height: 30px;
	left: 0;
	letter-spacing: 0.5px;
	padding: 8px 8px 0 8px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

#chatbox .wc-message-from-bot {
	margin-left: 14px;
}

#chatbox .wc-adaptive-card {
	width: 265px !important;
}

.close_chat {
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	display: block;
	z-index: 9999;
}

/* .nav-tabs > li > a{line-height:3.1 !important;} */

/*Registration css */
.registrationheading {
	font-size: 20px;
	margin-bottom: 10px;
	color: #AF0202;
	line-height: 25px;
}

#partnerform fieldset {
	border: 1px solid #ededed;
	padding: 10px;
	margin-bottom: 30px;
}

#partnerform fieldset legend {
	border-bottom: 0;
	width: auto;
}

#partnerform label {
	display: block;
	font-weight: normal;
}

.partner-logo a {
	display: block;
}

.partner-logo img {
	border: 1px solid #ededed;
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 0 10px;
	width: 100%;
	text-align: center;
	background-color: #fff;
}

#tab_container_1495 ul.wpsm_nav-tabs {
	padding-left: 0 !important;
	margin-bottom: 20px;
}

#tab_container_1495 .wpsm_nav-tabs>li>a {
	border: 1px solid #ddd !important;
}

#loading-img {
	background: url(../images/loader.gif) center center no-repeat;
	height: 100%;
	z-index: 20;
}

.form-overlay {
	background: #e9e9e9;
	display: none;
	position: absolute !important;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0.4;
}

.form-loader {
	position: relative;
	top: 50%;
	left: auto;
	text-align: center;
}

#partnerform h3 {
	text-align: left;
	border-bottom: 1px solid #ccc;
	margin: 0 0 20px;
	padding: 0 0 5px;

}

.container-center {
	text-align: left;
	color: white;
}

.centered-left {
	font-size: 2.5vw;
	max-width: 50%;
	line-height: 36px;
	min-height: 185px;
	display: flex;
	align-items: center;
	justify-content: left;
}

@media (max-width: 768px) {
	.centered-left {
		max-width: 80%;
		font-size: 24px;
	}

	.hide-on-mobile .wp-block-media-text__media {
		display: none;
	}

	.p-50 {
		padding: 25px;
	}

	.FeaturesBoxHeadBG {
		background-position: -90px 0;
	}
}

.hide-element {
	display: none;
}

.resizeImage {
	width: 100%;
	height: auto;
	max-width: 60px;
}

.pFirstImage {
	width: 100%;
	height: auto;
	max-width: 80px;
}

.benefitResizeImage {
	width: 100%;
	height: auto;
	max-width: 62px;
}

.benefitPageImage {
	width: 50%;
	height: 50%;
}

.headingSizeColor {
	font-size: 30px;
	color: #b10006;
	line-height: 36px;
}

.contentHomePage {
	font-size: 16px;
	line-height: 30px;
}

.seemlessImageWidth {
	width: 100%
}

.cogentMobileHeadImg {
	width: 100%;
	max-width: 270px;
}

.msacwl-slider-wrap .msacwl-slide,
.msacwl-carousel-wrap .msacwl-carousel-slide {
	width: 100%;
	height: 100%;
}

.ub_image_slider {
	margin: 0;
}

.ub_image_slider.w100 figure img {
	width: 100%;
	height: auto;
	max-height: 100% !important;
}

.ub_image_slider.w100 figure figcaption {
	display: none;
}

.swiper-button-prev,
.swiper-button-next {
	display: none;
}

.swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	border: 1px solid #000;
	cursor: pointer;
}

.wp-block-columns {
	margin-bottom: 0;
}

.wp-block-image {
	margin: 0;
}

.wp-block-media-text__media {
	margin-right: 20px !important;
}

.wp-block-media-text__media,
.wp-block-media-text__content {
	padding-left: 15px !important;
	padding-right: 15px !important;
}

.wp-block-buttons .wp-block-button.ReadMoreLink {
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.wp-block-buttons .wp-block-button a {
	padding: 5px 20px;
}

.wp-block-buttons .is-style-outline .wp-block-button__link {
	font-family: 'Source Sans Pro', sans-serif !important;
	font-size: 14px;
	color: #213971;
}

.wp-block-buttons .is-style-outline .wp-block-button__link:hover {
	background: #2aabd2;
	color: #fff;
}

/* home page blocks*/
.cogentCollectionNewBox .padding30-80 {
	padding: 30px 80px 30px 80px;
}

.cogentCollectionNewBox .cogentCollectionBox1 {
	background: #FFFFFF;
	border: 1px solid #BEBEBE;
	text-align: center;
	padding: 35px;
}

.cogentCollectionNewBox .cogentCollectionBox1 .paratext {
	font-size: 16px;
}

.cogentCollectionNewBox .cogentCollectionBox1 .cogentImgConatainer {
	margin: auto;
	margin-bottom: 20px;
}

.cogentCollectionNewBox .cogentCollectionBox1 .cogentImgConatainer img {
	max-height: 60px;
	margin: auto;
}

.cogentCollectionNewBox .cogentCollectionBox2 {
	background: #FFFFFF;
	border: 1px solid #BEBEBE;
	text-align: center;
	padding: 35px;
}

.cogentCollectionNewBox .cogentCollectionBox2 .paratext {
	font-size: 16px;
}

.cogentCollectionNewBox .cogentCollectionBox2 .cogentImgConatainer {
	margin: auto;
	margin-bottom: 20px;
}

.cogentCollectionNewBox .cogentCollectionBox2 .cogentImgConatainer img {
	max-height: 60px;
	margin: auto;
}

.cogentCollectionNewBox button {
	color: #1C5897;
	border: 0;
	padding: 10px 40px;
	margin-top: 30px;
}

.sub-menu {
	box-shadow: 3px 3px 5px #666666;
}

.current-menu-ancestor>a,
.current-menu-ancestor .current-menu-item a {
	background-color: #1c5897 !important;
	color: #FFFFFF !important;
}

@media (max-width: 768px) {
	.cogentCollectionNewBox .padding30-80 {
		padding: 0 15px 0px 15px;
	}

	.cogentCollectionNewBox .cogentCollectionBox1 {
		margin-bottom: 20px;
	}

	.cogentCollectionNewBox .cogentCollectionBo2 {
		margin-bottom: 20px;
	}

	.cogentCollectionNewBox .cogentCollectionBox1 .cogentImgConatainer {
		margin: auto
	}

	.cogentCollectionNewBox .cogentCollectionBox2 .cogentImgConatainer {
		margin: auto
	}

	.wp-block-media-text {
		grid-template-columns: none !important;
	}
}

.img-fluid {
	max-width: 100%;
	height: auto;
}

/* .owl-carousel .owl-item img {
	display: table;
	text-align: center;
	margin: 0 auto;
	width: auto;
} */
.resource-section {
	padding: 40px 60px;
	background: url(../images/icon-box-bg.jpg) center center no-repeat;
	background-size: cover;
	line-height: 22px;
}

.resource-section h2 {
	background: #162043;
	color: #fff;
	font-size: 2rem;
	text-align: center;
	margin-bottom: 25px;
}

.resorce_txt {
	padding: 10px;
}

.resorce_txt .item {
	list-style: none;
	-webkit-box-shadow: 5px 0 29px rgb(14 5 1 / 8%);
	box-shadow: 5px 0 29px rgb(14 5 1 / 8%);
	background: #fff;
	float: left;
	width: 100%;
}

.resource-section .resorce_txt .owl-stage li {
	height: 100%;
}

.resource-section .resorce_txt .item figure {
	position: relative;
}

.resource-section .resorce_txt .item figcaption {
	background: #0c4685;
	padding: 15px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 1.3rem;
	width: auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	position: absolute;
	bottom: 0;
}

.resorce_txt .item figcaption img {
	margin-right: 10px !important;
	max-width: 25px;
	max-height: 25px;
}

.resource-section .resorce_txt .item p {
	padding: 10px;
	color: #0c4685;
	font-size: 1.6rem;
	min-height: 64px;
}

.resorce_txt .item p a {
	color: #0c4685;
	list-style: 22px;
}

.resource-section .resorce_txt .item span {
	font-size: 1.5rem;
}

.resorce_txt.owl-carousel .owl-item img {
	max-height: 192px;
	height: auto;
}

.resorce_txt .owl-nav {
	position: absolute;
	top: -45px;
	right: 25px;
	line-height: 0;
	outline: 0;
}

.owl-carousel .owl-nav button.disabled {
	opacity: .6 !important;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
	color: #fff;
	opacity: 1;
	font-size: 40px;
	width: 20px;
}

.owl-carousel .owl-nav button span {
	background: #192346;
}

.bg-video {
	background: #286592 !important
}

.bg-webcast {
	background: #363636 !important
}

.bg-brochure {
	background: #496b32 !important
}

.bg-datasheet {
	background: #e3ca92 !important
}

.bg-whitepaper {
	background: #d14900 !important
}

.bg-case_study {
	background: #ffc428 !important
}

.bg-article {
	background: #c71f2e !important
}

.bg-blog {
	background: #0c4685 !important
}

@media (min-width: 992px) {
	.resource-section h2 {
		font-size: 3.2rem;
	}

	.resource-section .resorce_txt {
		padding: 0 40px;
	}
}

@media (max-width: 992px) {
	.resource-section {
		padding: 10px 0;
	}

	.resourceContainer .sectionTitle {
		margin-top: 10px;
	}
}

@media (max-width: 767px) {
	.resource-section {
		background: url(../images/icon-box-bg-mobile.jpg) center center no-repeat;
		background-size: cover;
	}
}

/*Resources Section*/
.resourceContainer {
	padding-top: 45px;
	padding-bottom: 45px;
	background: #fff;
	margin: 0;
}

.resourceContainer:nth-child(odd) {
	background: #f3f3f3;
}

.resourceContainer img {
	border-radius: 10px;
}

.resourceContainer .sectionTitle,
.resourceContainer .sectionTitle a {
	font-size: 18px;
	color: #000000;
	line-height: 1.2;
}

@media (min-width: 992px) {

	.resourceContainer .sectionTitle,
	.resourceContainer .sectionTitle a {
		font-size: 28px;
	}
}

.resourceContainer .sectionTitle span {
	color: #000;
}

.resourceContainer .sectionContent {
	font-size: 16px;
	color: #575757;
	font-weight: normal;
	line-height: 1.4;
}

a.btn-danger,
button.btn-danger {
	text-shadow: none !important;
	background-image: none;
	background: #b92c28 !important;
}

.g-recaptcha {
	transform: scale(.82);
	transform-origin: 0 0;
	max-width: 300px;
	margin: 0 !important;
}

.fluentform .ff-el-group {
	margin-bottom: 10px !important;
}

.fluentform .ff-el-form-control {
	border-radius: 0 !important;
	line-height: 1.2 !important;
	background: white !important;
}

.fluentform_wrapper_4 .ff-message-success {
	box-shadow: none !important;
	border: 0 !important;
}

.border-top-dotted {
	border-top: 2px dashed rgba(14, 5, 1, .1);
	padding-top: 20px;
	margin-top: 20px;
}

#cancel_btn,
#cancel_btn:active {
	color: #b92c28 !important;
	background: none !important;
	outline: 0;
}

.ff-errors-in-stack,
.ff-message-success {
	background: white;
	margin: 0 0 20px !important;
	padding: 0 !important;
	width: 100%;
}

.fluentform .form-dark-bg .ff-el-input--label label {
	color: #fff;
}

.fluentform {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	/* optional */
	-webkit-box-align: start;
	-moz-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

.frm-fluent-form {
	-webkit-box-ordinal-group: 2;
	-moz-box-ordinal-group: 2;
	-ms-flex-order: 2;
	-webkit-order: 2;
	order: 2;
}

.ff-message-success {
	-webkit-box-ordinal-group: 1;
	-moz-box-ordinal-group: 1;
	-ms-flex-order: 1;
	-webkit-order: 1;
	order: 1;
}

#fluentform_3 .ff-el-input--content label,
#fluentform_3 .ff-el-input--content span {
	color: #FF7A7F;
}

select.ff-el-form-control:not([size]):not([multiple]) {
	height: auto;
}

#client-testimonial .carousel-control {
	position: absolute;
	right: 0;
	top: -59px;
	width: auto;
	left: auto;
	text-shadow: none;
}

#client-testimonial .carousel-control.left {
	margin-right: 25px;
}

#client-testimonial .carousel-control span {
	color: #333;
	font-size: 24px;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 0;
	top: 18px;
}

.cogent-testimonial img {
	width: 140px;
	height: auto;
}

.cogent-testimonial p:first-child {
	font-size: 16px;
}

.post-grid .item .layer-media img {
	width: 100% !important;
	height: auto;
}

.post-grid .field-wrap-keyword {
	width: 350px;
}

.post-grid .field-wrap-submit input[type=submit] {
	display: none;
}

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

@media (min-width:767px) {
	.width14 {
		width: 14%;
	}
}

#all_news {
	background: #f9f9f9;
	height: 32px;
	overflow: hidden;
	border-radius: 0;
	padding: 4px;
	position: relative;
	border: 0;
	background-color: #337ab7;
	margin: -4px auto;
	width: 100%;
	float: left;
}

#all_news span {
	color: #fff;
	background: #213971;
	padding: 5px 12px;
	position: relative;
	border-radius: 0;
	font-size: 14px;
}

#all_news span i {
	padding: 0 4px;
	margin-top: 2px;
}

#all_news ul li,
#all_news ul li a {
	list-style: none;
	color: #fff;
}

img[data-src] {
	opacity: 0;
	transition: opacity .25s ease-in-out;
	will-change: opacity;
}

/* appear animation */
.borderd-content img[data-src],
img[data-src][src] {
	opacity: 1;
	will-change: auto;
}

/* Custom CSS added for ADA Compliant A/AA fixes from 24/02/2023 by Design team */
.back-to-top {
	color: #454545 !important;
	bottom: 3em;
	right: 25px;
}

.back-to-top:hover {
	color: #ffffff !important;
}

.bg-case_study {
	background: #805E00 !important;
}

.CC-MainContainer .sectionHead strong.highlightedAdaText {
	font-weight: 600;
	color: #bb0000;
}

.container-center {
	background-color: #1c5897 !important;
}

/* cogent collect page - Skip Tracing and Scrub and payment engine and process server */
.whyChooseBoxAda {
	background: #DB2800 !important;
}

.CC-MainContainer .dvDownloadCaseStudy {
	background-color: #120466 !important;
}

.CC-MainContainer .bannerContainer {
	background-color: #0a0e19;
}

.um-field-checkbox-option {
	color: #6E6E6E !important;
}

.um input[type=submit].um-button {
	background: #2178AB;
	border-radius: 6px !important;
	color: #fff;
	padding: 10px 20px;
}

.um input[type=submit].um-button:hover {
	background-color: #2178AB;
	opacity: .8;
}

.um .form-group a {
	color: #2D6A9F !important;
	font-weight: 700;
}

.select2-results__options {
	padding-left: 0 !important;
}

.contentada a {
	font-weight: 700 !important;
}

@media (max-width: 1024px) {
	.entry-content ul {
		margin-top: 30px;
	}
}

@media (max-width: 500px) {
	#all_news span {
		padding: 3px 2px !important;
	}
}

@media (max-width: 768px) {
	#all_news ul li {
		line-height: 11px;
	}
}

/* ada fixes for features page */
#fluentform_3 .ff_screen_reader_title {
	color: #fff;
}

.fa.fa-twitter::before {
	content: "𝕏";
	font-size: 1.2em;
}

.um-submit-loader-overlay {
	position: absolute;
	inset: 0;
	z-index: 999;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.86);
	pointer-events: all;
}

.um-submit-loader-text {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 10px 16px;
	border-radius: 6px;
	background: #fff;
	color: #2f3a45;
	font-size: 14px;
	font-weight: 600;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.14);
}

.um-submit-loader-text::before {
	content: "";
	width: 16px;
	height: 16px;
	border: 2px solid #c9d2db;
	border-top-color: #337ab7;
	border-radius: 50%;
	display: inline-block;
	animation: um-submit-loader-spin 0.75s linear infinite;
}

@keyframes um-submit-loader-spin {
	to {
		transform: rotate(360deg);
	}
}