/*
 Theme Name:     WP Bootstrap Starter Child Theme
 Theme URI:      https://wordpress.org/themes/wp-bootstrap-starter/
 Description:    A child theme of WPBS Theme
 Author:         Afterimage Designs
 Author URI:     https://afterimagedesigns.com/
 Template:       wp-bootstrap-starter
 Version:        1.4
*/


/****************************************
*** Theme customization starts below ***
*****************************************/

/****************************************
#ffffff
#264f5f
#32a7ce
#404040
#f36f21 dark
#f8951d light
*****************************************/

html { scroll-behavior: smooth; }
body { font-family: 'Poppins', sans-serif; color: #404040; font-size: .9rem; }
strong { font-weight: 700; }

h1 {}
h1.entry-title { font-size: 1.75rem; color: #264f5f; text-align: center; margin-top: 70px; margin-bottom: 3rem; border-bottom: none; }
h2 { font-size: 1.75rem; color: #264f5f; text-align: center; margin-bottom: 0rem; }
h3 { font-size: 1.2rem; color: #32a7ce; text-align: center; margin-bottom: 0rem; }
h4 { font-size: 1.1rem; color: #32a7ce; text-align: left; margin: 1rem 0; }
.col-md-4 h3 { text-align: left; margin: 1rem 0; }
.row.header { margin: 3rem 0; }
.row.header.white h2 { color: #fff; }
.row.header.white h3 { font-weight: 700; font-size: 1.75rem; color: #f8951d; }
.row.header.white .h4 { color: #f8951d; font-weight:900; font-size:2rem; }
.row.header.white p { text-align: center; color: #fff; }
.col-lg-6 h3, .col-md-6 h3 { text-align: left; margin: 2rem 0 1rem; }


a button { color: #fff; }
a.orange { color: #f8951d; }
a { color: #32a7ce; }
a:hover { color: #404040; }
:target {
  display: block;
  position: relative;
  top: -75px; 
  visibility: hidden;
}

button.orange { 
	margin: 0 20px; padding: 10px 40px;
	background-color: #f8951d; color: #fff; 
	text-transform: uppercase; display: inline-block; border-radius: 100%;
	border-radius: 30px; border: none; }
button.orange:hover { background-color: #f36f21; }

button.light-orange { 
	margin: 0 20px; padding: 10px 30px;
	background-color: #f8951d; color: #fff; 
	text-transform: uppercase; display: inline-block; border-radius: 100%;
	border-radius: 30px; border: none; }
button.light-orange:hover { background-color: #f36f21; }

button.dark-blue { 
	margin: 0 20px; padding: 10px 40px;
	background-color: #264f5f; color: #fff; 
	text-transform: uppercase; display: inline-block; border-radius: 100%;
	border-radius: 30px; border: none; }
button.dark-blue:hover { background-color: #32a7ce; }

button.light-gray { 
	margin: 0; padding: 10px 40px;
	background-color: #C5C5C5; color: #fff; 
	text-transform: uppercase; display: inline-block; border-radius: 100%;
	border-radius: 10px; border: none; }
button.light-gray:hover { background-color: #404040; }

.dark-blue { color:#264f5f; }
.light-blue { color:#32a7ce; }
.orange { color:#f8951d; }
.light-orange { color:#f8951d; }
.light-gray { color: #C5C5C5; }

.statistic-round {
height: 250px; width: 250px; padding-top: 100px;
border: 5px solid #264f5f; color: #264f5f; text-align: center;
border-radius: 100%; line-height: 1.5rem; }
.statistic-round .counter { font-weight: 700; font-size: 9rem; }

.pagination { text-align: center; }
.pagination span, .pagination a { margin-right: 10px; color: #264f5f; }

/*************************************************************/
/************************** NAV ******************************/
/*************************************************************/
header#masthead {	
	position: absolute;	z-index: 1000;
	width: 100%;
	background-color: transparent;
	/*background: rgba(0,0,0,0.6);
	background: -moz-linear-gradient(top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.9)), color-stop(100%, rgba(0,0,0,0)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );*/
	box-shadow: none;
	text-transform: uppercase;
}
header#masthead ul ul { text-transform: capitalize; }
header#masthead nav { padding: 20px 20px; }
header#masthead .nav-bg { background-color: #264f5f; }
.navbar-brand a { width:250px; height: 24px; background: url(/wp-content/uploads/2020/03/logo-avanci.svg) no-repeat; display: block; }
.nav-open #navbarSupportedContent { padding-top: 20px; }
.nav-open #navbarSupportedContent ul ul { padding-left: 20px; }

.dropdown-item { color: #fff; }
.navbar-nav .dropdown-menu { background-color: #264f5f; border: none; }
.dropdown-menu .dropdown-item:hover { color: #f8951d; }

@media screen and (max-width: 1199px) {
	.navbar-nav .dropdown-menu { background-color: #264f5f; border: none; }
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a { font-weight: 400; color: #fff; padding: 0.5rem 1.3rem; }
body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover, body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a { font-weight: 400; color: #f8951d; }

.nav-open .main-menu .nav li{
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: -webkit-transform .2s,opacity .2s;
    transition: transform .2s,opacity .2s;
}
.nav-open #main-nav { padding-bottom: 20px; }

.nav-button.navbar-toggler {position:relative; z-index:1111; border:solid 0px #f8f8f8;  height:42px; /*display:block;*/ width:50px; padding:12px; background-color: #264f5f !important; border-radius: 0 !important;  }
.nav-button.navbar-toggler #nav-icon3{width:24px;height:22px;display:inline-block;position:relative;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:.5s ease-in-out;-moz-transition:.5s ease-in-out;-o-transition:.5s ease-in-out;transition:.5s ease-in-out;cursor:pointer;}
.nav-button.navbar-toggler #nav-icon3 span{display:block;position:absolute;height:3px;width:100%;background:#FFFFFF;border-radius:9px;opacity:1;left:0;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:.25s ease-in-out;-moz-transition:.25s ease-in-out;-o-transition:.25s ease-in-out;transition:.25s ease-in-out}
.nav-button.navbar-toggler #nav-icon3 span:nth-child(1){top:0}
.nav-button.navbar-toggler #nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3){top:7px}
.nav-button.navbar-toggler #nav-icon3 span:nth-child(4){top:14px}

.nav-open #nav-icon3 span:nth-child(1){top:9px;width:0;left:50%}
.nav-open #nav-icon3 span:nth-child(2){-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}
.nav-open #nav-icon3 span:nth-child(3){-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}
.nav-open #nav-icon3 span:nth-child(4){top:9px;width:0;left:50%}


.filter_articles:after,#where_we_are:after{
		display: none;
	}
	.news_post_list ul.mb-prct {
		border: 1px solid #f46f21;
		border-radius: 4px;
		padding: 8px 15px;
		position: relative;
		margin: 0 0 20px 0;
	}
	.news_post_list ul.mb-prct:after{
		content: '';
		border-top: 1px solid #f46f21;
		border-left: 1px solid #f46f21;
		transform: rotate(-144deg) skew(-20deg);
		right: 15px;
		position: absolute;
		overflow: hidden;
		display: inline-block;
		font-size: 12px;
		width: 8px;
		height: 8px;
		margin-top: -4px;
		top: 50%;
	}
	.news_post_list ul.mobile_tab_practice{
		display: none;
		padding: 0 33px;
	}
	.news_post_list ul.mb-prct li{
		padding: 0;
		font-size: 15px;
    	line-height: 18px;
	}
	.ttl_sec{
		padding: 0;
		padding-top: 25px;
	}
	.news_post_list ul{
		height: auto !important; list-style: none;
	}

.cvf-pagination-nav { display: none; }


/*************************************************************/
/************************** NAV ******************************/
/*************************************************************/

/***************************************************/
/********************* HOME ************************/
/***************************************************/
#page-home .statistic-home { color: #264f5f; text-align: center; font-size: .85rem; }
#page-home .statistic-round {
height: 220px; width: 220px; padding-top: 95px; margin:0 auto 1.5rem;
border: 5px solid #f8951d; text-align: center;
border-radius: 100%; }
#page-home .statistic-round { font-weight: 700; font-size: 9rem; }
#page-home .statistic-round strong span { 
	-webkit-background-clip: text !important;
	-webkit-text-fill-color:transparent !important;
	 line-height: 1.5rem; letter-spacing: -.5rem; }
#page-home .statistic-round .stat1 { background: url(/wp-content/uploads/2020/03/bg-home-counter-1.jpg) no-repeat center center; background-size: cover; }
#page-home .statistic-round .stat2 { background: url(/wp-content/uploads/2020/03/bg-home-counter-2.jpg) no-repeat center center; background-size: cover; }
#page-home .statistic-round .stat3 { background: url(/wp-content/uploads/2020/03/bg-home-counter-3.jpg) no-repeat center center; background-size: cover; }
#page-home .statistic-round .stat4 { background: url(/wp-content/uploads/2020/03/bg-home-counter-4.jpg) no-repeat center center; background-size: cover; }

#quote-main { background: url(/wp-content/uploads/2020/03/bg-home-quote-2.jpg) no-repeat top center; background-size: cover; 
	color: #fff; margin-top: -40px; }
#quote-main .container { padding: 140px 2rem 250px; }
#quote-main .h3 { line-height: 4rem; font-weight: 200; }
#quote-main .row .col-12 { z-index: 999; }

#video-main { padding: 100px 40px;
	border-radius: 10px; background: url(/wp-content/uploads/2020/03/bg-home-video.jpg) no-repeat center center; background-size: cover;
z-index: 99; position: relative; }
#video-main .h5 { font-weight: 700; color: #fff; text-shadow: 2px 2px 5px #000; }
#video-main .btn-video { border-radius: 90px; padding: 10px 10px 10px 40px; }
#video-main .btn-video i { font-size: 4rem; vertical-align: middle; padding-left: 1rem; }

.page-id-7 footer#colophon { margin-top: -200px; }
/***************************************************/
/***************************************************/

#page-contact, #page-about { 
	background: url('/wp-content/uploads/2020/03/hd-plain-short.jpg') no-repeat;
	background-position-y: -60px;
	background-position-x: center; background-repeat: repeat-x; }
#page-marketplace { 
	background: url('/wp-content/uploads/2020/03/hd-marketplace.jpg') no-repeat;
	background-position-y: -200px;
	background-position-x: center; background-repeat: repeat-x; }
#page-vision { 
	background: url('/wp-content/uploads/2020/03/hd-vision.jpg') no-repeat;
	background-position-y: -200px;
	background-position-x: center; background-repeat: repeat-x; }

#page-5g { 
	background: url('/wp-content/uploads/2020/06/header-5g-web.jpg') no-repeat;
	background-position-y: -200px;
	background-position-x: center; background-repeat: repeat-x; }

#page-home #content.site-content { padding-top: 0; }
#content.site-content { padding-top: 130px; }
#page-sub-header { padding-top: 0; margin-bottom: 80px; }
body:not(.theme-preset-active) #page-sub-header { background: transparent !important; }
body:not(.theme-preset-active) #page-sub-header h1 { font-size: 1.75rem; color: #264f5f; }
body:not(.theme-preset-active) #page-sub-header p { font-size: 1.5rem; color: #32a7ce; }


@media (max-width: 992px) {
	header#masthead nav { background-color: #264f5f; }	
}

body:not(.theme-preset-active) footer#colophon { background-color: transparent; color: #404040; }
footer#colophon { 
	font-size: 12px;
	position: relative;
	background: url('/wp-content/uploads/2020/03/footer-bg1-long.png') no-repeat top center;
	padding-top: 100px; }
.page-id-15 footer#colophon { padding-top: 260px; }
footer#colophon .head { color: #f8951d; font-weight: 700; }
footer#colophon .footer-sub { border-top: solid 1px #f8951d; margin-top: 2em; padding: 2em 0; font-size: 10px; }
/*footer#colophon { background:  url('/wp-content/uploads/2020/03/footer-bg1.png') no-repeat top center; }*/

.esgbox-container .content { padding: 50px; }
.esgbox-container .content .bio-head { font-size: 1.75rem; color: #264f5f; display: block; }
.esgbox-container .content .bio-position { font-size: 1.4rem; color: #32a7ce; font-style: italic; display: block; }
.page-numbers { color: #f8951d; justify-content: left; }
.list-item { list-style: none; margin: 0; padding: 0; }
.section-news-link { margin-bottom: 0; position: relative !important; left: auto !important; top: auto !important; }
.section-news-link .posted-time { display: block; font-size: .8rem; font-style: italic; color: #666; }
ul.nav.nav-tabs { border: none; display: block; }
.section-filter { background-color: #264f5f; border-radius: 10px; padding: 20px 40px; color: #fff; font-size: .8rem }
.section-filter .fa-play { color: #f8951d; }
.section-filter .header { font-size: 1.2rem; }
.section-filter li { margin: 1rem 0; display: block; }
.pdf-links { color: #666;  border-top: 1px solid #32a7ce; margin: .5rem 0 0; padding: .5rem 0 0; }
.pdf-links a { color: #32a7ce; font-size: .8rem; }
.btn-filter { color: #fff; }
.pagination, .cvf-pagination-nav { margin: 20px auto; position: relative !important; left: auto !important; top: auto !important; }
.cvf-pagination-nav ul { list-style: none; margin: 0; padding: 0; }

.row.logos { text-align: center; }
.row.logos img { margin:0 1.5rem 2rem; max-height: 50px; }

.row.pricing { margin: 1rem 0; }
.row.pricing h4 { font-size: 1.4rem; color: #264f5f; text-align: center; margin-bottom: 0rem; }
.row.pricing .container .row { padding: .75rem; color: #818181; font-size: 1.1rem; border-bottom: 1px solid #f8951d; }
.row.pricing .container .row.last { border-bottom: none; }
.row.pricing .container .row .price { color:#32a7ce; }

.card { border: none; }
.card-header { background-color:transparent; border-bottom: none; padding: 0 1.25rem; }
.card-header h2 { text-align: left; }
.card-header .btn-link::before {
	content: "\f13a"; /* FontAwesome Unicode */
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-size: 1.2rem;
	font-weight: 900;
	color: #264f5f;
padding-right: .5rem;}
.card-header .btn-link.collapsed::before {
	content: "\f138"; /* FontAwesome Unicode */
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-size: 1.2rem;
	font-weight: 900;
	color: #264f5f;
padding-right: .5rem;}
.card-header .btn-link { color: #404040; padding-left: 0; }

.eg-avanci-element-3 { text-shadow: 2px 2px 5px #000; }

.vertical-center {
  min-height: 100%;  /* Fallback for vh unit */
  /*min-height: 100vh;  You might also want to use
                        'height' property instead.
                        
                        Note that for percentage values of
                        'height' or 'min-height' properties,
                        the 'height' of the parent element
                        should be specified explicitly.
  
                        In this case the parent of '.vertical-center'
                        is the <body> element */

  /* Make it a flex container */
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; 
  
  /* Align the bootstrap's container vertically */
    -webkit-box-align : center;
  -webkit-align-items : center;
       -moz-box-align : center;
       -ms-flex-align : center;
          align-items : center;
  
  /* In legacy web browsers such as Firefox 9
     we need to specify the width of the flex container */
  width: 100%;
  
  /* Also 'margin: 0 auto' doesn't have any effect on flex items in such web browsers
     hence the bootstrap's container won't be aligned to the center anymore.
  
     Therefore, we should use the following declarations to get it centered again */
         -webkit-box-pack : center;
            -moz-box-pack : center;
            -ms-flex-pack : center;
  -webkit-justify-content : center;
          justify-content : center;
}

#exTab1 { 
	padding-top: 310px;
	background: url('/wp-content/uploads/2020/03/bg-blue-wave-long.png') no-repeat top center;
}
#exTab1 button { 
	margin: 20px 20px; padding: 10px 40px;
	background-color: #264f5f;
	text-transform: uppercase; display: inline-block; border-radius: 100%;
	border-radius: 30px; border: none; }
#exTab1 button:hover { background-color: #32a7ce; }
#exTab1 .active button { background-color: #f8951d; }
#exTab1 .active button:hover { background-color: #f8951d; }
.nav { align-items: center; justify-content: center; }
.nav > li > a:focus, .nav > li > a:hover { background-color: transparent; }
#exTab1 h3 { margin-top: 0; font-weight: 700; font-size: 1.75rem; color: #f8951d; }
#img-tab1 { background: url('/wp-content/uploads/2020/04/img-connected-cars-4.jpg') no-repeat center center; background-size: cover; }
#img-tab2 { background: url('/wp-content/uploads/2020/04/img-smart-meters-5.jpg') no-repeat center center; background-size: cover; }
#img-tab3 { background: url('/wp-content/uploads/2020/03/img-patent-owners.jpg') no-repeat center center; background-size: cover; }
#img-tab1, #img-tab2, #img-tab3 { color: #fff; border-radius: 10px; height: 100%; width: 100%; padding: 100px 0; }
#img-tab1 .h3, #img-tab2 .h3, #img-tab3 .h3 { font-weight: 700; }
#img-tab1 p, #img-tab2 p, #img-tab3 p { text-shadow: 2px 2px 5px #000; }

.dropdown-menu .dropdown-item { white-space: nowrap; }

/*************************************************************/
/********************* HOME BLOCKS ***************************/
/*************************************************************/
#page-home .trusted-by {
	margin-bottom: 40px
}

@media screen and (max-width: 576px) {
	#page-home .trusted-by {
		margin-top: 20px;
		margin-bottom: 20px
	}
	
	.eg-avanci-element-3 { bottom: 5px !important; left: 5px !important; }
	.esg-entry-cover .eg-avanci-element-10 { display: none !important; }
}

#page-home .trusted-by .trusted-by-company-wrapper {
	width: 100%;
	display: inline-block
}

#page-home .trusted-by h2 {
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	max-width: 592px;
	margin: 0 auto 50px auto;
	color: #4A4A4A
}

@media screen and (max-width: 768px) {
	#page-home .trusted-by h2 {
		max-width: 300px
	}
}

#page-home .trusted-by .ratings {
	max-width: 1000px;
	text-align: center;
	font-size: 0px;
	margin: 0 auto
}

#page-home .trusted-by .ratings .rating {
	width: 33.33%;
	height: 210px;
	padding: 0 40px;
	display: inline-block;
	vertical-align: middle;
	display: inline-flex;
	flex-direction: column;
	align-items: center
}

@media screen and (max-width: 767px) {
	#page-home .trusted-by .ratings .rating {
		width: 160px;
		margin: 0 auto 40px auto;
		padding: 0;
		height: auto;
		display: flex
	}

}

#page-home .trusted-by .ratings .rating p {
	text-align: center;
	font-size: 16.8px;
	line-height: 24px;
	color: #4A4A4A;
	margin: 0
}

#page-home .trusted-by .ratings .rating p.stars {
	font-size: 30px;
	line-height: 31px;
	color: #f9cf01;
	margin-top: 10px
}

#page-home .trusted-by .ratings .rating img {
	margin-top: 23px
}

#page-home .trusted-by .ratings .rating img.appexchange-logo {
	width: 312px
}

#page-home .trusted-by .ratings .rating img.g2crowd-logo {
	width: 115px
}

#page-home .trusted-by .ratings .rating img.smartselling-logo {
	width: 115px
}

@media screen and (max-width: 767px) {
	#page-home .trusted-by .ratings .rating img {
		margin-top: 18px
	}
}

#page-home .trusted-by .trusted-by-company-blocks {
	width: 780px;
	float: left
}

@media screen and (max-width: 1200px) {
	#page-home .trusted-by .trusted-by-company-blocks {
		width: 400px
	}
}

@media screen and (max-width: 767px) {
	#page-home .trusted-by .trusted-by-company-blocks {
		width: 100%;
		margin-top: 20px
	}
}

#page-home .trusted-by .trusted-by-company-blocks .company-block {
	width: calc(33.33% - 10px);
	margin-right: 10px;	margin-bottom: 10px;
	height: 200px;
	border-radius: 10px;
	position: relative;
	float: left;
	padding: 25px;
	color: #fff;
	font-weight: 700; font-size: 1.2rem;
	text-shadow: 2px 2px 5px #000; text-align: center;
}

#page-home .trusted-by .trusted-by-company-blocks .company-block.tall {
	height: 250px
}

@media screen and (max-width: 1200px) {
	#page-home .trusted-by .trusted-by-company-blocks .company-block {
		width: calc(50% - 10px);
		height: 150px
	}
	#page-home .trusted-by .trusted-by-company-blocks .company-block.tall {
		height: 180px
	}
}

@media screen and (max-width: 767px) {
	#page-home .trusted-by .trusted-by-company-blocks .company-block {
		width: 100%;
		height: 100px !important;
		margin: 0 !important;
		border-radius: 0;
		text-align: center
	}
}

#page-home .trusted-by .trusted-by-company-blocks .company-block:hover {
	/*opacity: 0.7*/
}

#page-home .trusted-by .trusted-by-company-blocks .company-block .gradient-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 200;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%)
}

#page-home .trusted-by .trusted-by-company-blocks .company-block img {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	z-index: 300
}

@media screen and (max-width: 767px) {
	#page-home .trusted-by .trusted-by-company-blocks .company-block img {
		height: 100%;
		width: auto
	}
}

#page-home .trusted-by .trusted-by-company-blocks .company-block.pull-up {
	margin-top: -50px
}

@media screen and (max-width: 1200px) {
	#page-home .trusted-by .trusted-by-company-blocks .company-block.pull-up {
		margin-top: -30px
	}
}

#page-home .trusted-by .trusted-by-company-blocks .company-block#home-block-1 {
	background-image: url("/wp-content/uploads/2020/03/bg-home-grid-5.jpg");
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat
}

@media screen and (max-width: 1200px) {
	#page-home .trusted-by .trusted-by-company-blocks .company-block#home-block-1 {
		display: none
	}
}

@media screen and (max-width: 767px) {
	#page-home .trusted-by .trusted-by-company-blocks .company-block#home-block-1 {
		display: block
	}
}

#page-home .trusted-by .trusted-by-company-blocks .company-block#home-block-2 {
	background-image: url("/wp-content/uploads/2020/03/bg-home-grid-2.jpg");
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat
}

@media all and (-webkit-min-device-pixel-ratio: 1.5),
all and (-o-min-device-pixel-ratio: 3 / 2),
all and (min--moz-device-pixel-ratio: 1.5),
all and (min-device-pixel-ratio: 1.5) {
	#page-home .trusted-by .trusted-by-company-blocks .company-block#home-block-2 {
		background-image: url("/wp-content/uploads/2020/03/bg-home-grid-2.jpg")
	}
}

@media screen and (max-width: 767px) {
	#page-home .trusted-by .trusted-by-company-blocks .company-block#home-block-2 {
		background-position: center 80% !important
	}
}

#page-home .trusted-by .trusted-by-company-blocks .company-block#home-block-3 {
	background-image: url("/wp-content/uploads/2020/03/bg-home-grid-4.jpg");
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat
}

@media all and (-webkit-min-device-pixel-ratio: 1.5),
all and (-o-min-device-pixel-ratio: 3 / 2),
all and (min--moz-device-pixel-ratio: 1.5),
all and (min-device-pixel-ratio: 1.5) {
	#page-home .trusted-by .trusted-by-company-blocks .company-block#home-block-3 {
		background-image: url("/wp-content/uploads/2020/03/bg-home-grid-4.jpg")
	}
}

@media screen and (max-width: 767px) {
	#page-home .trusted-by .trusted-by-company-blocks .company-block#home-block-3 {
		background-position: center center !important
	}
}

#page-home .trusted-by .trusted-by-company-blocks .company-block#home-block-4 {
	background-image: url("/wp-content/uploads/2020/03/bg-home-grid-1.jpg");
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat
}

@media all and (-webkit-min-device-pixel-ratio: 1.5),
all and (-o-min-device-pixel-ratio: 3 / 2),
all and (min--moz-device-pixel-ratio: 1.5),
all and (min-device-pixel-ratio: 1.5) {
	#page-home .trusted-by .trusted-by-company-blocks .company-block#home-block-4 {
		background-image: url("/wp-content/uploads/2020/03/bg-home-grid-1.jpg")
	}
}

@media screen and (max-width: 1200px) {
	#page-home .trusted-by .trusted-by-company-blocks .company-block#home-block-4 {
		display: none
	}
}

@media screen and (max-width: 767px) {
	#page-home .trusted-by .trusted-by-company-blocks .company-block#home-block-4 {
		display: block;
		background-position: center 20% !important
	}
}

#page-home .trusted-by .trusted-by-company-blocks .company-block#home-block-5 {
	background-image: url("/wp-content/uploads/2020/03/bg-home-grid-6.jpg");
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat
}


#page-home .trusted-by .trusted-by-company-blocks .company-block#home-block-6 {
	background-image: url("/wp-content/uploads/2020/03/bg-home-grid-3.jpg");
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat
}

@media all and (-webkit-min-device-pixel-ratio: 1.5),
all and (-o-min-device-pixel-ratio: 3 / 2),
all and (min--moz-device-pixel-ratio: 1.5),
all and (min-device-pixel-ratio: 1.5) {
	#page-home .trusted-by .trusted-by-company-blocks .company-block#home-block-6 {
		background-image: url("/wp-content/uploads/2020/03/bg-home-grid-3.jpg")
	}
}

@media screen and (max-width: 767px) {
	#page-home .trusted-by .trusted-by-company-blocks .company-block#home-block-6 {
		background-position: center 20% !important
	}
}

#page-home .trusted-by #trusted-by-company-carousel {
	width: calc(100% - 780px);
	float: left;
	border-radius: 10px;
	height: 460px;
	background-color: #f8951d; color: #fff;
}

#page-home .trusted-by #trusted-by-company-carousel .h5 { font-weight: 700; }

@media screen and (max-width: 1200px) {
	#page-home .trusted-by #trusted-by-company-carousel {
		width: calc(100% - 400px);
		height: 340px
	}
}

@media screen and (max-width: 767px) {
	#page-home .trusted-by #trusted-by-company-carousel {
		width: 100%;
		margin-top: 0;
		border-radius: 0;
		height: auto;
	}
}

#page-home .trusted-by #trusted-by-company-carousel .carousel-indicators li {
	margin: 0px 8px 0px 0px;
	border: none;
	background-color: #ffffff;
	opacity: 0.25;
	width: 10px !important;
	height: 10px !important
}

#page-home .trusted-by #trusted-by-company-carousel .carousel-indicators li:last-of-type {
	margin-right: 0 !important
}

#page-home .trusted-by #trusted-by-company-carousel .carousel-indicators li.active {
	margin: 0 8px 0 0;
	opacity: 1
}

#page-home .trusted-by #trusted-by-company-carousel .carousel-inner {
	height: 100%;
	border-radius: 4px
}

#page-home .trusted-by #trusted-by-company-carousel .carousel-inner .item {
	height: 100%;
	padding: 70px 60px
}

@media screen and (max-width: 1200px) {
	#page-home .trusted-by #trusted-by-company-carousel .carousel-inner .item {
		padding: 45px 36px
	}
}

@media screen and (max-width: 767px) {
	#page-home .trusted-by #trusted-by-company-carousel .carousel-inner .item {
		padding: 76px 24px
	}
}

#page-home .trusted-by #trusted-by-company-carousel .carousel-inner .quote-wrapper {
	height: 160px;
	margin-top: 24px;
	margin-bottom: 24px
}

@media screen and (max-width: 1200px) {
	#page-home .trusted-by #trusted-by-company-carousel .carousel-inner .quote-wrapper {
		height: 100px
	}
}

@media screen and (max-width: 767px) {
	#page-home .trusted-by #trusted-by-company-carousel .carousel-inner .quote-wrapper {
		height: 164px
	}
}

#page-home .trusted-by #trusted-by-company-carousel .carousel-inner .quote {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: white;
	font-family: Overpass;
	font-size: 22px;
	line-height: 35px;
	font-style: italic;
	font-weight: 300;
	letter-spacing: 0.5px
}

@media screen and (max-width: 1500px) {
	#page-home .trusted-by #trusted-by-company-carousel .carousel-inner .quote {
		font-size: 17px;
		line-height: 29px
	}
}

@media screen and (max-width: 992px) {
	#page-home .trusted-by #trusted-by-company-carousel .carousel-inner .quote {
		font-size: 13.6px;
		line-height: 20px
	}
}

@media screen and (max-width: 767px) {
	#page-home .trusted-by #trusted-by-company-carousel .carousel-inner .quote {
		font-size: 16px;
		line-height: 26px
	}
}

#page-home .trusted-by #trusted-by-company-carousel .carousel-inner .quote-by {
	width: 100%;
	height: 54px
}

@media screen and (max-width: 1200px) {
	#page-home .trusted-by #trusted-by-company-carousel .carousel-inner .quote-by {
		height: 40px
	}
}

@media screen and (max-width: 767px) {
	#page-home .trusted-by #trusted-by-company-carousel .carousel-inner .quote-by {
		height: 54px
	}
}

#page-home .trusted-by #trusted-by-company-carousel .carousel-inner .quote-by .headshot {
	float: left;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	border: 2px solid #e0e0e0;
	margin-right: 12px;
	background-size: cover
}

@media screen and (max-width: 1200px) {
	#page-home .trusted-by #trusted-by-company-carousel .carousel-inner .quote-by .headshot {
		width: 40px;
		height: 40px;
		margin-right: 10px
	}
}

@media screen and (max-width: 767px) {
	#page-home .trusted-by #trusted-by-company-carousel .carousel-inner .quote-by .headshot {
		width: 54px;
		height: 54px;
		margin-right: 12px
	}
}

#page-home .trusted-by #trusted-by-company-carousel .carousel-inner .quote-by p {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: calc(100% - 66px);
	font-size: 20px;
	line-height: 28px;
	color: white;
	float: left;
	margin: 0
}

@media screen and (max-width: 1200px) {
	#page-home .trusted-by #trusted-by-company-carousel .carousel-inner .quote-by p {
		font-size: 15px;
		line-height: 22px;
		width: calc(100% - 50px)
	}
}

@media screen and (max-width: 767px) {
	#page-home .trusted-by #trusted-by-company-carousel .carousel-inner .quote-by p {
		font-size: 20px;
		line-height: 28px;
		width: calc(100% - 66px)
	}
}

#page-home .trusted-by #trusted-by-company-carousel .carousel-inner .quote-by p span {
	font-weight: bold
}

@media screen and (max-width: 767px) {
	#page-home .trusted-by #trusted-by-company-carousel .carousel-inner .quote-by p span {
		width: 100%;
		display: inline-block
	}
}

#page-home .trusted-by #trusted-by-company-carousel .item#bbva {
	background-color: #1d589d
}

#page-home .trusted-by #trusted-by-company-carousel .item#bbva .logo {
	height: 47px
}

@media screen and (max-width: 1200px) {
	#page-home .trusted-by #trusted-by-company-carousel .item#bbva .logo {
		height: 35px
	}
}

#page-home .trusted-by #trusted-by-company-carousel .item#bbva .headshot {
	background-image: url("/images/headshots/benjaminWalker.jpg")
}

#page-home .trusted-by #trusted-by-company-carousel .item#clearbit {
	background-color: #4695f7
}

#page-home .trusted-by #trusted-by-company-carousel .item#clearbit .logo {
	height: 50px
}

@media screen and (max-width: 1200px) {
	#page-home .trusted-by #trusted-by-company-carousel .item#clearbit .logo {
		height: 42px
	}
}

#page-home .trusted-by #trusted-by-company-carousel .item#clearbit .headshot {
	background-image: url("/images/headshots/michaelLee.jpg")
}

#page-home .trusted-by #trusted-by-company-carousel .item#tipalti {
	background-color: #032752
}

#page-home .trusted-by #trusted-by-company-carousel .item#tipalti .logo {
	height: 55px
}

@media screen and (max-width: 1200px) {
	#page-home .trusted-by #trusted-by-company-carousel .item#tipalti .logo {
		height: 45px
	}
}

#page-home .trusted-by #trusted-by-company-carousel .item#tipalti .headshot {
	background-image: url("/images/headshots/rachelKerschhofer.jpg")
}

#page-home .trusted-by #trusted-by-company-carousel .item#tipalti .quote-by p span {
	display: inline-block;
	width: 100%
}

#page-home .trusted-by #trusted-by-company-carousel .item#google {
	background-color: #32a350
}

#page-home .trusted-by #trusted-by-company-carousel .item#google .logo {
	height: 40px
}

@media screen and (max-width: 1200px) {
	#page-home .trusted-by #trusted-by-company-carousel .item#google .logo {
		height: 35px
	}
}

#page-home .trusted-by #trusted-by-company-carousel .item#google .headshot {
	background-image: url("/images/headshots/jimGrey.jpg")
}
/*************************************************************/
/********************* HOME BLOCKS ***************************/
/*************************************************************/

/* ################################# Contact ############################### */
input[type="button"], input[type="reset"], input[type="submit"] { display: inline-block; font-weight: 400; text-align: center; white-space: nowrap; vertical-align: middle; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; border: 1px solid transparent; line-height: 1.5; border-radius: 0.25rem; -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; padding: 0.5rem 1.25rem; color: #fff; background-color: #007bff; border-color: #007bff; }

input[type="button"]:active, input[type="button"]:hover, input[type="reset"]:active, input[type="reset"]:hover, input[type="submit"]:active, input[type="submit"]:hover { color: #fff; background-color: #0062cc; border-color: #005cbf; cursor: pointer; }

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea { display: block; width: 100%; padding: 0.375rem 0.75rem; font-size: 1rem; line-height: 1.5; color: #495057; background-color: #fff; background-clip: padding-box; border: 1px solid #ced4da; border-radius: 0.25rem; -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus { color: #495057; background-color: #fff; border-color: #80bdff; outline: 0; -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

input[type="text"]:-webkit-input-placeholder, input[type="text"]:-moz-placeholder, input[type="text"]:-ms-input-placeholder, input[type="email"]:-webkit-input-placeholder, input[type="email"]:-moz-placeholder, input[type="email"]:-ms-input-placeholder, input[type="url"]:-webkit-input-placeholder, input[type="url"]:-moz-placeholder, input[type="url"]:-ms-input-placeholder, input[type="password"]:-webkit-input-placeholder, input[type="password"]:-moz-placeholder, input[type="password"]:-ms-input-placeholder, input[type="search"]:-webkit-input-placeholder, input[type="search"]:-moz-placeholder, input[type="search"]:-ms-input-placeholder, input[type="number"]:-webkit-input-placeholder, input[type="number"]:-moz-placeholder, input[type="number"]:-ms-input-placeholder, input[type="tel"]:-webkit-input-placeholder, input[type="tel"]:-moz-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="range"]:-webkit-input-placeholder, input[type="range"]:-moz-placeholder, input[type="range"]:-ms-input-placeholder, input[type="date"]:-webkit-input-placeholder, input[type="date"]:-moz-placeholder, input[type="date"]:-ms-input-placeholder, input[type="month"]:-webkit-input-placeholder, input[type="month"]:-moz-placeholder, input[type="month"]:-ms-input-placeholder, input[type="week"]:-webkit-input-placeholder, input[type="week"]:-moz-placeholder, input[type="week"]:-ms-input-placeholder, input[type="time"]:-webkit-input-placeholder, input[type="time"]:-moz-placeholder, input[type="time"]:-ms-input-placeholder, input[type="datetime"]:-webkit-input-placeholder, input[type="datetime"]:-moz-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-webkit-input-placeholder, input[type="datetime-local"]:-moz-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="color"]:-webkit-input-placeholder, input[type="color"]:-moz-placeholder, input[type="color"]:-ms-input-placeholder, textarea:-webkit-input-placeholder, textarea:-moz-placeholder, textarea:-ms-input-placeholder { color: #6c757d; opacity: 1; }

select { height: calc(2.25rem + 2px); display: block; width: 100%; padding: .375rem .75rem; font-size: 1rem; line-height: 1.5; color: #495057; background-color: #fff; background-clip: padding-box; border: 1px solid #ced4da; border-radius: .25rem; -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; }

	#page-contact input, #page-contact select {
	background:transparent !important;
	border: 1px transparent !important;
	box-shadow: none !important;
	border-bottom: 1px solid #264f5f !important;
	letter-spacing: 1.5px !important;
	padding-bottom: 0rem !important;
	margin-top: 0rem !important; margin-bottom: 1rem;
	color: #404040 !important;
	height: 3.5rem;
}

#page-contact textarea {
	 background: transparent !important;
    border: 1px solid #264f5f !important;
    box-shadow: none !important;
    letter-spacing: 1.5px !important;
    padding-bottom: 1.5rem !important;
    margin-top: 2rem !important;
			color: #404040 !important;
}
	
		
		#page-contact input.wpcf7-submit  { 
	margin-bottom: 30px; padding: 10px 60px !important;
	background-color: #264f5f !important; color: #fff !important; 
	text-transform: uppercase; display: inline-block;
	border-radius: 30px; border: none !important; font-size: .8rem;
}

label { font-size: .7rem; color: #264f5f; }
/* ################################# Contact ############################### */