/* END CSS */

/*
Theme Name: Hello Elementor Child
Theme URI: 
Description:  
Author:  
Author URI: 
Template: hello-elementor
Version: 2.2
*/
* {
	box-sizing: border-box;
}

html, body {
	color: #111;
	overflow-x: hidden;
}

html {
	scroll-behavior: smooth;
}

::selection {
	background-color: #000;
	color: #fff;
}

body {
	margin: 0;
	font-family: "Roboto", sans-serif !important;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Roboto", sans-serif !important;
	font-weight: 900 !important;
	line-height: 1.2;
	color: inherit;
}

.new_main_menu .notmain {
	display: none !important;
}

.hs-richtext, .hs-form-booleancheckbox span {
	font-size: 12px;
	line-height: 16px;
}

.hs-richtext {
	font-size: 12px;
	margin-bottom: 10px;
}

a:hover {
	text-decoration: none !important;
	cursor: pointer;
}

p:last-child {
	margin-bottom: 0;
}

p:last-child + div {
	margin-bottom: 20px;
}

header button {
	box-shadow: none !important;
}

.butts {
	font-family: "Roboto", Sans-serif;
	font-size: 15px;
	line-height: 1;
	font-weight: 400;
	text-transform: uppercase;
	fill: var(--e-global-color-accent);
	color: #fff !important;
	background-color: var(--e-global-color-secondary);
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .5);
	padding: 20px 40px;
	border-radius: 5px;
}

.hv-grow a, .hvr-grow, .ftform .hs-button.primary.large, .formbox .hs-button.primary.large, .formreport input[type="submit"], .blueform input[type="submit"], .topform input[type="submit"], .calc_box input[type="submit"], .getbigs a {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}

.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active, .ftform .hs-button.primary.large:hover, .ftform .hs-button.primary.large:focus, .ftform .hs-button.primary.large:active, .formbox .hs-button.primary.large:hover, .formbox .hs-button.primary.large:focus, .formbox .hs-button.primary.large:active, .formreport input[type="submit"]:hover, .formreport input[type="submit"]:focus, .formreport input[type="submit"]:active, .blueform input[type="submit"]:hover, .blueform input[type="submit"]:focus, .blueform input[type="submit"]:hover, .topform input[type="submit"]:hover, .topform input[type="submit"]:focus, .topform input[type="submit"]:hover, .calc_box input[type="submit"]:hover, .calc_box input[type="submit"]:focus, .calc_box input[type="submit"]:hover, .hv-grow a:hover, .hv-grow a:focus, .hv-grow a:active {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.hvr-shrink {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}

.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
	-webkit-transform: scale(.97);
	transform: scale(.97);
}

.hvr-forward:after {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	content: "";
}

.hvr-forward:hover:after, .hvr-forward:focus:after, .hvr-forward:active:after {
	-webkit-transform: translateX(3px);
	transform: translateX(3px);
}

a.linker {
	font-weight: bold;
	position: relative;
	display: flex;
	align-items: center;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	color: #111 !important;
}

a.linker:after {
	content: "";
	color: #111 !important;
	font-family: dashicons;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	margin-left: 5px;
}

a.linker:hover:after {
	-webkit-transform: translateX(3px);
	transform: translateX(3px);
}

[type="button"]:focus, [type="button"]:hover, [type="submit"]:focus, [type="submit"]:hover, button:focus, button:hover {
	outline: 0 !important;
	background-color: #f3f3f3;
}

.est_buttons:hover {
	background-color: #f3f3f3;
	color: #111;
}

.gsp_button:hover {
	background-color: #2880f8 !important;
	color: #fff !important;
}

li.nofunction > a:hover, li.nofunction > a {
	cursor: default;
	pointer-events: none;
}

.header > div {
	max-width: 1400px;
	margin: auto;
	display: flex;
	align-items: center;
}

.header > div > div:first-child {
	flex: 0 0 12%;
}

.saywhats {
	display: flex !important;
	align-content: stretch;
	flex-wrap: unset !important;
	height: 100%;
}

.saywhats ul {
	display: flex !important;
	flex-wrap: nowrap !important;
}

.saywhats ul li {
	flex: 0 0 50%;
}

.menu-mobile-toggle {
	display: none !important;
}

.site-logo:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-transition: all .12s ease-in-out;
	-moz-transition: all .12s ease-in-out;
	-ms-transition: all .12s ease-in-out;
	-o-transition: all .12s ease-in-out;
	transition: all .12s ease-in-out;
}

.tandr {
	padding: 25px 35px !important;
}

.menu-mobile {
	margin-top: 0;
}

.custom-link-inner {
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 10px;
}

.custom-link-container {
	display: block;
	-webkit-transition: all .12s ease-in-out;
	-moz-transition: all .12s ease-in-out;
	-ms-transition: all .12s ease-in-out;
	-o-transition: all .12s ease-in-out;
	transition: all .12s ease-in-out;
}

.custom-link-container:hover {
	transform: translateX(3px);
}

.custom-link-container .custom-link-inner > img {
	border: 1px solid rgba(0, 0, 0, .05);
	border-radius: 4px;
}

.custom-link-container .custom-link-inner .custom-link-title {
	margin: 0 0 2px;
	font-size: 15px !important;
	font-weight: 500 !important;
}

.custom-link-container .custom-link-inner h3, .custom-link-container .custom-link-inner p {
	color: #111;
	font-size: 12px;
	line-height: 1.2;
}

.menu-mobile a {
	border-bottom: 0;
}

.smalltabletonly, .mobileonly {
	display: none;
}

.desktoponly {
	display: block;
}

.byebye {
	display: block !important;
	height: 0 !important;
	width: 0 !important;
	font-size: 0 !important;
	overflow: hidden !important;
	padding: 0 !important;
}

div.logo {
	width: 110px;
	height: 40px;
	background-image: url("https://billd.com/wp-content/themes/hello-elementor-child/images/logo.svg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

div.logo.nitro-lazy {
	background-image: none !important;
}

.header.small div.logo, body.page-id-165 div.logo, body.page-id-188 div.logo, body.page-id-3 div.logo, body.page-id-343 div.logo, body.blacktop div.logo, body.archive div.logo {
	background-image: url("https://billd.com/wp-content/themes/hello-elementor-child/images/logo.svg") !important;
}

.header.small div.logo.nitro-lazy, body.page-id-165 div.logo.nitro-lazy, body.page-id-188 div.logo.nitro-lazy, body.page-id-3 div.logo.nitro-lazy, body.page-id-343 div.logo.nitro-lazy, body.blacktop div.logo.nitro-lazy, body.archive div.logo.nitro-lazy {
	background-image: none !important;
}

.header.small .menu-main li.getstarted a, body.page-id-165 .header .menu-main li.getstarted a, body.page-id-188 .header .menu-main li.getstarted a, body.page-id-3 .header .menu-main li.getstarted a, body.page-id-343 .header .menu-main li.getstarted a, body.blacktop .header .menu-main li.getstarted a, body.archive .header .menu-main li.getstarted a {
	color: #fff !important;
	background: #2f83f5;
}

.header.small, body.page-id-165 .header, body.page-id-188 .header, body.page-id-3 .header, body.page-id-343 .header, body.blacktop .header, body.archive .header {
	background: #fff;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}

.blacktop .menu-mobile-open:before, .blacktop .menu-mobile-open:after, .archive .menu-mobile-open:before, .archive .menu-mobile-open:after {
	border-color: #111;
}

.header {
	padding-left: 30px;
	padding-right: 30px;
	position: relative;
}

.header.small .menu-main li.getstarted a:hover {}

.menu-main {
	float: left;
}

.t_main {
	float: right;
}

.menu-main li.phone a, .menu-mobile li.phone a, .t_main .phone {
	font-weight: 900;
	font-size: 18px;
	padding-right: 0;
	color: #fff;
}

.t_main .phone {
	font-weight: 900;
	font-size: 18px;
	padding-right: 0;
	color: #fff;
}

.t_main .get-started {
	margin: 0 10px;
}

.t_main .login_link {
	color: #fff;
}

.menu-main li.phone a:after {
	display: none;
}

.menu-mobile li.getstarted a {
	margin-top: 0;
	border-radius: 4px;
}

.menu-mobile li.phone {
	margin-top: 30px;
}

.header.small .menu-main li a, body.page-id-165 .header .menu-main li a, body.page-id-188 .header .menu-main li a, body.page-id-3 .header .menu-main li a, body.page-id-343 .header .menu-main li a, body.blacktop .header .menu-main li a, body.archive .header .menu-main li a {
	color: #111;
}

li.nofunction > a:hover, li.nofunction > a {
	cursor: default;
	pointer-events: none;
}

li.menu-item-has-children .sub-menu a:after, .menu-main > li > ul:after, .menu-main > li > ul:before {
	display: none;
}

li.menu-item-has-children .sub-menu {
	background: #fff !important;
	border: none !important;
	margin: 0 0 0 30px !important;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 10%);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 10%);
	border-radius: 0;
}

.menu-main li.menu-item-has-children .sub-menu {
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

li.menu-item-has-children .sub-menu:before {
	-moz-transition-delay: .1s;
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	content: "";
	display: block !important;
	background: #fff;
	border: none;
	border-width: 0;
	box-shadow: none;
	box-sizing: border-box;
	height: 20px;
	left: 50px;
	position: absolute;
	top: 12px;
	transform: rotate(135deg);
	transform-origin: 0 0;
	width: 20px;
}

li.menu-item-has-children .sub-menu a {
	padding: 5px 10px;
}

.menu-main li.menu-item-has-children:hover a:after {
	content: "";
	-webkit-transition: all .125s linear;
	-moz-transition: all .125s linear;
	-ms-transition: all .125s linear;
	-o-transition: all .125s linear;
	transition: all .125s linear;
}

.menu-main .menu-item-has-children:before {
	display: none;
}

.menu-main li.getstarted a {
	padding: 0 30px;
	font-size: 14px;
	color: #fff;
	background: #2f83f5;
	text-transform: uppercase;
	height: 51px;
	line-height: 51px;
	margin-top: 14px;
	margin-left: 25px;
	border-radius: 3px;
	width: 150px;
	text-align: center;
}

.menu-main li.outline.black a, .header.small .menu-main li.outline.black a {
	padding: 0 30px;
	font-size: 14px;
	color: #111 !important;
	border: 2px solid #111;
	background: white !important;
	text-transform: uppercase;
	height: 51px;
	line-height: 48px;
	margin-top: 14px;
	margin-left: 15px;
	border-radius: 3px;
	width: 150px;
	text-align: center;
}

.menu-main li.outline.black a:hover {
	color: #111;
}

.menu-main li.getstarted a:hover {
	color: #fff;
}

.menu-main li.getstarted a:after, .menu-main li.black a:after {
	display: none;
}

.menu-main li a:after {
	content: "";
	font-family: "Font Awesome 5 Free";
	margin-left: 8px;
	display: inline-block;
	font-size: 19px;
	font-weight: 900;
	top: -1px;
	position: absolute;
}

.menu-main li a:hover, .header.small .menu-main li a:hover {
	color: #2f83f5;
}

.header {
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-ms-transition: all .25s linear;
	-o-transition: all .25s linear;
	transition: all .25s linear;
	width: 100%;
	z-index: 1001;
	max-width: 2200px;
}

.header.small {
	position: fixed;
}

.outer {
	max-width: 2200px;
	margin: auto;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}

.roundtable {
	display: flex !important;
	justify-content: center;
	align-items: center;
	/*  background-image: url(/wp-content/uploads/2023/02/roundtable_menubg.jpg) !important;*/
	background-color: #111 !important;
	background-size: cover !important;
	background-position: center !important;
	position: relative !important;
}

.roundtable a {
	color: #fff !important;
}

.mreport {
	display: flex !important;
	justify-content: center;
	align-items: center;
	background-color: #2f83f5 !important;
}

.mreport a {
	height: auto !important;
}

.formreport a, .topform input[type="submit"] {
	height: 60px;
	line-height: 60px;
	text-align: center;
	padding: 0 40px;
	color: #fff !important;
	background: #2f83f5;
	text-transform: uppercase;
	display: inline-block;
	font-size: 15px;
	border-radius: 3px;
	outline: none;
	border: none;
}

.twohundred {
	min-width: 200px;
}

.butn.outline a, .outline a {
	border: 1.5px solid #fff !important;
	box-sizing: border-box;
	background: transparent;
	padding: 18.5px 40px !important;
	min-width: 200px;
}

.butn.outline.black, .outline.black a {
	border: 1.5px solid #111 !important;
	color: #111;
}

.butn {
	height: 60px;
	line-height: 60px;
	text-align: center;
	padding: 0 40px;
	color: #fff !important;
	background: #2f83f5;
	text-transform: uppercase;
	display: inline-block;
	font-size: 15px;
	border-radius: 3px;
	outline: none;
	border: none;
}

.elementor-size-lg {
	min-width: 200px;
}

.butn + .butn {
	margin-left: 10px;
}

.user-list .fancy {
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 30px;
}

.user-list .fancy .row {
	box-shadow: 0px 0px 15px 0px #efefef;
	border-radius: 5px;
}

.user-list h3.post-title {
	margin: 0px 0px;
}

.user-list .job-title {
	text-transform: uppercase;
	line-height: 20px;
	margin-bottom: 15px !important;
	margin-top: 5px;
	color: #6c6c6c;
}

.user-list h3.post-title {
	text-transform: capitalize;
}

.user-list .fancy {
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

.user-list .row {
	overflow: hidden;
	text-align: center;
}

.user-list h3.post-title, .user-list .posttitle > p {
	text-align: center;
}

.user-list .job-title {
	margin-bottom: 0;
}

.user-list h3.post-title {
	margin-top: 25px;
}

.user-list a.round {
	position: absolute;
	top: 15px;
	right: 5px;
}

.round {
	color: #fff !important;
	text-align: center;
	background: #2880f8;
	width: 40px;
	height: 40px;
	line-height: 39px;
	border-radius: 100px;
	font-size: 20px;
	margin: 0 15px;
}

a:hover {
	cursor: pointer;
}

.breadcrum > span {
	padding: 0 15px;
}

.breadcrum {
	padding: 25px 0;
}

.breadcrum a {
	color: #000;
}

.authordetails {
	padding: 50px;
	margin-top: 30px;
	border-radius: 4px;
}

.authordetails > div:first-child {
	flex: 1;
	justify-content: left;
	display: flex;
}

.authordetails .authorpic {
	width: 200px;
	height: 200px;
}

.authordetails h2 {
	font-size: 26px;
	color: #000;
}

.contribe-author {
	color: #fff !important;
	text-align: center;
	background: #2880f8;
	width: 40px;
	height: 40px;
	line-height: 41px;
	border-radius: 100px;
	font-size: 20px;
	margin: 0 15px;
}

.post_bio p {
	font-size: 16px;
	line-height: 26px;
}

.dubsup {
	max-width: 1300px;
}

.post-template-default .authordetails .authorpic {
	width: 150px;
	height: 150px;
}

.author_others {
	padding: 10px 0 0;
	display: flex;
	align-items: center;
	vertical-align: middle;
	flex-wrap: wrap;
}

.author_others a {
	padding: 15px 0;
}

.author_others span {
	content: "";
	width: 1px;
	height: 30px;
	background: #dedede;
	display: block;
	margin: 0 10px;
}

.blueberries {
	background: #2f83f5;
	color: #fff !important;
	text-align: center;
	display: block;
	font-size: 16px;
	font-weight: 900;
	padding: 10px 0;
}

.blueberries a {
	border: 1px solid #fff;
	border-radius: 4px;
	text-transform: uppercase;
	padding: 0 20px;
	line-height: 35px;
	height: 35px;
	margin: 0 10px;
	color: #fff !important;
	font-weight: normal;
	font-size: 14px;
	display: inline-block;
}

.blacked {
	color: #fff;
	border-radius: 2px;
	padding: 10px;
	font-size: 14px;
	background: #000;
	display: inline-block;
	width: auto;
	line-height: 1;
}

.formbox * {
	font-family: "Roboto" !important;
}

.formbox select {
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.formbox .hs-button.primary.large {
	display: inline-block;
	height: 55px;
	line-height: 40px;
	color: #fff;
	background: #2880f8 !important;
	text-align: center;
	text-transform: uppercase;
	font-size: 15px;
	width: 100% !important;
	font-weight: normal;
	border-radius: 3px;
	outline: none;
	border: none;
	padding: 0;
}

.formbox .hs-button.primary.large:hover, .formbox .hs-button.primary.large:focus {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.formbox .hs-fieldtype-text label, .formbox .hs-fieldtype-phonenumber label, .formbox .hs-fieldtype-select label {
	transition: all .2s linear;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	font-size: 16px;
	left: 15px;
	right: 15px;
	z-index: 10;
}

.formbox .hs-fieldtype-textarea label {
	transition: all .2s linear;
	top: 15px;
	position: absolute;
	font-size: 16px;
	left: 15px;
	z-index: 10;
}

.formbox .input {
	margin-right: 0 !important;
}

.formbox select:invalid {
	color: #f6f7fa;
}

.formbox .form-columns-1, .formbox .form-columns-2 {
	width: 100%;
	max-width: 100%;
}

.formbox .form-columns-2 > div:first-child > * {
	margin-right: 5px !important;
}

.formbox .form-columns-2 > div:last-child > * {
	margin-left: 5px !important;
}

/*START GLOSSARY*/
.glossary-mobile-menu {
	display: none;
}

.glossaryblock {
	padding: 40px;
	background: #fff;
	border-radius: 10px;
}

.glossary-index > .glossary-index-list {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #f6f7fa;
}

.glossary-index span, .glossary-index a {
	font-weight: bold;
	font-size: 18px;
}

.glossary-section {
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #f6f7fa;
}

.glossary-section:last-child {
	padding-bottom: 0;
	border-bottom: 0;
	margin-bottom: 0;
}

.glossary-section h3 {
	margin: 0 0 20px 0;
	font-size: 20px;
}

.glossary-section ul {
	list-style: none;
	padding: 0;
	column-count: 2;
}

.glossary-section ul li a {
	color: #111;
	display: inline-block;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.glossary-section ul li a:hover {
	transform: translateX(2px);
}

.glossary-mobile-menu {
	display: none;
	position: relative;
}

.hamburger-icon, .close-icon {
	font-size: 30px;
	cursor: pointer;
}

.close-icon {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
}

.glossary-index-list {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}

.glossary-list {
	display: flex;
	flex-direction: column;
}

@media (max-width: 768px) {
	.glossary-section ul {
		column-count: 1;
	}
	
	.glossary-mobile-menu {
		display: flex;
		align-items: center;
		background: #111;
		color: #fff;
		padding: 10px;
		border-radius: 4px;
		cursor: pointer;
	}
	
	.glossary-mobile-menu .fs-label {
		font-size: 16px;
		text-transform: uppercase;
		margin-left: 10px;
		font-weight: bold;
	}
	
	.glossary-mobile-menu .fs-arrow {
		width: 20px;
		height: 3px;
		border-radius: 2px;
		background-color: #fff;
		position: relative;
		display: block;
		transition: transform .3s ease;
	}
	
	.glossary-mobile-menu .fs-arrow::before, .glossary-mobile-menu .fs-arrow::after {
		content: "";
		display: block;
		width: 20px;
		height: 3px;
		border-radius: 2px;
		background-color: #fff;
		transition: transform .3s ease;
	}
	
	.glossary-mobile-menu .fs-arrow::before {
		margin-bottom: 4px;
		transform: translateY(-7px);
	}
	
	.glossary-mobile-menu .fs-arrow::after {
		margin-top: 4px;
	}
	
	.glossary-mobile-menu.fs-open .fs-arrow::before {
		transform: rotate(45deg);
		margin-bottom: 0;
	}
	
	.glossary-mobile-menu.fs-open .fs-arrow::after {
		transform: rotate(-45deg);
		margin-top: -3px;
	}
	
	.glossary-mobile-menu.fs-open .fs-arrow {
		background: #111;
	}
	
	.glossaryblock {
		padding: 20px;
	}
	
	.glossary-section {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	
	.glossary-index {
		position: relative;
		margin-bottom: 20px;
	}
	
	.glossary-index-list.mobile-view {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		position: absolute;
		padding: 20px;
		top: 45px;
		left: 0;
		background: white;
		box-shadow: 0 12px 15px rgba(0, 0, 0, .1);
		flex-direction: column;
		width: 100%;
		max-height: 400px;
		overflow-y: auto;
		z-index: 9;
	}
	
	.fs-hidden {
		display: none !important;
	}
	
	.glossary-index.sticky {
		position: fixed;
		top: 0;
		/* This will float it below the header */
		left: 0;
		right: 0;
	}
}

/*END GLOSSARY*/
@media (max-width:400px) {
	.formbox .form-columns-2 > div:first-child > * {
		margin-right: 0 !important;
	}
	
	.formbox .form-columns-2 > div:last-child > * {
		margin-left: 0 !important;
	}
}

.formbox .input input, .formbox .input select, .formbox .input textarea {
	height: 50px;
	width: 100% !important;
	border: 1px solid #dedede;
	outline: none;
	box-shadow: none !important;
	border-radius: 3px;
	padding: 0 10px;
	font-family: "Roboto" !important;
	font-size: 16px;
	color: #111 !important;
	z-index: 10;
	position: relative;
	background: transparent;
}

.formbox .input textarea {
	resize: none;
	height: 100px;
	padding: 20px;
}

.formbox .hs_recaptcha {
	position: fixed !important;
	left: 0;
	bottom: 0;
	z-index: 999;
}

.formbox .hs-form-field {
	position: relative;
	margin-bottom: 10px;
}

.formbox input[type="text"], .formbox input[type="email"], .formbox input[type="password"], .rrformbox input[type="tel"], .formbox input[type="number"], .formbox input[type="file"], .formbox select, .formbox textarea {
	background: transparent;
}

.formbox .field.success label {
	top: 10px;
	left: 10px;
	font-size: 10px;
}

.formbox .hs-error-msg, .formbox .hs-error-msgs {
	display: none !important;
}

.formbox .hs-input.invalid.error {
	border-color: red;
}

.formbox .legal-consent-container ul, .formbox .hs-fieldtype-booleancheckbox ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 14px;
	margin-bottom: 20px;
}

.formbox .legal-consent-container ul label, .formbox .hs-fieldtype-booleancheckbox ul label {
	display: flex;
}

.formbox .legal-consent-container ul label span, .formbox .hs-fieldtype-booleancheckbox ul label span {
	margin-left: 10px;
}

.formbox .legal-consent-container ul label input[type="checkbox"], .formbox .hs-fieldtype-booleancheckbox ul label input[type="checkbox"] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 22px !important;
	height: 22px !important;
	outline: none;
	border-radius: 3px;
	border: 1px solid #dedede;
	background-color: #fff;
	cursor: pointer;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
	flex: 0 0 22px;
}

.formbox .legal-consent-container ul label input[type="checkbox"]:checked, .formbox .hs-fieldtype-booleancheckbox ul label input[type="checkbox"]:checked {
	background-color: #2880f8 !important;
	border: 1px solid #2880f8;
}

.formbox .legal-consent-container ul label input[type="checkbox"]:checked::before, .formbox .hs-fieldtype-booleancheckbox ul label input[type="checkbox"]:checked::before {
	content: "✔";
	font-size: 16px;
	color: #fff;
}

.topform input[type="text"], .topform input[type="password"], .topform input[type="input"], .topform input[type="tel"], .topform input[type="url"], .topform input[type="email"], .topform input[type="number"], .topform input[type="range"], .topform input[type="search"], .topform input[type="color"], .topform input[type="time"], .topform input[type="week"], .topform input[type="month"], .topform input[type="date"], .topform input[type="datetime"], .topform textarea, .topform select {
	border: 1px solid #f6f7fa;
	padding: 10px 20px;
	background: #f6f7fa;
	margin-bottom: 10px;
	outline: none;
	border-radius: 4px;
}

.topform .hs-fieldtype-select, .topform .hs-form-field {
	position: relative;
}

.topform .hs-fieldtype-select:after {
	content: "";
	font: normal normal normal 16px/1 Font Awesome 5 Free;
	width: 20px;
	height: 20px;
	display: inline-block;
	position: absolute;
	top: calc(50% - 14px);
	right: 20px;
	z-index: 10;
}

.topform .hs-error-msgs {
	margin-bottom: 0;
	margin-bottom: 0;
	position: absolute;
	top: 0;
	right: 10px;
}

.topform .hs-error-msgs li, .formbox .hs-error-msgs li {
	list-style: none;
	margin: 0;
}

.topform .hs-error-msg, .formbox .hs-error-msg {
	color: red;
	font-size: 10px;
}

.topform.blue input[type="submit"] {
	border: 1px solid #fff;
}

.topform input[type="submit"], .formbox input[type="submit"] {
	min-width: 250px;
}

.topform.centered, .formbox.centered {
	text-align: center;
}

.formbox .hs-fieldtype-select .input:after {
	content: "";
	position: absolute;
	top: 15px;
	right: 12px;
	font-size: 20px;
	background-image: url("https://billd.com/nitropack_static/AbGLrtedFIqKqJfDZmKftvqXUKyIpFMg/assets/images/source/rev-67abe75/grow.billd.com/wp-content/uploads/2024/05/chevron-down-solid.svg");
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
}

.poster-hvr:hover {
	-webkit-transform: scale(1.02);
	transform: scale(1.02);
}

.bio h2 {
	text-align: center;
	font-weight: 900;
	color: #111;
	font-size: 42px;
	line-height: 44px;
	margin-bottom: 30px;
}

.bio h2 span {
	display: block;
	font-size: 16px;
	font-weight: normal;
	margin-top: 10px;
}

.bio div.wpforms-container-full .wpforms-form button[type="submit"], .contactform div.wpforms-container-full .wpforms-form button[type="submit"], .sigsup div.wpforms-container-full .wpforms-form button[type="submit"], .roya div.wpforms-container-full .wpforms-form button[type="submit"], .roya input[type="submit"], .reportform input[type="submit"], .formreport div.wpforms-container-full .wpforms-form button.reportform[type="submit"], .formreport input[type="submit"], button.mclc_submit.btn, .calc_box input[type="submit"] {
	height: 60px;
	line-height: 60px;
	text-align: center;
	padding: 0 40px;
	color: #fff !important;
	background: #2f83f5;
	text-transform: uppercase;
	display: inline-block;
	font-size: 15px;
	border: none;
	outline: none;
	margin-top: 10px;
	border-radius: 3px;
	cursor: pointer;
	box-shadow: none !important;
}

.calc_box input[type="submit"] {
	display: block;
	width: 100%;
}

.calc_box .submitted-message {
	color: #fff;
	background: #2880f8;
	border-radius: 4px;
	padding: 10px;
	margin-bottom: 10px;
}

.formreport input[type="submit"] {
	width: 100% !important;
}

.formreport input[type="text"], .formreport input[type="email"], .formreport input[type="tel"] {
	background-color: #fff;
	box-sizing: border-box;
	border-radius: 2px;
	color: #333;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	display: block;
	float: none;
	font-size: 16px;
	border: 1px solid #ccc;
	padding: 6px 10px;
	height: 38px;
	width: 100% !important;
	line-height: 1.3;
}

.formreport select {
	background-color: #fff;
	box-sizing: border-box;
	border-radius: 2px;
	color: #333;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	display: block;
	float: none;
	font-size: 16px;
	border: 1px solid #ccc;
	padding: 6px 10px;
	height: 38px;
	width: 100% !important;
	line-height: 1.3;
}

.formreport .form-columns-1 input {
	width: 100%;
}

.formreport .form-columns-1 .input {
	margin-right: 0;
}

.formreport .form-columns-1 input, .formreport .form-columns-2 input {
	margin-bottom: 10px;
}

.formreport h3 {
	font-size: 24px;
	font-weight: 900;
}

.block {
	display: block !important;
	width: 100% !important;
}

.roya {
	background-color: #f6f7fa;
	position: relative;
	padding: 30px 30px 20px 30px;
	background-size: cover;
	background-position: center;
}

.roya > div {
	position: relative;
	z-index: 10;
}

.roya h2 {
	color: #fff;
	margin-bottom: 10px;
}

.contactform div.wpforms-container-full .wpforms-form button[type="submit"], .sigsup div.wpforms-container-full .wpforms-form button[type="submit"] {
	width: auto;
}

.bio div.wpforms-container-full .wpforms-form button[type="submit"] {
	width: 100%;
}

.bio div.wpforms-container-full .wpforms-form button[type="submit"]:hover, .contactform div.wpforms-container-full .wpforms-form button[type="submit"]:hover, .sigsup div.wpforms-container-full .wpforms-form button[type="submit"]:hover {
	background-color: #2f83f5;
	border: none;
}

.bio div.wpforms-container-full .wpforms-form input[type="text"], .contactform div.wpforms-container-full .wpforms-form input[type="text"], .sigsup div.wpforms-container-full .wpforms-form input[type="text"], .bio div.wpforms-container-full .wpforms-form input[type="email"], .contactform div.wpforms-container-full .wpforms-form input[type="email"], .sigsup div.wpforms-container-full .wpforms-form input[type="email"], .bio div.wpforms-container-full .wpforms-form input[type="number"], .contactform div.wpforms-container-full .wpforms-form input[type="number"], .sigsup div.wpforms-container-full .wpforms-form input[type="number"] {
	padding: 0 20px;
	height: 60px;
	line-height: 60px;
	font-size: 15px;
	background: #f6f7fa;
}

.bio div.wpforms-container-full .wpforms-form textarea.wpforms-field-large, .contactform div.wpforms-container-full .wpforms-form textarea.wpforms-field-large, .sigsup div.wpforms-container-full .wpforms-form textarea.wpforms-field-large {
	font-size: 15px;
	padding: 20px;
	background: #f6f7fa;
	border-radius: 0;
}

.uk-modal {
	background-color: rgba(0, 0, 0, .5) !important;
	z-index: 99999 !important;
}

.uk-modal-dialog {
	border: none !important;
	border-radius: 0 !important;
}

.uk-modal-page {
	overflow: visible !important;
}

.uk-modal-page > body {
	overflow-y: visible !important;
	overflow-x: hidden !important;
}

.tandr ul > li {
	margin-left: 0 !important;
}

.tandr ul > li a {
	line-height: 30px;
}

.ftform h3 {
	font-weight: 900;
	text-transform: uppercase;
	color: #111;
	margin-right: 20px;
	font-size: 18px;
	margin-bottom: 0;
}

.ftform .hs-form-required {
	display: none;
}

.ftform .hs-button.primary.large {
	width: 100%;
	outline: none;
	border: 1px solid #000;
	background: transparent;
	color: #000 !important;
	height: 45px;
	border-radius: 3px;
	text-transform: uppercase;
}

.ftform form {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	column-gap: 10px;
	justify-content: space-between;
	color: #111;
}

.ftform div.hs-form-field {
	position: relative;
}

.ftform form div.hs_firstname > label {
	display: none;
}

.ftform form div.hs_lastname > label {
	display: none;
}

.ftform form div.hs_email > label {
	display: none;
}

.ftform form div input[type="text"], .ftform form div input[type="email"] {
	background: none;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	color: #111;
}

.ftform form div input[type="text"]:focus, .ftform form div input[type="email"]:focus {
	outline: none;
}

.ftform .hs-button.primary.large:hover {
	background: transparent;
}

.ftform .hs-error-msg {
	color: red;
}

.ftform .hs-newsletter_type, .ftform .hs-newsletter_type .input, .ftform .hs-newsletter_type ul {
	display: flex;
	align-items: center;
	padding: 0;
	margin: 0;
}

.ftform .hs-newsletter_type > label > span {
	font-weight: 900;
}

.ftform .hs-form-radio-display span {
	font-weight: normal;
	margin-left: 5px;
	top: 1px;
	position: relative;
}

.ftform .hs_firstname, .ftform .hs_lastname {
	flex: 0 0 15%;
}

.ftform .hs_email {}

.ftform .hs_newsletter_type {
	flex: 0 0 35%;
}

.ftform .hs_submit {
	flex: 0 0 15%;
}

.ftform .hs-newsletter_type .input ul li {
	list-style: none;
	margin: 0 5px;
}

.ftform input::placeholder {
	color: rgba(0, 0, 0, .5) !important;
	opacity: 1;
}

.ftform input::-ms-input-placeholder {
	color: rgba(0, 0, 0, .5) !important;
}

.ftform .hs-error-msgs {
	padding: 0;
	margin: 0 0 0 5px;
	font-size: 11px;
	position: absolute;
	top: 100%;
}

.ftform .hs-error-msgs li {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1.1;
}

.ftform .hs_error_rollup {
	display: none;
}

.ftform input[type="radio"]:after {
	width: 16px;
	height: 16px;
	border-radius: 1000px;
	top: -1px;
	left: 0px;
	position: relative;
	background-color: #fff;
	content: "";
	display: flex;
	visibility: visible;
	border: 1px solid rgba(0, 0, 0, .4);
	margin: 0 5px 0 0;
	overflow: hidden;
}

.ftform input[type="radio"]:checked:after {
	width: 16px;
	height: 16px;
	border-radius: 1000px;
	top: -1px;
	left: 0px;
	position: relative;
	background-color: #111;
	content: "";
	display: flex;
	visibility: visible;
}

.ftform .hs-newsletter_type .input ul li label {
	display: flex;
	line-height: 1;
	vertical-align: middle;
	align-items: center;
}

.ftform .submitted-message {
	color: #fff;
	font-size: 18px;
}

.ftform .submitted-message p {
	color: #111 !important;
}

.blog-post-content h1, .blog-post-content h2, .blog-post-content h3, .blog-post-content h4 {
	font-weight: 900;
	margin: 30px 0 20px;
}

.blog-post-content h2 {
	font-size: 28px;
}

.blog-post-content h3 {
	font-size: 24px;
}

.blog-post-content h4 {
	font-size: 20px;
}

.blog-post-content p, .blog-post-content ul, .blog-post-content ol {
	margin-bottom: 20px;
}

.blog-post-content p:last-child {
	margin-bottom: 0;
}

.blog-post-content image {
	margin: 40px 40px 40px 0;
}

@media only screen and (max-width: 768px) {
	.zarrow:after {
		bottom: -30px;
		transform: rotate(90deg);
		right: auto !important;
	}
	
	.ftform form {
		flex-direction: column;
	}
	
	.ftform .hs-newsletter_type, .ftform .hs-newsletter_type .input, .ftform .hs-newsletter_type ul {
		align-items: flex-start;
		flex-direction: column;
	}
	
	.ftform .hs-newsletter_type {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	
	.ftform .hs-form-field {
		width: 100%;
	}
	
	.ftform .hs_submit {
		width: 100%;
	}
	
	.ftform .hs-newsletter_type, .ftform .hs-newsletter_type .input, .ftform .hs-newsletter_type ul {
		display: block;
		margin-top: 10px;
	}
	
	.ftform .hs-newsletter_type .input ul li {
		margin-bottom: 15px;
	}
}

.user-list .fancy {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

#ez-toc-container {
	background: #fff;
	padding: 40px;
	margin-bottom: 30px;
	border-radius: 4px;
}

#ez-toc-container a {
	color: #111;
}

#ez-toc-container a:before {
	display: none !important;
}

.ez-toc-title {
	font-weight: 900;
	color: #111;
	font-size: 30px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #dedede;
}

.ez-toc-list.ez-toc-list-level-1 {
	padding: 0 !important;
	list-style: none;
	margin: 0;
}

.ez-toc-page-1.ez-toc-heading-level-2 {
	list-style: none;
	margin: 0 0 15px;
}

.ez-toc-page-1.ez-toc-heading-level-2:last-child {
	margin-bottom: 0;
}

.ez-toc-page-1.ez-toc-heading-level-2 > a {
	font-weight: 900;
}

.ez-toc-heading-level-3 {
	font-size: 95%;
	list-style: none;
	margin: 0;
}

.ez-toc-list a {
	color: #555;
}

.ez-toc-list-level-3 {
	padding-left: 15px;
	margin-top: 5px;
}

.faqs {
	position: relative;
}

.faqs > div {
	display: flex;
	flex-wrap: wrap;
	width: 1200px;
	margin: auto;
	padding: 90px 0;
}

.faqs h3 {
	font-weight: 900;
}

.faqs > div > div.faqnav > div.fixed {
	position: fixed;
	top: 150px;
}

.faqs > div > div.faqnav {
	width: 25%;
}

.faqs > div > div.faqnav > div {
	padding: 0 30px 0 12px;
	transition: top 1s linear;
}

.faqs > div > div.faqnav > div a, div.faqnav > div a {
	display: block;
	padding: 10px 0;
	position: relative;
	color: #999;
	-webkit-transition: position .25s linear;
	-moz-transition: position .25s linear;
	-ms-transition: position .25s linear;
	-o-transition: position .25s linear;
	transition: position .25s linear;
}

.faqs > div > div.faqnav > div a.heyo, div.faqnav > div a.heyo {
	color: #2880f8;
}

.faqs > div > div.faqnav > div a:before, div.faqnav > div a:before {
	content: "";
	width: 3px;
	height: 25px;
	display: inline-block;
	line-height: 45px;
	position: absolute;
	background: #999;
	left: -10px;
}

.faqs > div > div.faqnav > div a.heyo:before, div.faqnav > div a.heyo:before {
	background: #2880f8;
}

.faqs > div > div.faqwrap {
	width: 75%;
}

.user-list .fancy {
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

.user-list .row {
	overflow: hidden;
	text-align: center;
}

.user-list h3.post-title, .user-list .posttitle > p {
	text-align: center;
}

.user-list .job-title {
	margin-bottom: 0;
}

.user-list h3.post-title {
	margin-top: 25px;
}

.user-list a.round {
	position: absolute;
	top: 15px;
	right: 5px;
}

.round {
	color: #fff !important;
	text-align: center;
	background: #2880f8;
	width: 40px;
	height: 40px;
	line-height: 39px;
	border-radius: 100px;
	font-size: 20px;
	margin: 0 15px;
}

a:hover {
	cursor: pointer;
}

.breadcrum > span {
	padding: 0 15px;
}

.breadcrum {
	padding: 25px 0;
}

.breadcrum a {
	color: #000;
}

.authordetails {
	padding: 50px;
	margin-top: 30px;
	border-radius: 4px;
}

.authordetails > div:first-child {
	flex: 1;
	justify-content: left;
	display: flex;
}

.authordetails .authorpic {
	width: 200px;
	height: 200px;
}

.authordetails h2 {
	font-size: 26px;
	color: #000;
}

.contribe-author {
	color: #fff !important;
	text-align: center;
	background: #2880f8;
	width: 40px;
	height: 40px;
	line-height: 41px;
	border-radius: 100px;
	font-size: 20px;
	margin: 0 15px;
}

.post_bio p {
	font-size: 16px;
	line-height: 26px;
}

.dubsup {
	max-width: 1300px;
}

.post-template-default .authordetails .authorpic {
	width: 150px;
	height: 150px;
}

.author_others {
	padding: 10px 0 0;
	display: flex;
	align-items: center;
	vertical-align: middle;
	flex-wrap: wrap;
}

.author_others a {
	padding: 15px 0;
}

.author_others span {
	content: "";
	width: 1px;
	height: 30px;
	background: #dedede;
	display: block;
	margin: 0 10px;
}

.blueberries {
	background: #2f83f5;
	color: #fff !important;
	text-align: center;
	display: block;
	font-size: 16px;
	font-weight: 900;
	padding: 10px 0;
}

.blueberries a {
	border: 1px solid #fff;
	border-radius: 4px;
	text-transform: uppercase;
	padding: 0 20px;
	line-height: 35px;
	height: 35px;
	margin: 0 10px;
	color: #fff !important;
	font-weight: normal;
	font-size: 14px;
	display: inline-block;
}

.poster-hvr:hover {
	-webkit-transform: scale(1.02);
	transform: scale(1.02);
}

.greywrap {
	background: #f6f7fa;
	overflow: hidden;
}

.greywrap .main {
	background: transparent !important;
}

.narrow {
	max-width: 1200px;
	margin: auto;
	padding-left: 10px;
	padding-right: 10px;
	overflow: visible;
}

.authordetails {
	padding: 50px;
	margin-top: 30px;
	border-radius: 4px;
}

.authordetails {
	background: #fff;
	display: flex;
	flex-wrap: wrap;
	padding: 20px;
	margin-bottom: 20px;
}

.authordetails > div:first-child {
	flex: 1;
	justify-content: left;
	display: flex;
}

.authordetails > div:last-child {
	flex: 3;
}

.authordetails .authorpic {
	width: 200px;
	height: 200px;
}

.authordetails .authorpic {
	border-radius: 100%;
	overflow: hidden;
	width: 150px;
	height: 150px;
}

.authordetails .name {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.authordetails h2 {
	font-size: 26px;
	color: #000;
}

.authordetails h2 > span {
	font-size: 14px;
	display: block;
	font-weight: normal;
	text-transform: uppercase;
	display: block;
}

.user-list .fancy {
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

.user-list .row {
	overflow: hidden;
	text-align: center;
}

.user-list h3.post-title, .user-list .posttitle > p {
	text-align: center;
}

.user-list .job-title {
	margin-bottom: 0;
}

.user-list h3.post-title {
	margin-top: 25px;
}

.user-list a.round {
	position: absolute;
	top: 15px;
	right: 5px;
}

.round {
	color: #fff !important;
	text-align: center;
	background: #2880f8;
	width: 40px;
	height: 40px;
	line-height: 39px;
	border-radius: 100px;
	font-size: 20px;
	margin: 0 15px;
}

a:hover {
	cursor: pointer;
}

.breadcrum > span {
	padding: 0 15px;
}

.breadcrum {
	padding: 25px 0;
}

.breadcrum a {
	color: #000;
}

.authordetails {
	padding: 50px;
	margin-top: 30px;
	border-radius: 4px;
}

.authordetails > div:first-child {
	flex: 1;
	justify-content: left;
	display: flex;
}

.authordetails .authorpic {
	width: 200px;
	height: 200px;
}

.authordetails h2 {
	font-size: 26px;
	color: #000;
}

.contribe-author {
	color: #fff !important;
	text-align: center;
	background: #2880f8;
	width: 40px;
	height: 40px;
	line-height: 41px;
	border-radius: 100px;
	font-size: 20px;
	margin: 0 15px;
}

.post_bio p {
	font-size: 16px;
	line-height: 26px;
}

.dubsup {
	max-width: 1300px;
}

.post-template-default .authordetails .authorpic {
	width: 150px;
	height: 150px;
}

.author_others {
	padding: 10px 0 0;
	display: flex;
	align-items: center;
	vertical-align: middle;
	flex-wrap: wrap;
}

.author_others a {
	padding: 15px 0;
}

.author_others span {
	content: "";
	width: 1px;
	height: 30px;
	background: #dedede;
	display: block;
	margin: 0 10px;
}

.blueberries {
	background: #2f83f5;
	color: #fff !important;
	text-align: center;
	display: block;
	font-size: 16px;
	font-weight: 900;
	padding: 10px 0;
}

.blueberries a {
	border: 1px solid #fff;
	border-radius: 4px;
	text-transform: uppercase;
	padding: 0 20px;
	line-height: 35px;
	height: 35px;
	margin: 0 10px;
	color: #fff !important;
	font-weight: normal;
	font-size: 14px;
	display: inline-block;
}

.poster-hvr:hover {
	-webkit-transform: scale(1.02);
	transform: scale(1.02);
}

.trustpilot > div {
	max-width: 1200px;
	text-align: center;
	margin: auto;
	border-top: 1px solid #dedede;
	padding: 90px 0;
}

.trustpilot a.butn {
	margin-top: 30px;
}

.trustpilot > div > h2, .faqwrap h1 {
	text-align: center;
	font-size: 30px;
	margin-bottom: 80px;
	color: #111;
	font-weight: 900;
}

.trustpilot > div > h2:before, .products > h2:before, .sweepsteps h3:before, .blueline h2:before, .faqwrap h1:before, h1.eyebrow:before, .eyebrow h1:before, .eyebrow h2:before, .eyebrow .elementor-heading-title:before {
	background: #2880e9;
	width: 120px;
	height: 10px;
	content: "";
	display: block;
	position: relative;
	margin: 0 auto 30px;
}

.eyebrow.left > div > *:before {
	margin: 0 0 30px;
}

.eyebrow.centered .elementor-heading-title:before {
	background: #2880e9;
	width: 120px;
	height: 10px;
	content: "";
	display: block;
	position: relative;
	margin: 0 auto 30px;
}

.wink .elementor-heading-title:after {
	background: #2880e9;
	width: 120px;
	height: 10px;
	content: "";
	display: block;
	position: relative;
	margin: 20px 0;
}

.wink.centered .elementor-heading-title:after {
	margin: 20px auto;
}

.fancy {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 20px;
}

.fancypants > div > div, .fancypants > div > div > .poster, .fancy > div > div, .fancy > div > div > .poster {
	height: 100%;
	width: 100%;
}

.fancy .poster {
	margin: 0;
}

.poster > div {
	padding: 0;
	height: 100%;
}

.post__img a {
	width: 100%;
	height: 225px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 24px;
	display: block;
}

.post__img a img, .post__img a picture {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.poster > div > div:last-child {
	padding: 0 20px 20px;
}

.category-press article h1, .single-post .format-standard h1, .posttitle {
	font-weight: 900;
	color: #111;
	font-size: 26px;
	margin-bottom: 5px;
	line-height: 30px;
}

.poster .posttitle p {
	font-weight: normal;
	font-size: 16px;
}

.posternew, .posternew span, .poster, .poster .post-title {
	color: #111;
}

/*span.liney {
    border-right: 1px solid #111;
    padding-right: 7px;
    margin-right: 6px;
}
*/
.fancypants > div h3, .fancypants2 > div h3, .catpage > div h2, .fancy div h3 {
	font-weight: 900;
	font-size: 23px;
	margin: 10px 0;
}

.poster .fix a {
	text-indent: -10000px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 10;
	cursor: pointer;
}

.poster, .fullposter, .podcastposter {
	border-radius: 4px;
	position: relative;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.poster:hover, .posternew:hover, .fullposter:hover, .podcastposter:hover {
	-webkit-box-shadow: 0px 2px 25px 0px rgba(0, 0, 0, .2);
	box-shadow: 0px 2px 25px 0px rgba(0, 0, 0, .2);
	background: #fff;
}

.breadcrum a {
	color: #000 !important;
}

.liney {
	color: #111 !important;
}

.casestudy-quote {
	display: flex;
	gap: 15px;
	flex-direction: column;
}

.headshot {
	flex: 0 0 140px;
	justify-content: center;
	display: flex;
}

.headshot img {
	width: 140px !important;
	height: 140px !important;
	border-radius: 100px !important;
	object-fit: contain;
}

.casestudy-quote .quote {}

.casestudy-quote .author {
	font-weight: bold;
}

.casestudy-quote .author span {}

.accordion-faq {
	padding: 30px;
	background: #fff;
	border-radius: 6px;
}

.accordion-collapse {
	max-height: 0;
	overflow: hidden;
	transition: max-height .3s ease-out;
}

.accordion-collapse.show {
	transition: max-height .3s ease-out;
}

.accordion-item .accordion-header {
	font-size: 16px;
	font-weight: bold;
}

.accordion-item .accordion-header:hover {
	cursor: pointer;
}

.accordion-header:before {
	content: "";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 14px;
	display: inline-block;
	position: relative;
	margin-right: 6px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.accordion-header.active:before {
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.accordion-item {
	margin-bottom: 10px;
}

.accordion-body {
	padding: 10px 15px 10px 20px;
}

.accordion-item:last-child {
	margin-bottom: 0;
}

.accordion-item:last-child .accordion-body {
	padding-bottom: 0;
}

.related-glossary-posts > h3 {
	background-color: var(--e-global-color-739e0a2);
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	border-radius: 2px 2px 2px 2px;
	color: var(--e-global-color-primary);
	font-family: "Roboto", Sans-serif;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1;
	align-self: start;
}

.related-glossary-posts {
	display: flex;
	flex-direction: column;
	gap: 10px;
	justify-content: left;
	align-content: flex-start;
	flex-wrap: wrap;
	border-bottom: 1px solid #f6f7fa;
	padding-bottom: 30px;
	margin-bottom: 10px;
}

.related-glossary-posts > div {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	/* Creates 2 equal columns */
	gap: 20px;
}

.related-post {
	width: 100%;
	height: 100%;
	display: flex;
}

.related-post a {
	display: flex;
	align-items: stretch;
	/* Ensure the content inside stretches to the full height */
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	border-radius: 10px;
	border: 1px solid var(--e-global-color-739e0a2);
}

.related-post a:hover {
	transform: scale(1.01);
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}

.related-post a h3 {
	color: #111;
	font-size: 22px;
	margin: 0 0 20px;
}

.related-post .featured-image {
	height: 100%;
	display: flex;
	align-items: stretch;
	flex-grow: 1;
	flex: 0 0 200px;
	background-size: cover;
	background-position: right center;
}

.related-post .featured-image img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

.related-post .post-desc {
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.related-post .post-desc span {
	color: #111;
}

.prods {
	display: flex;
	background: #111;
	justify-content: flex-start;
	padding: 10px 0;
}

.prods > div {
	max-width: 900px;
	width: 900px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.prods > div h3 {
	color: #fff;
	font-size: 16px;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.prods > div .spacer {
	content: "";
	display: inline-block;
	width: 1px;
	height: 25px;
	margin: 0;
	background: rgba(255, 255, 255, .1);
}

.prods div span {
	display: flex;
	align-items: center;
	color: var(--e-global-color-739e0a2);
	padding: 5px 10px;
	font-size: 16px;
	border-radius: 4px;
	background: rgba(255, 255, 255, .05);
}

/* .prods div span:before {
    content: '';
    margin-right: 3px;
    background-color: #fff;
    width: 40px;
    height: 40px;
    display: inline-block;
    background-size: contain;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, .05);
    border-radius: 2px;
}

.prods .mf span:before {
    background-image: url(https://billd.com/wp-content/uploads/2023/02/mf.svg);
}

.prods .paa span:before {
    background-image: url(https://billd.com/wp-content/uploads/2023/02/paa.svg);
}*/
.cky-notice .cky-title {
	display: none !important;
}

.cky-consent-container .cky-consent-bar {
	padding: 10px !important;
}

.cky-btn {
	font-size: 13px !important;
	font-family: inherit;
	line-height: 20px !important;
	padding: 5px 20px !important;
	font-weight: 500;
}

.superduper {
	width: auto !important;
	height: 60px !important;
	display: block !important;
}

.deadlines {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	/* Forces exactly 3 equal-width columns */
	gap: 20px;
	max-width: 1200px;
	margin: 0 auto 20px;
}

.boxedup {
	background: #fff;
	border-radius: 4px;
	padding: 30px;
	display: flex;
	gap: 20px;
	flex-direction: column;
}

.boxedup h3 {
	font-family: "Roboto", Sans-serif;
	font-size: 20px;
	font-weight: 900;
	color: var(--e-global-color-primary);
	margin: 0;
}

.boxedup .noticed {
	display: flex;
	font-family: "Roboto", Sans-serif;
	font-size: 26px;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 1;
	color: var(--e-global-color-secondary);
}

.boxedup .noticed > span:first-child {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJMYXllcl8xIiB2aWV3Qm94PSIwIDAgNzIuNjYgNzIuNjYiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojMmY4M2Y1O308L3N0eWxlPjwvZGVmcz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0zNi4zMyw3Mi42NkMxNi4zLDcyLjY2LDAsNTYuMzYsMCwzNi4zM1MxNi4zLDAsMzYuMzMsMHMzNi4zMywxNi4zLDM2LjMzLDM2LjMzLTE2LjMsMzYuMzMtMzYuMzMsMzYuMzNaTTM2LjMzLDNDMTcuOTUsMywzLDE3Ljk1LDMsMzYuMzNzMTQuOTUsMzMuMzMsMzMuMzMsMzMuMzMsMzMuMzMtMTQuOTUsMzMuMzMtMzMuMzNTNTQuNzEsMywzNi4zMywzWiI+PC9wYXRoPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE4LjQxLDQ5LjgxYy0uNDksMC0uOTctLjI0LTEuMjYtLjY4LS40NS0uNjktLjI2LTEuNjIuNDQtMi4wOGwxNy42OS0xMS41NS44Mi0yOC42MmMuMDItLjgzLjcxLTEuNSwxLjU0LTEuNDYuODMuMDIsMS40OC43MSwxLjQ2LDEuNTRsLS44NSwyOS40Yy0uMDEuNDktLjI3Ljk0LS42OCwxLjIxbC0xOC4zNCwxMS45N2MtLjI1LjE3LS41NC4yNC0uODIuMjRaIj48L3BhdGg+PC9zdmc+");
	flex: 0 0 40px;
	width: 40px;
	height: 40px;
	object-fit: contain;
	object-position: center center;
	display: block;
	margin-right: 15px;
	background-repeat: no-repeat;
}

.boxedup .noticed > span:first-child.nitro-lazy {
	background-image: none !important;
}

.boxedup .noticed > span.date {
	margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
	padding: 5px 5px 5px 5px;
	border-style: none;
	border-width: 0;
	border-color: var(--e-global-color-739e0a2);
	border-radius: 0;
	text-align: left;
}

ul.check {
	list-style: none;
	padding-left: 0;
	margin-left: 10px;
}

ul.check li {
	position: relative;
	padding-left: 24px;
}

ul.check li:before {
	content: "";
	position: absolute;
	left: 0;
	top: .35em;
	content: "";
	background-image: url("data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgY2xhc3M9ImUtZm9udC1pY29uLXN2ZyBlLWZhcy1jaGVjayIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeiI+PC9wYXRoPjwvc3ZnPg==");
	height: 15px;
	width: 15px;
	background-size: contain;
	display: inline-block;
}

ul.check.white li:before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgY2xhc3M9ImUtZm9udC1pY29uLXN2ZyBlLWZhcy1jaGVjayIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeiI+PC9wYXRoPjwvc3ZnPg==");
}

.lienguide {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.guide-section {
	display: flex;
	align-items: flex-start;
	border-top: 1px solid var(--e-global-color-739e0a2);
	padding-top: 20px;
	flex-direction: column;
}

.guide-section h3, h3.statutes-faq-header {
	background-color: var(--e-global-color-739e0a2);
	margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 10px) 0px;
	padding: 5px 5px 5px 5px;
	border-radius: 2px 2px 2px 2px;
	text-align: left;
	font-family: "Roboto", Sans-serif;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1;
	color: var(--e-global-color-primary);
	display: inline-block;
}

.guide-section p {
	padding-left: 5px;
	font-size: 16px;
	margin-bottom: 10px;
}

.guide-section .note, .boxedup .note {
	font-family: "Roboto", Sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: #777;
	line-height: 1.2;
}

.guide-section p:last-child {
	margin-bottom: 0;
}

.zarrow:after {
	content: "";
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyOS40NyAxNS4xNSI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogbm9uZTsKICAgICAgICBzdHJva2U6ICMwMDA7CiAgICAgICAgc3Ryb2tlLWxpbmVjYXA6IHJvdW5kOwogICAgICAgIHN0cm9rZS1taXRlcmxpbWl0OiAxMDsKICAgICAgICBzdHJva2Utd2lkdGg6IDJweDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPGxpbmUgY2xhc3M9ImNscy0xIiB4MT0iMSIgeTE9IjcuNTciIHgyPSIyOC4wNSIgeTI9IjcuNTciLz4KICA8cG9seWxpbmUgY2xhc3M9ImNscy0xIiBwb2ludHM9IjIxLjQ4IDEgMjguMDUgNy41NyAyMS40OCAxNC4xNSIvPgo8L3N2Zz4=");
	width: 50px;
	height: 16px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	right: -56px;
}

@media screen and (min-width: 1280px) {
	.container {
		max-width: 1200px;
		margin: auto;
	}
	
	.wrapper-boxed .wrapper {
		width: 1220px;
	}
	
	.wrapper-boxed .container {
		padding: 0 40px;
	}
}

@media only screen and (max-width: 1150px) {
	.menu-main li.phone a, .menu-mobile li.phone a, .t_main .phone {
		padding: 0 !important;
	}
	
	.menu-main li.getstarted a {
		padding: 0 24px !important;
	}
}

@media only screen and (max-width: 1079px) {
	.t_main .phone {
		display: none !important;
	}
}

@media only screen and (max-width: 767px) {
	.fancy {
		display: flex !important;
		flex-wrap: wrap;
		padding: 25px;
	}
	
	.narrow {
		padding: 0 25px;
	}
	
	.authordetails {
		padding: 30px;
		margin-top: 0;
		margin-bottom: 0;
	}
	
	.breadcrum {
		padding: 20px;
	}
	
	.breadcrum > span {
		padding: 0 5px;
	}
	
	.trustpilot > div, .features2 > div {
		padding: 40px 20px;
	}
	
	.features2 h2, .trustpilot > div > h2 {
		font-size: 32px;
		margin-bottom: 30px;
	}
	
	.desktoponly {
		display: none;
	}
	
	.hvr-grow a {
		width: 100% !important;
	}
	
	.related-glossary-posts > div {
		grid-template-columns: repeat(1, 1fr);
	}
	
	.related-post a {
		flex-direction: column;
		justify-content: flex-start;
	}
	
	.deadlines {
		grid-template-columns: 1fr;
	}
}
