

html{
	scroll-padding-top: 190px;
	overflow-x:hidden;
}

body {
    line-height: normal;
    opacity: 0;
    float: left;
    width: 100%;
    display: block;
	text-rendering: optimizeSpeed;
} 

body.bodylock {
	height:100vh;
	overflow:hidden;
}

body.bodyactive {
	opacity:1;
}

*:before, *:after {
	content: none;
    visibility: hidden;
}

.clearfix:after {
 	content: ".";
 	display: block;
 	clear: both;
 	visibility: hidden; 
 	line-height: 0;
	height: 0;
}

a {
    box-shadow: inset 0 -0.06rem 0 0 #0d3e5c;
    font-weight: 400;
    color: #0D3E5C;
    position: relative;
}


a:hover {
    box-shadow: inset 0 -0.06rem 0 0 #fb7d17;
    color: #fb7d17;
}


a:hover {
	cursor:pointer;
}
a:focus, button:focus {
	outline:none !important;
}
a:active {
	outline:none !important;
}
.fal {
	font-weight:normal;
}
.fab {
	font-weight:normal;
}
::-ms-clear {
  display: none;
}
ul, ul li, ol, ol li {
	padding:0 0 0 0;
}
img {
    max-width: 100%;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
}
button, html input[type=button], input[type=reset], input[type=submit]{
	border:0;
}

b, strong {
    font-weight: 700;
}

/* Chrome */
::-webkit-search-decoration,
::-webkit-search-cancel-button,
::-webkit-search-results-button,
::-webkit-search-results-decoration {
	display: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

  input:-webkit-autofill,
  input:-webkit-autofill:hover,
  input:-webkit-autofill:focus textarea:-webkit-autofill,
  textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
  select:-webkit-autofill,
  select:-webkit-autofill:hover,
  select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
    box-shadow: 0 0 0px 1000px #ffffff inset !important;
  }


/* apply a natural box layout model to all elements */
*, *:before, *:after {
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.btn, .woocommerce-pages .woocommerce .button {
    font-size: 18px;
    line-height: 0.9;
    border-radius: 100px;
    height: 45px;
    float: left;
    display: block;
    position: relative;
    text-align: center;
    border: none;
    outline: none !important;
    z-index: 1;
    backface-visibility: hidden;
    -webkit-backface-visiblity: hidden;
    overflow: hidden;
}

.cookieconsent-popup .cookieconsent-button-wrap button:last-of-type {
    float: right;
}

.btn-primary, .btn-secondary, .btn-white, .woocommerce-pages .woocommerce .button, .woocommerce-pages table tbody td button.button[name="update_cart"] {
    color: #0D3E5C;
    background: transparent;
    padding: 14px 31px;
}

/* all your before and afters live here */
.btn-primary:before, .btn-primary:after, .btn-secondary:before, .btn-secondary:after,.btn-white:before, .btn-white:after,
ol li:before, form .fields .selectize-input:after, form .form-row .selectize-input:after, div.summary table.variations tr td .selectize-input:after, .wpcf7 form .fields .wpcf7-checkbox .wpcf7-list-item span.wpcf7-list-item-label:before, .wpcf7 form .fields .wpcf7-radio .wpcf7-list-item span.wpcf7-list-item-label:before, .accordion-section .acc-title:after, .header ul li.menu-item-has-children > a:after, .header ul li#menu-item-479 > a:after, .background-block .bg-image, blockquote:before, .full-width-block .full-width-inner .bg-image, .img-filter:before, .testimonial-block:before, .testimonial-block:after, .testimonial-block .meta span:after, .navigation ul li a:before, .post-list .post-inner a.post-thumbnail:after, .section.sidebar-services:before, .section.sidebar-services .sidebar-service-contain:before, .full-width-block:before, .hero.hero-full-image:before, .mobile-menu .mobile-menu-inner ul li.menu-item-479 a:before, .mobile-menu .mobile-menu-inner ul li.menu-item-479 a:after, .woocommerce-pages .woocommerce .button:before, .woocommerce-pages .woocommerce .button:after, .woocommerce-pages .woocommerce .cart-collaterals .cart_totals table ul#shipping_method li label:before, .woocommerce-pages .woocommerce table tfoot ul#shipping_method li label:before,   .woocommerce-pages .woocommerce .woocommerce-terms-and-conditions-wrapper label span:before, .woocommerce-pages .woocommerce ul.payment_methods.methods li label:before, .select2-container .select2-selection .select2-selection__rendered:after,
#customer_login .col-1:before, #customer_login .col-2:before , #customer_login .form-row label.woocommerce-form-login__rememberme span:before, .filters-container .filter-block ul li label span:before, .filters-container .filter-block h4 a:before, ul.nav-tabs li a:before,.woocommerce-pages .woocommerce nav ul li a:before, ul.nav-tabs li a:after,.full-width-image:before
 {
    visibility: visible;
  	content: "";
}

.fab:before, .fab:after, .fal:before, .fal:after, .fas:before, .fas:after, .far:before, .far:after, ul li:before {
    visibility: visible;
}


.btn-primary:before, .btn-primary:after, .btn-secondary:before, .btn-secondary:after,.btn-white:before, .btn-white:after,
.woocommerce-pages .woocommerce .button:before, .woocommerce-pages .woocommerce .button:after {
    z-index: -1;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0px;
    display: block;
    height: 100%;
    border-radius: 0px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    backface-visibility: hidden;
    -webkit-backface-visiblity: hidden;
}
.woocommerce-pages .woocommerce .button:before,
.btn-primary:before{
	left: 0;
}

.btn-primary:after{
	left: 0;
}

.btn-primary:after, .btn-secondary:before,
.woocommerce-pages .woocommerce .button:after,
.woocommerce-pages table tbody td button.button[name="update_cart"]:before {
    transform: none;
    width: 100%;
    opacity: 0;
}

.btn-primary:hover:after,
.btn-secondary:hover:before,
.woocommerce-pages .woocommerce .button:hover:after,
.woocommerce-pages table tbody td button.button[name="update_cart"]:hover:before {
    width: 100%;
    opacity: 1;
	left:0px;
}



.btn-primary:focus:after,
.btn-primary:active:after,
.btn-secondary:active:before,
.btn-secondary:focus:before,
.btn-secondary:active:after,
.btn-secondary:focus:after,
.btn-white:focus:before,
.btn-white:active:before,
.woocommerce-pages .woocommerce .button:focus:after,
.woocommerce-pages .woocommerce .button:focus:before,
.woocommerce-pages .woocommerce .button:active:after,
.woocommerce-pages .woocommerce .button:active:before  {
	opacity:0 !important;
}

.content p a {
    font-weight: 700;
}

/* apply a natural box layout model to all elements */
*, *:before, *:after {
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

a, button, input, select, textarea, a *, a *:before, a *:after, button *, button *:before, button *:after, a:before, a:after, .transition, .transition:before, .transition:after, .transition * {
 	-webkit-transition: all 0.2s ease-in-out;
 	-moz-transition: all 0.2s ease-in-out;
 	-ms-transition: all 0.2s ease-in-out;
 	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
a:hover, button:hover, input:hover, select:hover, textarea:hover, a:hover *, a:hover *:before, a:hover *:after, button:hover *, button:hover *:before, button:hover *:after, a:hover:before, a:hover:after {
 	-webkit-transition: all 0.2s ease-in-out;
 	-moz-transition: all 0.2s ease-in-out;
 	-ms-transition: all 0.2s ease-in-out;
 	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}


::-ms-clear {
	display: none;
}

p {
    margin: 0px 0 14px;
    line-height: 26px;
}
li:last-of-type {
	margin:0 0 0 0 !important;
}

:focus, :active, :visited {
	outline:none;
	text-decoration:none;
}

/*Aligns*/
.vertical {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.horizontal {
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.vhboth {
	position: relative;
	top:50%;
	left: 50%;
	-webkit-transform: translateY(-50%)translateX(-50%);
	-ms-transform: translateY(-50%)translateX(-50%);
	transform: translateY(-50%)translateX(-50%);
}



.fab:before, .fab:after {
	font-family:"Font Awesome 5 Brands";
	font-style:normal;
	font-weight:normal;
	position:relative;
}
.fal:before, .fal:after {
	font-family: 'Font Awesome 5 Pro';
	font-weight: 300;
	position:relative;
}
.fas:before, .fas:after {
	font-family: "Font Awesome 5 Pro";
    font-weight: 900;
	position:relative;
}

.far:before, .far:after {
	font-family: "Font Awesome 5 Pro";
    font-weight: 400;
	position:relative;
}

.container-fluid {
    margin: 0 0 120px 0;
    float: left;
    width: 100%;
    clear: both;
}

.no-padding {
	padding:0 0 0 0 !important;
}
.no-margin {
	margin:0 0 0 0 !important;
}
:hover, :active, :focus {
	text-decoration:none !important;
}


h1, h2, h3, h4, h5, h6 {
	line-height:1.3;
    padding: 0 0 0 0;
}

h1 {
    font-size: 40px;
	margin: 0 0 18px 0;
}
h2 {
    font-size: 34px;
    margin: 0 0 13px 0;
}
h3 {
    font-size: 26px;
	margin: 0 0 12px 0;
}
h4 {
    font-size: 22px;
margin: 0 0 12px 0;
}

h5, h6, h7 {
	font-size:20px;
margin: 0 0 12px 0;
}

.single-post.standard-post h1 {
    font-size: 32px;
}

.single-post.standard-post h2 {
    font-size: 28px;
}

.single-post.standard-post h3 {
    font-size: 24px;
}

blockquote {
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 30px 0;
    padding: 35px;
    font-size: 22px;
    overflow: hidden;
    position: relative;
}
blockquote p {
    margin: 0 0 12px 0;
    line-height: 39px;
    position: relative;
    z-index: 3;
}

blockquote p:first-of-type {
    margin-top: -10px;
}

blockquote p:last-of-type {
    margin-bottom: -10px;
}


hr {
    float: left;
    width: 100%;
    display: block;
    margin: 18px 0 35px 0;
    background: none;
    height: 1px;
    border: none;
}

ul li {
    float: left;
    height: auto;
    display: block;
}

ol, ul {
    margin: 0 0 25px 0;
    list-style-type: none;
    padding-left: 30px;
    float: left;
    width: 100%;
}

ul li, ol > li {
    padding-left: 26px;
    float: left;
    position: relative;
    width: 100%;
    display: block;
    height: auto;
    margin: 0 0 9px 0;
    line-height: 30px;
}




ul li:before {
    content: "";
    position: absolute;
    display: block;
    left: 0px;
    top: 13px;
}

ol > li {
    counter-increment: step-counter;
    padding-left: 27px;
}

ol > li:before {
    content: counter(step-counter);
    position: absolute;
    left: 0px;
    top: auto;
}

ol > li > ol {
    margin: 10px 0;
    padding: 0;
}

ol > li > ol li {
    counter-increment: step-counter-sub;
}

ol > li > ol li:before {
    content: counter(step-counter-sub);
}


.header {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 149px;
    margin: 0 0 0 0 !important;
    padding: 30px 0;
    background: #ffffff;
    z-index: 20;
    -webkit-transition: all 0.4s ease-in-out !important;
    -moz-transition: all 0.4s ease-in-out !important;
    -ms-transition: all 0.4s ease-in-out !important;
    -o-transition: all 0.4s ease-in-out !important;
    transition: all 0.4s ease-in-out !important;
    -webkit-box-shadow: 0px 0px 33px 0px rgb(101 63 127 / 0%);
    -moz-box-shadow: 0px 0px 33px 0px rgba(101,63,127,0);
    box-shadow: 0px 0px 33px 0px rgb(101 63 127 / 0%);
    margin-bottom: 0px;
}

.header .container-fluid.top-nav {
    border-bottom: 1px solid #E7E9EA;
    background: #F7F7F7;
	margin-bottom: 0;
}

.container-fluid.top-nav {
    -webkit-transition: all 0.2s ease-in-out !important;
    -moz-transition: all 0.2s ease-in-out !important;
    -ms-transition: all 0.2s ease-in-out !important;
    -o-transition: all 0.2s ease-in-out !important;
    transition: all 0.2s ease-in-out !important;
}

.header.fixed .container-fluid.top-nav {
    margin-top: -41px;
}

.top-nav span.contact-meta {
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    margin-right: 25px;
    white-space: nowrap;
}

.header .top-nav ul {
    padding: 0px;
    margin: 0;
	float: left;
	width:auto;
}

.header .top-nav ul li {
    float: left;
    width: auto;
    padding: 0;
    margin: 0;
    margin-right: 15px;
    padding-right: 15px;
    border-right: solid 1px #E7E9EA;
}

.header .top-nav ul li:last-of-type {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.header .top-nav ul li:before{
	display: none;
}

.header .top-nav ul li a {
	float: left;
	font-weight: 400;
	font-size: 13px;
	line-height: 16px;
	color: #0D3E5C;
}

.header .top-nav .inner-top-nav-container .menu-top-menu-container {
    float: left;
    width: auto;
}

.header .top-nav .menu-side-items{
	margin-left: 16px;
}

.header .top-nav .menu-side-items a#searchMenu {
    font-size: 0px;
    width: 40px;
    height: 40px;
    float: left;
    background: #0D3E5C;
    box-shadow: none !important;
}

.header .top-nav .menu-side-items a#searchMenu i {
    font-size: 14px;
    float: left;
    width: 100%;
    line-height: 40px;
    text-align: center;
}

.header .top-nav .menu-side-items a#searchMenu i:before {
    color: #fff;
}

.header .top-nav .menu-side-items a.login-link {
    float: left;
    height: 40px;
    background: #9BC842;
    color: #0D3E5C;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    box-shadow: none !important;
    padding: 12px 16px;
    width: 135px;
    text-align: center;
}

.header .top-nav .menu-side-items a.login-link:hover{
	color: #fff;
	background: #0D3E5C;
}

.top-nav .inner-top-nav-container .search-bar-top {
    background: #fff;
    top: 0px;
    left: 0;
    min-height: calc(100% + 1px);
    display: none;
    max-width: calc(100% - 135px);
}

.top-nav .inner-top-nav-container .search-bar-top a.close-search {
    right: 15px;
    top: 12px;
    font-size: 0px;
    width: 15px;
    height: 15px;
    box-shadow: none !important;
    background: url(/wp-content/uploads/2022/06/close-modal-icon.svg) no-repeat center center;
    background-size: contain;
    z-index: 1;
    position: absolute;
}

.top-nav .inner-top-nav-container .search-bar-top a.close-search:hover {
    background: url(/wp-content/uploads/2022/06/close-modal-icon-hover.svg) no-repeat center center;
    background-size: contain;
}

.top-nav .inner-top-nav-container .search-bar-top .search-form-main, 
.top-nav .inner-top-nav-container .search-bar-top .search-form-main form, 
.top-nav .inner-top-nav-container .search-bar-top .search-form-main input, 
.top-nav .inner-top-nav-container .search-bar-top .search-form-main button {
    height: 100%;
}

.top-nav .inner-top-nav-container .search-bar-top .search-form-main input {
    border: 1px solid #E7E9EA;
    border-radius: 0;
    padding: 0;
    padding-left: 51px;
    font-weight: 350;
    font-size: 13px;
    line-height: 16px;
}

.top-nav .inner-top-nav-container .search-bar-top .search-form-main button {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    background: #0D3E5C;
    color: #fff;
}

.header .top-nav .menu-side-items .login-dropdown {
    width: 135px;
    position: absolute;
    right: 0;
    top: 100%;
    background: #fff;
    padding: 0;
    z-index: 5;
    display: none;
    border: none !important;
}

.header .top-nav .menu-side-items .login-dropdown a {
    float: left;
    height: 40px;
    background: #C95444;
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    box-shadow: none !important;
    padding: 12px 16px;
    width: 100%;
    text-align: center;
}

.header .top-nav .menu-side-items .login-dropdown a:hover {
    color: #fff;
	background: #0D3E5C;
}



.header .main-header-section {
    padding-top: 34px;
    padding-bottom: 0px;
    -webkit-transition: all 0.2s ease-in-out !important;
    -moz-transition: all 0.2s ease-in-out !important;
    -ms-transition: all 0.2s ease-in-out !important;
    -o-transition: all 0.2s ease-in-out !important;
    transition: all 0.2s ease-in-out !important;
    background: #ffffff;
}

.header.fixed .main-header-section {
    padding-top: 22px;
    padding-bottom: 0px;
}

.header .main-header-section .menu-main-menu-container {
    float: right;
    width: auto;
    position: relative;
    padding-top: 12px;
}

.header .main-header-section .menu-main-menu-container ul.menu {
    float: left;
    margin: 0;
    width: auto;
    padding: 0;
}

.header .main-header-section .menu-main-menu-container ul.menu > li {
    float: left;
    width: auto;
    margin: 0;
    padding: 0;
	margin-right: 16px;
}

.header .main-header-section .menu-main-menu-container ul.menu li:before {
    display: none;
}

.header .main-header-section .menu-main-menu-container ul.menu > li > a {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #0D3E5C;
    float: left;
    padding-bottom: 43px;
    position: relative;
}

.header .main-header-section .menu-main-menu-container ul.menu > li > a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 4px;
    visibility: visible;
    background: #9BC842;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.header .main-header-section .menu-main-menu-container ul.menu > li.current-page-ancestor > a:before,
.header .main-header-section .menu-main-menu-container ul.menu > li.current-menu-item > a:before,
.header .main-header-section .menu-main-menu-container ul.menu > li > a:hover:before {
    width: 100%;
}

.header .main-header-section .menu-main-menu-container ul.menu > li#menu-item-1036 > a:after, 
.header .main-header-section .menu-main-menu-container ul.menu > li#menu-item-1037 > a:after, 
.header .main-header-section .menu-main-menu-container ul.menu > li#menu-item-1040 > a:after, 
.header .main-header-section .menu-main-menu-container ul.menu > li#menu-item-1270 > a:after {
    content: "";
    display: block;
    float: right;
    visibility: visible;
    background: url(/wp-content/uploads/2022/06/arrow-green-down.svg) no-repeat center center;
    background-size: contain;
    width: 10px;
    height: 8px;
    margin: 7px 0 0 5px;
}

.header.fixed .main-header-section .menu-main-menu-container ul.menu > li > a {
    padding-bottom: 37px;
}



.header.fixed {
    -webkit-box-shadow: 0px 0px 33px 0px rgb(101 63 127 / 30%);
    -moz-box-shadow: 0px 0px 33px 0px rgba(101,63,127,0.3);
    box-shadow: 0px 0px 33px 0px rgb(101 63 127 / 30%);
    padding: 20px 0;
    height: 90px;
}

.header a#logo-main, form .fields .selectize-input, form .form-row .selectize-input, div.summary table.variations tr td .selectize-input, .header ul li a, .footer-top .footer-meta a.footer-logo, ul.social-media li a, .accreditation a, .navigation ul li a, .post-list .post-inner a.post-thumbnail, .post-list .post-inner h4 a, a.featured-single, .next-posts span.nav-posts a, .section.sidebar-services .sidebar-service-contain, .mega-menu a, a#burgerMenu, .mobile-menu .mobile-menu-inner-content ul li a   {
	box-shadow: none !important;
}

.header a#logo-main {
    float: left;
    width: auto;
    height: 40px;
    display: block;
    opacity: 1;
}

.header a#logo-main:before,
.header a#logo-main:after {
	display:none;
}

.header a#logo-main:hover {
	opacity:0.6;
}


.header a#logo-main img {
    max-width: 100%;
    max-height: 100%;
}

.header.fixed a#logo-main {
    height: 40px;
}

.container-fluid.mega-menu-container {
    top: 0;
    left: 0;
    height: auto;
    background: rgb(0 0 0 / 50%);
    display: none;
    z-index: -1;
    padding-top: 149px !important;
}

div#mega_menu_overlay {
    top: 0;
    left: 0;
    height: 100%;
    background: rgb(0 0 0 / 50%);
    display: none;
    z-index: -1;
    padding-top: 149px !important;
    width: 100%;
    position: fixed;
}

.header.fixed .container-fluid.mega-menu-container{
	padding-top: 90px !important;
}

.mega-menu-container .inner {
    background: #FBFBFB;
    border-top: solid 1px #E7E9EA;
    padding-top: 32px;
    padding-bottom: 45px;
}

.mega-menu-container.cta-mega-menu .mega-hover-cta-block a {
    padding: 25px;
    background: #fff;
    border-radius: 10px;
}

.mega-menu-container.cta-mega-menu .mega-hover-cta-block a .icon-container {
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 8px;
    border: solid 2px #9BC842;
	margin-bottom: 13px;
}

.mega-menu-container.cta-mega-menu .mega-hover-cta-block a:hover .icon-container {
	background:#9BC842;
}

.mega-menu-container.cta-mega-menu .mega-hover-cta-block a .icon-container.has-hover img {
    position: absolute;
    opacity: 0;
    padding: 8px;
}

.mega-menu-container.cta-mega-menu .mega-hover-cta-block a .icon-container.has-hover img.normal {
    opacity: 1;
}

.mega-menu-container.cta-mega-menu .mega-hover-cta-block a:hover .icon-container.has-hover img.normal {
	opacity: 0;
}

.mega-menu-container.cta-mega-menu .mega-hover-cta-block a:hover .icon-container.has-hover img.hover {
	opacity: 1;
}

.mega-menu-container.cta-mega-menu#technologiesMenu .mega-hover-cta-block a .icon-container {
    padding: 0;
    border-radius: 0;
    border: none;
	background: none !important;
}


.mega-menu-container.cta-mega-menu .mega-hover-cta-block a > .title {
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #0D3E5C;
    margin: 0 0 6px 0;
}

.mega-menu-container.cta-mega-menu .mega-hover-cta-block a .content {
    font-style: italic;
    font-weight: 400;
    font-size: 13px;
    color: #4F576D;
}

.mega-menu-container.cta-mega-menu .mega-hover-cta-block a .content p {
    line-height: 21px;
}

.mega-menu-container.listing-mega-menu .sub-menu-section > .title{
	font-weight: 700;
	font-size: 15px;
	line-height: 18px;
	color: #0D3E5C;
	margin: 0 0 21px 0;
}

.mega-menu-container.listing-mega-menu .sub-menu-section .links-container p {
    margin: 0 0 19px 0;
}

.mega-menu-container.listing-mega-menu .sub-menu-section .links-container p:last-of-type{
	margin:0;
}

.mega-menu-container.listing-mega-menu .sub-menu-section .links-container p a {
    line-height: 16px;
}

.mega-menu-container.listing-mega-menu .sub-menu-section .links-container p a:before {
    top: 1px;
}

.mega-menu-container.cta-mega-menu .sub-menu-section > a.btn,
.mega-menu-container.listing-mega-menu .sub-menu-section > a.btn {
    height: 35px;
    padding: 11px 30px;
    font-weight: 400;
    font-size: 15.4301px;
    margin: 24px 0 0 0;
}

.mega-menu-container.cta-mega-menu .hidden-desktop{
	display: none !important;
	margin-bottom: 24px;
}

.mega-menu-container.cta-mega-menu .sub-menu-section > a.btn{
	margin: 0;
}

.mega-menu-container.listing-mega-menu .post-list .post-inner a {
    padding-top: 135px;
}

.mega-menu-container.listing-mega-menu .post-list .post-inner a .post-thumbnail {
    height: 112px;
    margin-bottom: 23px;
}

.mega-menu-container.listing-mega-menu .post-list .post-inner a h4 {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 13px;
}

.mega-menu-container.listing-mega-menu .post-list .post-inner a .content {
    font-weight: 350;
    font-size: 13px;
    color: #4F576D;
    font-style: italic;
}

.mega-menu-container.listing-mega-menu .post-list .post-inner a .content p {
    line-height: 21px;
}

.mega-menu-container#technologiesMenu article {
    margin-bottom: 18px;
}

.mega-menu-container#technologiesMenu article:nth-last-child(-n+3) {
    margin-bottom: 0;
}



.wpcf7 {
    float: left;
    width: 100%;
    height: auto;
    display: block;
    position: relative;
}
.wpcf7 br {
	display:none;
}
form {
    float: left;
    width: 100%;
    display: block;
    height: auto;
}
form .fields, form .form-row, form#commentform p {
    float: left;
    display: block;
    height: auto;
    margin: 0 0 20px 0;
}

form .fields.gdpr {
    margin: 0px;
    margin-top: 7px;
}
form .fields.half ,
.woocommerce-pages .woocommerce form .form-row-first,
.woocommerce-pages .woocommerce form .form-row-last{
    width: 48%;
}
form .fields.right,
.woocommerce-pages .woocommerce form .form-row-last {
	float:right;
}
form .fields.full,
.woocommerce-pages .woocommerce form .form-row-wide  {
	width:100%;
}
form .fields.submit {
    width: 100%;
    display: block;
    margin: 0 0 0 0;
}
form .fields label {
    float: left;
    width: 100%;
    margin: 0px;
    position: relative;
}

form .fields b, form .form-row label, div.summary table.variations tr td label, form#commentform p label, .next-posts span.nav-posts span, .sidebar .section b.posted, .woocommerce-pages .woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals th, .woocommerce-pages .woocommerce ul.woocommerce-order-overview li, .search-bar-tabs .form-row label {
    float: left;
    width: 100%;
    display: block;
    height: auto;
    margin: 0 0 8px 0;
    text-transform: none;
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    color: #0D3E5C !important;
}
form .fields b:hover, form .form-row label:hover, form#commentform p label:hover,
.woocommerce-pages .woocommerce ul.woocommerce-order-overview li:hover, .search-bar-tabs .form-row label:hover {
	cursor:pointer;
	color:#9BC842 !important;
}

.select2-container,
.select2-container .selection,
.select2-container .select2-selection {
    float: left;
    width: 100%;
    height: auto;
    display: block;
	position:relative;
	border:none !important;
}

.select2-container .select2-selection__arrow {
    display: none !important;
}

form .fields input.wpcf7-text, form .fields textarea, form .form-row input:not([type=checkbox]):not([type=radio]):not([type=select-multiple]):not([type=select-one]), form .form-row textarea, .quantity input, form#commentform p:not(.form-submit) input:not([type=checkbox]):not([type=radio]), form#commentform p textarea, form .fields .selectize-input, form .form-row .selectize-input, div.summary table.variations tr td .selectize-input, .search-form-main input, .woocommerce-pages table tbody td input#coupon_code, .checkout_coupon.woocommerce-form-coupon input, .woocommerce-pages .woocommerce form .form-row .woocommerce-input-wrapper input.input-text, .woocommerce-pages .woocommerce form.edit-account .form-row input:not([type=checkbox]):not([type=radio]), .select2-container .select2-selection .select2-selection__rendered, .select2-dropdown .select2-search input, #customer_login .form-row input, .woocommerce-pages .woocommerce .lost_reset_password input#user_login, .search-bar-tabs .form-row input {
    float: left;
    width: 100%;
    display: block;
    height: 55px;
    padding: 10px 20px;
    text-transform: none;
    font-size: 16px;
    font-weight: 300;
    appearence: none;
    -webkit-appearance: none;
    box-shadow: none;
    background: #FFFFFF;
    border: 1px solid #E7E9EA;
    border-radius: 4px;
}

form .form-row .selectize-control.multi .selectize-input {
    height: auto;
    min-height: 55px;
}

.search-form-main input {
	padding-right:70px;
}

.search-form-main button.search-submit {
    position: absolute;
    right: 5px;
    height: 50px;
    width: 50px;
    background: none;
}

form .fields .selectize-input, form .form-row .selectize-input, div.summary table.variations tr td .selectize-input {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
    padding-right: 50px;
	cursor: pointer;
}

.select2-container .select2-selection .select2-selection__rendered {
    position: relative;
    line-height: normal !important;
    padding: 14px 20px;
}

form .fields .selectize-input:after, form .form-row .selectize-input:after, div.summary table.variations tr td .selectize-input:after, .select2-container .select2-selection .select2-selection__rendered:after {
    content: "\f107"!important;
    font-family: "Font Awesome 5 Pro";
    border: none !important;
    width: auto !important;
    height: auto !important;
    top: auto !important;
    right: 23px !important;
    margin: 0px !important;
    font-weight: 400;
    opacity: 0.8;
    position: absolute;
}

.select2-container .select2-selection .select2-selection__rendered:after {
    top: 17px !important;
}

form .fields .selectize-input.dropdown-active:after,
form .form-row .selectize-input.dropdown-active:after,
div.summary table.variations tr td .selectize-input.dropdown-active:after,
.select2-container.select2-container--open .select2-selection .select2-selection__rendered:after {
	content:"\f106"!important;
}

form .fields .selectize-dropdown, form .form-row .selectize-dropdown, div.summary table.variations tr td .selectize-dropdown,
.select2-dropdown {
    padding-top: 10px;
    padding-bottom: 13px;
    top: 70px !important;
}

.select2-dropdown {
    top: auto !important;
    border-radius: 0px !important;
}

form .form-row .selectize-dropdown {
    top: 50px !important;
}

form .fields .selectize-dropdown .selectize-dropdown-content, form .form-row .selectize-dropdown .selectize-dropdown-content, div.summary table.variations tr td .selectize-dropdown .selectize-dropdown-content, .select2-dropdown .select2-results {
    max-height: 220px;
}

.select2-dropdown .select2-search {
    float: left;
    width: 100%;
    display: block;
    padding: 10px;
}

.select2-dropdown ul,
.select2-dropdown ul li  {
	float:left;
	width:100%;
	display:block;
	height:auto;
	margin:0px;
	padding:0px;
}

.select2-dropdown ul li:before {
	display:none;
}

.select2-dropdown ul li {
}


form .fields .selectize-dropdown .selectize-dropdown-content .optgroup-header, form .fields .selectize-dropdown .selectize-dropdown-content .option, form .form-row .selectize-dropdown .selectize-dropdown-content .optgroup-header, form .form-row .selectize-dropdown .selectize-dropdown-content .option, div.summary table.variations tr td .selectize-dropdown .selectize-dropdown-content .option,
.select2-dropdown ul li {
    padding: 13px 22px;
    background: none !important;
}


.select2-container--open .select2-dropdown {
    padding: 0px;
}
.inner-table-col.select-control .selectize-control,
form .form-row .selectize-control {
    float: left;
    width: 100%;
    position: relative;
}

form .form-row .selectize-control.multi .selectize-dropdown{
	top:calc(100% - 2px) !important;
}

.selectize-control.multi .selectize-input > div[data-value] {
    background: #9BC842;
    padding: 5px;
    padding-left: 16px;
    padding-right: 44px !important;
    border: none !important;
    position: relative;
    height: auto;
    font-weight: 500;
    font-size: 13px;
    line-height: 24px;
    border-radius: 50px;
    box-shadow: none !important;
    overflow: hidden;
}

.selectize-control.multi .selectize-input > div[data-value] > a.remove {
    height: 100%;
    width: 34px;
    border: none !important;
    box-shadow: none !important;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0px;
    padding: 0;
    color: #fff;
    font-weight: 300;
    background: #759F22;
}


.wpcf7 form .fields textarea, form .form-row textarea, form#commentform p textarea {
    height: 210px;
    resize: none;
    line-height: 30px;
}
.wpcf7 form .fields input.wpcf7-text:hover,
.wpcf7 form .fields textarea:hover,
form .form-row input:hover,
form .form-row textarea:hover,
form#commentform p input:hover,
form#commentform p textarea:hover {
	cursor:pointer;
}
.wpcf7 form .fields input.wpcf7-text:focus,
.wpcf7 form .fields textarea:focus,
form .form-row input:focus,
form .form-row textarea:focus,
form#commentform p input:focus,
form#commentform p textarea:focus {
	cursor:default;
}
form#commentform p input[type=checkbox], form#commentform p input[type=radio] {
    float: left;
    margin: 6px 10px 0 0;
}
form#commentform p.comment-form-cookies-consent label {
    width: auto;
    margin: 0;
}

.wpcf7 form .fields .wpcf7-checkbox, .wpcf7 form .fields .wpcf7-radio {
    float: left;
    width: 100%;
    height: auto;
    display: block;
}
.wpcf7 form .fields .wpcf7-checkbox .wpcf7-list-item,
.wpcf7 form .fields .wpcf7-radio .wpcf7-list-item  {
    margin: 7px 0 7px 0;
    float: left;
    width: 33%;
    height: auto;
}
.wpcf7 form .fields .wpcf7-checkbox .wpcf7-list-item label,
.wpcf7 form .fields .wpcf7-radio .wpcf7-list-item label,
.woocommerce-pages .woocommerce .cart-collaterals .cart_totals table ul#shipping_method li label,
.woocommerce-pages .woocommerce table tfoot ul#shipping_method li  label,
.woocommerce-pages .woocommerce ul.payment_methods.methods li label{
    float: left;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 0 0;
    position: relative;
}
.wpcf7 form .fields .wpcf7-checkbox .wpcf7-list-item span.wpcf7-list-item-label,
.wpcf7 form .fields .wpcf7-radio .wpcf7-list-item span.wpcf7-list-item-label,
.woocommerce-pages .woocommerce .cart-collaterals .cart_totals table ul#shipping_method li label,
.woocommerce-pages .woocommerce table tfoot ul#shipping_method li  label,
.woocommerce-pages .woocommerce .woocommerce-terms-and-conditions-wrapper label span:before,
.woocommerce-pages .woocommerce ul.payment_methods.methods li label {
    float: left;
    width: 100%;
    height: auto;
    position: relative;
    font-weight: 300;
    font-size: 16px;
    display: flex;
    padding: 0 10px 0 30px;
    align-items: center;
    min-height: 20px;
}
.wpcf7 form .fields .wpcf7-checkbox .wpcf7-list-item span.wpcf7-list-item-label:before, .wpcf7 form .fields .wpcf7-radio .wpcf7-list-item span.wpcf7-list-item-label:before,
.woocommerce-pages .woocommerce .cart-collaterals .cart_totals table ul#shipping_method li label:before,
.woocommerce-pages .woocommerce table tfoot ul#shipping_method li  label:before,
.woocommerce-pages .woocommerce .woocommerce-terms-and-conditions-wrapper label span:before,
.woocommerce-pages .woocommerce ul.payment_methods.methods li label:before,
#customer_login .form-row label.woocommerce-form-login__rememberme span:before,
.filters-container .filter-block ul li label span:before {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    left: 0px;
    top: auto;
    color: transparent;
}

.wpcf7 form .fields .wpcf7-checkbox .wpcf7-list-item span.wpcf7-list-item-label:before,
.woocommerce-pages .woocommerce .woocommerce-terms-and-conditions-wrapper label span:before,
#customer_login .form-row label.woocommerce-form-login__rememberme span:before,
.filters-container .filter-block ul li label span:before {
    content: "\f00c" !important;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 500;
    font-size: 12px;
    text-align: center;
    padding: 2px 0;
}

.wpcf7 form .fields .wpcf7-radio .wpcf7-list-item  span.wpcf7-list-item-label:before,
.woocommerce-pages .woocommerce .cart-collaterals .cart_totals table ul#shipping_method li label:before,
.woocommerce-pages .woocommerce table tfoot ul#shipping_method li label:before,
.woocommerce-pages .woocommerce ul.payment_methods.methods li label:before {
	border-radius:50%;
}

.wpcf7 form .fields .wpcf7-checkbox .wpcf7-list-item span.wpcf7-list-item-label:hover,
.wpcf7 form .fields .wpcf7-radio .wpcf7-list-item  span.wpcf7-list-item-label:hover,
.woocommerce-pages .woocommerce .cart-collaterals .cart_totals table ul#shipping_method li label:hover,
.woocommerce-pages .woocommerce table tfoot ul#shipping_method li  label:hover {
	cursor:pointer;
}
.wpcf7 form .fields .wpcf7-checkbox .wpcf7-list-item label input,
.wpcf7 form .fields .wpcf7-radio .wpcf7-list-item  label input {
	display:none;
}
.wpcf7-response-output {
    clear: both;
    float: left;
    width: 100%;
    display: none;
    border: none !important;
    padding: 0 0 0 0 !important;
    margin: 40px 0 0 0 !important;
    text-align: center;
    text-transform: none;
    font-weight: 500;
    font-size: 16px;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
form .fields b i, form .form-row label i, div.summary table.variations tr td label i, form#commentform p label i {
    color: #fe4949;
}
.wpcf7 form.sent .wpcf7-response-output {
	color: #4aa51b  !important;
}
div.wpcf7-validation-errors,
.wpcf7 form .fields .wpcf7-checkbox.wpcf7-not-valid label span.wpcf7-list-item-label {
	color:#fe4949  !important;
}
.wpcf7 form .fields span.wpcf7-not-valid-tip {
    float: left;
    clear: both;
    font-size: 11px;
    margin: 10px 0 0 0;
    color: #fe4949;
    font-weight: 800;
}

.wpcf7 form .fields input.wpcf7-text.wpcf7-not-valid,
form .fields.gdpr label .wpcf7-form-control-wrap .wpcf7-not-valid .wpcf7-list-item-label:before {
    border-color: #fe4949 !important;
}

form .fields b i, form .form-row label i, div.summary table.variations tr td label i, form#commentform p label i {
    font-style: normal;
}


form .fields.gdpr label {
    min-height: 38px;
    display: block;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    padding-left: 56px;
	position:relative;
}


form .fields.gdpr label p {
	margin:0px;
}

form .fields.gdpr label .wpcf7-form-control-wrap {
	position:absolute;
	left:0px;
	top:0px;
	height:38px;
	width:38px;
}

form .fields.gdpr label .wpcf7-form-control-wrap .wpcf7-list-item {
    width: 100%;
    margin: 0px;
    height: 38px;
    overflow: hidden;
}

form .fields.gdpr label .wpcf7-form-control-wrap .wpcf7-list-item input {
    display: none;
}

form .fields.gdpr label .wpcf7-form-control-wrap .wpcf7-list-item .wpcf7-list-item-label {
    padding: 0px;
    height: 38px;
}

form .fields.gdpr label .wpcf7-form-control-wrap .wpcf7-list-item-label:before,
.woocommerce-pages .woocommerce .woocommerce-terms-and-conditions-wrapper label span:before,
#customer_login .form-row label.woocommerce-form-login__rememberme span:before,
.filters-container .filter-block ul li label span:before {
    width: 38px !important;
    height: 38px !important;
    z-index: 3;
    font-size: 16px !important;
    padding: 10px 0 !important;
}

form .fields.gdpr label .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    display: none;
}


form  .form-check {
    float: left;
    width: 100%;
    padding: 0;
    position: relative;
    margin: 0 0 20px 0;
}

form .form-check label.form-check-label {
    float: left;
    width: auto;
    position: relative;
    cursor: pointer;
    margin: 0;
}

form .form-check label.form-check-label input {
    display: none;
}

form .form-check label.form-check-label span {
    float: left;
    width: 100%;
    position: relative;
    padding-left: 30px;
    line-height: 20px;
    font-weight: 400;
    font-size: 13px;
    color: #0D3E5C;
}

form .form-check label.form-check-label span:before {
    content: '';
    visibility: visible;
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: solid 1px #E7E9EA;
    border-radius: 4px;
    background: #fff;
}

form .form-check label.form-check-label input[type="radio"] ~ span:before {
    border-radius: 50%;
    border: solid #fff 4px;
    -webkit-box-shadow: 0 0 0 1px #E7E9EA;
    box-shadow: 0 0 0 1px #E7E9EA;
}

form .form-check label.form-check-label input[type="checkbox"] ~ span:before {
    content: '\f00c';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 100;
    text-align: center;
    line-height: 19px;
    font-size: 10px;
    color: transparent;
}

form .form-check label.form-check-label input[type="radio"]:checked ~ span:before {
    background: #9BC842;
}

form .form-check label.form-check-label input[type="checkbox"]:checked ~ span:before {
    color: #fff;
	background: #9BC842;
	border-color: #9BC842;
}

form.was-validated .form-check label.form-check-label input:invalid:not(:checked) ~ span:after {
    color: red;
    content: 'This field is required';
    visibility: visible;
    display: block;
    margin: 10px 0 0 0;
    float: left;
}

form .form-row#billing_company_field{
	position: relative;
}

form .form-row div#impexium_organisation_list {
    position: absolute;
    top: calc(100% - 2px);
    z-index: 10;
    background: #fff;
    width: 100%;
    max-height: 300px;
    overflow: auto;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0px 6px 12px rgb(13 62 92 / 8%);
    border: 1px solid #E7E9EA;
}

form .form-row div#impexium_organisation_list > p {
    float: left;
    width: 100%;
    margin: 0;
    padding: 15px 20px;
    background: #f7f7f7;
    border-bottom: 1px solid #E7E9EA;
}

form .form-row div#impexium_organisation_list > ul {
    margin: 0;
    padding: 0;
}

form .form-row div#impexium_organisation_list > ul li {
    float: left;
    width: 100%;
    position: relative;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #E7E9EA;
}

form .form-row div#impexium_organisation_list > ul li:before {
    display: none;
}

form .form-row div#impexium_organisation_list > ul li a {
    float: left;
    width: 100%;
    margin: 0;
    padding: 10px 20px;
    box-shadow: none !important;
}

form .form-row span#clear_company {
    float: left;
    margin: 5px 0 0 0;
    font-size: 12px;
    line-height: 20px;
    font-weight: 700;
    color: red;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

form .form-row span#clear_company:hover {
    color: #000;
}



.contact-form-main .btn {
    position: relative;
    z-index: 3;
    margin-top: -24px;
}

.search-form-main {
    width: 100%;
    height: auto;
    display: block;
    float: left;
}

.no-results-block {
    float: left;
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 90px;
}

.no-results-block p {
    float: left;
    width: 100%;
    display: block;
    margin: 0;
}

.no-results-block .content {
    margin-bottom: 50px;
}

.accordion-section {
    float: left;
    width: 100%;
    display: block;
    height: auto;
    margin: 0 0 25px 0;
    border-bottom: 1px solid #E7E9EA;
    padding: 0 0 25px 0;
}

.accordions .accordion-section:last-of-type {
    margin: 0px;
    border-bottom: none;
    padding: 0;
}

.accordion-section .acc-section {
    float: left;
    width: 100%;
    display: none;
    position: relative;
    z-index: 2;
    padding-top: 25px;
}

.accordion-section .acc-title {
    float: left;
    width: 100%;
    display: flex;
    height: auto;
    padding: 0;
    padding-right: 70px;
    position: relative;
    margin: 0 0 0px 0;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.accordion-section .acc-title:hover {
	cursor:pointer;
}

.accordion-section .acc-title:after {
    content: "";
    position: absolute;
    right: 0;
    display: block;
    width: 24px;
    height: 24px;
    background: url(/wp-content/uploads/2022/06/accordion-plus.svg) no-repeat center center;
    background-size: contain;
    top: 3px;
}

.accordion-section .acc-title.active:after {
    content: "";
    background: url(/wp-content/uploads/2022/06/accordion-minus.svg) no-repeat center center;
    background-size: contain;
}

.flexible-article-fields {
    float: left;
    width: 100%;
    position: relative;
}

.content {
	float:left;
	width:100%;
	height:auto;
	display:block;
}

.content > *:first-child {
	margin-top:0;
}

.content > *:last-child {
	margin-bottom:0;
}

.hero {
	margin-bottom:75px;
}

.hero-plain h1,
.hero-background-block h1 {
    margin: -10px 0 -12px 0px;
}

.hero-plain h1:before, .hero-background-block h1:before,
.hero-plain h1:after, .hero-background-block h1:after {
	display:none;
}

p#breadcrumbs {
    margin: 0px;
    line-height: 1.5;
    float: left;
    width: 100%;
    display: block;
}

.hero-plain p#breadcrumbs,
.hero-background-block p#breadcrumbs,
.hero.hero-full-image p#breadcrumbs {
    margin-top: 25px;
    margin-bottom: 50px;
}

.hero-background-block p#breadcrumbs,
.hero.hero-full-image p#breadcrumbs {
    margin-top: 40px;
}

p#breadcrumbs a, p#breadcrumbs b, p#breadcrumbs strong {
    float: none;
    width: auto;
    display: inline;
    font-size: 14px;
    font-weight: 700;
}

.hero.hero-full-image p#breadcrumbs a, .hero.hero-full-image p#breadcrumbs b, .hero.hero-full-image p#breadcrumbs strong {
	color:#ffffff;
}

.hero.hero-full-image p#breadcrumbs a {
	opacity:1;
}

.hero.hero-full-image p#breadcrumbs a:hover {
    opacity: 0.4;
}

p#breadcrumbs a {
	box-shadow:none;
}

p#breadcrumbs b {
    margin: 0 20px;
}

.hero-background-block h1,
.hero.hero-full-image h1 {
	color:#ffffff;
}

.hero.hero-full-image h1 {
    text-shadow: 0px 0px 30px #0c0c0c;
    margin: 0px 0 -11px 0;
}

.hero-background-block .content {
    margin-top: 45px;
    margin-bottom: 75px;
}

.standard-post {
    margin-bottom: 90px;
}

footer {
    float: left;
    width: 100%;
    height: auto;
    display: block;
}

.footer-top {
    padding-top: 80px;
}

.footer-bottom {
    padding-top: 36px;
    padding-bottom: 55px;
    height: auto;
}

.footer-bottom p {
	font-weight: 350;
	font-size: 13px;
	line-height: 26px;
}

.footer-bottom p a {
    box-shadow: none;
    font-weight: 350;
    color: #4F576D;
}

.footer-bottom p.spaced-links a {
	margin: 0 8px 0 0;
}

.footer-top .row.spacing-line-row {
    margin-top: 48px;
}

.footer-top .row.spacing-line-row hr {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.footer-top .footer-section {
    padding: 0;
    float: left;
    width: 100%;
}

.footer-top .footer-section:first-of-type {
	padding-left:0px;
}

.footer-top .footer-section:last-of-type {
	padding-right:0px;
}

.footer-top .footer-section h6 {
    float: left;
    width: 100%;
    display: block;
    margin: -6px 0 22px 0;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #0D3E5C;
    padding-bottom: 11px;
    position: relative;
}

.footer-top .footer-section h6:after {
    content: '';
    visibility: visible;
    width: 20px;
    height: 1px;
    border-bottom: 2px solid #9BC842;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
}

.footer-top .footer-section ul {
    padding: 0px;
    margin: 0px;
}

.footer-top .footer-section ul li {
    padding: 0px;
    line-height: 26px;
    font-size: 16px;
    margin-bottom: 16px;
}

.footer-top .footer-section ul li a {
    font-weight: 350;
    font-size: 16px;
    color: #4F576D;
}

.footer-top .footer-section ul li a:hover{
    color: #9BC842;
}

.footer-top .footer-section ul li:before {
	display:none;
}

.footer-top .footer-section ul li a {
	box-shadow:none;
}

.footer-top .footer-section > div {
    float: left;
    width: 100%;
    display: block;
}

.container-fluid.footer-newsletter-bar {
    height: 124px;
    background: #F7F7F7;
    border-bottom: solid 1px #E7E9EA;
    border-top: solid 1px #E7E9EA;
}

.footer-newsletter-bar span.title {
    font-weight: 400;
    font-size: 20px;
    line-height: 43px;
    color: #0D3E5C;
	margin: 0 26px 0 0;
}

.footer-newsletter-bar .social-links-footer ul.social-media li {
    margin-right: 23px;
}

.footer-newsletter-bar .social-links-footer ul.social-media li a {
    width: auto;
    height: auto;
    line-height: 43px;
    font-size: 30px;
    background: none !important;
    color: #0D3E5C;
    opacity: 1;
}

.footer-newsletter-bar .social-links-footer ul.social-media li a:before {
    color: #0D3E5C;
    position: relative;
    top: 2px;
}

.footer-newsletter-bar .social-links-footer ul.social-media li a:hover:before {
    color: #9BC842;
}

ul.social-media {
    padding: 0px;
    margin: 0px;
}

ul.social-media li {
    padding: 0px;
    clear: none;
    width: auto;
    margin-right: 10px;
    margin-bottom: 0px;
}

ul.social-media li:before {
	display:none;
}

ul.social-media li a {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #ffffff;
    font-size: 14px;
	opacity:1;
}

ul.social-media li a:hover {
	opacity:0.6;
}

ul.social-media li a.fa-facebook-f {
	background:#1877f2;
}

ul.social-media li a.fa-twitter {
	background:#1da1f2;
}

ul.social-media li a.fa-linkedin-in {
	background:#0a66c2;
}

ul.social-media li a.fa-instagram {
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    font-size: 18px;
}

ul.social-media li a.fa-pinterest-p {
	background:#bd081c;
}

.contact-meta .meta-inner {
    margin-bottom: 27px;
    min-height: 28px;
	padding-left:44px;
}

.contact-meta .meta-inner:nth-of-type(2) {
    max-height: 28px;
    display: block !important;
}

.contact-meta .meta-inner:nth-of-type(2) a {
    margin-top: 2px;
    display: block;
    height: auto;
    position: relative;
    top: 0px;
}

.contact-meta .meta-inner a:before,
.contact-meta .meta-inner a:after {
	display:none;
}

.contact-meta .meta-inner i,
.section.sidebar-panel .contact-title i {
    font-size: 10px;
    width: 28px;
    height: 28px;
    display: flex;
    left: 0px;
    top: 0px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.contact-meta .meta-inner i.fa-envelope {
    font-size: 11px;
    line-height: 0.8;
    padding-left: 1px;
}

.contact-meta .meta-inner i.fa-map-marker-alt {
	font-size:12px;
}

.contact-meta .meta-inner p {
    margin: -8px 0 -5px 0px;
}

.contact-meta .meta-inner:last-of-type {
	margin:0px;
}

.accreditation {
	margin-bottom:70px;
}

.accreditation a {
    opacity: 1;
    height: 78px;
    width: auto;
    float: left;
}

.accreditation .row > div {
	margin-bototm:30px;
}

.accreditation a:hover {
	opacity:0.6;
}

.accreditation a img {
	height:100%;
	width:auto;
}

.background-block {
	overflow:hidden;
}

.background-block .container {
	z-index:3;
}

.contact-block .content:not(.flexible-row-block) {
    margin-bottom: 52px;
}

.contact-block .content h3 {
    font-size: 29px;
    margin-bottom: 45px;
}

.contact-block h6 {
    clear: both;
    float: left;
    width: 100%;
    margin: -6px 0 28px 0;
}

.background-block.contact-block .content:not(.flexible-row-block) {
    margin-top: 94px;
}

.background-block.contact-block .contact-form-main {
    padding-top: 90px;
    padding-bottom: 90px;
    background: #ffffff;
    padding-left: 35px;
    padding-right: 35px;
    max-width: calc(100% - 40px);
}

.background-block.contact-block .contact-form-main h4 {
    font-size: 26px;
    margin: -5px 0 35px 0;
}

.form-loader {
    z-index: -1;
	opacity:0;
	visibility:hidden;
}

.form-loader.active {
    z-index: 4;
	opacity:1;
	visibility:visible;
}

.form-loader .loader-inner {
    width:60px;
    height:60px;
    display: block;
    background: none;
}

.form-loader .loader-inner .position-absolute {
    bottom: 0px;
    width: 100%;
    display: block;
    left: 0px;
    overflow: hidden;
    height: 100%;
    opacity: 1;
}

@keyframes slidein {
  from {
    height: 0%;
    opacity: 0;
  }

  to {
    height: 100%;
    opacity: 1;
  }
}

.form-loader .loader-inner .position-absolute img {
    float: left;
    width: 100%;
    height: auto;
    display: block;
}

table {
    width: 100%;
    margin-bottom: 35px;
	text-align:center;
}

table thead th {
    padding: 5px 20px 18px;
}

table tbody td,
table tfoot tr td,
table tfoot tr th {
    height: 70px;
    vertical-align: middle;
    padding: 10px 20px;
}

.flexible-article-fields .flexible-row-block {
    margin-bottom: 59px;
}

.flexible-article-fields .flexible-row-block:last-of-type {
    margin-bottom: 0px;
}

.lightbox,
.lightbox * {
	box-shadow:none !important;
}

.flexible-row-block blockquote {
	margin:0px;
}

.scroll-content-section {
    overflow-x: hidden;
    overflow-Y: auto;
    padding-right: 10px;
    max-height: 250px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.scroll-content-section::-webkit-scrollbar {
    width: 8px;
}

.scroll-content-section::-webkit-scrollbar-track {
    border-radius: 0px;
}

.scroll-content-section::-webkit-scrollbar-thumb {
    border-radius: 0px;
}

.image-split-blocks .content {
    justify-content: start;
    padding-left: 40px;
	padding-right:0px;
}

.image-split-blocks.flex-row-reverse .content {
    justify-content: end;
    padding-right: 40px;
	padding-left:0px;
	text-align:right;
}

.img-filter {
    position: relative;
    filter: brightness(1.1) contrast(1.1);
}

.img-filter:before {
    background: -moz-radial-gradient(center, ellipse cover, rgba(27,27,27,0) 0%, rgba(27,27,27,1) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(27,27,27,0) 0%,rgba(27,27,27,1) 100%);
    background: radial-gradient(ellipse at center, rgba(27,27,27,0) 0%,rgba(27,27,27,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001b1b1b', endColorstr='#1b1b1b',GradientType=1 );
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    z-index: 2;
    opacity: 0.3;
}

.img-filter img {
    position: relative;
    z-index: 1;
    min-width: 100%;
    height: auto;
}

.image-split-blocks a,
.full-width-image  a{
	opacity:1;
}

.image-split-blocks a:hover,
.full-width-image a:hover {
	opacity:0.6;
}

.full-width-image a {
    max-height: 450px;
    border-radius: 10px;
    overflow: hidden;
}

/*.testimonials {
    padding-top: 90px;
    margin-bottom: 100px;
}*/

.testimonials.border-bottom {
    margin-bottom: 70px;
    padding-bottom: 80px;
}

.title-row {
	margin-bottom:40px;
}

.title-row h3 {
    margin: -6px 0 -8px 0px;
    font-size: 28px;
}

.testimonial-block {
    position: relative;
    padding: 15px 120px 0;
}

.testimonial-block:before,
.testimonial-block:after {
	width:48px;
	height:38px;
	display:block;
	position:absolute;
	content:"";
}

.testimonial-block:before {
	top:0px;
	left:0px;
}

.testimonial-block:after {
    right: 0px;
    bottom: 56px;
    transform: rotate(180deg);
}
.testimonial-block p {
    font-size: 22px;
    line-height: 46px;
    font-weight: 200;
}

.testimonial-block .content {
    margin-bottom: 55px;
}

.testimonial-block .meta {
    font-size: 18px;
}

.testimonial-block .meta span:after {
	content:" and ";
}

.testimonial-block .meta span:last-of-type:after {
	display:none;
}

.slick-slider ul.slick-dots {
    padding: 0px;
    margin-top: 75px;
    margin-bottom: 0px;
    width: auto;
}

.slick-slider ul.slick-dots li {
    padding: 0px;
    margin-right: 30px;
    margin-bottom: 0px;
    line-height: normal;
    width: 12px;
    height: 12px;
}

.slick-slider ul.slick-dots li:before {
	display:none;
}

.slick-slider ul.slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    color: transparent;
    text-indent: -9999px;
    padding: 0px;
    appearance: none;
    -webkit-appearance: none;
}

.slick-slider ul.slick-dots li.slick-active button {
	cursor:default;
	pointer-events:none;
}

.slick-slider button.next,
.slick-slider button.previous {
	position:absolute;
	opacity:1;
}

.slick-slider button.next, .slick-slider button.previous {
    position: absolute;
    opacity: 1;
    width: 40px;
    height: 40px;
    font-size: 0px;
    background: 0 0;
    margin-top: 0;
}

.slick-slider button.next:before, .slick-slider button.previous:before {
    font-size: 22px;
}

.slick-slider button.previous {
	left:-60px;
}

.slick-slider button.next {
    right: -60px;
}

.post-list {
    margin-bottom: 60px;
}

.navigation {
    float: left;
    width: 100%;
    height: auto;
    display: block;
}

.navigation ul {
    margin-bottom: 30px;
    margin-top: 30px;
    padding-left: 0px;
    margin-left: 0px;
    border-bottom: 2px solid;
}

.navigation ul li {
    padding: 0px;
    margin: 0px;
    line-height: normal;
    height: 40px;
    width: 36px;
    text-align: center;
}

.navigation ul li .ellipses {
    float: left;
    width: 100%;
    line-height: 0.8;
    font-weight: 600;
    display: block;
    margin-top: 10px;
}

.navigation ul li:before {
	display:none;
}

.navigation ul li a {
    position: relative;
    width: 100%;
    height: 100%;
    float: left;
    font-size: 20px;
    line-height: 0.8;
}

.navigation ul li a:before {
    position: absolute;
    left: 0px;
    height: 2px;
    display: block;
    bottom: -2px;
    width: 0%;
    opacity: 0;
}

.navigation ul li a:hover:before,
.navigation ul li.active a:before {
	width:100%;
	opacity:1;
}

.navigation ul li.active a {
}

.navigation ul li.active {
	pointer-events:none;
	cursor:default;
}

.no-results-block .search-form-main {
    max-width: 600px;
}

.error404 {
    min-height: 100vh;
    display: flex;
    align-content: center;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.error-404-block h1 {
    width: 100%;
    font-size: 190px;
    line-height: 0.66;
    margin-bottom: 34px;
    color: #9bc842;
}

.error-404-block b.title {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 18px;
    padding: 10px 15px;
    line-height: 0.8;
    padding-right: 9px;
    margin-bottom: 35px;
}

.error-404-block .content {
    margin-bottom: 50px;
}

.standard-post .gutter-right {
    padding-right: 50px;
}

.standard-post .gutter-left {
	padding-left:50px;
}

a.featured-single {
    opacity: 1;
    margin-top: -120px;
    margin-bottom: 60px;
    max-height: 425px;
    overflow: hidden;
    border-radius: 10px;
}

a.featured-single:hover {
	opacity:0.6;
}

.next-posts,
.next-posts span.nav-posts {
    margin-top: 30px;
}

.next-posts span.nav-posts span {
    line-height: 0.8;
    max-height: 14px;
    margin-bottom: 15px;
}

.next-posts span.nav-posts a,
.next-posts span.nav-posts p,
.related-case-studies .no-post {
    font-size: 20px;
    line-height: 1.45;
    font-weight: 400;
}

.next-posts span.nav-posts p,
.related-case-studies .no-post {
    margin: 0px;
    opacity: 0.6;
}

.sidebar .section {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}

.sidebar .section:last-of-type {
	margin-bottom:0px;
}

.sidebar .section.share ul.social-media {
    max-width: 90px;
}

.sidebar .section.share b.posted {
    margin: 0px;
    flex-grow: 1;
    padding-right: 15px;
}

.sidebar .section.share{
    margin-bottom: 35px;
}

.sidebar .section > h4 {
    margin: -6px 0 23px 0px;
}

.sidebar .section ul.archive {
    margin: -7px 0 -7px 0px;
    padding: 0px;
}

.sidebar .section ul.archive li {
    padding: 0px;
    margin: 0 0 7px 0;
}

.sidebar .section ul.archive li:before{
	display:none;
}

.sidebar .section ul.archive li a {
	box-shadow:none;
}

.sidebar .section .post-list {
    margin-bottom: 0px;
}

.sidebar .section .post-list article:last-of-type {
    margin: 0px;
}

.sidebar .section .post-list article {
    max-width: 100%;
    flex: 0 0 100%;
}

.sidebar .section .post-list article .post-inner {
    flex-direction: row;
    align-items: center;
}

.sidebar .section .post-list article .post-inner a.post-thumbnail {
    max-width: 90px;
    margin: 0px;
    height: 90px;
    min-width: 90px;
}

.sidebar .section .post-list article .post-inner a.post-thumbnail img {
    max-width: none;
    float: left;
    min-width: auto;
    height: 100%;
}

.sidebar .section .post-list article .post-inner h4 {
    font-size: 18px;
    padding-left: 20px;
    margin-top: -3px;
    margin-bottom: -3px;
    min-width: calc(100% - 90px);
    max-width: calc(100% - 90px);
}

.sidebar .section .post-list article .post-inner span.meta {
	display:none !important;
}

.contact-page-module .contact-meta {
    margin-bottom: 55px;
}

.contact-page-module .contact-form-main {
    padding-left: 45px;
    margin: -5px 0 55px 0;
}

.contact-page-module .map-container {
    height: 450px;
    filter: grayscale(1);
}

.testimonials.no-border {
    padding-top: 0px;
    border-top: none;
}

.flexible-article-fields .section {
    clear: both;
    float: left;
    width: 100%;
    margin-bottom: 55px;
}

.flexible-article-fields > *:last-child {
	margin-bottom:0px;
}

.sidebar.main-sidebar .section {
    margin-bottom: 50px;
}

.sidebar.main-sidebar .section:last-of-type {
    margin: 0px;
}

.panel,
.woocommerce-pages .woocommerce .cart-collaterals {
    padding: 30px;
    background: #ffffff;
}

.section.sidebar-testimonial {
    padding-left: 105px;
    padding-right: 36px;
}

.section.sidebar-testimonial .content h4 {
    font-size: 20px;
}

.section.sidebar-testimonial .content p {
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
}

.section.sidebar-testimonial .content h4 span {
    font-weight: 900;
}

.section.sidebar-testimonial .content h4 span small {
    font-weight: 900;
    font-size: 15px;
}


.section.sidebar-testimonial .icon-block {
    position: absolute;
    left: 30px;
    top: 27px;
}

.icon-block {
    width: 50px;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    float: left;
}

.icon-block img {
    float: left;
    max-width: 50px;
    max-height: 50px;
}

.section.sidebar-services {
    padding-left: 30px;
    position: relative;
}

.section.sidebar-services:before {
    position: absolute;
    left: 0px;
    height: 100%;
    width: 2px;
    display: block;
    top: 0px;
}

.section.sidebar-services .sidebar-service-contain {
    float: left;
    width: 100%;
    height: auto;
    display: block;
    padding-left: 69px;
    margin-bottom: 35px;
}

.section.sidebar-services .sidebar-service-contain:before {
    opacity: 0;
    position: absolute;
    left: -30px;
    height: 0%;
    width: 2px;
    display: block;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.section.sidebar-services .sidebar-service-contain:hover:before {
	opacity:1;
	height:100%;
}

.section.sidebar-services .sidebar-service-contain .content h5 {
    font-size: 18px;
    font-weight: 900;
    padding-top: 3px;
    margin-bottom: 8px;
}

.section.sidebar-services .sidebar-service-contain .content p,
.section.sidebar-services a.sidebar-service-contain .content p,
.cta-panel-list .panel p,
.mega-menu .mega-menu-col .content p,
.mega-menu .mega-menu-col .content ul li a {
    font-size: 14px;
    font-weight: 600;
    line-height: 28px;
}

.section.sidebar-services .sidebar-service-contain:last-of-type {
	margin-bottom:0px;
}

.section.sidebar-services .sidebar-service-contain .icon-block {
    position: absolute;
    left: 0px;
    top: 0px;
}

.section.sidebar-services .sidebar-service-contain .icon-block img {
    min-width: 50px;
}

.section.sidebar-services .sidebar-service-contain .icon-block img.icon-332 {
    min-width: 37px;
}

.section.sidebar-services h4 {
    margin-bottom: 33px;
    font-size: 21px;
}

.section.sidebar-panel b.posted {
    font-size: 17px;
    margin-bottom: 12px;
    float: left;
    width: 100%;
}

.section.sidebar-panel p {
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
}

.section.sidebar-panel .bottom-content p {
    line-height: 30px;
}


.section.sidebar-panel .contact-title {
    height: 28px;
    margin-bottom: 15px;
    padding-left: 43px;
}

.section.sidebar-panel .contact-title h6 {
    margin: 0px;
    font-size: 18px;
}

.section.sidebar-panel .bottom-content {
    margin-top: 30px;
    padding-top: 30px;
}

.flexible-article-fields .section.sidebar-panel .bottom-content {
    flex-wrap: nowrap !important;
    align-items: center;
    height: 60px;
}

.flexible-article-fields .section.sidebar-panel .bottom-content .contact-title {
    width: auto !important;
    flex-grow: 0;
    padding-right: 30px;
    margin: 0px;
}

.flexible-article-fields .section.sidebar-panel .bottom-content p {
    flex-grow: 1;
    display: flex;
    line-height: normal;
    margin-top: -6px;
}

.flexible-article-fields .section.sidebar-panel .bottom-content p a {
    margin-left: 6px;
}

.flexible-article-fields .section.sidebar-panel .bottom-content p a:first-of-type {
    margin-right: auto;
}

.flexible-article-fields .section.sidebar-panel .bottom-content p br {
    display: none;
}

.flexible-article-fields .section.sidebar-testimonial {
    padding-left: 95px;
}

.flexible-article-fields .section.sidebar-testimonial .icon-block {
    left: 27px;
}

.flexible-article-fields .section.sidebar-testimonial .content {
    display: flex;
    flex-wrap: wrap;
}

.flexible-article-fields .section.sidebar-testimonial .content p {
    margin: 0px 0 -7px 0;
}

.flexible-article-fields .section.sidebar-testimonial .content a.title {
    margin-left: auto;
    height: 21px;
    margin-bottom: 0px;
    margin-top: 4px;
}

.flexible-article-fields .section.sidebar-testimonial h4 {
    margin-bottom: 6px;
    padding-top: 2px;
}

.icon-block.hover {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.icon-block.hover img {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;

}


.icon-block.hover img.top {
	z-index:2;
	opacity:0;
}

.icon-block.hover img.bottom {
	z-index:1;
	opacity:1;
}

.section.sidebar-services .sidebar-service-contain:hover .icon-block.hover img.top {
	opacity:1;
}

.section.sidebar-services .sidebar-service-contain:hover .icon-block.hover img.bottom {
	opacity:0;
}


.checklist-block ul {
    padding: 0px;
    margin: 0px;
	margin-bottom:-20px !important;
}

.checklist-block ul li {
    min-height: 36px;
    padding-left: 60px;
    margin-bottom: 20px !important;
    width: 50%;
    padding-right: 13px;
}

.checklist-block ul li:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    width: 36px;
    height: 36px;
    top: 0px;
    text-align: center;
    color: #ffffff;
    line-height: 0.8;
    padding: 11px 0;
}

.lazyLoadImage,
.lazyLoadHeroImage {
    -webkit-transition: all 0.2s ease-in-out !important;
    -moz-transition: all 0.2s ease-in-out !important;
    -ms-transition: all 0.2s ease-in-out !important;
    -o-transition: all 0.2s ease-in-out !important;
    transition: all 0.2s ease-in-out !important;
	opacity:0;
	background-position:center center !important;
	background-size:cover !important;
}

.lazyLoadImage.active,
.lazyLoadHeroImage.active {
	opacity:1;
}

.full-width-block {
    position: relative;
    overflow: hidden;
}

.full-width-block .full-width-inner {
    z-index: 2;
    padding-top: 90px;
    padding-bottom: 225px;
}

.cta-panel-list {
    z-index: 3;
    margin-top: -150px;
    margin-bottom: 80px;
}

.cta-panel-list .panel {
    height: 100%;
}

.cta-panel-list .panel .icon-block {
    margin-top: 5px;
    margin-bottom: 30px;
    height: 66px;
    width: 100%;
    position: relative;
}

.cta-panel-list .panel .icon-block img {
    max-width: 80px;
    max-height: 100%;
}

.cta-panel-list .panel h4 {
    font-size: 20px;
    margin-bottom: 14px;
}

.cta-panel-list .panel:hover .icon-block img.top {
	opacity:1;
}

.cta-panel-list .panel:hover .icon-block img.bottom {
	opacity:0;
}

.opening-content {
    margin-bottom: 70px;
}

.opening-content h2 {
    line-height: 1.35;
    margin-bottom: 35px;
}

.service-panels.cta-panel-list {
    margin-top: 0px;
    margin-bottom: 80px;
}

.service-panels.cta-panel-list .panel,
.service-panels.cta-panel-list .panel span.link {
    box-shadow:none;
}

.service-panels .panel h3 {
    font-size: 22px;
    font-weight: 500;
}

.service-panels.cta-panel-list .panel .icon-block {
    height: 70px;
    margin-top: 0px;
}

.service-panels.cta-panel-list .panel .icon-block img {
    max-width: 100%;
    min-width: 64px;
}

.service-panels.cta-panel-list .panel .content {
    margin-bottom: 30px;
}

.service-panels.cta-panel-list .panel {
    flex-direction: column;
}

.service-panels.cta-panel-list.service-panels-list {
    margin-bottom: 0px;
}


.service-panels.service-panels-list a.panel {
    justify-content: start !important;
    padding: 35px;
    padding-left: 135px;
}

.service-panels.service-panels-list a.panel .icon-block {
    width: 70px;
    position: absolute;
    left: 30px;
    margin-bottom: 0px;
}

.service-panels.service-panels-list a.panel .content {
    text-align: left !important;
    margin-top: 3px;
}

.service-panels.service-panels-list a.panel span.link {
    justify-content: start !important;
}


.sidebar-over {
    position: relative;
    z-index: 4;
    margin-top: -250px;
}


.hero-background-block .content p {
    font-size: 18px;
    line-height: 36px;
}

.hero.hero-full-image {
    filter: contrast(1.1) brightness(1.1);
    height: 460px;
    position: relative;
    padding-bottom: 80px;
}

.hero.hero-full-image:before {
    background: #1b1b1b;
    background: -moz-linear-gradient(left, #1b1b1b 0%, rgb(27 27 27 / 0%) 100%);
    background: -webkit-linear-gradient(left, #1b1b1b 0%,rgb(27 27 27 / 0%) 100%);
    background: linear-gradient(to right, #1b1b1b 0%,rgb(27 27 27 / 0%) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b1b1b', endColorstr='#1b1b1b',GradientType=1 );
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}

.hero.hero-full-image p#breadcrumbs {
    text-shadow: 0px 0px 15px rgb(43 43 43 / 50%), 0px 0px 7px rgb(43 43 43 / 16%);
}

.page-template-service-parent .flexible-article-fields {
	margin-top:15px;
}

.contact-page-module .contact-meta .meta-inner:last-of-type p br {
    display: none;
}

.gallery-full .title-row {
    margin-bottom: 50px;
}

.gallery-slider.slick-slider ul.slick-dots {
    margin-left: 15px;
    margin-top: 50px;
}

.gallery-slider a.gallery-block,
.gallery-filter a.gallery-block {
	box-shadow:none;
}

.gallery-slider a.gallery-block img,
.gallery-filter a.gallery-block img {
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.gallery-slider a.gallery-block:hover img,
.gallery-filter a.gallery-block:hover img {
-moz-transform: scale(1.2);
-webkit-transform: scale(1.2);
-o-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
}

.gallery-slider.slick-slider button.previous, .gallery-slider.slick-slider button.next {
    bottom: auto;
    top: 40%;
    transform: translateY(-50%);
}

.gallery-slider.portrait a.gallery-block {
    height: 320px;
}

.gallery-slider.portrait a.gallery-block img {
    height: 100%;
    max-width: none;
}

.gallery-filter {
    margin-top: -30px;
    margin-bottom: 85px;
}

ul.nav-tabs {
    padding: 0px;
    margin-bottom: 45px;
    border-bottom: 1px solid #000000;
}

ul.nav-tabs li {
    padding: 0px;
    margin: 0px;
    position: relative;
    z-index: 3;
}

ul.nav-tabs li:before {
	display:none;
}

ul.nav-tabs li a {
    line-height: 1;
    font-size: 16px;
    box-shadow: none;
    position: relative;
    padding: 0 20px 20px;
    opacity: 0.5;
}

ul.nav-tabs li a:hover {
    opacity: 1;
}

ul.nav-tabs li a:before {
    visibility: visible;
    height: 2px;
    bottom: -2px;
    left: 0px;
    width: 0px;
    display: block;
    opacity: 0;
    position: absolute;
    z-index: 2;
}

ul.nav-tabs li a:hover:before,
ul.nav-tabs li a.active:before {
	opacity:1;
	width:100%;
}

ul.nav-tabs li a.active{
    opacity: 1;
	cursor:default;
	pointer-events:none;
}

.testimonials.testimonials-panel {
    border: none !important;
    padding-top: 0px;
    margin-bottom: 30px;
}

.downloads-list .download-item {
    flex-direction: row;
}

.downloads-list .download-item:last-of-type {
	margin:0px;
}

.downloads-list .download-item a.btn {
    width: 50px;
    text-align: center;
    line-height: 0.8;
    padding: 15px 0px;
    min-width: 50px;
}

.downloads-list .download-item a.btn {
    font-size: 0px;
}

.downloads-list .download-item a.btn > i {
    font-size: 17px;
}

.downloads-list .download-item .file-icon {
    width: 50px;
    height: 50px;
    color: #ffffff;
    text-align: center;
    font-size: 26px;
    line-height: 0.8;
    padding: 11px 0;
    min-width: 50px;
}

.downloads-list .download-item .file-meta {
    min-width: 50%;
    max-width: 50%;
	padding-left:30px;
}

.downloads-list .download-item .file-size, .downloads-list .download-item .file-type {
    min-width: 20%;
    max-width: 20%;
    padding: 0 15px;
    font-size: 18px;
    line-height: 1.4;
}

.downloads-list .download-item .file-type span {
	display:inline-block;
	text-transform:uppercase;
}

.downloads-list .download-item small {
    font-weight: 700;
    font-style: italic;
    opacity: 0.7;
}

.downloads-list .download-item h4 {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 7px;
}

.gutter-right .downloads-list .download-item .file-size, .gutter-right .downloads-list .download-item .file-type {
    font-size: 16px;
    min-width: 25%;
    max-width: 25%;
}

.gutter-right .downloads-list .download-item .file-meta {
    min-width: 35%;
    max-width: 35%;
}

/* all your homepage hero stuff sits here */
.container-fluid.hero-home-page {
    margin-top: 0;
    margin-bottom: 128px;
    height: 589px;
    overflow: hidden;
    padding-bottom: 75px;
    background: #0D3E5C;
}

.hero-home-page h1 {
    font-weight: 350;
    font-size: 45px;
    line-height: 52px;
    padding: 0;
    margin: 0 0 18px 0;
    color: #FFFFFF;
}

.hero-home-page h1,
.hero-home-page .content {
    width: calc(100% + 9px);
}

.hero-home-page .content {
	margin-bottom:25px;
	font-weight: 350;
	font-size: 17px;
	color: #CCCCE0;
}

.hero-home-page .content p {
	line-height: 29px;
}

.hero-home-page .hero-image {
    margin-left: 50px;
    float: left;
}

.hero-home-page .hero-image img {
    float: left;
    width: auto;
    max-width: none;
	position:relative;
	z-index:3;
}

.hero-home-page .hero-image-container {
    width: 550px;
    position: relative;
    top: 5px;
}

.hero-home-page .hero-image-container .clouds {
    position: absolute;
    width: 495px;
    height: 311px;
    display: block;
    background: url(/wp-content/uploads/2022/06/clouds-slider.svg) no-repeat center center;
    background-size: contain;
    z-index: 5;
}

.hero-home-page .hero-image-container .inner-circles-container {
	width:550px;
	height: 550px;
	z-index: 3;
}

.hero-home-page .hero-image-container .inner-circles-container .circle {
    background: #fff;
    opacity: 0.1;
    width: 428px;
    height: 428px;
    z-index: 3;
    border-radius: 50%;
}

.hero-home-page .hero-image-container .inner-circles-container .circle:nth-child(2){
	width:497px;
	height:497px;
}

.hero-home-page .hero-image-container .inner-circles-container .circle:nth-child(3){
	width:550px;
	height:550px;
}

.hero-home-page .hero-image-container .image-container {
    width: 375px;
    height: 375px;
    display: block;
    border-radius: 50%;
    border: solid 10px #fff;
    z-index: 4;
    overflow: hidden;
    background: #0D3E5C;
    position: relative;
}

.hero-home-page .hero-image-container .image-container #flat-map {
	background-image: url(/wp-content/uploads/2022/06/Globe-Full.svg);
	width: 100%;
    height: calc(100% - 80px);
    position: absolute;
    top: 40px;
    left: 0;
    animation: slideGlobe 30s linear infinite;
    background-position-x: 0px;
    background-repeat: repeat-x;
    background-size: 1094px;
}

.hero-home-page .hero-image-container .stars {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
}

.hero-home-page .hero-image-container .stars .star {
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
    height: 35px;
    background: url(/wp-content/uploads/2022/08/star-home.svg) no-repeat center center;
    background-size: contain;
	animation: flashStars 3s infinite;
		-moz-transform: scale(0);
		-webkit-transform: scale(0);
		-o-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
}

.hero-home-page .hero-image-container .stars .star:nth-child(1){
	top: 88px;
	left:-15px;
}

.hero-home-page .hero-image-container .stars .star:nth-child(2) {
    top: auto;
    bottom: 140px;
    left: -50px;
	animation-delay: 1.5s;
}

.hero-home-page .hero-image-container .stars .star:nth-child(3){
	left:auto;
	right:0;
	top:150px;
	animation-delay: .5s;
}

.hero-home-page .hero-image-container .stars .star:nth-child(4){
	left:auto;
	top:auto;
	right:0;
	bottom:50px;
	animation-delay: 1s;
}
  
@keyframes slideGlobe{
  0% {
    background-position-x: 0;}
  100% {
    background-position-x: -1094px;}
}

@keyframes flashStars{
	0% {
		-moz-transform: scale(0);
		-webkit-transform: scale(0);
		-o-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
	}
	50% {
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
	100% {
		-moz-transform: scale(0);
		-webkit-transform: scale(0);
		-o-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
	}
}

.document-bar-block .document-bar-slider {
    float: left;
    width: 100%;
    position: relative;
}

.document-bar-block .document-bar-slider p.open-doc-notice {
    margin: 0;
    float: left;
    width: 100%;
    padding-left: 68px;
    position: relative;
    font-weight: 350;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 19px;
}

.document-bar-block .document-bar-slider .inner {
    background: #F7F7F7;
    border: 1px solid #E7E9EA;
    border-radius: 8px;
    height: 100px;
    padding: 0 40px;
}

.document-bar-block .document-bar-slider .inner > span.title {
    font-weight: 350;
    font-size: 19px;
    line-height: 31px;
    color: #0D3E5C;
    margin-right: 20px;
}

.document-bar-block .document-bar-slider p.open-doc-notice:before {
    left: 40px;
    width: 19px;
    height: 19px;
    background: url(/wp-content/uploads/2022/06/slider-open-doc-icon.svg) no-repeat center center;
    content: '';
    visibility: visible;
    position: absolute;
    top: 3px;
    background-size: contain;
}

.container-fluid.document-bar-block {
    margin-top: -95px;
}
/* all your homepage hero stuff sits here */

/* mobile menu */
a#burgerMenu {
    display: none;
    width: 45px;
    height: 45px;
    margin-left: 20px;
    position: relative;
    padding: 7px;
    font-size: 0px;
}

a#burgerMenu span {
    opacity: 1;
    transform: rotate(0deg);
    width: 30px;
    height: 3px;
    background: #1b1b1b;
    position: absolute;
    left: 5px;
}

a#burgerMenu span:nth-of-type(1) {
    top: 9px;
}

a#burgerMenu span:nth-of-type(2) {
    top: 21px;
}

a#burgerMenu span:nth-of-type(3) {
    bottom: 9px;
}

a#burgerMenu.active span:nth-of-type(1),
a#burgerMenu.active span:nth-of-type(2) {
    transform: rotate(45deg);
    top: 21px;
}

a#burgerMenu.active span:nth-of-type(2) {
	opacity:0;
}

a#burgerMenu.active span:nth-of-type(3) {
    transform: rotate(-45deg);
    bottom: 21px;
}

.header.active {
    -webkit-box-shadow: 0px 0px 33px 0px rgb(101 63 127 / 0%) !important;
    -moz-box-shadow: 0px 0px 33px 0px rgb(101 63 127 / 0%) !important;
    box-shadow: 0px 0px 33px 0px rgb(101 63 127 / 0%) !important;
}

.mobile-menu {
    right: 0px;
    width: 100vw;
    max-width: none;
    top: 0px;
    background: #0D3E5C;
    z-index: 19;
    -webkit-transition: all 0.2s ease-in-out !important;
    -moz-transition: all 0.2s ease-in-out!important;
    -ms-transition: all 0.2s ease-in-out!important;
    -o-transition: all 0.2s ease-in-out!important;
    transition: all 0.2s ease-in-out!important;
    padding: 0;
    padding-top: 90px;
    padding-bottom: 50px;
    transform: translateX(100%);
    overflow: hidden;
    opacity: 0;
    height: 100%;
}

.mobile-menu.active {
    transform: translateX(0%);
	opacity:1;
}

.mobile-menu .mobile-menu-inner-content {
    float: left;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.mobile-menu .mobile-menu-inner-content .top-sections {   
	margin-bottom: 25px;
}

.mobile-menu .mobile-menu-inner-content .menu-sections {}

.mobile-menu .mobile-menu-inner-content .menu-sections > div {
    float: left;
    width: 100%;
    position: relative;
}

.mobile-menu .mobile-menu-inner-content .menu-sections > div > ul.menu {
    margin: 0;
    padding: 0;
}

.mobile-menu .mobile-menu-inner-content .menu-sections > div > ul.menu > li {
    padding: 0 0 13px 0;
    margin: 0 0 13px 0;
    border-bottom: solid 1px rgb(255 255 255 / 20%);
}

.mobile-menu .mobile-menu-inner-content .menu-sections > div > ul.menu > li > ul.sub-menu {
    display: none;
    padding: 0;
    border-left: solid 1px rgb(255 255 255 / 20%);
    margin: 16px 0 0 0;
}

.mobile-menu .mobile-menu-inner-content .menu-sections > div > ul.menu > li:last-of-type {
    padding: 0;
    border-bottom: none;
}

.mobile-menu .mobile-menu-inner-content ul li:before {
	display:none;
}

.mobile-menu .mobile-menu-inner-content .menu-sections > div > ul.menu > li > a {
    float: left;
    width: 100%;
    display: block;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
	position: relative;
}

.mobile-menu .mobile-menu-inner-content .menu-sections > div > ul.menu > li.current-menu-item:not(.current-menu-ancestor) > a {
    background: rgb(255 255 255 / 10%);
    border-radius: 10px;
    padding: 10px 21px;
}

.mobile-menu .mobile-menu-inner-content .menu-sections > div > ul.menu > li.menu-item-has-children > a:after {
    content: "";
    display: block;
    float: right;
    visibility: visible;
    background: url(/wp-content/uploads/2022/06/arrow-green-down.svg) no-repeat center center;
    background-size: contain;
    width: 10px;
    height: 8px;
    margin: 7px 0 0 5px;
}

.mobile-menu .mobile-menu-inner-content .menu-sections > div > ul.menu > li > ul.sub-menu > li {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0 0 7px 0;
}

.mobile-menu .mobile-menu-inner-content .menu-sections > div > ul.menu > li > ul.sub-menu > li a {
    color: #fff;
    padding: 10px 21px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    float: left;
    width: 100%;
    position: relative;
}

.mobile-menu .mobile-menu-inner-content .menu-sections > div > ul.menu > li > ul.sub-menu > li.current-menu-item a {
    background: rgb(255 255 255 / 10%);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.mobile-menu .mobile-menu-inner-content .top-sections .search-form-main form input.search-field {
    height: 40px;
    padding: 10px;
    font-size: 14px;
    border-radius: 10px;
    background: rgb(255 255 255 / 10%);
    border: none;
    color: #fff;
    padding-left: 42px;
}

.mobile-menu .mobile-menu-inner-content .top-sections .search-form-main form button {
    right: auto;
    left: 4px;
    height: 40px;
    width: 40px;
    color: #fff;
}

.mobile-menu .mobile-menu-inner-content .top-sections .search-form-main form input.search-field::placeholder {
    color: #fff;
}

.mobile-menu .mobile-menu-inner-content .top-sections .search-form-main {
    margin-bottom: 15px;
}

.mobile-menu .mobile-menu-inner-content .top-sections .login-link {
    height: 40px;
    border-radius: 10px;
    padding: 14px 22px;
    text-align: left;
}

.mobile-menu .mobile-menu-inner-content .top-sections .login-link i {
    font-size: 13px;
    float: left;
    margin: 0 7px 0 0;
    position: relative;
    top: -1px;
}

/* IE 11 modal */
.ie-modal-only {
    z-index: 9999999;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    background: rgba(59, 59, 59, 0.65);
	display:none;
}

.ie-modal-only .vhboth {
    width: 100%;
    max-width: 670px;
}
/* IE 11 modal */

/* global margins */

.mb-35 {
	margin-bottom:35px;
}

.mb-30 {
	margin-bottom:30px;
}

.mb-20 {
	margin-bottom:20px;
}

.mb-22 {
	margin-bottom:22px;
}

.mb-50 {
	margin-bottom:50px;
}

p#breadcrumbs *:before,
p#breadcrumbs *:after {
	display:none;
}

div#primary, div#primary #main {
    float: left;
    width: 100%;
    height: auto;
    display: block;
}

/* hidden elements*/
.element, .wpcf7 form .fields.submit span.ajax-loader, body.error404 .header, body.error404 .footer, body.error404 .footer-bottom, .page .standard-post .standard-post-meta, .page .post-navigation, .contact-meta a span p br, .single-testimonials .standard-post .standard-post-meta, .testimonials-template-default .social-feed, .grecaptcha-badge, .error404 .accreditation, .error404 footer {
	display:none !important;
	visibility:none !important;
}
/* no transitions */
div#cookie-law-info-bar .header .menu-main-menu-container ul li > ul.sub-menu, .header .menu-main-menu-container ul li.menu-item-has-children > a:after, .mega-menu-container, .header .menu-main-menu-container ul li > ul.sub-menu, .lightboxOverlay, .lightbox, .lightbox *, .accordion-section .acc-section, .tabbed-container .tabbed-content-contain .tabbed-inner, .container-fluid, .container, .row, .h1, h2, h3, h4, h5, h6, .col-12, .col-0, .fab:before, .fab:after, .fal:before, .fal:after, .fal:before, .fal:after, .fas:before, .fas:after, .fa:before, .fa:after, .header ul li.menu-item-has-children > a:after, .header ul li#menu-item-479 > a:after, .search-form-main button.search-submit i, .search-form-main button.search-submit i:before, .search-form-main button.search-submit i:after, .show-filters a#showFilters i, .show-filters a#showFilters i:before, .show-filters a#showFilters i:after, .show-filters a#showFilters span, .filters-container .filter-block h4 a:before {
	-webkit-transition: none;
	-moz-transition:  none;
	-ms-transition:  none;
	-o-transition:  none;
	transition:  none;
}

a.arrow-link, span.arrow-link, button.arrow-link {
    position: relative;
    float: left;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    padding-left: 18px;
    box-shadow: none !important;
    color: #0D3E5C;
}

a.arrow-link:hover, span.arrow-link:hover, a:hover span.arrow-link, button.arrow-link:hover {
    color: #9BC842;
}

a.arrow-link:before, span.arrow-link:before, button.arrow-link:before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 6px;
    height: 12px;
    background: url(/wp-content/uploads/2022/06/arrow-green-right.svg) no-repeat  center center;
    background-size: contain;
    visibility: visible;
}

a.arrow-link.left:before, span.arrow-link.left:before, button.arrow-link.left:before {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.global-drop-shadow{
	box-shadow: 0px 0px 12px rgb(13 62 92 / 8%);
}

.post-list .post-inner a.global-drop-shadow,
a.global-drop-shadow {
    box-shadow: 0px 0px 12px rgb(13 62 92 / 8%) !important;
}

.global-border-color{
	border: 1px solid #E7E9EA;
}

.frm_forms form .form-loader {
    top: 0;
    left: 0;
}

.frm_forms form .form-field {
    margin-bottom: 25px;
}

.global-sidebar-block .form-container .form-fields-container .fields-inners .form-field > div,
.frm_forms form .form-field > .frm_primary_label,
.frm_forms form .form-field > label {
    font-family: filson-pro, sans-serif;
    float: left !important;
    width: 100% !important;
    display: block !important;
    height: auto;
    margin: 0 0 8px 0;
    text-transform: none;
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    color: #0D3E5C !important;
}
.frm_style_formidable-style.with_frm_style .frm_none_container .frm_primary_label, .frm_style_formidable-style.with_frm_style .frm_pos_none {
    display: none !important;
}
.global-sidebar-block .form-container .form-fields-container .fields-inners .form-field > div:hover,
.frm_forms form .form-field > label:hover {
	cursor:pointer;
	color:#9BC842 !important;
}

.form-container .form-fields-container .fields-inners .form-field > input,
.frm_forms form .form-field input[type=text], 
.frm_forms form .form-field input[type=password], 
.frm_forms form .form-field input[type=email], 
.frm_forms form .form-field input[type=number], 
.frm_forms form .form-field input[type=url], 
.frm_forms form .form-field input[type=tel], 
.frm_forms form .form-field input[type=file], 
.frm_forms form .form-field input[type=search], 
.frm_forms form .form-field select, 
.frm_forms form .form-field textarea, 
.frm_forms form .form-field .frm-card-element.StripeElement, 
.frm_forms form .form-field .selectize-input,
.inner-table-col.select-control .selectize-control .selectize-input {
    float: left;
    width: 100%;
    display: block;
    height: 55px;
    padding: 10px 20px;
    text-transform: none;
    font-size: 16px;
    font-weight: 300;
    appearence: none;
    -webkit-appearance: none;
    box-shadow: none;
    background: #FFFFFF;
    border: 1px solid #E7E9EA;
    border-radius: 4px;
}

.frm_forms form .form-field textarea {
    height: 210px;
    resize: none;
}
.form-container .form-fields-container .fields-inners .form-field > input:hover,
.frm_forms form .form-field input[type=text]:hover,
.frm_forms form .form-field input[type=password]:hover,
.frm_forms form .form-field input[type=email]:hover,
.frm_forms form .form-field input[type=number]:hover,
.frm_forms form .form-field input[type=url]:hover,
.frm_forms form .form-field input[type=tel]:hover,
.frm_forms form .form-field input[type=file]:hover,
.frm_forms form .form-field input[type=search]:hover,
.frm_forms form .form-field select:hover,
.frm_forms form .form-field textarea:hover,
.frm_forms form .form-field .frm-card-element.StripeElement:hover,
.frm_forms form .form-field .selectize-input:hover,
.inner-table-col.select-control .selectize-control .selectize-input:hover {
	cursor:pointer;
}
.form-container .form-fields-container .fields-inners .form-field > input:focus,
.frm_forms form .form-field input[type=text]:focus,
.frm_forms form .form-field input[type=password]:focus,
.frm_forms form .form-field input[type=email]:focus,
.frm_forms form .form-field input[type=number]:focus,
.frm_forms form .form-field input[type=url]:focus,
.frm_forms form .form-field input[type=tel]:focus,
.frm_forms form .form-field input[type=file]:focus,
.frm_forms form .form-field input[type=search]:focus,
.frm_forms form .form-field select:focus,
.frm_forms form .form-field textarea:focus,
.frm_forms form .form-field .frm-card-element.StripeElement:focus,
.frm_forms form .form-field .selectize-input:focus,
.inner-table-col.select-control .selectize-control .selectize-input:focus {
	cursor:default;
}

.frm_forms form .form-field .frm_error {
    font-weight: normal;
    display: block;
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
    font-size: 12px;
}

.frm_forms form .form-field .frm_opt_container {
    float: left;
    width: 100%;
    position: relative;
}

.frm_forms form .form-field .frm_opt_container .frm_checkbox,
.frm_forms form .form-field .frm_opt_container .frm_radio {
    float: left;
    width: 100%;
    position: relative;
}

.frm_forms form .form-field .frm_opt_container .frm_checkbox label,
.frm_forms form .form-field .frm_opt_container .frm_radio label{
	float:left;
	width:auto;
	padding: 0;
	margin: 0;
	text-indent: 0px;
}

.frm_forms form .form-field .frm_opt_container .frm_checkbox label input, .frm_forms form .form-field .frm_opt_container .frm_radio label input{
	display: none !important;
}

.frm_forms form .form-field .frm_opt_container .frm_radio label span,
.frm_forms form .form-field .frm_opt_container .frm_checkbox label span {
    float: left;
    width: 100%;
    position: relative;
    padding-left: 30px;
    line-height: 20px;
    font-weight: 400;
    font-size: 13px;
    color: #0D3E5C;
}

.frm_forms form .form-field .frm_opt_container .frm_radio label span:before,
.frm_forms form .form-field .frm_opt_container .frm_checkbox label span:before {
    content: '';
    visibility: visible;
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: solid 1px #E7E9EA;
    border-radius: 4px;
}

.frm_forms form .form-field .frm_opt_container .frm_radio label span:before{
	border-radius: 50%;
}

.frm_forms form .form-field .frm_opt_container .frm_radio label input[type="radio"] ~ span:before {
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 1px #E7E9EA;
    box-shadow: 0 0 0 1px #E7E9EA;
}

.frm_forms form .form-field .frm_opt_container .frm_checkbox label input[type="checkbox"] ~ span:before {
    content: '\f00c';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 100;
    text-align: center;
    line-height: 19px;
    font-size: 10px;
    color: transparent;
}

.frm_forms form .form-field .frm_opt_container .frm_radio label input[type="radio"]:checked ~ span:before {
    background: #9BC842;
}

.frm_forms form .form-field .frm_opt_container .frm_checkbox label input[type="checkbox"]:checked ~ span:before {
    color: #fff;
	background: #9BC842;
	border-color: #9BC842;
}

.frm_forms form .form-field .frm_opt_container .frm_checkbox, .frm_forms form .form-field .frm_opt_container .frm_radio {
    margin-bottom: 10px;
}

.frm_forms form .form-field .selectize-input,
.inner-table-col.select-control .selectize-control .selectize-input {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
    padding-right: 50px;
}

.frm_forms form .form-field .selectize-input:after,
.inner-table-col.select-control .selectize-control .selectize-input:after {
    content: "\f107"!important;
    font-family: "Font Awesome 5 Pro";
    border: none !important;
    width: auto !important;
    height: auto !important;
    top: auto !important;
    right: 23px !important;
    margin: 0px !important;
    font-weight: 400;
    opacity: 0.8;
    position: absolute;
	visibility: visible;
}

.frm_forms form .form-field .selectize-input.dropdown-active:after,
.inner-table-col.select-control .selectize-control .selectize-input.dropdown-active:after {
	content:"\f106"!important;
}

.frm_forms form .form-field .selectize-dropdown,
.inner-table-col.select-control .selectize-control .selectize-dropdown {
    padding-top: 10px;
    padding-bottom: 13px;
    top: 70px !important;
}

.frm_forms form .form-field .selectize-dropdown,
.inner-table-col.select-control .selectize-control .selectize-dropdown {
    top: 50px !important;
}

.frm_forms form .form-field .selectize-dropdown .selectize-dropdown-content,
.inner-table-col.select-control .selectize-control .selectize-dropdown .selectize-dropdown-content {
    max-height: 220px;
}

.frm_forms form .form-field .selectize-dropdown .selectize-dropdown-content .optgroup-header,
.frm_forms form .form-field .selectize-dropdown .selectize-dropdown-content .option,
.inner-table-col.select-control .selectize-control .selectize-dropdown .selectize-dropdown-content .optgroup-header,
.inner-table-col.select-control .selectize-control .selectize-dropdown .selectize-dropdown-content .option {
    padding: 13px 22px;
    cursor: pointer;
}

.frm_forms form .frm_submit {
    float: left;
    width: 100%;
    margin: 0 0 0 0;
}

.frm_forms form .frm_submit button.btn.btn-primary {
    background: none;
}

.frm_forms form .form-field .frm_dropzone {
    width: 100%;
    max-width: none;
    float: left;
    margin: 0;
    background: none;
}

.frm_forms form .form-field .frm_dropzone .dz-message {
    border: 1px solid #E7E9EA;
}

.frm_forms form .form-field .frm_dropzone .dz-message span.frm_icon_font {
    margin-bottom: 10px;
}


.frm_forms form .form-field > fieldset {
    float: left;
    width: 100%;
    position: relative;
}

.frm_forms form .form-field > fieldset  .form-field > .frm_description {
    float: left;
    width: 100%;
    font-size: 12px;
    margin: 5px 0 0 0;
}

.frm_forms form .form-field.frm_section_heading h3 {
    float: left;
    width: 100%;
    position: relative;
    margin: 0 0 20px 0 !important;
    padding: 0 !important;
    font-weight: 350;
    font-size: 20px;
    line-height: 24px;
    color: #0D3E5C;
    border: none !important;
}

.page-template-product-provider-registration .frm_forms form .form-field.frm_section_heading h3 {
    border-top: 1px solid #E7E9EA !important;
    padding-top: 20px !important;
}

.page-template-product-provider-registration .frm_forms form .form-field.frm_section_heading.sub-section-block h3 {
    border-top: none !important;
    padding-top: 0px !important;
    font-size: 18px;
    line-height: 1;
}

.page-template-product-provider-registration .frm_forms form .form-field.frm_section_heading#frm_field_59_container {
    margin-top: 0;
}

.page-template-product-provider-registration .frm_forms form .form-field.frm_section_heading#frm_field_59_container h3 {
    padding-top: 0 !important;
    border-top: none !important;
}

.frm_forms form .form-field.content.frm_html_container ul {
    padding: 0;
}

.frm_forms form .form-field .selectize-control {
    float: left;
    width: 100%;
    position: relative;
}

.alert {
  clear: both;
}

.container-fluid.we-are-emvco {
    padding-bottom: 101px;
    border-bottom: solid 1px #E7E9EA;
    margin-bottom: 90px;
}

.cta-stacked-container {
    position: relative;
}

.home .cta-stacked-container:after {
    content: '';
    visibility: visible;
    position: absolute;
    right: -16px;
    top: 49px;
    width: 10px;
    height: 19px;
    background: url(/wp-content/uploads/2022/06/arrow-green-right.svg) no-repeat center center;
    background-size: contain;
}

.home article:last-of-type .cta-stacked-container:after {
	display: none !important;
}

.cta-stacked-container .icon-container {
    height: 115px;
    margin-bottom: 26px;
    max-width: 100%;
}

.cta-stacked-container .title {
    font-weight: 400;
    font-size: 20px;
    color: #0D3E5C;
    line-height: 30px;
    margin-bottom: 20px;
    box-shadow: none !important;
}

.cta-stacked-container .content {
    font-weight: 325;
}

.page-template-why-page .cta-stacked-container .content {
	color: #0D3E5C;
}

.cta-stacked-container .content strong{
	font-weight: 700;
}

.row.title-standard-row {
    margin-bottom: 44px;
}

.row.title-standard-row .title {
    font-weight: 350;
    font-size: 28px;
    line-height: 34px;
    color: #0D3E5C;
}

.row.title-standard-row.white .title{
	color: #fff;
}

.row.title-standard-row.with-link a {
    color: #0D3E5C;
    font-weight: 400;
    font-size: 13px;
    line-height: 21px;
    margin: 11px 0 0 0;
}
.row.title-standard-row.with-link a:hover {
    color: #9BC842;
    box-shadow: inset 0 -0.06rem 0 0 #9bc842;
}

.pattern-bg-section .row.title-standard-row.with-link a {
    color: #fff;
}

.pattern-bg-section .row.title-standard-row.with-link a:hover{
	color: #9BC842;
    box-shadow: inset 0 -0.06rem 0 0 #9bc842;
}

.cta-split-container {
    padding-left: 71px;
    padding-bottom: 35px;
    border-bottom: 1px solid #E7E9EA;
    padding-right: 20px;
}

.cta-split-container .icon-container {
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 8px;
    border: solid 2px #9BC842;
}

.cta-split-container a.cta-split-container-link{
	box-shadow: none !important;
}

.cta-split-container a.cta-split-container-link .icon-container {
    left: -71px;
}

.cta-split-container a.cta-split-container-link:hover .icon-container {
	background:#9BC842;
}

.cta-split-container .icon-container.has-hover img {
    position: absolute;
    opacity: 0;
    padding: 8px;
}

.cta-split-container .icon-container.has-hover img.normal {
    opacity: 1;
}

.cta-split-container a.cta-split-container-link:hover .icon-container.has-hover img.normal {
	opacity: 0;
}

.cta-split-container a.cta-split-container-link:hover .icon-container.has-hover img.hover {
	opacity: 1;
}

.cta-split-container .content-container .title {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #0D3E5C;
    margin-top: 3px;
    margin-bottom: 12px;
}

.cta-split-container .content-container .content {
    font-weight: 350;
    font-size: 16px;
}

.cta-split-container a.cta-split-container-link .content-container .content p {
	color: #4F576D;
}

.row.ctas-side-icon article:nth-last-child(-n+2) {
    margin-bottom: 0;
}

.row.ctas-side-icon article:nth-last-child(-n+2) .cta-split-container {
    padding-bottom: 0;
    border-bottom: none;
}

.what-events-split .events-gutter-left {
    padding-left: 60px;
}

.row.events-tall-list article {
    margin-bottom: 33px;
}

.event-stack-post {
    border-bottom: 1px solid #E7E9EA;
    padding-bottom: 33px;
    padding-left: 95px;
}

.event-stack-post .date-block{
	left:0;
	top:0;
	width:60px;
	height: auto;
}

.event-stack-post .date-block span.month {
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #0D3E5C;
	margin-bottom: 2px;
}

.event-stack-post .date-block span.day {
	font-weight: 350;
	font-size: 55px;
	line-height: 66px;
	color: #9BC842;
}

.event-stack-post .post-inner-content {
    border-left: 1px solid #E7E9EA;
    padding-left: 35px;
    min-height: 128px;
}

.event-stack-post .post-inner-content .meta {
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.event-stack-post .post-inner-content .meta span {
    float: left;
    width: 100%;
    position: relative;
    padding-left: 27px;
    font-weight: 350;
    font-size: 13px;
    line-height: 16px;
    color: #0D3E5C;
    margin-bottom: 16px;
}

.event-stack-post .post-inner-content .meta span i {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 16px;
    font-size: 18px;
    width: 20px;
    text-align: center;
    color: #9BC842;
}

.event-stack-post .post-inner-content .meta span:last-of-type {
    margin-bottom: 0;
}

.event-stack-post .post-inner-content h4 {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #0D3E5C;
	margin: 0 0 15px 0;
	padding: 0;
}

.event-stack-post .post-inner-content .ctas {
	font-weight: 350;
	font-size: 13px;
	line-height: 16px;
	color: #0D3E5C;
}

.event-stack-post .post-inner-content h4 a {
    color: #0D3E5C;
    font-weight: 400;
    box-shadow: none !important;
}

.event-stack-post .post-inner-content h4 a:hover{
	color: #9BC842;
}

.row.events-tall-list article:last-of-type .event-stack-post {
    padding-bottom: 0;
    border-bottom: none;
}

.row.title-standard-row .content {
    margin: 23px 0 0 0;
}

.container-fluid.pattern-bg-section {
    background: #0D3E5C;
}
.container-fluid.grey-bg-section {
    background: #F7F7F7;
}

.container-fluid.technologies {
    margin-bottom: 0;
    padding-top: 60px;
    padding-bottom: 70px;
    border-top: 1px solid #E7E9EA;
    overflow: hidden;
}

.container-fluid.get-involved {
	padding-bottom: 100px;
	padding-top: 100px;
}

.get-involved .row.title-split-row {
    margin-bottom: 78px;
}

.get-involved .row.title-split-row .label-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #9BC842;
    margin-bottom: 44px;
}

.get-involved .row.title-split-row .main-title {
    font-weight: 300;
    font-size: 42px;
    line-height: 58px;
    color: #fff;
    margin-bottom: 25px;
}

.get-involved .row.title-split-row .content {
    font-style: italic;
    font-weight: 300;
    font-size: 20px;
    line-height: 34px;
    color: #fff;
    padding-left: 47px;
    margin-top: 74px;
}

.get-involved .row.title-split-row .content p {
    line-height: 34px;
}

.ways-to-participate-cta {
    padding: 30px;
    background: #fff;
    border-radius: 10px;
}

.ways-to-participate-cta.has-drop-shadow-border {
    border: 1px solid #E7E9EA;
    box-shadow: 0px 0px 12px rgb(13 62 92 / 8%);
}

.ways-to-participate-cta .title{
	font-weight: 700;
	font-size: 16px;
	line-height: 27px;
	color: #0D3E5C;
	margin-bottom: 28px;
}

.ways-to-participate-cta .content {
    font-weight: 350;
    margin-bottom: 28px;
    color: #0D3E5C;
}

.split-content-container {
    float: left;
    width: 100%;
    position: relative;
    padding-right: 95px;
    padding-left: 10px;
}

.flex-row-reverse .split-content-container {
    padding-right: 10px;
    padding-left: 95px;
}

.split-content-container .title{
	font-weight: 350;
	font-size: 28px;
	line-height: 34px;
	color: #0D3E5C;
	margin-bottom: 18px;
}

.split-content-container .content{
	font-weight: 350;
	font-size: 16px;
	color: #4F576D;
	margin-bottom: 25px;
}

.split-content-container .content p{
	line-height: 26px;
}

.container-fluid.related-insights.pattern-bg-section {
    padding-top: 98px;
    padding-bottom: 118px;
    margin-bottom: 87px;
}

.related-insights article.mb-35 {
    margin-bottom: 0;
}

.post-list .post-inner {
    flex-direction: column;
    height: 100%;
    position: relative;
}

.post-list .post-inner .post-container,
.post-list .post-inner > a:not(.btn){
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	float: left;
	width:100%;
	height: 100%;
	box-shadow: none !important;
	padding: 25px;
	padding-top:185px;
}

.post-list .post-inner .post-thumbnail {
    height: 150px;
    overflow: hidden;
    margin-bottom: 35px;
	top:0;
	left:0;
}

.post-list .post-inner .post-thumbnail img {
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-list .post-inner .post-container .type,
.post-list .post-inner a .type {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #9BC842;
    margin-bottom: 14px;
}

.post-list .post-inner .post-container h4,
.post-list .post-inner a h4 {
    margin-bottom: 28px;
    font-weight: 350;
    font-size: 23px;
    line-height: 32px;
    color: #0D3E5C;
    margin-top: 0;
}

.post-list .post-inner .post-container h4 a{
	color: #0D3E5C;
    font-weight: 350;
}

.post-list .post-inner .post-container h4 {
    margin-bottom: 15px;
}

.post-list .post-inner span.meta {
    font-weight: 400;
    font-size: 13px;
    line-height: 26px;
    color: #0D3E5C;
}

.post-list .post-inner span.meta span.author {
    display: inline-block;
}

.post-list .post-inner span.meta span.author img.avatar {
    float: left;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 9px 0 0;
}

.post-list .post-inner span.meta span.spacer {
    margin: 0 5px;
    position: relative;
    top: -1px;
}


.post-list .post-inner.quick-resources .post-thumbnail {
    height: 250px;
}

.post-list .post-inner.quick-resources .post-container {
    padding-top: 285px;
}

.post-list .post-inner.quick-resources .post-thumbnail img {
    object-position: top;
}

.post-list .post-inner.quick-resources .post-container .links-inner {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: -15px;
}

.post-list .post-inner.quick-resources .post-container .links-inner a.btn {
    margin: 0 15px 15px 0;
}

.container-fluid.why-emvco {
    margin-bottom: 87px;
}

.why-emvco .image-container {
    float: left;
    width: 100%;
    position: relative;
    padding-right: 88px;
}

.diagram-tech-section {
    width: 600px;
    height: 600px;
    position: relative;
    padding: 60px;
}

.diagram-tech-section .inner-section {
    border: 4px dashed #0D3E5C;
    border-radius: 50%;
}

.diagram-tech-section .inner-section .inner .main-center-logo {
    width: 147px;
    height: 125px;
    display: block;
    background: url(/wp-content/uploads/2022/08/emvco-icon-3.svg) no-repeat center center;
    background-size: contain;
    float: left;
    left: 51%;
    top: 49%;
}

.diagram-tech-section .inner-section .inner .cta-circle-containers {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.diagram-tech-section .inner-section .inner .cta-circle-containers .cta-circle {
    position: absolute;
    width: 124px;
    height: 124px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #9BC842;
}

.diagram-tech-section .inner-section .inner .cta-circle-containers .cta-circle .icon-container {
    float: left;
    width: 100%;
    height: 100%;
    padding: 30px;
}

.diagram-tech-section .inner-section .inner .cta-circle-containers .cta-circle .icon-container img {
    object-fit: contain;
}

.diagram-tech-section .inner-section .inner .cta-circle-containers .cta-circle#circle-1 {
    top: -62px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.diagram-tech-section .inner-section .inner .cta-circle-containers .cta-circle#circle-2 {
    right: -15px;
    top: 45px;
}

.diagram-tech-section .inner-section .inner .cta-circle-containers .cta-circle#circle-3 {
    right: -55px;
    top: 230px;
}

.diagram-tech-section .inner-section .inner .cta-circle-containers .cta-circle#circle-4 {
    right: 55px;
    bottom: -45px;
}

.diagram-tech-section .inner-section .inner .cta-circle-containers .cta-circle#circle-5 {
    left: 55px;
    bottom: -45px;
}

.diagram-tech-section .inner-section .inner .cta-circle-containers .cta-circle#circle-6 {
    left: -55px;
    top: 230px;
}

.diagram-tech-section .inner-section .inner .cta-circle-containers .cta-circle#circle-7 {
    left: -15px;
    top: 45px;
}

.diagram-tech-section .inner-section .inner .cta-circle-containers {
    animation: spin 20s linear infinite;
    transform-style: preserve-3d;
    transform-origin: center;
}

.diagram-tech-section .inner-section .inner .cta-circle-containers .cta-circle .icon-container {
    animation: spinInvert 20s linear infinite;
    transform-style: preserve-3d;
    transform-origin: center;
}

@keyframes spin { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}

@keyframes spinInvert { 
    100% { 
        -webkit-transform: rotate(-360deg); 
        transform:rotate(-360deg); 
    } 
}

.pattern-bg-section.has-clouds-bg .clouds-container {
    top: 0;
    left: 0;
    z-index: 1;
}

.pattern-bg-section.has-clouds-bg .container {
    position: relative;
    z-index: 2;
}

.pattern-bg-section.has-clouds-bg .clouds-container .cloud {
    position: absolute;
    width: 388px;
    height: 216px;
}

.pattern-bg-section.has-clouds-bg.related-insights .clouds-container .cloud.left {
    background: url(/wp-content/uploads/2022/06/clouds-news-left.svg) no-repeat center center;
    background-size: contain;
    top: 146px;
    left: -94px;
}

.pattern-bg-section.has-clouds-bg.related-insights .clouds-container .cloud.right {
    background: url(/wp-content/uploads/2022/06/clouds-news-right.svg) no-repeat center center;
    background-size: contain;
    right: -110px;
    bottom: 90px;
}

.pattern-bg-section.has-clouds-bg.get-involved .clouds-container .cloud.left {
    background: url(/wp-content/uploads/2022/06/clouds-news-left.svg) no-repeat center center;
    background-size: contain;
    bottom: 45px;
    left: -145px;
}

.pattern-bg-section.has-clouds-bg.industry-reach .clouds-container .cloud.left {
    background: url(/wp-content/uploads/2022/06/clouds-news-left.svg) no-repeat center center;
    background-size: contain;
    bottom: 131px;
    left: -208px;
}

.pattern-bg-section.has-clouds-bg.industry-reach .clouds-container .cloud.right {
    background: url(/wp-content/uploads/2022/06/clouds-news-right.svg) no-repeat center center;
    background-size: contain;
    right: -110px;
    top: 53px;
}

.container-fluid.login-modal-block {
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 65%);
    z-index: 999;
    backdrop-filter: blur(4px);
    display: none;
    overflow: auto;
}

.login-modal-block .login-modal-inner {
    background: #FFFFFF;
    border-radius: 10px;
	overflow: hidden;
}

.login-modal-block .login-modal-inner a.close-modal {
    right: 20px;
    top: 20px;
    font-size: 0px;
    width: 15px;
    height: 15px;
    box-shadow: none !important;
    background: url(/wp-content/uploads/2022/06/close-modal-icon.svg) no-repeat center center;
    background-size: contain;
}

.login-modal-block .login-modal-inner a.close-modal:hover {
    background: url(/wp-content/uploads/2022/06/close-modal-icon-hover.svg) no-repeat center center;
    background-size: contain;
}

.login-modal-block .login-modal-inner .login-form {
    float: left;
    width: 100%;
    position: relative;
    background: #F7F7F7;
    -ms-flex: 0 0 56%;
    flex: 0 0 56%;
    max-width: 56%;
    padding: 60px;
    padding-left: 55px;
    padding-right: 55px;
    padding-top: 54px;
}

.login-modal-block .login-modal-inner .register-section {
    -ms-flex: 0 0 44%;
    flex: 0 0 44%;
    max-width: 44%;
    padding: 52px;
    padding-top: 54px;
    padding-bottom: 60px;
}

.login-modal-inner > div > .title{
	font-weight: 400;
	font-size: 22px;
	line-height: 34px;
	color: #0D3E5C;
	margin-bottom: 14px;
}

.login-modal-inner .login-form .content {
    margin-bottom: 20px;
    font-weight: 500;
    color: #9bc842;
}

.login-modal-inner .register-section .content{
	margin-bottom: 20px;
}

.login-modal-inner .register-section .content p{
	line-height: 26px;
}

.login-modal-inner .register-section a.btn {
    padding: 14px 25px;
}

.login-modal-inner .login-form form.login p.form-row label.woocommerce-form-login__rememberme {
    display: none !important;
}

.login-modal-inner .login-form form.login p.lost_password {
    margin-bottom: 24px;
}

.login-modal-inner .login-form form.login p.lost_password a {
    color: #0D3E5C;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    box-shadow: inset 0 -0.06rem 0 0 #0D3E5C;
}

.login-modal-inner .login-form form.login p.lost_password a:hover {
    color: #9BC842;
    box-shadow: inset 0 -0.06rem 0 0 #9BC842;
}

.login-modal-inner .login-form form.login p.form-row.form-row-last {
    margin: 0 0 11px 0;
}

.login-modal-inner .login-form form.login .form-row label.remember-me {
    float: left;
    width: 100%;
    margin: 0;
}

.login-modal-inner .login-form form.login .form-row label.remember-me span {
    float: left;
    width: 100%;
    position: relative;
    padding-left: 35px;
    font-size: 13px;
    line-height: 25px;
    color: #0D3E5C;
    font-weight: 400;
}

.login-modal-inner .login-form form.login .form-row label.remember-me span:before {
    content: '\f00c';
    visibility: visible;
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    background: #FFFFFF;
    border: 1px solid #E7E9EA;
    border-radius: 4px;
    text-align: center;
    line-height: 23px;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 100;
    font-size: 12px;
    color: transparent;
}

.login-modal-inner .login-form form.login .form-row label.remember-me input#impexium_remember {
    display: none !important;
}

.login-modal-inner .login-form form.login .form-row label.remember-me input:checked ~ span:before {
    background: #9BC842;
    color: #fff;
    border-color: #9BC842;
}

.container-fluid.faqs-section {
    border-top: 1px solid #E7E9EA;
    padding-top: 75px;
    margin-bottom: 75px;
}

.faqs-section .accordions {
    padding: 0 36px;
}

.participation-levels-listing .ways-to-participate-cta .title {
    margin-bottom: 60px;
}

.participation-levels-listing .ways-to-participate-cta .main-title {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #0D3E5C;
    margin-bottom: 13px;
}

.container-fluid.intro-standard-content {
    margin-bottom: 70px;
}

.intro-standard-content .row.title-standard-row {
    margin-bottom: 21px;
}

.intro-standard-content .related-insights-list {
    padding-left: 37px;
}

.intro-standard-content .related-insights-list > .title {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #0D3E5C;
    margin-bottom: 18px;
}

.related-insights-list article {
	margin-bottom: 23px;
}

.related-insights-list article .news-list-item {
	padding-bottom: 35px;
	border-bottom: 1px solid #E7E9EA;
}

.related-insights-list article .news-list-item a {
	float:left;
	width:100%;
	box-shadow: none !important;
}

.related-insights-list article .news-list-item a .date {
	font-weight: 500;
	font-size: 14px;
	line-height: 28px;
	color: #0D3E5C;
	margin-bottom: 3px;
}

.related-insights-list article .news-list-item a .type {
    font-weight: 500;
    text-transform: uppercase;
    color: #9BC842;
    margin-bottom: 3px;
    font-size: 14px;
    line-height: 28px;
}

.related-insights-list article .news-list-item a h3 {
	font-weight: 350;
	font-size: 16px;
	line-height: 26px;
	color: #4E5879;
	float:left;
	width:100%;
	padding: 0;
	margin: 0;
}

.related-insights-list article .news-list-item a:hover h3 {
    color: #9BC842;
}

.related-insights-list article .news-list-item a:hover .date {
    color: #9BC842;
}

.related-insights-list article:last-of-type {
    margin-bottom: 0;
}

.related-insights-list article:last-of-type .news-list-item {
    padding-bottom: 0;
    border-bottom: none;
}

.container-fluid.testimonials-slider-section {
    background: #F7F7F7;
    border-top: 1px solid #E7E9EA;
    border-bottom: 1px solid #E7E9EA;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-bottom: 95px;
}

.tesitmonial-sliders-inner {
    padding-left: 66px;
    padding-right: 116px;
}

.tesitmonial-sliders-inner:before {
    content: '';
    width: 89.52px;
    height: 78.21px;
    position: absolute;
    left: 45px;
    top: 48px;
    display: block;
    visibility: visible;
    background: url(/wp-content/uploads/2022/06/icon_quote.svg) no-repeat center center;
    background-size: contain;
}

.tesitmonial-sliders-inner > span.title {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	color: #9BC842;
	margin-bottom: 60px;
}

.tesitmonial-sliders-inner .testimonial-slider-main {
    float: left;
    width: 100%;
    position: relative;
    padding-bottom: 105px;
}

.tesitmonial-sliders-inner .testimonial-slider-main button.general.slick-arrow {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 73px;
    height: 73px;
    display: block;
    padding: 0;
    font-size: 0px;
}

.tesitmonial-sliders-inner .testimonial-slider-main button.general.slick-arrow.previous {
    background: url(/wp-content/uploads/2022/06/slider-arrow-left.svg) no-repeat center center;
    background-size: contain;
}

.tesitmonial-sliders-inner .testimonial-slider-main button.general.slick-arrow.next {
    background: url(/wp-content/uploads/2022/06/slider-arrow-right.svg) no-repeat center center;
    background-size: contain;
    left: 95px;
}

.tesitmonial-sliders-inner .testimonial-slider-main button.general.slick-arrow.previous:hover {
    background: url(/wp-content/uploads/2022/06/slider-arrow-left-hover.svg) no-repeat center center;
    background-size: contain;
}

.tesitmonial-sliders-inner .testimonial-slider-main button.general.slick-arrow.next:hover {
    background: url(/wp-content/uploads/2022/06/slider-arrow-right-hover.svg) no-repeat center center;
    background-size: contain;
}

.tesitmonial-sliders-inner .testimonial-slider-main .testimonial-slide-block {
    float: left;
    width: 100%;
    position: relative;
}

.tesitmonial-sliders-inner .testimonial-slider-main .testimonial-slide-block .content {
	font-weight: 350;
	font-size: 28px;
	color: #0D3E5C;
	margin-bottom: 30px;
}

.tesitmonial-sliders-inner .testimonial-slider-main .testimonial-slide-block .content p{
	line-height: 40px;
}

.tesitmonial-sliders-inner .testimonial-slider-main .testimonial-slide-block .meta span {
    float: left;
    width: 100%;
	font-weight: 700;
	font-size: 20px;
	line-height: 32px;
	color: #0D3E5C;
}

.tesitmonial-sliders-inner .testimonial-slider-main .testimonial-slide-block .testimonial-logo-contain {
    float: left;
    width: 200px;
    height: 70px;
    margin: 20px 0 0 0;
}

.tesitmonial-sliders-inner .testimonial-slider-main .testimonial-slide-block .testimonial-logo-contain img {
    object-fit: contain;
    object-position: left top;
}

.listing-block-with-sidebar .listing-content-left {
    padding-left: 90px;
    padding-right: 7px;
}

.listing-block-with-sidebar .listing-content-left .row.title-standard-row {
    margin-bottom: 26px;
}

.link-block-container {
    border-radius: 10px;
    padding: 30px;
    background: #fff;
}

.link-block-container .main-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 27px;
    color: #0D3E5C;
    margin-bottom: 5px;
}

.link-block-container .sub-title {
    font-weight: 350;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
}

.link-block-container ul.links {
    margin: 0;
    padding: 0;
}

.link-block-container ul.links li{
	float: left;
	width:100%;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 16px;
	padding: 0;
}

.link-block-container ul.links li:before{
	display: none !important;
}

.link-block-container ul.links li a {
    font-weight: 350;
}

.container-fluid.participation-levels-listing {
    margin-bottom: 112px;
}

.container-fluid.ways-table-section {
    margin-bottom: 112px;
}

.ways-table-section .row.title-standard-row {
    margin-bottom: 25px;
}

.ways-table-section .row.title-standard-row .title small {
	font-weight: 350;
	font-size: 16px;
	line-height: 34px;
	color: #0D3E5C;
}

.ways-table-section .ways-table-block {
    background: #FFFFFF;
    border: 1px solid #E7E9EA;
    box-shadow: 0px 0px 12px rgb(13 62 92 / 8%);
    border-radius: 10px;
	overflow: hidden;
}

.ways-table-section .ways-table-block table {
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.ways-table-section .ways-table-block table thead tr th, 
.ways-table-section .ways-table-block table tbody tr td, 
.ways-table-section .ways-table-block table tfoot tr td {
    padding: 20px;
	border: 1px solid #E7E9EA !important;
    height: auto;
}

.ways-table-section .ways-table-block table .check-icon {
    display: inline-block;
    width: 16px;
    height: 12px;
    background: url(/wp-content/uploads/2022/06/green-tick-table.svg) no-repeat center center;
    background-size: contain;
}

.ways-table-section .ways-table-block table thead tr th.t-name, 
.ways-table-section .ways-table-block table tbody tr td.t-name, 
.ways-table-section .ways-table-block table tfoot tr td.t-name {
    width: 252px;
    text-align: left;
    font-weight: 350;
    font-size: 12px;
    line-height: 21px;
    color: #4F576D;
}

.ways-table-section .ways-table-block table thead tr th:nth-child(even), 
.ways-table-section .ways-table-block table tbody tr td:nth-child(even), 
.ways-table-section .ways-table-block table tfoot tr td:nth-child(even) {
	background: #F7F7F7;
}

.ways-table-section .ways-table-block table thead tr.top-row th {
    background: #0D3E5C;
    border: 1px solid #E7E9EA !important;
    height: 37px;
    font-weight: 700;
    font-size: 13px;
    line-height: 26px;
    padding: 0;
    color: #fff;
    border-top: none !important;
    border-bottom: none !important;
}

.ways-table-section .ways-table-block table tfoot tr:last-of-type td {
    border-bottom: none !important;
}

.ways-table-section .ways-table-block table thead tr.top-row th:first-child,
.ways-table-section .ways-table-block table thead tr th:first-child, 
.ways-table-section .ways-table-block table tbody tr td:first-child, 
.ways-table-section .ways-table-block table tfoot tr td:first-child {
    border-left: none !important;
}

.ways-table-section .ways-table-block table thead tr.top-row th:last-child,
.ways-table-section .ways-table-block table thead tr th:last-child, 
.ways-table-section .ways-table-block table tbody tr td:last-child, 
.ways-table-section .ways-table-block table tfoot tr td:last-child {
    border-right: none !important;
}

.ways-table-section .ways-table-block table tfoot tr:last-of-type td a.btn {
    float: none;
    display: inline-block;
    clear: both;
    max-width: 145px;
    min-width: 145px;
}

.ways-table-section .ways-table-block table thead tr:not(.top-row) th {
    font-weight: 700;
    font-size: 13px;
    line-height: 22px;
    color: #0D3E5C;
}

.ways-table-section .ways-table-block table tfoot tr:last-of-type td.double-buttons a.btn:first-child{
	margin-bottom: 5px;
}

.container-fluid.scrolling-nav-bar-container {
    background: #0D3E5C;
    margin-bottom: 0;
    position: absolute;
    top: 0px;
    z-index: 19;
}

.container-fluid.scrolling-nav-bar-container.scroll-with {
    top: 90px !important;
    position: fixed;
}

.scrolling-nav-bar-container .nav-bar-scroll-inner ul.links-container li {
    padding: 0;
    margin: 0 28px 0 0;
}

.scrolling-nav-bar-container .nav-bar-scroll-inner ul.links-container li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    box-shadow: none !important;
    float: left;
    padding: 21px 0 22px 0;
    position: relative;
}

.scrolling-nav-bar-container .nav-bar-scroll-inner ul.links-container li a:not(.active):hover {
    color: #9BC842;
}

.scrolling-nav-bar-container .nav-bar-scroll-inner > a {
    width: 145px;
    line-height: 67px;
    box-shadow: none !important;
    text-align: center;
    background: #9BC842;
    font-weight: 400;
    font-size: 16px;
    color: #0D3E5C;
}

.scrolling-nav-bar-container .nav-bar-scroll-inner > a:hover {
    background: #F7F7F7;
    color: #0D3E5C;
}

.scrolling-nav-bar-container .nav-bar-scroll-inner ul.links-container li:before {
    display: none;
}

.scrolling-nav-bar-container .nav-bar-scroll-inner ul.links-container li a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 5px;
    visibility: visible;
    background: #9BC842;
    opacity: 0;
}

.scrolling-nav-bar-container .nav-bar-scroll-inner ul.links-container li a:hover:before, 
.scrolling-nav-bar-container .nav-bar-scroll-inner ul.links-container li a.active:before {
    width: 100%;
}

.container-fluid.hero-new-style.hero-new-plain {
    border-top: 1px solid #E7E9EA;
    border-bottom: 1px solid #E7E9EA;
    padding-top: 14px;
    padding-bottom: 79px;
    margin-bottom: 97px;
}

.hero-new-style.hero-new-plain .row.breadcrumbs-row {
    margin-bottom: 63px;
}

.hero-new-style.hero-new-plain.split-hero-style .row.breadcrumbs-row {
    margin-bottom: 24px;
}

.hero-new-style.hero-new-plain .row.breadcrumbs-row p#breadcrumbs {
    font-weight: 400;
    font-size: 12px;
    line-height: 26px;
    color: #4F576D;
}

.hero-new-style.hero-new-plain .row.breadcrumbs-row p#breadcrumbs * {
    font-weight: 400;
    font-size: 12px;
    line-height: 26px;
    color: #4F576D;
}

.hero-new-style.hero-new-plain .row.breadcrumbs-row p#breadcrumbs a {
    color: #4F576D;
}

.hero-new-style.hero-new-plain .row.breadcrumbs-row p#breadcrumbs a:hover {
    color: #9BC842;
}

.hero-new-style.hero-new-plain .row.breadcrumbs-row p#breadcrumbs b {
    margin: 0 7px;
}

.hero-new-style.hero-new-plain .row.content-row h1 {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    font-weight: 350;
    font-size: 35px;
    line-height: 44px;
    color: #0D3E5C;
}

.hero-new-style.hero-new-plain .row.content-row .content {
    font-weight: 350;
    font-size: 16px;
    line-height: 26px;
    margin-top: 28px;
    padding-right: 36px;
}

.page-template-ways-to-participate-page .container-fluid.hero-new-style.hero-new-plain {
    margin-bottom: 0;
}

.container-fluid.hero-new-style.hero-new-plain.no-title {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 54px;
}

.hero-new-style.hero-new-plain.no-title .row.breadcrumbs-row {
    margin-bottom: 0;
}

.row.title-single-row h1 {
    font-weight: 350;
    font-size: 42px;
    line-height: 62px;
    color: #0D3E5C;
    margin: 0;
    padding: 0;
}

.row.title-single-row .meta-title-container {
    margin: 30px 0 0 0;
}

.meta-title-container .meta-inner {
    margin: 0 45px 0 0;
}

.meta-title-container .meta-inner b {
    font-weight: 700;
    font-size: 11px;
    line-height: 26px;
    text-transform: uppercase;
    color: #0D3E5C;
    margin-bottom: -4px;
}

.meta-title-container .meta-inner span {
    font-weight: 350;
    font-size: 13px;
    line-height: 26px;
    color: #4F576D;
}

.standard-post .row.header-row-spader {
    margin-top: 44px;
    margin-bottom: 54px;
}

.standard-post .row.header-row-spader hr {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.listing-block-with-sidebar.doubled-sidebar-list .listing-content-left {
    padding-right: 24px;
}

.listing-block-with-sidebar.doubled-sidebar-list .listing-content-left .content {
    padding-right: 80px;
}

.industry-collab-sections .container-fluid.listing-block-with-sidebar:nth-child(even),
.approved-registered-sections .container-fluid.listing-block-with-sidebar:nth-child(odd) {
    background: #F7F7F7;
    border-top: 1px solid #E7E9EA;
    border-bottom: 1px solid #E7E9EA;
    margin-bottom: 81px;
    padding-top: 82px;
    padding-bottom: 88px;
}

.industry-collab-sections .container-fluid.listing-block-with-sidebar:nth-child(even):last-of-type,
.approved-registered-sections .container-fluid.listing-block-with-sidebar:nth-child(odd):last-of-type {
    border-bottom: none;
    margin-bottom: 0;
}

.grey-bg-section.has-clouds-bg .clouds-container {
    top: 0;
    left: 0;
    z-index: 1;
}

.grey-bg-section.has-clouds-bg .container {
    position: relative;
    z-index: 2;
}

.grey-bg-section.has-clouds-bg .clouds-container .cloud {
    position: absolute;
    width: 388px;
    height: 216px;
}

.hero-new-style.hero-new-plain.pattern-bg-section {
    border-top: none;
    border-bottom: none;
    background: #0D3E5C;
}

.hero-new-style.hero-new-plain.pattern-bg-section .clouds-container {
	overflow: hidden;
}

.hero-new-style.hero-new-plain.pattern-bg-section .clouds-container .cloud.left {
    background: url(/wp-content/uploads/2022/06/clouds-news-left.svg) no-repeat center center;
    background-size: contain;
    left: -220px;
    bottom: 46px;
}

.hero-new-style.hero-new-plain.pattern-bg-section .clouds-container .cloud.right {
    background: url(/wp-content/uploads/2022/06/clouds-news-right.svg) no-repeat center center;
    background-size: contain;
    right: -80px;
    top: 29px;
}

.hero-new-style.hero-new-plain.pattern-bg-section p#breadcrumbs {
    color: #fff;
}

.hero-new-style.hero-new-plain.pattern-bg-section .row.breadcrumbs-row p#breadcrumbs * {
    color: #fff;
}

.hero-new-style.hero-new-plain.pattern-bg-section .row.breadcrumbs-row p#breadcrumbs a {
    color: #fff;
}

.hero-new-style.hero-new-plain.pattern-bg-section .row.breadcrumbs-row p#breadcrumbs a:hover {
    color: #9BC842;
}

.hero-new-style.hero-new-plain.pattern-bg-section .row.content-row h1{
	color: #fff;
}

.hero-new-style.hero-new-plain.pattern-bg-section .row.content-row .content {
    color: #CCCCE0;
}

.hero-new-style.hero-new-plain.split-hero-style .row.content-row h1 {
    margin-top: 40px;
    padding-right: 30px;
}

.hero-new-style.hero-new-plain.split-hero-style .row.content-row .content {
    padding-right: 30px;
}

.hero-new-style.hero-new-plain.split-hero-style .hero-image-container {
    padding-left: 23px;
}

.tabs-container ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
	border-bottom:1px solid #E7E9EA;
}

.tabs-container ul li {
    float: left;
    width: auto;
    margin: 0 38px 0 0;
    padding: 0;
}

.tabs-container ul li:before {
    display: none;
}

.tabs-container ul li a {
    font-weight: 350;
    font-size: 16px;
    line-height: 19px;
    color: #4F576D;
    float: left;
    padding-bottom: 17px;
    position: relative;
    box-shadow: none !important;
    margin-bottom: -1px;
}

.tabs-container ul li a.active{
	font-weight: 700;
	color: #0D3E5C;
}

.tabs-container ul li a:hover{
	color: #0D3E5C;
}

.tabs-container ul li a:hover:before,
.tabs-container ul li a.active:before{
	width:100%;
}

.tabs-container ul li a:before {
	content:'';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 3px;
    background: #9bc842;
    visibility: visible;
}

.container-fluid.modal-container-block a.close-modal {
    right: 20px;
    top: 20px;
    font-size: 0px;
    width: 15px;
    height: 15px;
    box-shadow: none !important;
    background: url(/wp-content/uploads/2022/06/close-modal-icon.svg) no-repeat center center;
    background-size: contain;
	z-index: 9;
}

.container-fluid.modal-container-block a.close-modal:hover {
    background: url(/wp-content/uploads/2022/06/close-modal-icon-hover.svg) no-repeat center center;
    background-size: contain;
}

.container-fluid.modal-container-block {
    z-index: 999;
    top: 0;
    left: 0;
    display: none;
}

.modal-container-block .overlay {
    background: rgb(0 0 0 / 50%);
    left: 0;
    top: 0;
    z-index: 1;
}

.modal-container-block .modal-block-inner {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    z-index: 2;
    display: none;
}

.modal-container-block .modal-block-inner .specifications-modal-inner {
    padding: 55px 70px 70px 70px;
    padding-bottom: 174px;
    position: relative;
    min-height: 400px;
}

.modal-container-block .modal-block-inner .specifications-modal-inner .spec-modal-footer {
    bottom: 0;
    left: 0;
    height: 121px;
    background: #F7F7F7;
    border-top: 1px solid #E7E9EA;
    padding-left: 69px;
    padding-right: 61px;
}

.modal-container-block .modal-block-inner .specifications-modal-inner .spec-modal-header {
    margin-bottom: 35px;
}

.tabbed-spec-listing .view-type {
    display: none;
}

.tabbed-spec-listing .view-type#details {
    display: block;
}

.tabbed-spec-listing .view-type#timeline > .title#timeline-title,
.tabbed-spec-listing .view-type#details .title.post-title {
	float: left;
	width:100%;
	font-weight: 350;
	font-size: 18px;
	line-height: 26px;
	color: #0D3E5C;
	padding: 0;
	margin: 0 0 19px 0;
}

.specifications-modal-inner .spec-modal-footer .buttons a.btn {
    margin: 0 18px 0 0;
}

.specifications-modal-inner .spec-modal-footer .buttons a.btn:last-of-type {
    margin: 0;
}

.specifications-modal-inner .spec-modal-header .tabs-container a.add-to-watch-list {
    right: 0;
    top: 0;
    font-weight: 350;
    font-size: 13px;
    line-height: 16px;
    color: #0D3E5C;
    box-shadow: none !important;
    padding-left: 31px;
}

.specifications-modal-inner .spec-modal-header .tabs-container a.add-to-watch-list:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 23px;
    height: 15px;
    visibility: visible;
    background: url(/wp-content/uploads/2022/07/watch.svg)  no-repeat center center;
    background-size: contain;
}

.specifications-modal-inner .spec-modal-header .tabs-container a.add-to-watch-list:hover:before{
    background: url(/wp-content/uploads/2022/07/watch-hover.svg)  no-repeat center center;
    background-size: contain;
}

.tabbed-spec-listing .view-type#timeline .timeline-spec-list {
    float: left;
    width: 50%;
    position: relative;
    padding-right: 70px;
    padding-bottom: 70px;
}

.tabbed-spec-listing .view-type#timeline .timeline-spec-list .slick-list {
    overflow: visible;
}

.tabbed-spec-listing .view-type#timeline .timeline-spec-list .slick-list .slick-track:before {
    content: '';
    visibility: visible;
    width: calc(100% + 1000px);
    height: 1px;
    position: absolute;
    top: 57px;
    left: -500px;
    background: #E7E9EA;
}

.timeline-spec-list .timeline-post-block {
    float: left;
    width: 50%;
    position: relative;
    margin: 0 80px 0 0;
    padding: 0;
	padding-top: 36px;
}

.timeline-spec-list .timeline-post-block .step-number {
    float: left;
    width: 42px;
    height: 42px;
    border: 1px solid #E7E9EA;
    text-align: center;
    line-height: 40px;
    font-weight: 350;
    font-size: 17px;
    color: #0D3E5C;
    border-radius: 50%;
    margin-bottom: 19px;
    background: #fff;
}

.timeline-spec-list .timeline-post-block span.title {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #0D3E5C;
    margin-bottom:14px;
}

.timeline-spec-list .timeline-post-block .content {
    font-weight: 350;
    font-size: 13px;
}

.timeline-spec-list .timeline-post-block .content p {
    line-height: 24px;
}

.timeline-spec-list .timeline-post-block.current-step:before {
    content: 'Current Step : ';
    visibility: visible;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 700;
    font-size: 11px;
    line-height: 26px;
    text-transform: uppercase;
    color: #0D3E5C;
}

.timeline-spec-list .timeline-post-block.current-step .step-number {
	background: #9BC842;
	border-color: #9BC842;
}

.timeline-spec-list button.general.slick-arrow {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 48px;
    height: 48px;
    font-size: 0px;
}

.timeline-spec-list button.general.slick-arrow:before {
    display: none;
}

.timeline-spec-list button.general.slick-arrow.previous {
    background: url(/wp-content/uploads/2022/07/slick-arrow-left-timeline.svg)  no-repeat center center;
    background-size: contain;
}

.timeline-spec-list button.general.slick-arrow.previous:hover {
    background: url(/wp-content/uploads/2022/07/slick-arrow-left-timeline-hover.svg)  no-repeat center center;
    background-size: contain;
}

.timeline-spec-list button.general.slick-arrow.next {
    background: url(/wp-content/uploads/2022/07/slick-arrow-right-timeline.svg) no-repeat center center;
    background-size: contain;
    left: 61px;
}

.timeline-spec-list button.general.slick-arrow.next:hover {
    background: url(/wp-content/uploads/2022/07/slick-arrow-right-timeline-hover.svg) no-repeat center center;
    background-size: contain;
}

.timeline-spec-list button.general.slick-arrow.slick-disabled {
    cursor: pointer;
    pointer-events: none;
    opacity: 0.5;
}

.specifications-modal-inner .spec-modal-footer a.sign-up-updates {
    font-weight: 350;
    font-size: 13px;
    line-height: 16px;
    color: #0D3E5C;
    box-shadow: none !important;
    padding-left:29px;
}

.specifications-modal-inner .spec-modal-footer a.sign-up-updates:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 12px;
    visibility: visible;
    background: url(/wp-content/uploads/2022/07/email-sign-icon.svg)  no-repeat center center;
    background-size: contain;
}

.specifications-modal-inner .spec-modal-footer a.sign-up-updates:hover:before{
    background: url(/wp-content/uploads/2022/07/email-sign-icon-hover.svg)  no-repeat center center;
    background-size: contain;
}

.woocommerce-pages .login-modal-inner {
    background: #f7f7f7;
    padding: 40px;
    border-radius: 10px;
}

.container-fluid.specification-process-timeline {
    padding-top: 122px;
    padding-bottom: 113px;
}

.specification-process-timeline .timeline-spec-list {
    float: left;
    width: 100%;
    position: relative;
    padding-right: 185px;
    padding-bottom: 125px;
}

.specification-process-timeline .timeline-spec-list .slick-list {
    overflow: visible;
}

.specification-process-timeline .timeline-spec-list .timeline-post-block {
    padding-top: 0;
    margin: 0 82px 0 0;
}

.specification-process-timeline .timeline-spec-list .timeline-post-block:before {
    content: '';
    visibility: visible;
    width: calc(100% + 80px);
    height: 1px;
    position: absolute;
    top: 20px;
    left: 0;
    background: #E7E9EA;
    z-index: -1;
}

.specification-process-timeline .timeline-spec-list .timeline-post-block:last-of-type:before{
	display: none;
}

.specification-process-timeline .timeline-spec-list button.general.slick-arrow{
	width:73px;
	height:73px;
}

.specification-process-timeline .timeline-spec-list button.general.slick-arrow.next {
    left: 95px;
}

.specification-process-timeline .timeline-spec-list .timeline-post-block .content {
    font-size: 16px;
}

.specification-process-timeline .timeline-spec-list .timeline-post-block .content p {
    line-height: 26px;
}

.specification-process-timeline .timeline-spec-list .timeline-post-block span.title {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 45px;
}

.specification-process-timeline .timeline-spec-list .timeline-post-block .step-number {
    margin-bottom: 28px;
}

.specification-process-timeline .timeline-spec-list button.general.slick-arrow.previous {
    background: url(/wp-content/uploads/2022/06/slider-arrow-left.svg)  no-repeat center center;
    background-size: contain;
}

.specification-process-timeline .timeline-spec-list button.general.slick-arrow.previous:hover {
    background: url(/wp-content/uploads/2022/06/slider-arrow-left-hover.svg)  no-repeat center center;
    background-size: contain;
}

.specification-process-timeline .timeline-spec-list button.general.slick-arrow.next {
    background: url(/wp-content/uploads/2022/06/slider-arrow-right.svg) no-repeat center center;
    background-size: contain;
}

.specification-process-timeline .timeline-spec-list button.general.slick-arrow.next:hover {
    background: url(/wp-content/uploads/2022/06/slider-arrow-right-hover.svg) no-repeat center center;
    background-size: contain;
}

.image-split-slider-block .background-images-container {
    right: 0;
    top: 0;
    height: 100%;
    width: calc(50% - 40px);
}

.image-split-slider-block .background-images-container .image-slider-container {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
}

.image-split-slider-block .background-images-container .image-slider-container .image-container {
    float: left;
    width: 100%;
    height: 100%;
    padding: 48px;
    background: #0D3E5C;
}

.image-split-slider-block .background-images-container .image-slider-container .image-container img {
    object-fit: contain;
}

.image-split-slider-block .image-slider-inner-content {
    float: left;
    width: 100%;
    position: relative;
    padding-right: 95px;
    padding-top: 60px;
    padding-bottom: 113px;
}

.image-split-slider-block .image-slider-inner-content button.general.slick-arrow {
    position: absolute;
    top: 58px;
    right: 0;
    left: auto;
    width: 10px;
    height: 19px;
    padding: 0;
    z-index: 1;
}

.image-split-slider-block .image-slider-inner-content button.general.slick-arrow:before{
	font-size: 0px;
}

.image-split-slider-block .image-slider-inner-content button.general.slick-arrow.previous {
    background: url(/wp-content/uploads/2022/07/arrow-blue-left.svg) no-repeat center center;
    background-size: contain;
    right: 27px;
}

.image-split-slider-block .image-slider-inner-content button.general.slick-arrow.previous:hover{
    background: url(/wp-content/uploads/2022/07/arrow-green-left-is.svg)  no-repeat center center;
    background-size: contain;
}

.image-split-slider-block .image-slider-inner-content button.general.slick-arrow.next{
    background: url(/wp-content/uploads/2022/07/arrow-blue-right.svg)  no-repeat center center;
    background-size: contain;
}

.image-split-slider-block .image-slider-inner-content button.general.slick-arrow.next:hover{
    background: url(/wp-content/uploads/2022/07/arrow-green-right-is.svg)  no-repeat center center;
    background-size: contain;
}

.image-split-slider-block .image-slider-inner-content .slider-inner-content {
    float: left;
    width: 100%;
    position: relative;
}

.image-split-slider-block .image-slider-inner-content .slider-inner-content .counter-label {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #4E5879;
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 60px;
    padding-left: 90px;
    font-style: italic;
}

.image-split-slider-block .image-slider-inner-content .slider-inner-content .counter-label:before {
    content: '';
    visibility: visible;
    width: 77px;
    height: 2px;
    position: absolute;
    left: 0;
    top: 5px;
    background: #9BC842;
}

.image-split-slider-block .image-slider-inner-content .slider-inner-content span.label-title{
	font-weight: 700;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	color: #9BC842;
	margin: 0 0 18px 0;
}

.image-split-slider-block .image-slider-inner-content .slider-inner-content span.main-title{
	font-weight: 350;
	font-size: 28px;
	line-height: 38px;
	color: #0D3E5C;
	margin: 0 0 16px 0;
}

.image-split-slider-block .background-images-container .image-slider-container .slick-list, 
.image-split-slider-block .background-images-container .image-slider-container .slick-list .slick-track {
    height: 100%;
}

.container-fluid.image-split-slider-block.grey-bg-section {
    border-top: 1px solid #E7E9EA;
    border-bottom: 1px solid #E7E9EA;
}

.container-fluid.image-split-slider-block.grey-bg-section.no-border-bottom {
    border-bottom: none;
}

.intro-standard-content .image-container {
    margin-top: 47px;
    margin-bottom: 36px;
}

.technologies-listing article {
	margin-bottom: 24px;
}

.technologies-listing a.ways-to-participate-cta.technologies-ctas .icon-container {
	margin-bottom: 20px;
	height: 55px;
}

.technologies-listing a.ways-to-participate-cta.technologies-ctas .title {
	margin-bottom: 12px;
	font-weight: 400;
	font-size: 21px;
	line-height: 26px;
	color: #0D3E5C;
}

.technologies-listing a.ways-to-participate-cta.technologies-ctas .content {
	margin-bottom: 17px;
}

.value-section-container .values-content-section {
    background: #0D3E5C;
    border-radius: 40px;
    padding: 50px;
    padding-top: 94px;
    padding-bottom: 103px;
}

.value-section-container .values-content-section .map-shape {
    width: 503px;
    height: 240px;
    background: url(/wp-content/uploads/2022/07/map-shape-why.svg) no-repeat center center;
    background-size: contain;
    top: -40px;
    right: -68px;
}

.value-section-container .values-content-section span.title {
    font-weight: 400;
    font-size: 22px;
    line-height: 34px;
    color: #FFFFFF;
    padding-bottom: 8px;
    margin-bottom: 20px;
    position: relative;
}

.value-section-container .values-content-section span.title:after {
    content: '';
    visibility: visible;
    width: 40px;
    height: 2px;
    position: absolute;
    bottom: 0;
    background: #9BC842;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.value-section-container .values-content-section .content {
    width: 555px;
    max-width: 100%;
	color: #FFFFFF;
}

.container-fluid.history-timeline-section {
    padding-top: 122px;
    padding-bottom: 113px;
    border-top: 1px solid #E7E9EA;
    border-bottom: 1px solid #E7E9EA;
    overflow: hidden;
}

.history-timeline-section .history-spec-list {
    float: left;
    width: 100%;
    position: relative;
    padding-right: 175px;
    padding-bottom: 0;
}

.history-spec-list .history-post-block {
    float: left;
    width: 50%;
    position: relative;
    margin: 0 70px 0 0;
    padding: 0;
	padding-top: 36px;
}

.history-spec-list .history-post-block .step-number {
    float: left;
    width: 42px;
    height: 42px;
    border: 1px solid #E7E9EA;
    text-align: center;
    line-height: 40px;
    font-weight: 350;
    font-size: 17px;
    color: #0D3E5C;
    border-radius: 50%;
    margin-bottom: 19px;
    background: #fff;
}

.history-spec-list .history-post-block .step-dot {
    float: left;
    width: 25px;
    height: 25px;
    border: 2px solid #E7E9EA;
    color: #0D3E5C;
    border-radius: 50%;
    margin-bottom: 19px;
    background: #fff;
    padding: 7px;
}

.history-spec-list .history-post-block .step-dot .inner {
    float: left;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 50%;
}

.history-timeline-section .history-spec-list .history-post-block.slick-current.slick-active  .step-dot .inner {
	background:#9BC842;
}

.history-spec-list .history-post-block span.title {
	font-weight: 700;
	font-size: 20px;
	line-height: 28px;
    color: #0D3E5C;
    margin-bottom:14px;
}

.history-spec-list button.general.slick-arrow {
    position: absolute;
    top: -88px;
    right: -69%;
    width: 52.75px;
    height: 52.75px;
    display: block;
    padding: 0;
    font-size: 0px;
    left: auto;
}

.history-spec-list button.general.slick-arrow:before{
	font-size: 0px;
	display: none;
}

.history-spec-list button.general.slick-arrow.previous {
    background: url(/wp-content/uploads/2022/06/slider-arrow-left.svg) no-repeat center center;
    background-size: contain;
    right: calc(-69% + 60px);
}

.history-spec-list button.general.slick-arrow.next {
    background: url(/wp-content/uploads/2022/06/slider-arrow-right.svg) no-repeat center center;
    background-size: contain;
}

.history-spec-list button.general.slick-arrow.previous:hover {
    background: url(/wp-content/uploads/2022/06/slider-arrow-left-hover.svg) no-repeat center center;
    background-size: contain;
}

.history-spec-list button.general.slick-arrow.next:hover {
    background: url(/wp-content/uploads/2022/06/slider-arrow-right-hover.svg) no-repeat center center;
    background-size: contain;
}

.history-spec-list button.general.slick-arrow.slick-disabled {
    cursor: pointer;
    pointer-events: none;
    opacity: 0.5;
}

.history-timeline-section .history-spec-list .slick-list {
    overflow: visible;
}

.history-timeline-section .history-spec-list .history-post-block {
    padding-top: 0;
}

.history-timeline-section .history-spec-list .history-post-block:before {
    content: '';
    visibility: visible;
    width: calc(100% + 80px);
    height: 1px;
    position: absolute;
    top: 12.5px;
    left: 0;
    background: #E7E9EA;
    z-index: -1;
}

.history-timeline-section .history-spec-list .history-post-block:last-of-type:before{
	display: none;
}

.accordion-inner-list{
	padding-top: 25px;
}

.accordion-inner-list .accordion-section {
    margin-bottom: 25px;
    padding-bottom: 25px;
}

.accordion-inner-list .accordion-section .acc-title {
    padding-right: 0;
    padding-left: 24px;
}

.accordion-inner-list .accordion-section .acc-section {
    padding-right: 0;
    padding-left: 24px;
    padding-top: 9px;
}

.accordion-inner-list .accordion-section .acc-title:after {
    right: auto;
    left: 0;
    width: 10px;
    height: 19px;
    top: 5px;
    background: url(/wp-content/uploads/2022/07/arrow-blue-left.svg) no-repeat center center;
	background-size: contain;
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.accordion-inner-list .accordion-section .acc-title.active:after {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.container-fluid.industry-reach {
    padding-top: 83px;
    padding-bottom: 77px;
}

.stats-block-slider {
    float: left;
    width: 100%;
    position: relative;
    padding: 0 44px;
}

.stats-block-slider .figure-blocks-container {
    float: left;
    width: 100%;
    position: relative;
    padding: 0 42.5px;
}

.stats-block-slider .figure-blocks-container .figure-inner-container {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0 0 85px 0;
}

.stats-block-slider .figure-blocks-container .figure-inner-container:last-of-type{
	margin: 0;
}

.stats-block-slider .figure-blocks-container .figure-inner-container span.figure {
    float: left;
    width: 100%;
    text-align: center;
    font-weight: 500;
    font-size: 42px;
    line-height: 52px;
    color: #9BC842;
    margin-bottom: 17px;
}

.stats-block-slider .figure-blocks-container .figure-inner-container span.text {
    float: left;
    width: 100%;
    font-weight: 350;
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
}

.stats-block-slider.slick-slider ul.slick-dots {
    float: none;
    display: table;
    margin: 0 auto;
    margin-top: 94px;
}

.stats-block-slider.slick-slider ul.slick-dots li {
    margin: 0 8px !important;
}

.stats-block-slider.slick-slider ul.slick-dots li button {
    background: rgba(255, 255, 255, 0.3);
}

.stats-block-slider.slick-slider ul.slick-dots li.slick-active button {
    background: #FFFFFF !important;
}

.accordion-section .acc-section .tabbed-sections-faqs {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 25px;
}

.accordion-section .acc-section .tabbed-sections-faqs .tabbed-sections-list {
    float: left;
    width: 15%;
    position: relative;
}

.accordion-section .acc-section .tabbed-sections-faqs .tabbed-sections-content {
    float: right;
    width: 71%;
    position: relative;
}

.accordion-section .acc-section .tabbed-sections-faqs .tabbed-sections-list ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.accordion-section .acc-section .tabbed-sections-faqs .tabbed-sections-list ul li {
    float: left;
    width: 100%;
    margin: 0 0 9px 0;
    padding: 0;
}

.accordion-section .acc-section .tabbed-sections-faqs .tabbed-sections-list ul li:before {
    display: none;
}

.accordion-section .acc-section .tabbed-sections-faqs .tabbed-sections-list ul li a {
    float: left;
    width: 100%;
    position: relative;
    box-shadow: none !important;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #0D3E5C;
    padding: 12px 24px;
    background: none;
    border-radius: 100px;
}

.accordion-section .acc-section .tabbed-sections-faqs .tabbed-sections-list ul li a:hover{
	color: #9BC842;
}

.accordion-section .acc-section .tabbed-sections-faqs .tabbed-sections-list ul li a.active {
    background: rgba(13, 62, 92, 0.1);
	pointer-events: none;
}

.accordion-section .acc-section .tabbed-sections-faqs .tabbed-sections-content .inner-sections-tabbed-content {
    display: none;
}

.accordion-section .acc-section .tabbed-sections-faqs .tabbed-sections-content .inner-sections-tabbed-content#tab-section-1 {
    display: block;
}

.tabbed-sections-content .inner-sections-tabbed-content .images {
    margin-bottom: 9px;
}

.tabbed-sections-content .inner-sections-tabbed-content .images .image-container {
    float: left;
    width: auto;
    height: 137px;
    position: relative;
    margin: 0 15px 15px 0;
}

.tabbed-sections-content .inner-sections-tabbed-content .images .image-container img {
    float: left;
    width: auto;
    height: 100%;
    position: relative;
}

.cta-stacked-container a.icon-container.has-hover {
    box-shadow: none !important;
}

.cta-stacked-container a.icon-container.has-hover img.normal {
    opacity: 1;
}

.cta-stacked-container a.icon-container.has-hover img.hover {
    opacity: 0;
}

.cta-stacked-container:hover a.icon-container.has-hover img.normal {
    opacity: 0;
}

.cta-stacked-container:hover a.icon-container.has-hover img.hover {
    opacity: 1;
}

.cta-stacked-container a.title:hover,
.cta-stacked-container:hover a.title{
	color: #9BC842;
}

.row.associate-logos-container a.associates-logo-contain {
    height: 105px;
    padding: 10px;
    background-color: #fff;
    border: 2px solid #ddd;
    border-radius: 3px;
    box-shadow: none !important;
    float: left;
    width: 100%;
}

.row.associate-logos-container a.associates-logo-contain:hover {
	border-color: #9BC842;
}

.row.associate-logos-container .main-logos.hidden-logos-container {
    display: none;
}

.row.associate-logos-container .main-logos:not(.hidden-logos-container) .overlay {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: visible;
    z-index: 1;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.4962359943977591) 100%);
    background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.4962359943977591) 100%);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.4962359943977591) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
    opacity: 1;
}

.row.associate-logos-container .main-logos > .btn {
    margin-top: 12px;
    z-index: 2;
    position: relative;
    width: 179px;
}

.container-fluid.associates-section.has-border-top {
    padding-top: 82px;
    border-top: 1px solid #E7E9EA;
}

.subscribers-section .split-content-container {
    padding: 103px 0 104px 0;
    padding-left: 73px;
    padding-right: 25px;
}

.container-fluid.subscribers-section {
    position: relative;
}

.container-fluid.subscribers-section .subscribers-image-container {
    width: calc(50% - 50px);
    background: #0D3E5C;
    top: 0;
    left: 0;
    padding: 60px;
}

.container-fluid.subscribers-section .subscribers-image-container img {
    object-fit: contain;
}

.subscribers-section .sub-count-circle {
    background: #FFFFFF;
    width: 161px;
    height: 161px;
    bottom: 33px;
    right: 33px;
    border-radius: 50%;
    text-align: center;
}

.subscribers-section .sub-count-circle .figure {
    font-weight: 700;
    font-size: 45px;
    line-height: 38px;
    color: #9BC842;
}

.subscribers-section .sub-count-circle .text {
    font-weight: 400;
    font-size: 21px;
    line-height: 38px;
    color: #0D3E5C;
}

.subscribers-section .sub-count-circle.mobile-version{
	display: none;
}

.about-page-sub .sidebar-page-navigation {
    border-radius: 10px;
    background: #F7F7F7;
    padding: 30px;
}

.about-page-sub .sidebar-page-navigation ul {
    float: left;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
}

.about-page-sub .sidebar-page-navigation ul li {
    float: left;
    width: 100%;
    margin: 0 0 23px 0;
    padding: 0 0 23px 0;
    border-bottom: solid 1px #E7E9EA;
    line-height: 1;
}

.about-page-sub .sidebar-page-navigation ul li:before {
    display: none;
}

.about-page-sub .sidebar-page-navigation ul li:last-of-type {
    margin: 0;
    padding: 0;
    border-bottom: none;
}

.about-page-sub .sidebar-page-navigation ul li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    float: left;
    box-shadow: none !important;
    color: #0D3E5C;
}

.about-page-sub .sidebar-page-navigation ul li a:hover {
    color: #9BC842;
}

.about-page-sub .sidebar-page-navigation ul li.current a:before {
    content: '';
    position: absolute;
    left: -30px;
    top: 0;
    width: 4px;
    height: 100%;
    background: #9BC842;
    visibility: visible;
}

.about-page-sub .sidebar-page-navigation ul li.current a {
	pointer-events: none;
	cursor: default;
}

.about-page-sub .about-page-title-container {
    margin: 0 0 29px 0;
}

.about-page-sub .about-page-title-container h1 {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    font-weight: 350;
    font-size: 35px;
    line-height: 49px;
    color: #0D3E5C;
}

article.content h1{
	padding: 0;
    font-weight: 350;
    font-size: 35px;
    line-height: 49px;
    color: #0D3E5C;
}
article.content h2{
	padding: 0;
	font-weight: 350;
	font-size: 28px;
	line-height: 42px;
    color: #0D3E5C;
	margin: 0 0 32px 0;
}
article.content h3{
	padding: 0;
	font-weight: 350;
	font-size: 28px;
	line-height: 34px;
	color: #0D3E5C;
	margin: 0 0 11px 0;
}
article.content h4{
	padding: 0;
	font-weight: 350;
	font-size: 24px;
	line-height: 32px;
	color: #0D3E5C;
	margin: 0 0 11px 0;
}
article.content h5{
	padding: 0;
	font-weight: 350;
	font-size: 22px;
	line-height: 30px;
	color: #0D3E5C;
	margin: 0 0 11px 0;
}
article.content h6,
article.content h7{
	padding: 0;
	font-weight: 350;
	font-size: 20px;
	line-height: 28px;
	color: #0D3E5C;
	margin: 0 0 11px 0;
}

.slider-inner-content .content ul, article.content ul, article.content ol {
    padding: 0;
}

.slider-inner-content .content ul li, article.content ul li, article.content ol li {
    padding-left: 26px;
}

.slider-inner-content .content ul li:before,
article.content ul li:before {
    border-radius: 50%;
    left: 11px;
    top: 13px;
    background: #4F576D;
}

article.content ol li:before {
    left: 8px;
    font-size: 15px;
    font-weight: 700;
    color: #4F576D;
    top: 2px;
}

.accordion-section-block .row.title-standard-row {
    margin-bottom: 22px;
}

.links-block-container .row.title-standard-row {
    margin-bottom: 11px;
}

.links-block-container .content {
    margin-bottom: 31px;
}

.full-width-video {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.full-width-video a {
    position: relative;
    z-index: 1;
}

.full-width-video a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    visibility: visible;
    z-index: 1;
}

.full-width-video a .play_video {
    background: #FFFFFF;
    box-shadow: 0px 0px 30px rgb(13 62 92 / 40%);
    width: 75px;
    height: 75px;
    position: absolute;
    text-align: center;
    line-height: 75px;
    border-radius: 50%;
    z-index: 2;
}

.full-width-video a .play_video:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12.5px 0 12.5px 22px;
    border-color: transparent transparent transparent #9BC842;
    content: '';
    visibility: visible;
    position: relative;
    left: 2px;
}

.full-width-video .video-overlay-container {
    top: 0;
    left: 0;
    z-index: 2;
    display: none;
    background: #000;
}

.cta-stacked-container.no-title-cta .icon-container {
    margin-bottom: 32px;
    height: 110px;
}

.page-template-technologies-sub-page .container-fluid.testimonials-slider-section {
    background: #fff;
}

.container-fluid.resources-section.grey-bg-section {
    border-top: 1px solid #E7E9EA;
    border-bottom: 1px solid #E7E9EA;
    padding-top: 94px;
    padding-bottom: 100px;
}

.container-fluid.tech-listing-block-section.grey-bg-section {
    padding-top: 102px;
    padding-bottom: 88px;
}

.container-fluid.hero-new-style.hero-new-plain.tech-sub-header {
    height: auto;
    margin-bottom: 0;
}

.scrolling-content-inner-block {
    padding-top: 150px;
}

.hero-new-style.hero-new-plain.split-hero-style .icon-container {
    margin-top: 20px;
}

.archive-listing-table.specifications-page-listing .row.see-more-link {
	margin-top: 22px;
}

.archive-listing-table.specifications-page-listing .row.see-more-link a {
    font-weight: 400;
    font-size: 13px;
    line-height: 26px;
}

.news-stack-post {
    border-bottom: 1px solid #E7E9EA;
    padding-bottom: 47px;
    padding-left: 129px;
}

.news-stack-post .date-block{
	left:0;
	top:0;
	width:60px;
	height: auto;
}

.news-stack-post .date-block span.month {
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #0D3E5C;
	margin-bottom: 2px;
}

.news-stack-post .date-block span.day {
	font-weight: 350;
	font-size: 55px;
	line-height: 66px;
	color: #9BC842;
}

.news-stack-post .post-inner-content {
    border-left: 1px solid #E7E9EA;
    padding-left: 56px;
    min-height: 128px;
    padding-right: 273px;
}

.news-stack-post .post-inner-content h4 {
	font-weight: 350;
	font-size: 20px;
	line-height: 31px;
    color: #0D3E5C;
	margin: 0 0 0 0;
	padding: 0;
}

.news-stack-post .post-inner-content .btn {
    width: 211px;
    position: absolute;
    right: 0;
}

.news-stack-post .post-inner-content h4 a {
    color: #0D3E5C;
    font-weight: 350;
    box-shadow: none !important;
}

.news-stack-post .post-inner-content h4 a:hover{
	color: #9BC842;
}

article:last-of-type .news-stack-post {
    padding-bottom: 0;
	margin-bottom: 0;
    border-bottom: none;
}

.knowledge-hub-sections .knowledge-hub-sections-inner .row.title-standard-row.with-link a {
    margin-left: 17px;
}

.knowledge-hub-sections .knowledge-hub-sections-inner button.general.slick-arrow {
    position: absolute;
    top: -88px;
    right: 10px;
    width: 52.75px;
    height: 52.75px;
    display: block;
    padding: 0;
    font-size: 0px;
    left: auto;
}

.knowledge-hub-sections .knowledge-hub-sections-inner button.general.slick-arrow.previous {
    background: url(/wp-content/uploads/2022/06/slider-arrow-left.svg) no-repeat center center;
    background-size: contain;
    right: 71px;
}

.knowledge-hub-sections .knowledge-hub-sections-inner button.general.slick-arrow.next {
    background: url(/wp-content/uploads/2022/06/slider-arrow-right.svg) no-repeat center center;
    background-size: contain;
}

.knowledge-hub-sections .knowledge-hub-sections-inner button.general.slick-arrow.previous:hover {
    background: url(/wp-content/uploads/2022/06/slider-arrow-left-hover.svg) no-repeat center center;
    background-size: contain;
}

.knowledge-hub-sections .knowledge-hub-sections-inner button.general.slick-arrow.next:hover {
    background: url(/wp-content/uploads/2022/06/slider-arrow-right-hover.svg) no-repeat center center;
    background-size: contain;
}

.knowledge-hub-sections .knowledge-hub-sections-inner .slick-track {
    display: flex !important;
}

.knowledge-hub-sections .knowledge-hub-sections-inner .slick-track article.slick-slide {
    -ms-flex: unset;
    flex: unset;
    height: inherit !important;
}

.pattern-bg-section.post-list .post-inner.quick-resources .post-container,
.pattern-bg-section.post-list .post-inner a:not(.btn) {
    border: none;
}

.pills-container ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.pills-container ul li {
    float: left;
    width: auto;
    margin: 0 5px 0 0;
    padding: 0;
}

.pills-container ul li:before {
    display: none;
}

.pills-container ul li label {
    float: left;
    width: auto;
    position: relative;
    margin: 0;
    cursor: pointer;
}

.pills-container ul li a, .pills-container ul li label > span {
	font-weight: 400;
	font-size: 13px;
	line-height: 16px;
	float: left;
	position: relative;
	box-shadow: none !important;
	padding: 12.5px 22px;
	border-radius: 100px;
}

.pills-container ul li a.active, .pills-container ul li label input:checked ~ span{
	background: rgba(13, 62, 92, 0.1);
	pointer-events: none;
}

.pills-container ul li label > input {
    display: none;
}

.single-spec-post .flexible-article-fields form.flexible-row-block.spec-download-form {
    margin-top: 56px;
}

.single-spec-post .flexible-article-fields form.flexible-row-block.spec-download-form .buttons .btn {
    margin: 0 12px;
    min-width: 130px;
}

.summary-section-block .links-container {
    margin-top: 37px;
}

.image-split-slider-block .image-slider-inner-content .slider-inner-content .links-container {
    margin-top: 24px;
}

.summary-section-block .links-container .link-block,
.image-split-slider-block .image-slider-inner-content .slider-inner-content .links-container .link-block {
    margin-bottom: 16px;
}

.summary-section-block .links-container .link-block:last-of-type,
.image-split-slider-block .image-slider-inner-content .slider-inner-content .links-container .link-block:last-of-type {
    margin-bottom: 0px;
}

.summary-section-block .links-container .link-block a.arrow-link, 
.image-split-slider-block .image-slider-inner-content .slider-inner-content .links-container .link-block a.arrow-link {
    font-weight: 350;
}

.summary-section-block .row.title-standard-row {
    margin-bottom: 20px;
}

.search-archive-listing div#filterable_search_results article:last-of-type{
	margin-bottom: 0;
}

.search-archive-listing div#filterable_search_results article:last-of-type .search-post-archive{
	padding-bottom: 0;
	border-bottom:none;
}

.search-post-archive {
    padding-bottom: 27px;
    border-bottom: solid 1px #E7E9EA;
}

.search-post-archive .post-inner-content .breadcrumbs-tag {
    font-weight: 350;
    font-size: 11px;
    line-height: 24px;
    color: #4F576D;
    margin-bottom: 7px;
}

.search-post-archive .post-inner-content h4 {
    padding: 0;
    margin: 0 0 8px 0;
    font-weight: 350;
    font-size: 24px;
    line-height: 32px;
}

.search-post-archive .post-inner-content .content {
    font-weight: 350;
    font-size: 13px;
    color: #4F576D;
}

.search-post-archive .post-inner-content .content p {
    line-height: 24px;
}

.search-post-archive .post-inner-content .content p mark {
    font-weight: 700;
    background: none;
    padding: 0;
    color: #0D3E5C;
}

.search-post-archive .post-inner-content h4 a {
    box-shadow: none !important;
    color: #0D3E5C;
    font-weight: 350;
}

.search-post-archive .post-inner-content h4 a mark {
    font-weight: 700;
    background: none;
    padding: 0;
    color: #0D3E5C;
}

.search-post-archive .post-inner-content h4 a:hover {
    color: #9bc842;
}

.container-fluid.hero-new-style.hero-new-plain.has-bottom-image {
    padding-bottom: 149px;
    margin-bottom: 0;
}

.standard-post.single-post .sidebar {
    padding-left: 43px;
}

.hero-new-style.hero-new-plain.events-hero-section .events-hero-section {
    background: #fff;
    border-radius: 10px;
    width: 327px;
    max-width: 100%;
    padding: 40px 47px;
}

.events-hero-section .events-hero-section span.date-big {
    font-weight: 350;
    font-size: 27px;
    line-height: 37px;
    color: #0D3E5C;
    margin-bottom: 10px;
}

.events-hero-section .events-hero-section span.meta-inner {
    font-weight: 350;
    font-size: 16px;
    line-height: 26px;
    color: #4F576D;
    margin-bottom: 18px;
}

.events-hero-section .events-hero-section span.meta-inner strong {
    color: #0D3E5C;
}

.hero-new-style.hero-new-plain.events-hero-section .row.breadcrumbs-row {
    margin-bottom: 47px;
}

.hero-new-style.hero-new-plain.events-hero-section .gutter-left {
    padding-left: 45px;
}

.events-post .sidebar .section.event-location .row.title-standard-row {
    margin-bottom: 17px;
}

.events-post .sidebar .section.event-location .event-map-iframe .map-container {
    float: left;
    width: 100%;
    height: 170px;
    position: relative;
    margin-bottom: 18px;
}

.events-post .sidebar .section.event-location .event-map-iframe .location-text b{
    float: left;
    width: 100%;
	font-weight: 700;
	font-size: 16px;
	line-height: 26px;
	color: #0D3E5C;
	margin-bottom: 16px;
}

.events-post .sidebar .section.event-location .event-map-iframe .location-text p{
    float: left;
    width: 100%;
	font-weight: 350;
	font-size: 16px;
	line-height: 26px;
	color: #4F576D;
}

.events-post .row.title-standard-row.content-title-row {
    margin-bottom: 23px;
}

.register-button-container a.btn.btn-primary.register-button {
    height: 41px;
    width: 170px;
    padding: 12px;
}

.sessions .link-block-container span.date-line, 
.sessions .link-block-container span.time-line {
    padding-left: 25px;
    font-size: 14px;
    line-height: 18px;
    margin-top: 10px;
    position: relative;
}

.sessions .link-block-container span.date-line:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 12px;
    visibility: visible;
    background: url(/wp-content/uploads/2022/07/events-icon.svg)  no-repeat center center;
    background-size: contain;
}

.sessions .link-block-container span.time-line:before {
    content: '\f017';
    position: absolute;
    left: 0;
    top: 0px;
    visibility: visible;
    font-family: 'Font Awesome 5 Pro';
    width: 21px;
    text-align: center;
}

.filterable_search .form-overlay {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    background: rgb(255 255 255 / 40%);
    backdrop-filter: blur(1px);
    z-index: 2;
}

.filterable_search .container {
    position: relative;
}

.filterable_search .form-overlay .form-loader {
    opacity: 1;
    visibility: visible;
    padding-top: 100px;
}

.filters-main-section-hero .filters-inner-container div#filterable_search_filters .loader {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.filters-main-section-hero .filters-inner-container div#filterable_search_filters .loader .form-overlay {
    display: block !important;
    background: rgb(247 247 247 / 40%);
}

.filters-main-section-hero.pattern-bg-section .filters-inner-container div#filterable_search_filters .loader .form-overlay {
    background: rgb(13 62 92 / 40%);
}

.filters-main-section-hero .filters-inner-container div#filterable_search_filters .loader .form-overlay .form-loader {
    padding-top: 0;
}
.woocommerce-pages {
	position: relative;
}

.woocommerce-pages .checkout-loader-overlay,
.login-modal-inner .login-form .loader,
.contact-block.contact-page-module .loader,
.account-block-container.query-responses .loader,
.row.main-selection .loader {
    float: left;
    width: 100%;
    position: relative;
    height: 400px;
    display: none;
}

.woocommerce-pages .checkout-loader-overlay,
.login-modal-inner .login-form .loader,
.contact-block.contact-page-module .loader,
.account-block-container.query-responses .loader{
    position: absolute;
    top: 0;
    left: 0;
	height: 100%;
}

.woocommerce-pages .checkout-loader-overlay .form-overlay,
.login-modal-inner .login-form .loader .form-overlay,
.contact-block.contact-page-module .loader .form-overlay,
.account-block-container.query-responses .loader .form-overlay,
.row.main-selection .loader .form-overlay {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    background: rgb(255 255 255 / 40%);
    backdrop-filter: blur(1px);
    z-index: 2;
    display: block;
}
.woocommerce-pages .checkout-loader-overlay .form-overlay .form-loader,
.login-modal-inner .login-form .loader .form-overlay .form-loader,
.contact-block.contact-page-module .loader .form-overlay .form-loader,
.account-block-container.query-responses .loader .form-overlay .form-loader,
.row.main-selection .loader .form-overlay .form-loader {
    opacity: 1;
    visibility: visible;
}

form .form-row .inner-input-wrapper,
.woocommerce-pages .woocommerce form .form-row .woocommerce-input-wrapper {
    position: relative;
}
form .form-row .inner-input-wrapper .company-spinner,
.woocommerce-pages .woocommerce form .form-row .woocommerce-input-wrapper .company-spinner {
    width: 55px;
    height: 55px;
    position: absolute;
    right: 0;
    top: 0;
    display: none;
}

.loader-block .lds-ring,
.company-spinner .lds-ring {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
}
.loader-block .lds-ring div,
.company-spinner .lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 37px;
  height: 37px;
  margin: 8px;
  border: 4px solid #9bc842;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #9bc842 transparent transparent transparent;
}
.loader-block .lds-ring div:nth-child(1),
.company-spinner .lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.loader-block .lds-ring div:nth-child(2),
.company-spinner .lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.loader-block .lds-ring div:nth-child(3),
.company-spinner .lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.loader-block .lds-ring div {
    width: 50px;
    height: 50px;
	border-width: 7px;
}

/* Remove spinner on WooCommerce checkout page */
.woocommerce .blockUI.blockOverlay {
  position: relative! important;
  display: none! important;
}

.modal-backdrop-main-block{
    background: rgb(0 0 0 / 50%);
    left: 0;
    top: 0;
    z-index: 998;
	display: none;
}

.resources-section .ways-to-participate-cta .title {
    font-weight: 400;
    font-size: 22px;
    line-height: 29px;
    margin-bottom: 13px;
}

#scrollTrademarks .cta-stacked-container .title {
    font-weight: 700;
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 6px;
}

.scrolling-nav-bar-container .nav-bar-scroll-inner ul.links-container span.menu-slider {
    left: 0;
    bottom: 0;
    height: 5px;
    visibility: visible;
    background: #9BC842;
    width: 0;
    transform: translateX(0);
    position: absolute;
    margin: 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.scrolling-nav-bar-container .nav-bar-scroll-inner ul.links-container span.menu-slider {
    width: 194.141px;
}

.page-template-ways-to-participate-page .scrolling-nav-bar-container .nav-bar-scroll-inner ul.links-container span.menu-slider {
    width: 126.797px;
}

.scrolling-nav-bar-container .nav-bar-scroll-inner ul.links-container span.menu-slider.gettinginvolved {
    transform: translateX(0);
}

.scrolling-nav-bar-container .nav-bar-scroll-inner ul.links-container span.menu-slider.participationlevels {
    transform: translateX(154px);
}

.scrolling-nav-bar-container .nav-bar-scroll-inner ul.links-container span.menu-slider.waystoparticipate {
    transform: translateX(333px);
}

.scrolling-nav-bar-container .nav-bar-scroll-inner ul.links-container span.menu-slider.testimonials {
    transform: translateX(513px);
}

.scrolling-nav-bar-container .nav-bar-scroll-inner ul.links-container span.menu-slider.industryexperts {
    transform: translateX(636px);
}

.page-template-ways-to-participate-page .scrolling-nav-bar-container .nav-bar-scroll-inner ul.links-container span.menu-slider.faqs {
    transform:translateX(789px);
}

.iframe-page-section .custom-iframe-section iframe {
    border: none;
    float: left;
    width: 100%;
}

.forms-containing-section {
    padding: 50px;
	border-radius: 10px;
}

.forms-containing-section .container-fluid.to-form-section {
    margin-bottom: 40px;
}

form#form_submit_image {}

form#form_submit_image div#filenames {
    float: left;
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
}

form#form_submit_image div#filenames input {
    float: left;
    width: 100%;
    text-align: left;
    cursor: default;
    pointer-events: none;
    padding: 0;
    height: auto;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #0D3E5C;
}

form#form_submit_image div#filenames:empty {
    display: none;
}

.forms-containing-section .container-fluid .row.title-standard-row {
    margin-bottom: 15px;
}

form#form_submit_image .form-row label.btn.btn-primary {
    width: auto;
    height: 45px;
    float: left;
    display: block;
    font-size: 18px;
    line-height: 0.9;
    padding: 14px 31px;
    margin: 0;
    margin: 0 20px 0 0;
}

.forms-containing-section .container-fluid .content.banner-content-bottom {
    margin-top: 15px;
}

.forms-containing-section .container-fluid.mb-35 {
    margin-bottom: 35px;
}

.account-sidebar-section ul.user-menu li.user-menu.hidden-desktop {
    display: none !important;
}

.ways-table-section .ways-table-block.hidden-desktop {
    display: none !important;
}

.flexible-article-fields article.flexible-row-block.cta-block-content {
    padding: 20px 30px;
    border-radius: 20px;
    background: #9BC842;
}

.flexible-article-fields article.flexible-row-block.cta-block-content a.btn.btn-primary {
    flex-grow: 0;
    flex-shrink: 0;
    margin-left: 35px;
}

.flexible-article-fields article.flexible-row-block.cta-block-content .inner-left h4 {
    font-size: 20px;
    line-height: 30px;
}

.flexible-article-fields article.flexible-row-block.cta-block-content .inner-left .content {
    color: #0D3E5C;
}

.flexible-article-fields .flexible-row-block.mb-30 {
    margin-bottom: 30px;
}

.flexible-article-fields .flexible-row-block .links-inner {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: -15px;
}

.flexible-article-fields .flexible-row-block .links-inner a.btn {
    margin: 0 15px 15px 0;
}

.button-block-container a.btn.btn-primary {
    margin: 0 15px 15px 0;
}

.page-id-16458 .button-block-container a.btn.btn-primary {
    height: auto;
    line-height: 20px;
    margin: 0;
}

a.arrow-link.no-arrow, span.arrow-link.no-arrow, button.arrow-link.no-arrow {
    padding-left: 0;
}

a.arrow-link.no-arrow:before, span.arrow-link.no-arrow:before, button.arrow-link.no-arrow:before {
    display:none !important;
}

.cta-stacked-container .content.mb-15 {
    margin-bottom: 15px;
}

.ways-table-section .row.title-standard-row.no-margin-bottom {
    margin-bottom: 0;
}

.ways-table-section .row.title-standard-row.has-margin-top {
    margin-top: 44px;
}

.hero-new-style.hero-new-plain .row.content-row a.btn.btn-primary {
    margin: 35px 0 0 0;
}

.hero-new-style.hero-new-plain .row.content-row .approved-products-download-selection a.btn.btn-primary.dropdown-toggle {
    margin: 0;
}

.container-fluid.image-accordion-top.grey-bg-section.position-relative {
    padding-top: 122px;
    padding-bottom: 113px;
    border-top: 1px solid #E7E9EA;
    border-bottom: 1px solid #E7E9EA;
    overflow: hidden;
}

.slick-dots > li:only-child {
	display: none;
}

.container-fluid.testimonials-slider-section.no-bg-colour {
    background: none;
}

.container-fluid.testimonials-slider-section.no-border-bottom {
    border-bottom: none;
}

article.flexible-row-block.board-of-managers-section .board-of-managers > .row {
    margin-bottom: 40px;
    padding-bottom: 40px;
    position: relative;
}

article.flexible-row-block.board-of-managers-section .board-of-managers > .row:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: calc(100% - 20px);
    left: 10px;
    visibility: visible;
    height: 1px;
    background: #E7E9EA;
}

article.flexible-row-block.board-of-managers-section .board-of-managers > .row:last-of-type {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

article.flexible-row-block.board-of-managers-section .board-of-managers > .row:last-of-type:after {
	display: none;
}

article.flexible-row-block.board-of-managers-section .board-of-managers article.content {
    padding-left: 25px;
}

article.flexible-row-block.board-of-managers-section .board-of-managers > .row.flex-row-reverse article.content {
    padding-left: 0px;
    padding-right: 25px;
}

article.flexible-row-block.board-of-managers-section .board-of-managers .manage-image-container {
    margin-bottom: 20px;
}

article.flexible-row-block.board-of-managers-section .board-of-managers  span.manage-image-caption {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #0D3E5C;
}

.intro-standard-content.why-emv-intro article.content h3 {
    margin-bottom: 15px;
}

.intro-standard-content.why-emv-intro article.content p {
    margin-bottom: 24px;
}

.intro-standard-content.why-emv-intro article.content > :last-child{
    margin-bottom:0;
}

.flexible-article-fields article.content.foot-note-content {
    font-size: 12px;
}

.flexible-article-fields article.content.foot-note-content p {
    line-height: 18px;
}

.intro-standard-content .related-insights-list > .row {
    clear: both;
}

.row.tech-timeline-image {
    margin-top: 70px;
}

.flexible-article-fields.has-content-above,
.flexible-article-fields.faq-download-container {
    margin-top: 59px;
}

.pattern-bg-section.post-list .post-inner .post-thumbnail {
    height: 150px !important;
}

.pattern-bg-section.post-list .post-inner.quick-resources .post-container{
    padding-top:185px;
}

.hero-new-style.hero-new-plain .row.content-row p.post-date-tag {
    font-weight: 400;
    font-size: 22px;
    line-height: 27px;
    color: #9bc842;
    margin-top: 20px;
}

.hero-new-style.hero-new-plain .row.content-row p.post-date-tag .spacer {
    margin: 0 10px;
    font-size: 17px;
    position: relative;
    top: -3px;
}

.accordion-section .acc-title sup {
    margin-right: 5px;
}

.trademark-ctas .row.foot-note-content-bottom {
    margin-top: 40px;
}

.frm_forms.with_frm_style .frm_message {
    color: #0D3E5C;
    padding: 13px 22px;
    margin-bottom: 10px;
    line-height: 30px;
    flex-direction: row;
    border-radius: 10px;
    box-shadow: 0px 0px 12px rgb(13 62 92 / 8%);
    border: none !important;
    background: #9BC842;
    margin: 0 0 20px 0;
}

.frm_forms.with_frm_style .frm_message > p {
    color: #0D3E5C;
}

.frm_forms.with_frm_style .frm_message > p:last-of-type {
    margin-bottom: 0;
}

.frm_forms.with_frm_style .frm_message a {
    font-weight: 700;
    box-shadow: inset 0 -0.06rem 0 0 #0D3E5C;
    color: #0D3E5C;
}

.frm_forms.with_frm_style .frm_message a:hover {
    color: #fff;
}

#section-id-5 .tabbed-sections-content .inner-sections-tabbed-content .images {
    display: -ms-flexbox!important;
    display: flex!important;
    float: none !important;
    width: auto !important;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 25px;
}

#section-id-5 .tabbed-sections-content .inner-sections-tabbed-content .images .image-container {
    padding: 0 15px;
	height: auto;
    margin-bottom: 0;
}

.accordion-section .acc-section .content img.alignright {
    float: right;
    margin: 0 0 20px 20px;
}

.accordion-section .acc-section .content img.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}

.container-fluid.standard-post.single-post.needs-margin-top {
    margin-top: 75px;
}

.hero-insight-post.post-list {
    margin-bottom: 0;
}

.hero-insight-post.post-list .post-inner .post-container, .hero-insight-post.post-list .post-inner > a:not(.btn) {
    padding-top: 25px !important;
}

.hero-insight-post.post-list .post-inner .content {
    padding-right: 0 !important;
    margin-top: 0 !important;
}

.global-sidebar-block .listening-icons .listening-block {
    float: left;
    width: auto;
    clear: both;
    margin: 0 0 15px 0;
    max-width: 100%;
}

.global-sidebar-block .listening-icons .listening-block:last-of-type {
    margin: 0;
}

.global-sidebar-block .listening-icons .listening-block a {
    box-shadow: none !important;
}

.global-sidebar-block .listening-icons .listening-block a:hover {
    opacity: 0.8;
}

.global-sidebar-block .form-container .fields-inners.d-flex {
    display: block !important;
}

.global-sidebar-block .form-container .fields-inners.d-flex .form-field {
    float: left;
    width: 100%;
    position: relative;
}

.modal-container-block .modal-block-inner .process-modal-inner {
    padding: 70px 70px 70px 70px;
    position: relative;
    min-height: 0px;
}

.process-modal-inner .tabbed-spec-listing .view-type#details .links-container {}

.process-modal-inner .tabbed-spec-listing .view-type#details .links-container .link-block {
    margin-bottom: 10px;
}

.process-modal-inner .tabbed-spec-listing .view-type#details .links-container .link-block:last-of-type {
    margin-bottom: 0;
}

.modal-container-block#process-modal > .container, 
.modal-container-block#process-modal > .container > .row, 
.modal-container-block#process-modal > .container > .row > .col-12 {
    max-height: 100%;
}

.modal-container-block#process-modal > .container > .row > .col-12 > .modal-block-inner {
    max-height: 100%;
    overflow: auto;
}

.modal-container-block#process-modal > .container > .row > .col-12 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.filters-main-section-hero .row.content-row .manage-image-container {
    padding-right: 35px;
}

.filters-main-section-hero .row.content-row .manage-image-container img {
    border: 1px solid #E7E9EA;
    border-radius: 10px;
    overflow: hidden;
}

.tabbed-sections-faqs .tabbed-sections-content .inner-sections-tabbed-content > * {
    margin-bottom: 15px;
}

.tabbed-sections-faqs .tabbed-sections-content .inner-sections-tabbed-content > *:last-child {
    margin-bottom: 0;
}

.tabbed-sections-faqs .tabbed-sections-content .inner-sections-tabbed-content {
    margin-bottom: 20px;
}

.tabbed-sections-faqs .tabbed-sections-content .inner-sections-tabbed-content:last-of-type {
    margin-bottom: 0;
}

.tabbed-sections-faqs .tabbed-sections-content .inner-sections-tabbed-content article.content h4 {
    font-size: 19px;
    line-height: 29px;
    font-weight: 400;
}

.accordion-section#section-id-3 .tabbed-sections-content .inner-sections-tabbed-content .images .image-container {
    height: 30px;
}

.mission-block-container .row.title-standard-row {
    margin-bottom: 11px;
}

.mission-block-container .row.mission-ctas{
	margin-left: -6px;
	margin-right: -6px;
}

.mission-block-container > .content{
	margin-bottom: 31px;
}

.mission-block-container .row.mission-ctas article{
	padding-left: 6px;
	padding-right: 6px;
}

.mission-block-container .row.mission-ctas .mission-block-cta {
    border-radius: 10px;
    overflow: hidden;
    background: rgb(204 204 224 / 10%);
	padding-bottom: 25px;
}

.mission-block-container .row.mission-ctas .mission-block-cta .icon-container {
    height: 118px;
    background: #9BC842;
}

.mission-block-container .row.mission-ctas .mission-block-cta .main-title {
	font-weight: 700;
	font-size: 14px;
	line-height: 22px;
	color: #0D3E5C;
	padding: 0 10px;
	margin-top: 17px;
	margin-bottom: 5px;
}

.mission-block-container .row.mission-ctas .mission-block-cta .content {
	font-weight: 350;
	font-size: 14px;
	color: #4F576D;
	padding: 0 10px;
}

.mission-block-container .row.mission-ctas .mission-block-cta .content p {
	line-height: 23px;
}

.footer-bottom p.mt-10 {
    margin-top: 10px !important;
}

.frm_forms form .form-field label.frm_screen_reader.frm_hidden {
    display: none !important;
}

.hero-new-style.hero-new-plain .row.content-row .register-button-container a.btn.btn-primary.register-button {
    margin: 20px 0 0 0;
}


.event-stack-post.archive-event-post .event-side-data .meta span.start-end-time,
.event-stack-post .post-inner-content .meta span.start-end-time {
    line-height: 22px;
    margin-top: -3px;
}

.event-stack-post.archive-event-post .event-side-data .meta span.start-end-time i,
.event-stack-post .post-inner-content .meta span.start-end-time i {
    top: 3px;
}

.event-stack-post .date-block .post-inner-content {
    min-height: auto;
    padding-left: 0;
    border-left: 0;
}

.events-hero-section .events-hero-section span.date-big.end-date {
    font-size: 22px;
    line-height: 32px;
}



.alert.alert-danger#impexium-log-in-error:not(.d-none){
	display: block !important;
}

form .form-row input[readonly] {
	background: #f0eded !important;
    pointer-events: none !important;
}

form .form-row .inner-input-wrapper select#billing_country {
    float: left;
    width: 100%;
    height: 50px;
}

/*.page-template-contact-page .select2-dropdown {
    top: 32px !important;
}*/

article.flexible-row-block.content img.alignright {
    float: right;
    margin: 0 0 0 20px;
}

article.flexible-row-block.content img.alignleft {
    float: left;
    margin: 0 20px 0 0;
}

form .form-row .selectize-control .selectize-dropdown .selectize-dropdown-content .optgroup .option {
    padding-left: 40px;
    font-size: 14px;
}

.standard-post.single-post .guidelines-button-container {
    margin: 40px 0 0 0;
}

.standard-post.single-post .guidelines-button-container p {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #0D3E5C;
}

.container-fluid.subscribers-section .subscribers-image-container img.object-cover {
    object-fit: cover;
}



.container-fluid.subscribers-section .subscribers-image-container.ui-ux-images img.bg-image {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.container-fluid.subscribers-section .subscribers-image-container.ui-ux-images img {
    z-index: 2;
    position: relative;
}



.container-fluid.hero-new-style.hero-new-plain.events-hero-section {
    margin-bottom: 50px;
    padding-bottom: 50px;
}

.hero-new-style.hero-new-plain.events-hero-section .events-hero-section {
    padding: 20px 35px;
}

.sidebar .section .event-map-iframe span.time.hotel-link.location-link, 
.event-stack-post.archive-event-post .event-side-data .meta span.location-link {
    line-height: 24px;
}

.sidebar .section .event-map-iframe span.time.hotel-link.location-link i, 
.event-stack-post.archive-event-post .event-side-data .meta span.location-link i {
    top: 5px;
}

.page-id-142 .cookieconsent-popup.container-fluid {
    display: none !important;
}

.sidebar .section .event-map-iframe span.time.hotel-link.added-top-mg {
    margin-top: 20px;
}

.sidebar .section .event-map-iframe span.time.hotel-link.location-link {
    padding-left: 22px;
}

.sidebar .section .event-map-iframe span.time.hotel-link.location-link i {
    position: absolute;
    left: 0;
    top: 7px;
}

.sidebar .section .event-map-iframe span.time.hotel-link.location-link a {
    line-height: 28px;
}

b.english-only {
    color: red;
    display: block;
    margin: 10px 0 0 0;
    float: left;
    line-height: 20px;
    font-weight: 400;
    font-size: 13px;
}

.account-block-container.add-new-member form#invite-team-member-form b.english-only {
    position: absolute;
    left: 0;
    top: 100%;
}

.account-block-container.add-new-member form#invite-team-member-form.non-english-form {
    margin-bottom: 45px;
}

.footer-newsletter-bar .social-links-footer ul.social-media li a.fa-twitter:before {
    content: '';
    position: relative;
    top: 2px;
    width: 24px;
    height: 43px;
    background: url(/wp-content/uploads/2024/01/x-logo-blue.svg) no-repeat center center;
    background-size: contain;
}

.footer-newsletter-bar .social-links-footer ul.social-media li a.fa-twitter:hover:before {
    background: url(/wp-content/uploads/2024/01/x-logo-green.svg) no-repeat center center;
    background-size: contain;
}


/* Accessibility Amends */

.btn.btn-primary.hover-white {
    background: #9BC842;
}