/* NEW GLOBALS */
/* override theme CSS width for main container */
html, body {
    overflow-x: hidden;
}

.featured_product .row {
     max-width: 90em;
}
 .grid-shadow > .vc_grid-item-mini {
     box-shadow: 0 4px 4px 0 rgba(198,210,226,0.6);
     cursor: pointer;
     min-height: 260px;
}
 .grid-shadow > .vc_grid-item-mini:hover {
     box-shadow: 0 8px 8px 0 rgba(198,210,226,0.6);
     transition: box-shadow 0.2s ease-in-out;
}
/* VC button color override */
 .vc_btn3.vc_btn3-color-info, .vc_btn3.vc_btn3-color-info.vc_btn3-style-flat, .vc_btn3, .vc_btn3.vc_btn3-color-blue, .vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat {
     color: #fff;
     background-color: #4385F4;
     font-family: 'MessinaSansWeb-Bold', 'Inter', Helvetica, sans-serif;
     font-weight: 700;
     
}
 .vc_btn3.vc_btn3-color-white, .vc_btn3.vc_btn3-color-white.vc_btn3-style-flat {
     color:#000;
}
 .vc_btn3.vc_btn3-shape-rounded {
     border-radius: 2px;
}
 .vc_btn3.vc_btn3-style-custom {
     background-image: none !important;
}
 .vc_btn3.vc_btn3-style-custom:focus, .vc_btn3.vc_btn3-style-custom:hover {
     filter: saturate(.85);
}

.uf-btn .vc_btn3.vc_btn3-size-lg {
	font-size:13px !important;
	border-width:1px !important;
	letter-spacing: normal !important;
}

 @media only screen and (min-width: 768px) {
     .five-columns.vc_row .vc_col-sm-2 {
         float: left;
         width: 18.8%;
         padding: 0;
         margin-right: 1.5%;
         min-height: 0;
    }
     .five-columns.vc_row .vc_col-sm-2:nth-last-child(2) {
        margin-right: 0;
    }
}

/* Featured Product Template Styles */
 .page-id-2934 .sec.text-center, .featured_product .sec.text-center {
     background-color: #f4f7fb;
     text-align: left;
     padding-top: 0;
}
 .featured_product .white *, .featured_product .white * > a {
     color: #FFF;
}
 .featured_product .uf-icon .vc_icon_element-inner, .featured_product .shadow {
     box-shadow: 0 2px 30px 0 rgba(198,210,226,0.5);
}
 .featured_product .shadow {
     -webkit-transition-property: color,background-color,-webkit-box-shadow,-webkit-transform;
     transition-property: color,background-color,-webkit-box-shadow,-webkit-transform;
     transition-property: color,background-color,box-shadow,transform;
     transition-property: color,background-color,box-shadow,transform,-webkit-box-shadow,-webkit-transform;
     -webkit-transition-duration: .15s;
     transition-duration: .15s;
}
 .featured_product .shadow-img img, .shadow-img img {
     filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#C6D2E2')";
     filter: url(#drop-shadow);
     -webkit-filter: drop-shadow(0 2px 20px rgba(198,210,226,0.5));
     filter: drop-shadow(0 2px 20px rgba(198,210,226,0.5));
}
 .featured_product .uf-icon .vc_icon_element-inner {
     padding: 15px;
}
 .featured_product .uf-icon .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon::before {
     font-size:1.2em;
}
 .featured_product p, .featured_product ul li {
     color: #000;
     font-size: 18px;
     line-height: 1.58;
}
 .featured_product p.eyebrow {
     color: #607D9C;
     text-transform: uppercase;
     letter-spacing: 2px;
     font-family: 'MessinaSansWeb-Bold', 'Inter', Helvetica, sans-serif;
     font-weight: 700;
     margin-bottom: 1rem;
}
 .featured_product p.display{
     font-size: 1.5rem;
     line-height: 150%;
}
 .featured_product p a, .featured_product p.eyebrow a {
     color: #4385F4 !important;
     font-weight: inherit;
}
 .featured_product p a:hover, .featured_product p.eyebrow a:hover, .featured_product h4 a:hover {
     color: #83aff8 !important;
}
 .featured_product a.btn {
     margin:5px 0px;
     padding:14px 20px;
     text-align:center;
     text-transform:uppercase;
     font-family: 'MessinaSansWeb-Bold', 'Inter', Helvetica, sans-serif !important;
     font-weight: 700 !important;
     letter-spacing: 2px;
     font-size: 14px;
     border-radius:2px;
}
 .featured_product a.btn.btn_primary{
     background:#4285f3;
     color:#fff !important;
}
 .featured_product a.btn.btn_primary:hover {
     background: #3fafd4;
     cursor: pointer;
}
 .featured_product a.btn.btn_secondary {
     background: #fff;
     color: #000 !important;
}
 .featured_product a.btn.btn_secondary:hover {
     background:#ccc;
     cursor:pointer;
}
 .featured_product h1, 
 .featured_product h2,   
 .featured_product h3, 
 .featured_product h4, 
 .featured_product h5, 
 .featured_product h6,
 .featured_product .w700 h1,
 .featured_product .w700 h2 {
     color: #000;
     font-family: 'MessinaSansWeb-Bold', 'Inter', Helvetica, sans-serif;
     font-weight: 700 !important;
     line-height: 1.25;
}
.featured_product .w600 h1,
.featured_product .w600 h2 {
	font-weight: 600 !important;
}
.featured_product .MessinaSans-SemiBold h1, 
.featured_product .MessinaSans-SemiBold h2,
.featured_product .MessinaSans-SemiBold h3,
.featured_product .MessinaSans-SemiBold h4,
.featured_product .MessinaSans-SemiBold h5,
.featured_product .w400 h1,
.featured_product .w400 h2,
.featured_product .w400 h3,
.featured_product .w400 h4,
.featured_product .w400 h5 {
	font-weight: 400 !important;
}

.featured_product .MessinaSans h3,
.featured_product .MessinaSerif h3 {
	font-size: 32px;
	font-weight:600;
}

.featured_product .MessinaSans.larger h3,
.featured_product .MessinaSerif.larger h3 {
	font-size: 36px;
}

 .featured_product h1, 
 .featured_product h2, 
 .featured_product h3 {
     letter-spacing: -0.5px !important;
}
 .featured_product a, 
 .featured_product p, 
 .featured_product li {
     font-family: 'MessinaSansWeb', 'Inter', Helvetica, sans-serif;
     font-weight: 400;
}
 .featured_product h3, .descriptors h3 {
     font-size: 1.75rem;
     font-weight: bold;
     font-family: 'MessinaSansWeb-Bold', 'Inter', Helvetica, sans-serif;
}
 .featured_product h4, .featured_product h5 {
     line-height: 1.5em;
}
 .featured_product h4, .feed-list h4 a {
     font-size: 1.5rem;
     font-style: normal;
     font-weight: bold;
     font-family: 'MessinaSansWeb-Bold', 'Inter', Helvetica, sans-serif;
     color: #000;
}
 p.quote::before {
     content: """;
     margin-left: -0.5em;
     position: absolute;
}
 p.quote::after {
     content: """;
     margin-left: 0.05em;
}
 .hero-logos .image-block img {
     max-height:80px;
     max-width:100%;
     width:auto;
}

 #home-banner .vc_btn3-inline {
     float:left;
     display:inline-block;
     margin-right:10px;
}
 #home-banner {
     top:-10px;
}
 #our-customers {
     position:relative;
}
 .flush-right img {
     margin-right: -20px;
}
 .flush-left img {
     margin-left: -20px;
}
 .cta-right {
     text-align:right;
}
 .contained {
     max-width:1200px;
     margin-left:auto;
     margin-right:auto;
}
 .solution-image {
     min-height:464px;
     box-shadow: 0 2px 30px 0 rgba(198,210,226,0.5);
}
 .solution-block {
     min-height:210px;
     padding: 24px;
     box-shadow: 0 2px 30px 0 rgba(198,210,226,0.5);
}
 .solution-block-two .solution-block {
     min-height:246px;
     box-shadow: 0 2px 30px 0 rgba(198,210,226,0.5);
}
 .feed-box {
     padding:10px;
}
 .five-columns .logo .vc_column-inner {
     padding-top:0px;
}
 .feature-banner {
     min-height: 360px;
}
 .sec-feature-intro-short {
     position: relative;
     top: -90px;
}
 .sec-customers-short {
     position:relative;
     top:-85px;
     margin-bottom:-85px;
}
 .sec-customers-short h2 {
     color: #000000;
     font-family:'MessinaSansWeb-Bold', 'Inter', Helvetica, sans-serif;
     font-size: 36px;
     font-weight: bold;
     line-height: 45px;
     text-align: center;
}
 .sec-customers-short h4 {
     color:#000;
     font-family:'MessinaSansWeb-Bold', 'Inter', Helvetica, sans-serif;
     font-weight: bold;
     font-size:24px;
     line-height:36px;
     text-align:center;
     font-style:normal;
     max-width:945px;
     margin-left:auto;
     margin-right:auto;
}
 .or-start-7-day-free {
     color: #4385F4;
     font-family: 'MessinaSansWeb-Bold', 'Inter', Helvetica, sans-serif;
     font-size: 16px;
     font-weight: bold;
     letter-spacing: 2px;
     line-height: 19px;
     text-align: center;
}
 .prod-built {
     text-align:center;
}
 .prod-built h4 {
     font-size:24px;
     line-height:32px;
     font-style:normal;
     color:#000;
     font-weight:bold;
     font-family: 'MessinaSansWeb-Bold', 'Inter', Helvetica, sans-serif;
}
 .prod-benefits h5 {
     text-transform:none;
     color:#000;
     font-weight:bold;
     font-family: 'MessinaSansWeb-Bold', 'Inter', Helvetica, sans-serif;
     font-size:18px;
     line-height:27px;
     letter-spacing:0;
}
 .prod-benefits p {
     text-align:center;
}
 .closing-cta a.yellow {
     color: #FFC107 !important;
}
 .image-2x-icons {
     max-width: 36px;
}
/* Closing CTA inset block style */
 .cta-block > .wpb_column > .vc_column-inner {
     overflow: hidden;
}
 .cta-block img {
     margin-left: -32px;
}
 @media screen and (min-width: 1024px) {
     .cta-block > .wpb_column > .vc_column-inner {
         border-radius: 20px;
    }
}
 @media screen and (min-width:980px) {
     .cta-block-button {
         margin-top: 24px;
    }
}
/* Announcement block styles */
 .announcement-bar {
     top: -12px;
}
 @media only screen and (max-width: 768px) {
     .announcement-bar > * {
         text-align: center;
         padding-bottom: 8px;
    }
}

/* Quote block styles */
 .quote-block .vc_column_container {
     padding: 0px !important;
}
 .quote-block p.quote {
     font-family: georgia, palatino, serif;
     font-size: 21px;
     font-style: italic;
     line-height: 1.58;
}
/* Accordion Styles */
 .wpb-js-composer .vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-heading, .wpb-js-composer .vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading {
     border-color:#D9E2ED !important;
     background-color:transparent !important;
     border-left:none !important;
     border-right:none !important;
}
 .wpb-js-composer .vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading {
     background-color:transparent !important;
     border-left:none !important;
     border-right:none !important;
}
 .wpb-js-composer .vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:focus, .wpb-js-composer .vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:hover {
     background-color:#E6ECF3 !important;
     color:#000 !important;
}
 .wpb-js-composer .vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-title > a, .wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title > a {
     color:#000 !important;
     font-size:18px !important;
     font-style:normal !important;
     line-height:27px !important;
     font-weight:bold !important;
     font-family:'MessinaSansWeb-Bold', 'Inter', Helvetica, sans-serif !important;
}
 .wpb-js-composer .vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:focus > h4 > a, .wpb-js-composer .vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:hover > h4 > a {
     color:#000 !important;
}
 .wpb-js-composer .vc_tta.vc_tta-o-no-fill .vc_tta-panels .vc_tta-panel-body h5 {
     text-transform:none;
     margin:0 0 25px;
     letter-spacing:0;
     font-size:18px;
     line-height:27px;
}
 .wpb-js-composer .vc_tta.vc_tta-o-no-fill .vc_tta-panels .vc_tta-panel-body h5, .wpb-js-composer .vc_tta.vc_tta-o-no-fill .vc_tta-panels .vc_tta-panel-body strong {
     color:#000;
}
 .wpb-js-composer .vc_tta.vc_tta-o-no-fill .vc_tta-panels .vc_tta-panel-body p {
     font-size:16px;
     line-height:27px;
}
 .wpb-js-composer .vc_tta.vc_tta-style-modern .vc_tta-panel-body, .wpb-js-composer .vc_tta.vc_tta-style-modern .vc_tta-panel-heading{
     background-image: none !important;
}
 .wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body {
     padding-left:50px !important;
}
/* End Accordion Styles */
 .featured_product #map, .featured_product #mapbox-div {
     min-height:400px;
}
 .featured_product #map {
     position: absolute;
     top: 0;
     bottom: 0;
     width: 100%;
}
 .featured_product .fly {
     display: block !important;
     position: relative;
     margin-top: 8px;
     margin-left: 24px;
     padding: 10px 12px !important;
     border: none;
     border-radius: 4px;
     -moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.1);
     -webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.1);
     box-shadow: 0px 0px 0px 2px rgba(0,0,0,0.1);
     font-size: 14px !important;
     text-align: center;
     color: #000;
     background: #FFF;
     font-family: 'MessinaSansWeb-Bold', 'Inter', Helvetica, sans-serif;
     font-weight: 700;
}
 .featured_product .fly:active, .featured_product #flyBAL:active, .featured_product .fly:hover, .featured_product .fly:focus {
     background: #FFC107;
     cursor: pointer;
}
 .mapboxgl-ctrl-group > button {
     display:block !important;
     padding:0 !important;
}
 .neg-margin img, .prod-built .two-x img {
     max-width:180px;
     height:auto;
}
 .faqs .two-x img, .prod-benefits .two-x img {
     max-width:37px;
}
 @media only screen and (max-width: 1200px) {
     .hideextra {
        display:none !important;
    }
}
 @media only screen and (max-width: 1180px) {
     .solution-image {
         min-height: 500px;
    }
     .solution-block {
         min-height:232px;
    }
     .solution-block-two .solution-block {
         min-height:265px;
    }
}
 @media only screen and (max-width: 992px) {
     .feed-box {
         padding:10px 1%;
    }
}
 @media only screen and (max-width: 768px) {
     .hidemobile {
        display:none;
    }
     .descriptors {
        padding-top:0px;
        padding-bottom:0px;
    }
     .flush-right img {
         margin-right: 0;
    }
     .flush-left img {
         margin-left: 0;
    }
     .vc_col-sm-3.text {
        width:100%;
    }
     .cta-left, .cta-right {
         text-align:center;
    }
     .solution-block {
         min-height:236px;
    }
     .solution-block-two .solution-block {
         min-height:275px;
    }
     .feed-box {
         padding:10px 5%;
    }
     .map-icon {
         margin-top: 0px !important;
    }
}
 @media only screen and (max-width: 767px) {
     .solutions-box {
         background-color:#fff;
         padding-top:35px;
         margin-left: 0px;
         margin-right: 0px;
    }
     .solution-block-two {
        margin-top:-75px !important;
    }
     .solution-image, .solution-block-two .solution-block, .solution-block {
         min-height: 320px;
         box-shadow:none !important;
    }
     .solution-block-two .vc_column-inner {
         padding-right: 0px !important;
         padding-left: 0px !important;
    }
     .solution-block-two .solution-block {
         margin: -25px 30px 0px 30px !important;
    }
     .vc_custom_1545178659365.solution-block {
         margin-bottom: 0px !important;
         margin-top: 0px !important;
    }
     .vc_custom_1545178665798.solution-block {
         margin-top: 10px !important;
         margin-bottom: 35px !important;
    }
     .vc_col-sm-6.text {
        width:100%;
    }
}
 @media only screen and (min-width:768px) {
     .prod-built {
         text-align:left;
    }
     .prod-built .wpb_single_image.vc_align_center {
         text-align:left;
         margin-left:-25px;
         margin-right:25px;
    }
     .descriptors .text {
         padding: 0px 25px !important;
    }
     .rev-row {
         flex-direction:row-reverse;
    }
     .featured_product canvas.mapboxgl-canvas {
         width:100% !important;
         height:auto !important;
    }
     .featured_product #map, .featured_product #mapbox-div {
         min-height:600px;
    }
     .sec-customers-short {
         top:0px;
         margin-bottom:0px;
    }
}
 @media only screen and (min-width:1200px) {
     .feature-banner {
         min-height: 480px;
    }
     .descriptors .text {
         padding: 0px 65px !important;
    }
}
 @media only screen and (min-width:1682px) {
     .flush-left img, .flush-right img {
         width: 800px;
    }
     .descriptors .wpb_single_image.vc_align_left {
         text-align:right;
    }
     .descriptors .wpb_single_image.vc_align_right {
         text-align:left;
    }
     .descriptors .text {
         max-width:800px;
    }
}
/* Left-align blog text on mobile */
 .post-details-sidebar, .single-post, .content-editor-section{
     text-align: left !important;
}



/* ----------- start new style additions  2023 -----------  */

.vc_row.hero-left {
	background-position: left center !important;
}

.vc_row.hero-left  .hero-left-content {
	padding-left: 40px !important;
}

 @media only screen and (max-width:1400px) {
	.vc_row.hero-left  .hero-left-content {
		background-color: rgba(219,240,255,.9) !important;
		border-radius: 30px;
	}
	.vc_row.hero-left  .hero-left-content.orange {
			background-color: rgba(253,220,202,.9) !important;
	}
	.vc_row.hero-left  .hero-left-content.purple {
			background-color: rgba(243,230,248,.9) !important;	
	}

}

@media only screen and (max-width:900px) {
	.vc_row.hero-left h1 {
	
	}
	.vc_row.hero-left {
		background-size: cover !important;
	}	
}
 @media only screen and (max-width:810px) {
	.vc_row.hero-left  .hero-left-content {
		padding-left: 0px !important;
	}
 }
 

/* reverse columns on mobile */
@media only screen and (max-width: 769px) {
	.swap-on-mobile {
		display: flex !important;
		flex-direction: column-reverse;
	}
}

/* Logo Carousel */
.logo-carousel .vc_images_carousel {
    width:100% !important;
    min-height:100px;
}
.logo-carousel .slick-track img,
.logo-carousel .vc_images_carousel img {
    /*
    filter: invert(62%) sepia(9%) saturate(640%) hue-rotate(193deg) brightness(94%) contrast(95%);
    */
    filter: grayscale(1);
    max-height:55px;    
    width:auto;
}    
.logo-carousel .vc_images_carousel .vc_item {
    min-width:100px;
    height:auto;
}

.logo-carousel h2.wpb_gallery_heading {
    color:#80BFFF !important;
    font-size:18px;
    text-transform:uppercase;
    text-align:center;
    margin-bottom: 35px;
}

/* row of 11 cells padding */
.logo-table {
    padding-left:5%;
}
@media screen and (max-width: 800px) {
    .logo-table {
        padding-left:0;
    }   
}

/* overlapping 3 box section */
.z-index-1 {
	z-index: 1;
  	position: relative;
}


@media (max-width: 767px) {
  .hide-on-mobile {display:none !important;}
  .shrink-on-mobile {height: 10px !important; }
}
@media (min-width: 768px) {
  .hide-on-desktop {display:none !important;}
}

@media (max-width: 768px) {
	.up-on-mobile {  		margin-top:-55px;	}
	.center-on-mobile {text-align:center !important;}
	.left-align-on-mobile {text-align:left !important;}
	.reduce-top-margin-on-mobile {margin-top:-16px !important;}
	.more-reduce-top-margin-on-mobile {margin-top:-32px !important;}
	.increase-top-margin-on-mobile {margin-top:16px !important;}
	.more-increase-top-margin-on-mobile {margin-top:32px !important;}
	.reduce-bottom-margin-mobile {margin-bottom:-48px !important}
	.increase-bottom-margin-mobile {margin-bottom:32px !important;}
	.tiny-bottom-margin-mobile {margin-bottom:6px !important;}
	.neg-tiny-bottom-margin-mobile {margin-bottom:-6px !important;}
	.pad-15-on-mobile {padding-right:15px !important;padding-left:15px !important;}
}
@media (max-width: 1385px) {
  /* 1385px 1250px*/
  .increase-top-margin-md {margin-top: 24px !important;}
}

@media (max-width: 1024px) {
  .margin-sm {margin-left: 2px !important; margin-right: 2px !important;}
}



.pad-l-10 {padding-left:10px;}
.pad-l-15 {padding-left:15px;}
.evc-icon-with-text.pad-l-20 {padding-left:20px;}



/* VC - "Centered CTA Button"  */
.lightblue .vc_btn3-shape-round,
.darkblue .vc_btn3-shape-round,
.darkblue .vc_btn3-shape-round:hover {
	color:#fff !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
    text-transform:uppercase;	
    letter-spacing: 3px;
}
.darkblue .vc_btn3-shape-round {
	color:#4856B4 !important;
}
.evc-icon-with-text.evc-iwt-icon-left:not(.text-only) .evc-iwt-content, 
.evc-icon-with-text.evc-iwt-icon-left:not(.text-only) .evc-iwt-icon-holder {
  vertical-align: middle !important;
}


.evc-predefined-style .evc-shortcode,
.evc-predefined-style .evc-shortcode a {
	font-family: 'MessinaSansMono', 'Inter', Helvetica, sans-serif !important;
	font-weight:400 !important;	
}

.evc-predefined-style .evc-shortcode.MessinaSans.w700,
.evc-predefined-style .evc-shortcode.MessinaSans.w700 a {
	font-family: 'MessinaSans', 'Inter', Helvetica, sans-serif !important;
	font-weight:700 !important;	
	color: #101828;
}


.evc-predefined-style .evc-shortcode.text-only.pad-top-10 {
	padding-top:10px;
}
.evc-predefined-style .evc-shortcode.text-only,
.evc-predefined-style .evc-shortcode.text-only p {
	font-family: 'MessinaSansWeb', 'Inter', Helvetica, sans-serif !important;
	font-weight:600 !important;
}
.evc-predefined-style .evc-shortcode.text-only.w400 ,
.evc-predefined-style .evc-shortcode.text-only.w400  p {
	font-weight:400 !important;
}
.small-title h1, 
.small-title h2, 
.small-title h3, 
.small-title h4, 
.small-title h5 {
    font-size:18px !important;
    line-height:28px;
}
.small-title img {
	max-height:25px;
}
	
.medium-title h1, 
.medium-title h2, 
.medium-title h3, 
.medium-title h4, 
.medium-title h5,
.medium-title a,
.medium-title.evc-icon-with-text{
    font-size:18px !important;
    line-height:28px;
	color:#1B1F38 !important;
}

.home .medium-title h1, 
.home .medium-title h2, 
.home .medium-title h3, 
.home .medium-title h4, 
.home .medium-title h5,
.home .medium-title a,
.home .medium-title.evc-icon-with-text,
.white .medium-title h1, 
.white .medium-title h2, 
.white .medium-title h3, 
.white .medium-title h4, 
.white .medium-title h5,
.white .medium-title a,
.white .medium-title.evc-icon-with-text{
	color:#FFF !important;
	line-height:28px;
	margin-top: -2px;
}


.subtitle h5 {
	font-size:20px !important;
	font-weight:400 !important;
	color:#28294A !important;
	font-family: 'MessinaSansWeb', arial, helvetica, sans-serif !important;
}
.orange-arrow.before p:before,
.orange-arrow.after p:after {
	content: "\f061";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #F56859;
	display: inline-block;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;	
}

.orange-arrow.after p:after {
  padding-left: 5px;
}
.orange-arrow.before p:before {
  margin-left: -25px;
  padding-right: 10px;
}
 @media screen and (max-width:1024px) {
	 .orange-arrow.before {
		 margin-left: 25px;
	 }
}
.medium-title.arrow h3 a:after,
.home .medium-title.arrow h3 a:after,
.pl-icon-holder .content-holder h5:after {
	content: "\f061";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color:#000;
	padding-left:5px;
	display:inline-block;
}
.pl-icon-holder .content-holder h5:after {
	padding-left:15px;
}
.white .medium-title.arrow h3 a:after, 
.home .medium-title.arrow h3 a:after,
.pl-icon-holder .content-holder h5:after {
	color:#80BFFF;
}

.evc-iwt-text {
	color:#000;
	font-family: 'MessinaSans' !important;
	font-weight: 400 !important;
	margin-top: 0 !important;
	text-transform: none !important;
}

.slick-slide .content-holder p:before,
.textarrow p.evc-iwt-text:before {
	/*
	content: "\e5da";
	font-family: vc_material !important;
	font-weight: 400;
	*/
	content:'';
	background:url('../images/icons/icon-leftside-arrow.svg');
	display:inline-block;
	height:11px;
	width:13px;
	color:#000;
	margin-right:5px !important;
}

.home .evc-predefined-style .evc-shortcode p,
.home .evc-iwt-text,
.home .textarrow  .evc-iwt-text:before,
.white .evc-predefined-style .evc-shortcode p,
.white .evc-iwt-text,
.white .textarrow  .evc-iwt-text:before {
	color:#fff !important;
}

.add-arrow a {
  width: 95% !important;
  display: inline-block;
}
.add-arrow a:after {
	content:'';
	background:url('../images/icons/icon-arrow-up.svg');
	display:inline-block;
	height:23px;
	width:20px;
	color:#000;
	margin-left:5px !important;
	position: absolute;
	right:5px;
	top:35px;
}

.textarrow p.evc-iwt-text:before {
	/*
	content: "\e5da";
	font-family: vc_material !important;
	font-weight: 400;
	*/
	content:'';
	background:url('../images/icons/icon-leftside-arrow.svg');
	display:inline-block;
	height:11px;
	width:13px;
	color:#000;
	margin-right:5px !important;
}


.medium-title img,
.medium-title.evc-icon-with-text img,
.pl-icon-holder .icon img {
	max-height:  50px;
	height: 50px;
	width:50px;
}
.medium-title.evc-icon-with-text .evc-iwt-content{
	padding:8px;
}
.medium-title.evc-shortcode {
	margin-bottom:16px !important;
	padding: 7px 10px 10px 10px !important;
}
@media (max-width: 810px) {
	.hide-icon-mobile .evc-iwt-icon-holder {
		display:none !important;
	}
}
.small-title .caps,
.medium-title .caps,
.evc-icon-with-text.caps {
	text-transform:uppercase !important;
}
.evc-icon-with-text {
	padding:5px;
}
.evc-icon-with-text.medium-title:hover {
  background: #F2F4F7;
  color:#1B1F38 !important;
  border-radius: 10px;
}
.icon-link.evc-icon-with-text h5 a {
	font-family: 'MessinaSansWeb', arial, helvetica, sans-serif !important;
	color: #101828;
	font-weight:600;
}

.icon-link.evc-icon-with-text:hover{
  background: #D5EDFF!important;
  color:#101828 !important;
  border-radius: 10px;
}
.icon-link.evc-icon-with-text .evc-iwt-link:hover {
	color:#101828 !important;
}

.home .evc-icon-with-text:hover,
.white .evc-icon-with-text:hover {
  border-radius: 10px;
  color:#fff !important;
  background: rgba(44,57,130);
}

.home .nohover.evc-icon-with-text:hover,
.white .nohover.evc-icon-with-text:hover,
.nohover.evc-icon-with-text:hover,
.nohover.evc-icon-with-text:hover a {
  color:#101828 !important;
  background: transparent !important;
}
.evc-icon-with-text.icon-up img {
	top: -10px;
}
.evc-icon-with-text.fourblock img {
	position: relative;
	max-width:60px !important;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;	
}
.evc-icon-with-text.fourblock h3 {
	font-size:26px !important;
}
.evc-icon-with-text.fourblock.evc-iwt-icon-left .evc-iwt-icon-holder {
  padding-right: 10px;
}

.fourblock-item .wpb_single_image img {
	border-radius: 5px 5px 0 0;
}

.grayline.vc_separator .vc_sep_holder .vc_sep_line {
	border-color:#98A2B3 !important;
}


.smaller-purple-link a {
	color:#60346B !important;
	font-size:16px;
}
.smaller-purple-link  a:hover {
	color:#60346B !important;
}

.rounded {
  padding: 5px 15px;
  margin: 15px 0;
  color: #4856B4;
  border: 1px solid #4856B4;
  border-radius: 15px;
  font-size: 14px;
  font-weight: 400;
  font-family: 'MessinaSansMono',courier, sans-serif;
  display: inline-block;
  text-transform: uppercase;
  line-height: 18px;
}
.dark .rounded {
	color:#fff;
	border-color:#7FBEFE;
}

.rounded.blue-white {
  color: #fff;
  border: 1px solid #7FBEFE;
}

.mini-header {
	white-space: pre-line; /* pre */
	font-size: 14px !important; /* 14.3px */
	letter-spacing: 1.5px;
	font-family: 'MessinaSansMono', 'Inter', Helvetica, sans-serif !important;
	line-height:20px !important;
	display: block !important;
	margin-bottom: 6px 0px !important;
	color:#252F70;
}
.mini-header.blue {
	color: #4780BE !important;
	display: inline !important;	
}
.mini-header.uppercase {
	text-transform:uppercase;
}

.vc_gitem-post-data.mini-header {
	text-transform:uppercase;
}

/* Large / Small Icon CTA */
.uf-list a,
.uf-list a * {
    color:#D0A8DF !important;
}
.uf-list dl {
  width: 100%;
  overflow: hidden;
}
.uf-list dt {
  float: left;
  clear: both;
  width: 10%;
  padding:0px;
}
.uf-list dd {
  float: left;
  width: 90%;
  padding: 10px;
  margin-bottom:20px;
}

 @media only screen and (max-width:390px) {
 	.uf-list dt img {
		padding-top:8px;
	}
	.uf-list dd a {
		display:block;
	}
 
 }

.animate-overflow {
    max-width:100%;
    overflow:hidden;
}

@media screen and (min-width: 811px) {
	.quote-image .vc_column-inner {
  		border-radius:20px 0 0 20px !important  
	}
}
#home-quotes .evc-t-content {
	text-align:left;
	font-family:'MessinaSans';
}
#home-quotes .evc-t-text {
	color:#000000 !important;
	font-size:25px;
	line-height:32px;
}
#home-quotes .evc-t-author,
.evc-testimonials .evc-t-author-label {
	color:#252F70;
	font-size: 18px;
	line-height: 28px;
}
#home-quotes .evc-t-author-position {
	display:block;
	color:#475467;
	font-size: 16px;
	line-height: 24px;
}	
 @media only screen and (min-width:768px) {
	.evc-owl-carousel .owl-dots {
	  text-align: left;
	}
}
.evc-owl-carousel .owl-dots .owl-dot span {
	background-color: #90A3DA;
}
.evc-owl-carousel .owl-dots .owl-dot.active span {
	background-color: #4856B4;
}

/* header */
header {
	background: #FCFCFD;
	max-width:100%;
}
.home header {
	background: #202B5B;
}
#main-header .logo {
	margin-top:0px;
}
 @media only screen and (max-width:639px) {
	#main-header .logo {
	  margin-top:-3px;
	}
}	
#main-header {
	background: #FCFCFD;
	border-radius: 0 0 20px 20px;
	box-shadow: 0px 0px 8px #ccc;

	/* 
	max-width:100%;	
	margin: 0 15px;
	header update */	
	margin:0 auto;
	max-width:1200px;
	z-index: 100;
}

/* header update */
#main-header .row {
	max-width:1200px;
	max-width: 95%;
}

@media screen and (max-width: 1095px) {
	#main-header{
		border-radius: 0;
		margin: 0px !important;
	}
	#footer-main {
		margin: 0px !important;
	}
	.footer-inner {
		border-radius: 0 !important;
	}
}

.home #main-header {
	background: #2E3A82;
	box-shadow:0px 0px 0px;
}

#home-quotes .wpb_content_element {
	margin-bottom:0px !important
}

/* intro hero row */
#intro-row .text-div {
	padding:45px 35px 45px 54px !important;
}
@media (max-width: 810px) {
	#intro-row .text-div {
		padding:25px !important;
	}
}

/* Foundations template */
.icon-data-cells .wpb_text_column {
    background:#F4F7FA;
    padding:24px;
    min-height: 335px;
    border-radius: 10px;
}
.wide-then-narrow {
	padding:15px 35px !important;
}
@media (max-width: 1024px) {
	.wide-then-narrow {
		padding:15px 5px !important;
	}
	.add-pad-mobile {
		padding-left:25px !important;
		padding-right:25px !important;
	}
}


/* Footer / footer Menu Restyling */

/* usurp footer 2-cols for 5 spacing */
@media print, screen and (min-width: 40em) {
 #footer-main  .large-2 {
	  width: 20%;
  }
}


/*----[whole footer]----- */
footer {
	
}

#footer-main {
	width:auto !important;
	padding: 5.5rem 0 0 0;
	margin:-15px 15px 0 15px;
}
.footer-inner {
	background: #1B1F38;
	border-radius:20px 20px 0px 0px;
	padding-top: 20px;
	position: relative;
	max-width: 100%;
	max-width: 95%;
	
	/* force footer to center to match header */
	max-width: 1200px;
	margin: 0 auto;
}
/*----[whole footer]----- */

#footer-main .row,
#footer-main a {
	background: #1B1F38; 
	max-width:100%;
	max-width: 95%;
}

#footer-main .lower-row a, 
#footer-main .bottom-row a,
#footer-main .bottom-row p {
	opacity:.7 !important
}
#footer-main a:hover {
	opacity:1 !important
}
#footer-main .logo-socials-right,
#footer-main .btn-box {
	text-align: right;
}
#footer-main  * {
	color:#fff; 
} 
#footer-main .footer-inner .row:first-child {
    padding: 60px 0px 20px 0px;
    border-radius: 20px 20px 0 0;
	max-width:100%;
	max-width: 95%;
}
#footer-main .text-row {
	
}
#footer-main .text-row hr.footer-border {
	padding-top:30px;
}
#footer-main .lower-row {
	padding-top:40px;
}
#footer-main .footer-penal {
	margin-top: 0px;
}	
#footer-main .btn-box {
	margin: 20px 0px;
}
@media (min-width: 1024px) {
	#footer-main .logo-socials,
	#footer-main .btn-box {
		padding-left:60px;
	}
}
#footer-main .btn-box a.btn {
	background: #4856B4 !important;
	color: #DBF0FF !important;
	font-family: 'MessinaSansWeb-Bold', 'Inter', Helvetica, sans-serif;
	font-weight: 700;
	letter-spacing: 0;
	font-size: 14px !important;
    border-radius: 5px !important;
	margin: 10px 20px 10px 0px;
	padding: 12px 15px;
	display: inline-block;
	-webkit-transition-duration:.5s;
	-webkit-transition-timing-function:linear;
	-webkit-transition-delay:0s;	
	position: relative;
	white-space: nowrap ;
}
#footer-main .btn-box a.btn:hover {
	background: #7192E5 !important;
	color: #fff !important;
}
@media (max-width: 1024px) {
	#footer-main .btn-box a.btn {
	margin-left:-30px;
	}
}
#footer-main .btn-box a.btn i {
  -webkit-transform: rotate(-45deg);
   transform: rotate(-45deg);
}

#footer-main .btn-box a i {
	color:#000;
}
#footer-main .btn-box a.btn:hover i {	
  	position: relative;
	/*
	left:2px;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);	
	*/
}

#footer-main .logo a img {
	width:300px;
}
#footer-main ul.social {
  margin: 10px;
  padding:0px;
 }

#footer-main .widget ul li {
	margin-bottom: 20px !important;
}
#footer-main .widget ul li:first-child {
	margin-bottom: 20px !important;
}

 
 /*footer /  rotating text areas */
 
.headtext,
.container {
	background-position: center;
	background-size: cover;
	height: 60px;
	display: flex;
	/* justify-content: center; */
	align-items: center;
	padding:40px 10px;
	margin:20px 0px;
	max-width:100%;
}
.headtext {
	padding:0px;
}
.headtext > .wpb_wrapper {
	width:100%;
}

.container p,
.headtext h1,
.headtext h1 span.static-text,
.headtext h1 span.typed-text2,
.container p span.static-text,
.container p span.typed-text {
	font-family:'MessinaSerifLight', Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif" !important;
}

.container p,
.headtext h1 {
	font-size: 3.5rem;	
	line-height:100%;
	padding: 0.5rem;
	letter-spacing: .5px;
	text-align: left;
	overflow: hidden;
	width:100%;
}
.headtext h1 {
	position: absolute;
	z-index: 1000;
	top: -40px;
	min-height: 200px;
	display: block;	
}
.headtext h1 {
	font-size: 3rem;	
	font-weight:normal !important;
	text-shadow: 0 0 1px #000;
	padding: 0 10px 0 0;
	line-height:125%;
}

.headtext h1 span.static-text,
.container p span.static-text {
	display:inline;
	min-height:50px;
	color:#fff;
	vertical-align: top;
}
.headtext h1 span.typed-text2,
.container p span.typed-text {
	color: #99CCF9 !important;
	display:inline;
	min-height:60px;
	max-width: 95%;
}
.container p span.static-text,
.container p span.typed-text {
	display:block;
	min-height:60px;
}
.hood {
	color: #99CCF9 !important;
}

/* JS marquee text */
.text-marquee marquee, 
.text-marquee  .marquee span {
    font-weight:bold;
    color:#4780BE;
    font-family: MessinaSansMono;
}

.text-marquee .marquee {
   overflow: hidden;
   width:100%;
 }
.text-marquee .marquee span{
	margin:0 15px;
}

.menu-item {
     font-family: 'MessinaSansWeb', 'Inter', Helvetica, sans-serif !important;
     font-weight: 400;
}

#footer-main ul.menu li.link a,
#footer-main ul.menu li:first-child a {
     font-family: 'MessinaSansWeb-Bold', 'Inter', Helvetica, sans-serif;
     font-weight: 700;
     letter-spacing: .12em !important;
     text-transform: uppercase !important;
     color: #fff !important;
     cursor:default !important;
}
#footer-main ul.menu li.link a:hover,
 #footer-main ul.menu li:first-child a:hover {
    /* color: #4F779D !important;
     #2057b5 */
     color: #fff !important;
     opacity: .7 !important;
}
 .menu > li > a {
     line-height: 1.4em !important;
     font-size: 1rem !important;
}
 .widget_nav_menu{
     padding-bottom: .8em !important;
}

#footer-main #menu-footer-menu-2 {
	margin-top:0px !important;
}


/* larger breakpoint */
 @media (max-width: 1200px){
	#footer-main {
	 	padding: 6rem 0 0 0;
	 		/* 3.75 0 0 0 */
	}
	.headtext h1,
	.container p {
		font-size: 2.5rem;
	}
}

@media screen and (max-width: 800px) {
	#footer-main .logo-socials, #footer-main .btn-box {
	  padding-left: 30px;
	}
}
@media screen and (max-width: 768px) {
	.container {
		padding:30px 15px;
	}
	.headtext h1 {
		font-size: 1.8rem;
		line-height:125%;
		top: 60px;	
	}
	.container p {
		font-size: 1.7rem;
		padding: 0.5rem;
		letter-spacing: .5px;
		line-height:100%;
		text-align:center;
	}
	.container p span.static-text,
	.container p span.typed-text {
		min-height:30px;
	}
	#footer-main > .row:first-child {
  		padding: 30px 20px 40px 20px;
  	}
	#footer-main .logo-socials, 
	#footer-main .btn-box {
		padding-left:0px;
		text-align:center;
	}

	#footer-main .btn-box a.btn {
		display:block;
		margin: 10px auto;
		max-width:65%;
		min-width:150px;
		white-space: nowrap !important;
	}
 }

/* smaller breakpoint */
 @media (max-width: 639px){
	#footer-main {
		margin-top: 2em !important;
	}
	#footer-main .logo-socials-right,
	#footer-main .btn-box {
		text-align: center;
		margin-top: 45px;
	}
	#footer-main .btn-box a.btn {
		max-width:0;
	}
	.container p {
		font-size: 1.4rem;
	}
}

 .footer-menu > .menu-item {
     font-family: 'MessinaSansWeb-Bold', 'Inter', Helvetica, sans-serif !important;
     font-weight: 700;
     letter-spacing:.075em !important;
}
 
/*typing text */
@media screen and (max-width: 400px) { 
	.headtext h1 {
	  top: 40px;
	}
	.headtext h1 span.static-text,
	.headtext h1 span.typed-text2 {
		display:inline;
		min-height: 30px;
	}
	.headtext h1 span.static-text {
		
	}	
}
 
/* Align footer menu to nav menu */
 #main-header > .row > .columns > .header-right {
     margin-right: 0 !important;
    /* Adjust nav alignment on right side */
}
 #footer-main > .row {
     max-width: 1200px !important;
    /* 73rem */
}
 #footer-main > .row > .columns {
     padding-right: 0rem !important;
    /* .9375rem*/
     padding-left: 0rem !important;
    /* .9375rem*/
}


 #footer-main .copyrights-section {
     padding-right: 0.9375rem;
     padding-left: 0.9375rem;
	 margin:2.2rem 10px;
}
 #footer-main .copyrights-section p {
	 font-size:15px;
}

#footer-main .footer-menu-section {
	text-align:center;
	margin: 2.2rem 0px;
	
}
#footer-main .footer-menu-section ul {
	list-style:none;
}
#footer-main .footer-menu-section ul li {
	display: inline-block;	
	font-size:15px;
	position: relative;
	margin:0 5px;
}
#footer-main .footer-menu-section ul li:nth-child(2):after {
/*
  content: "";
  position: absolute;
  left: -7px;
  top: 0;
  background: #5e6b72;
  width: 1px;
  height: 100%;
  */
 }
 
#footer-main .footer-socials-section {
	text-align:right;
	margin:2.2rem 10px;
}
#footer-main .footer-socials-section a i {
	
}

@media (max-width: 1024px) {
	#footer-main .footer-socials-section a {
		font-size: 1.3rem;
	}
}
@media (max-width: 640px) {
	#footer-main .copyrights-section,
	#footer-main .footer-menu-section,
	#footer-main .footer-socials-section {
		text-align:center;
		margin:1rem 10px
	}

}

hr.footer-border {
	border-bottom: 1px solid #494C60;
	max-width: 73.125rem;
	margin: 1.25rem auto;
}
/* end footer */

/* -----------  end new style additions  2023 -----------  */

/* Blog Restyling */
 .latest-news-listing li .latest-news-content {
     border: 0px solid #607D9B !important;
     background: #F2FAFF !important;
    /* F7FCFE F8FAFC */
     border-bottom: 3px solid #D8E3ED !important;
}
 .latest-news-listing li .latest-news-content {
     padding: 2rem 2.8125rem 1.875rem;
}
 .latest-news-content h3 {
     font-family: 'MessinaSansWeb-Bold', 'Inter', Helvetica, sans-serif !important;
     font-weight: 700;
     color:black !important;
     letter-spacing: -.02em !important;
     font-size: 1.6rem !important;
     line-height: 2rem !important;
}
 .content-editor-section > .row > div > p {
     font-size: 1.2rem !important;
     line-height: 1.8rem !important;
     margin-bottom: 1.875rem !important;
     color: black !important;
}
 .latest-news-content > span {
     font-family: 'MessinaSansWeb-Bold', 'Inter', Helvetica, sans-serif !important;
     font-weight: 700;
     letter-spacing:.06em !important;
     color: #607D9C !important;
     text-transform: uppercase !important;
     line-height:2em!important;
}
 @media screen and (max-width: 1024px) {
     .latest-news-content {
         margin-bottom: -1em !important;
    }
}
 .latest-news-listing{
     font-family: 'MessinaSansWeb-Bold', 'Inter', Helvetica, sans-serif !important;
     font-weight: 700;
     color: #607D9C !important;
}
 .inner-banner-section h2{
     font-family: 'MessinaSansWeb-Bold', 'Inter', Helvetica, sans-serif !important;
     font-weight: 700;
     letter-spacing: -.02em !important;
    /* color: black !important;
     */
}
 .sbSelector {
     font-family: 'MessinaSansWeb-Bold', 'Inter', Helvetica, sans-serif !important;
     font-weight: 700;
     letter-spacing:.05em !important;
}
 @media screen and (max-width: 1024px) {
     .content-editor-section .categories-select {
         display: none !important;
    }
}
 .sbOptions a{
     font-family: 'MessinaSansWeb', 'Inter', Helvetica, sans-serif !important;
     font-weight: 400;
     color: white !important;
}
 .single-post > .content-editor-section > .row > div > h1{
     font-family: 'MessinaSansWeb-Bold', 'Inter', Helvetica, sans-serif !important;
     font-weight: 700;
     color:black !important;
     letter-spacing: -.02em !important;
}
 .content-editor-section > .row > div > h1 {
     font-family: 'MessinaSansWeb-Bold', 'Inter', Helvetica, sans-serif !important;
     font-weight: 700;
     color:black !important;
     letter-spacing: -.02em !important;
}
 .archive > .content-editor-section > div > div > h2{
     font-family: 'MessinaSansWeb-Bold', 'Inter', Helvetica, sans-serif !important;
     font-weight: 700;
     color:black !important;
     letter-spacing: -.02em !important;
}
 .nav-previous, .nav-next {
     font-family: 'MessinaSansWeb-Bold', 'Inter', Helvetica, sans-serif !important;
     font-weight: 700;
     letter-spacing: -.05em !important;
}
 .entry-content{
     font-family: 'MessinaSansWeb', 'Inter', Helvetica, sans-serif !important;
     font-weight: 400;
}
 .wp-caption > figcaption {
     font-size: .9rem !important;
    /* Previously .8rem */
     color: #607D9C !important;
     padding: 0.25rem 0 2rem !important;
    /* Fix caption padding */
}
 .entry-content > h3 {
     font-family: 'MessinaSansWeb-Bold', 'Inter', Helvetica, sans-serif !important;
     font-weight: 700;
     color:black !important;
     letter-spacing: -.01em !important;
}
 .entry-content > p, ul, ol, ul ol, ol ul {
     font-family: 'MessinaSansWeb', 'Inter', Helvetica, sans-serif !important;
     font-weight: 400;
     color:#24292C;
    /* black #5E6B72 */
}
 .entry-content > p a {
     color: #0E72EC !important;
}
 .entry-content > p > strong {
     font-family: 'MessinaSansWeb-Bold', 'Inter', Helvetica, sans-serif !important;
     font-weight: 700;
}
 .entry-content > p > a > strong {
     font-family: 'MessinaSansWeb-Bold', 'Inter', Helvetica, sans-serif !important;
     font-weight: 700;
}
 @media (max-width: 767px) {
     .entry-content > ul li, .entry-content > ol li {
         font-size: 1rem !important;
         line-height: 1.4rem !important;
    }
}
/* Hide background image on blog banner */
 .inner-banner-section {
     background-image: url(/wp-content/uploads/2019/09/demo-bg.png) !important;
    /* /wp-content/uploads/2019/07/solution-new-mobility-hero-1.jpg */
    /*min-height: 100px !important;
     max-height: 120px !important;
    */
}
 .page-template > .inner-banner-section, .blog > .inner-banner-section, .archive > .inner-banner-section {
     background-image: url(/wp-content/uploads/2019/07/solution-new-mobility-hero-1.jpg) !important;
}
 .page-template > .inner-banner-section:after, 
 .blog > .inner-banner-section:after, 
 .archive > .inner-banner-section:after {
     background: rgba(60,80,120,0.5)!important;
    /* rgba(77,119,157,0.5) */
}
/* Hide second CTA block */
 .request-demo-section{
     display:none !important;
}
/* Restyle first CTA form */
 .sign-up-section {
     background-image: none !important;
     padding: 2rem 2.5rem 1.8rem 3rem !important;
	 color:#000;
}
 .sign-up-section:after {
     /*background: #182635 !important;*/
	background: #C2E5FF; /* url('/wp-content/uploads/2023/06/solutions-contact-footer-bg.png'); */
	background-size:cover;
	color:#000;
	padding: 20px 20px 36px 20px;
	border-radius: 12px;
}
 .sign-up-section h2 {
     font-family: 'MessinaSansWeb-Bold', 'Inter', Helvetica, sans-serif !important;
     font-weight: 700;
	 color:#000;
}
 .sign-up-section p {
  	color:#000;
 }
 input[type="text"], input[type="email"], input[type="password"], input[type="search"], input[type="tel"] {
     font-family: 'MessinaSansWeb', 'Inter', Helvetica, sans-serif !important;
     font-weight: 400;
     font-style: normal !important;
}

 .button, input[type="button"], input[type="reset"], input[type="submit"] {
     font-family: 'MessinaSansWeb-Bold', 'Inter', Helvetica, sans-serif !important;
     font-weight: 700;
}
/* Restyle titles in Video Gallery */
 .video-listing > ul > li > a > h3 {
     font-family: 'MessinaSansWeb-Bold', 'Inter', Helvetica, sans-serif !important;
     font-weight: 700;
     color: black !important;
     letter-spacing: -.02em !important;
     font-size: 1.6rem !important;
     line-height: 2rem !important;
     margin-top: 1rem!important;
}
/* Restyle cards and overlay buttons in White Papers Gallery */
 .download-listing ul li figure figcaption span{
     font-family: 'MessinaSansWeb-Bold', 'Inter', Helvetica, sans-serif !important;
     font-weight: 700;
     color: #607D9C !important;
}
 .download-listing ul li figure figcaption h3{
     font-family: 'MessinaSansWeb-Bold', 'Inter', Helvetica, sans-serif !important;
     font-weight: 700;
     color: black !important;
     letter-spacing: -.01em !important;
}
 .white-border-btn a{
     font-family: 'MessinaSansWeb-Bold', 'Inter', Helvetica, sans-serif !important;
     font-weight: 700;
}
/* Restyle intro text block for Videos, In the News, etc*/
 .page-template > .content-editor-section > .row > div > h1{
     font-family: 'MessinaSansWeb-Bold', 'Inter', Helvetica, sans-serif !important;
     font-weight: 700;
     color:black !important;
     letter-spacing: -.02em !important;
     font-size: 1.6rem !important;
     line-height: 2rem !important;
}
/* Restyle text for single video */
 .img-vid-wrap > li > a > h3{
     font-family: 'MessinaSansWeb-Bold', 'Inter', Helvetica, sans-serif !important;
     font-weight: 700;
     color:black !important;
     letter-spacing: -.02em !important;
}
 .latest-news-section.grey-bg > div > div > h2 {
     font-family: 'MessinaSansWeb-Bold', 'Inter', Helvetica, sans-serif !important;
     font-weight: 700;
     color:black !important;
     letter-spacing: -.02em !important;
}
 .about-video-section > div> div > h1 {
     font-family: 'MessinaSansWeb-Bold', 'Inter', Helvetica, sans-serif !important;
     font-weight: 700;
     color:black !important;
     letter-spacing: -.02em !important;
}
 .about-video-section > div > div > .entry-content > h3 {
     color:#4F8CF4 !important;
}
 .about-video-section > div > div > div > p {
     text-align: left !important;
     color:black !important;
}
 .about-video-section > div > div > div > ul > li {
     text-align: left !important;
     color:black !important;
}
 .ytd-video-secondary-info-renderer > p{
     color:black !important;
}
 @media (max-width: 47.9375rem) {
     .about-video-section {
         text-align: left !important;
    }
}
/* Restyle headers for single White Paper */
 .single-whitepaper > .section-wrapper > div > div > .left-sidebar > h1 {
     font-family: 'MessinaSansWeb-Bold', 'Inter', Helvetica, sans-serif !important;
     font-weight: 700;
     color:black !important;
     letter-spacing: -.02em !important;
}
 .single-whitepaper > .section-wrapper > div > div > .right-sidebar > h4 {
     font-family: 'MessinaSansWeb-Bold', 'Inter', Helvetica, sans-serif !important;
     font-weight: 700;
     color:#4F8CF4 !important;
     letter-spacing: -.02em !important;
     font-style: normal !important;
}
 .single-whitepaper > .section-wrapper > div > div > .left-sidebar > h2 {
     font-family: 'MessinaSansWeb-Bold', 'Inter', Helvetica, sans-serif !important;
     font-weight: 700;
     color:black !important;
     letter-spacing: -.02em !important;
}
 .single-whitepaper > .section-wrapper > div > div > .left-sidebar > p > span {
     font-family: 'MessinaSansWeb', 'Inter', Helvetica, sans-serif !important;
     font-weight: 400;
     color:black !important;
}
 .single-whitepaper > .section-wrapper > div > div > .left-sidebar > p {
     font-family: 'MessinaSansWeb', 'Inter', Helvetica, sans-serif !important;
     font-weight: 400;
     color:black !important;
}
 .single-whitepaper > .section-wrapper > div > div > .right-sidebar > ul > li {
     font-family: 'MessinaSansWeb', 'Inter', Helvetica, sans-serif !important;
     font-weight: 400;
     color:black !important;
}
/* Restyle Webinars intro header*/
 .colored-content-section > .row > div > h1 {
     font-family: 'MessinaSansWeb-Bold', 'Inter', Helvetica, sans-serif !important;
     font-weight: 700;
     color: black !important;
     letter-spacing: -.02em !important;
     font-size: 1.6rem !important;
     line-height: 2rem !important;
}
 .colored-content-section > div > div > p {
     text-align: left !important;
}
/* Restyle Resources page card header */
 .services-listing-heading > h2 {
     font-family: 'MessinaSansWeb-Bold', 'Inter', Helvetica, sans-serif !important;
     font-weight: 700;
     letter-spacing: -.02em !important;
}
 .services-listing-wrap > .white-border-btn > span {
     font-family: 'MessinaSansWeb-Bold', 'Inter', Helvetica, sans-serif !important;
     font-weight: 700;
     letter-spacing: -.02em !important;
}
/* Restyle pagination */
 .genre-filter-navigation .page-numbers.current{
     background:#182635 !important;
     font-family: 'MessinaSansWeb-Bold', 'Inter', Helvetica, sans-serif !important;
     font-weight: 700;
}
 .genre-filter-navigation .page-numbers{
     border: 0px solid #CBDAE3 !important;
     background: #F2FAFF !important;
    /* F7FCFE */
}
 .genre-filter-navigation > a{
     color: #607D9B !important;
     font-family: 'MessinaSansWeb-Bold', 'Inter', Helvetica, sans-serif !important;
     font-weight: 700;
}
/* Fix In the News headers for mobile */
 .latest-news-content > h3 > span{
     letter-spacing: -.02em !important;
     font-size: 1.6rem !important;
     line-height: 2rem !important;
}
/* Fix font rendering for Safari and Firefox */
 .header-link.btnLogin > a{
     font-family: 'MessinaSansWeb-Bold', 'Inter', Helvetica, sans-serif !important;
     font-weight: 700;
}
 .header-link.btnDemo > a{
     font-family: 'MessinaSansWeb-Bold', 'Inter', Helvetica, sans-serif !important;
     font-weight: 700;
}
 .btnLogin > .mega-menu-link, .btnDemo > .mega-menu-link {
     font-family: 'MessinaSansWeb-Bold', 'Inter', Helvetica, sans-serif !important;
     font-weight: 700;
}
 .vc_tta-panel-body > div > div > p > strong {
     font-family: 'MessinaSansWeb-Bold', 'Inter', Helvetica, sans-serif !important;
     font-weight: 700;
}
 .featured_product a {
     font-family: 'MessinaSansWeb-Bold', 'Inter', Helvetica, sans-serif !important;
     font-weight: 700 !important;
}
/* HubSpot pop-up to Inter (Messina Sans not supported) */
 .leadin-preview-wrapper h4{
     font-family: 'MessinaSansWeb-Bold', 'Inter', Helvetica, sans-serif !important;
     font-weight: 700 !important;
     font-style: normal !important;
}
 .leadin-button {
     font-family: 'MessinaSansWeb-Bold', 'Inter', Helvetica, sans-serif !important;
     font-weight: 700 !important;
     text-transform: uppercase !important;
     letter-spacing: .08em !important;
}

 .leadinModal.leadinModal-v3.leadinModal-preview .leadin-preview-wrapper button {
     font-size: 1rem !important;
}
 .leadin-button-wrapper button {
     font-size: 1rem !important;
}
/* Fix nav button padding as desktop browser window scales down */
 @media screen and (max-width: 1080px) {
     div.header-link.btnLogin {
         right: 270px !important;
        /* 275px */
    }
}
 @media screen and (max-width: 1023px) {
      div.header-link.btnLogin,
      div.header-link.btnDemo {
       top:25px !important;;
      }
}
 @media screen and (max-width: 895px) {
     div.header-link.btnLogin {
         right: 255px !important;
        /* 240px */
    }
}
 @media screen and (max-width: 595px) {
     div.header-link.btnLogin {
         display: none;
        /* Hide Login button at smallest size */
    }
}
 @media screen and (max-width: 525px) {
     .header-link a {
         padding: 10px 15px !important;
        /* Keep Demo button from shrinking */
    }
}
/* New Case Study Gallery & Page font fix */
 .csg-quote-by > div > p {
     font-family: 'MessinaSansWeb-Bold', 'Inter', helvetica, sans-serif !important;
}
 .casestudy-featured p.eyebrow {
     font-family: 'MessinaSansWeb-Bold', 'Inter', helvetica, sans-serif !important;
     font-weight: 700 !important;
}
 .casestudy-featured h5 {
     font-family: 'MessinaSansWeb-Bold', 'Inter', helvetica, sans-serif !important;
     font-weight: 700 !important;
}
 .csg-more-case-study p {
     font-family: 'MessinaSansWeb-Bold', 'Inter', helvetica, sans-serif;
     font-weight: 700 !important;
}
 .page-template-case-study-gallery .see-urban-cta .cta-left h2 {
     font-family: 'MessinaSansWeb-Bold', 'Inter', helvetica, sans-serif;
     font-weight: 700 !important;
}
 .casestudy-more-studies p {
     font-family: 'MessinaSansWeb-Bold', 'Inter', helvetica, sans-serif;
     font-weight: 700 !important;
}
 .casestudy-pullquote h5{
     font-family: 'MessinaSansWeb-Bold', 'Inter', helvetica, sans-serif;
     font-weight: 700 !important;
}
/* header update */
 .page-template-case-study-gallery > header > #main-header .row {
     max-width: 1410px !important;
    /* Avoid nav "squeeze"*/
}
/* Old Case Study Restyle */
 .case_studies-template-default > .inner-banner-section {
     display: none;
    /* Hide banner on old posts */
}
 .case_studies-template-default > .acf-image-content-section > div > div > h2 {
     font-family: 'MessinaSansWeb-Bold', 'Inter', helvetica, sans-serif;
     font-weight: 700 !important;
     letter-spacing: -.01em !important;
     color:black !important;
}
 .case_studies-template-default > .acf-image-content-section > div > div > h2 > b {
     font-family: 'MessinaSansWeb-Bold', 'Inter', helvetica, sans-serif;
     font-weight: 700 !important;
     letter-spacing: -.01em !important;
     color:black !important;
}
 .case_studies-template-default > div > div > .btn > a {
     font-family: 'MessinaSansWeb-Bold', 'Inter', helvetica, sans-serif;
     font-weight: 700 !important;
}
 .acf-image-content-listing > li > div > div > h3 > strong {
     font-family: 'MessinaSansWeb-Bold', 'Inter', helvetica, sans-serif;
     font-weight: 700 !important;
     letter-spacing: -.01em !important;
     color:#4F8CF4 !important;
    /* #607D9C */
}
 .case_studies-template-default > div > div > div > h2 > b {
     font-family: 'MessinaSansWeb-Bold', 'Inter', helvetica, sans-serif;
     font-weight: 700 !important;
     letter-spacing: -.01em !important;
     color:black !important;
}
 .case_studies-template-default > div > div > div > h3 > b {
     font-family: 'MessinaSansWeb-Bold', 'Inter', helvetica, sans-serif;
     font-weight: 700 !important;
     letter-spacing: -.01em !important;
     color:#4F8CF4 !important;
    /* #607D9C */
}
 .acf-image-content-listing > li > div > div > p {
     text-align: left !important;
}
 .acf-image-content-listing > li > div > div > ul > li {
     text-align: left !important;
}
/* Arrow Links: animate on hover (transform right) */
 .arrow-link {
     margin-right: 1em;
}
 .arrow-link .arrow {
     margin-right: -2em;
     display: inline-block;
     transition: all .15s ease;
}
 .arrow-link:hover .arrow {
     -webkit-transition-property: transform;
     -moz-transition-property: transform;
     transition-property: transform;
     -webkit-transform: translate3d(3.5px,0,0);
     -moz-transform: translate3d(3.5px,0,0);
     transform: translate3d(3.5px,0,0);
}

/* Hide footer section with Login and Contact Us buttons */
 #footer-main ul.footer-menu {
     display: none !important;
}
/* Attempt: Fix header for form popup */
 .leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-preview > div > div > div > div > h4 {
     color: black !important;
}
