/*
Theme Name: BILT Construction
Theme URI: https://homesbilt.com
Description: A custom template designed by CurlyRed Inc. for the BILT Construction <a href="https://homesbilt.com" target="_blank">https://homesbilt.com</a> website.
Version: 1.0
Author: CurlyRed Inc.
Author URI: https://www.curlyred.com/
*/

@media only screen and (min-width: 800px) {

/* Color Values

Blue: #44b8f3 (68,184,243)
Gray: #989aa5 (152,154,165)
Light Blue: #b4e3fa (180,227,250)
Orange: #e56919 (229,105,25)
Purple: #7575cb (117,117,203)

*/

/* Fonts */

@font-face {
	font-family: "Conneqt Bold";
	src: url('fonts/conneqt_bold.ttf') format('truetype');
}

@font-face {
	font-family: "DM Sans Bold";
	src: url('fonts/dmsans_bold.ttf') format('truetype');
}

@font-face {
	font-family: "DM Sans Italic";
	src: url('fonts/dmsans_italic.ttf') format('truetype');
}

@font-face {
	font-family: "DM Sans Medium";
	src: url('fonts/dmsans_medium.ttf') format('truetype');
}

@font-face {
	font-family: "DM Sans Medium Italic";
	src: url('fonts/dmsans_medium_italic.ttf') format('truetype');
}

@font-face {
	font-family: "DM Sans Regular";
	src: url('fonts/dmsans_regular.ttf') format('truetype');
}

/* Basic Elements */

a:link, a:visited {
	font: normal 1em "DM Sans Regular", arial, sans-serif;
	text-decoration: none;
	color: #989aa5;
	transition: color .25s ease-in-out;
}
	
a:hover, a:visited:hover {
	text-decoration: none;
	color: #7575cb;
}

a, a:active, a:focus, a:link, a:visited, a:hover, a:visited:hover, :focus, :visited {
	outline: none;
}

html, body {
	overflow-x: hidden;
}

body { 
	font: normal 18px "DM Sans Regular", arial, sans-serif;
	line-height: 1.75em;
	color: #989aa5;
	margin: 0 auto;
	padding: 0;
}

br {
	margin: 0;
	padding: 0;
}

em {
    font: normal 1em "DM Sans Italic", arial, sans-serif;
}

h1 {
	font: normal 3.5em "Conneqt Bold", arial, sans-serif;
    text-transform: uppercase;
	line-height: 1em;
    color: #44b8f3;
	margin: 0;
	padding: 0;
}

h2 {
	font: normal 2.5em "Conneqt Bold", arial, sans-serif;
    text-transform: uppercase;
	line-height: 1em;
    color: #7575cb;
	margin: 0 0 25px 0;
	padding: 0;
}

h3 {
	font: normal 2.5em "Conneqt Bold", arial, sans-serif;
    text-transform: uppercase;
	line-height: 1em;
    color: #e56919;
	margin: 0 0 25px 0;
	padding: 0;
}

h4 {
	font: normal 2.5em "Conneqt Bold", arial, sans-serif;
    text-transform: uppercase;
	line-height: 1em;
    color: #44b8f3;
	margin: 0;
	padding: 0;
}

h5 {
	font: normal 2.125em "Conneqt Bold", arial, sans-serif;
    text-transform: uppercase;
	line-height: 1em;
    color: #7575cb;
	margin: 0 0 25px 0;
	padding: 0;
}

h6 {
	font: normal 1.25em "Conneqt Bold", arial, sans-serif;
    text-transform: uppercase;
	line-height: 1em;
    color: #44b8f3;
	margin: 0 0 10px 0;
	padding: 0;
}

hr {
	border: none 0; 
	border-top: 1px solid #7575cb;
	height: 1px;
	margin: 50px 0;
	padding: 0;
}

hr.dotted {
	border: none 0; 
	border-top: 1px dotted #7575cb;
	height: 1px;
	margin: 50px 0;
	padding: 0;
}

img {
	border: none;
	display: block;
	outline: none;
}

li {
	margin: 0 0 5px 15px;
	padding: 0 0 0 15px;
}

li:last-child {
	margin: 0 0 0 15px;
	padding: 0 0 0 15px;
}

ol {
	margin: 0 0 25px 15px;
	padding: 0;
}

ol:last-child {
	margin: 0 0 0 15px;
	padding: 0;
}

p {
	margin: 0 0 25px 0;
	padding: 0;
}

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

strong {
    font: normal 1em "DM Sans Bold", arial, sans-serif;
	color: #7575cb;
}
	
ul {
	list-style-type: disc;
	margin: 0 0 25px 15px;
	padding: 0;
}

ul:last-child {
	list-style-type: disc;
	margin: 0 0 0 15px;
	padding: 0;
}
	
/* Specific Elements */

#bless_bottom {
	width: 90%;
	margin: 0;
	padding: 100px 5%;
	position: relative;
	background-color: #7575cb;
}

#bless_bottom_inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
	color: #fff;
	position: relative;
}

#bless_container {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}

#body_container {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	position: relative;
	z-index: 0;
}

#bottom_bar {
	width: 90%;
	height: 50px;
	margin: 0;
	padding: 50px 5%;
	background-color: #7575cb;
	position: relative;
}

#bottom_bar_image {
	height: 200px;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -35px;
	left: 0;
}

#bottom_bar_image img {
	width: auto;
	height: 100%;
	max-height: 200px;
	margin: 0;
	padding: 0;
}

#bottom_bar_inner {
	width: 100%;
	max-width: 1200px;
	height: inherit;
	margin: 0 auto;
	padding: 0;
	display: flex;
	align-items: center;
	position: relative;
}

#bottom_bar_title {
	font: normal 2em "Conneqt Bold", arial, sans-serif;
    text-transform: uppercase;
	line-height: 1em;
    color: #fff;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

#contact_address {
    width: 25%;
    margin: 0;
    padding: 0;
}

#contact_map {
    width: 70%;
    max-width: 850px;
    height: auto;
    max-height: 250px;
    margin: 0;
    padding: 5px;
    border: 1px solid #e56919;
	box-sizing: border-box;
}

#contact_top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}

#cover {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: rgba(0,0,0,.75);
	display: none;
	position: fixed;
	z-index: 2;
}

#f_address {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	gap: 10px;
}

#f_center {
    font: normal .75em "Conneqt Bold", arial, sans-serif;
	text-transform: uppercase;
	color: #e56919;
	margin: 0;
    padding: 0;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	text-align: center;
}

#f_center a:link, #f_center a:visited {
	font: normal 1em "Conneqt Bold", arial, sans-serif;
	text-decoration: none;
	color: #e56919;
	transition: color .25s ease-in-out;
}
	
#f_center a:hover, #f_center a:visited:hover {
	text-decoration: none;
	color: #7575cb;
}

#f_left {
	font: normal .75em "Conneqt Bold", arial, sans-serif;
	text-transform: uppercase;
	color: #e56919;
	margin: 0;
	padding: 25px 0 0 0;
	position: absolute;
	bottom: 0;
	left: 0;
}

#f_left::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  border-top: 4px solid #b4e3fa;
}

#f_left a:link, #f_left a:visited {
	font: normal 1em "Conneqt Bold", arial, sans-serif;
	text-decoration: none;
	color: #e56919;
	transition: color .25s ease-in-out;
}
	
#f_left a:hover, #f_left a:visited:hover {
	text-decoration: none;
	color: #7575cb;
}
	
#f_left a:hover > .fas, #f_left a:visited:hover > .fas {
	text-decoration: none;
	color: #fff;
}

#f_logo {
    width: 100%;
    max-width: 60px;
    margin: 0 auto 15px auto;
    padding: 0;
    opacity: 1;
    transition: all .25s ease-in-out;
}

#f_logo:hover {
    opacity: .75;
    cursor: pointer;
}

#f_logo img {
    width: 100%;
    height: auto;
    max-width: 60px;
    margin: 0 auto;
    padding: 0;
}

#f_phone {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	gap: 10px;
}

#f_right {
	font: normal .75em "Conneqt Bold", arial, sans-serif;
	text-transform: uppercase;
	color: #e56919;
	margin: 0;
	padding: 25px 0 0 0;
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: right;
}

#f_right::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  border-top: 4px solid #b4e3fa;
}

#f_social {
	height: 24px;
	margin: 0 0 15px 0;
	padding: 0;
	display: flex;
	flex-direction: row-reverse;
	gap: 10px;
	position: relative;
}

#f_social a:link, #f_social a:visited {
	text-decoration: none;
	color: #e56919;
	transition: color .25s ease-in-out;
}
	
#f_social a:hover, #f_social a:visited:hover {
	text-decoration: none;
	color: #fff;
}

#facts_container {
	width: 175px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

#footer {
	width: 90%;
	height: 100px;
    margin: 0;
	padding: 50px 5%;
    position: relative;
}

#footer_inner {
    width: 100%;
    height: inherit;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

#h_center {
	width: 100px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

#h_left {
	width: 41.67%;
	max-width: 500px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
}

#h_logo {
    width: 100px;
	margin: 0 auto;
    padding: 0;
    opacity: 1;
    transition: all .25s ease-in-out;
}

#h_logo:hover {
    opacity: .75;
    cursor: pointer;
}

#h_logo img {
    width: 100%;
	height: auto;
	max-width: 100px;
	margin: 0 auto;
    padding: 0;
}

#h_right {
	width: 41.67%;
	max-width: 500px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
}

#header {
    width: 90%;
    height: 100px;
    margin: 0 auto;
    padding: 25px 5%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

#header_inner {
    width: 100%;
    max-width: 1200px;
    height: inherit;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

#home_bless {
	width: 90%;
	margin: 0;
	padding: 100px 5%;
	position: relative;
	background-color: #7575cb;
}

#home_bless_content {
	margin: 0 0 25px 0;
	padding: 0;
}

#home_bless_inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
	color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 75px;
	position: relative;
}

#home_bless_left {
	width: calc(100% - 595px);
	max-width: 605px;
	margin: 0;
	padding: 0;
	position: relative;
}

#home_bless_right {
	width: 520px;
	margin: 0;
	padding: 0;
	position: relative;
}

#home_intro {
	width: 90%;
	height: 100vh;
	margin: 0;
	padding: 0 5%;
	position: relative;
	background-color: #b4e3fa;
}

#home_intro_bathroom {
	width: 100%;
	max-width: 1200px;
	height: inherit;
	position: absolute;
	bottom: 0;
	left: 200%;
	transform: translateX(-50%);
	opacity: 0;
	transition: all .5s ease-in-out;
}

#home_intro_bathroom_image {
	height: 100%;
	max-height: 600px;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 75px;
	left: 50%;
	transform: translateX(-50%);
	opacity: 1;
	animation: houseBounce 2s ease-in-out infinite;
	transition: all .5s ease-in-out;
}

#home_intro_bathroom_image img {
	width: auto;
	height: 100%;
	max-height: 600px;
	margin: 0 auto;
	padding: 0;
}

#home_intro_bathroom_shadow {
	width: 100%;
	max-width: 545px;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 50px;
	left: 50%;
	transform: translateX(-50%);
	opacity: 1;
	animation: shadowBlur 2s ease-in-out infinite;
	transition: all .5s ease-in-out;
}

#home_intro_bathroom_shadow img {
	width: 100%;
	height: auto;
	max-width: 545px;
	margin: 0 auto;
	padding: 0;
}

#home_intro_bathroom_title {
	width: 300px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 150px;
	left: 0;
	white-space: normal;
	opacity: 1;
	transition: all .5s ease-in-out;
}

#home_intro_checklist {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 150px;
	right: 0;
	white-space: normal;
	opacity: 0;
	transition: all .5s ease-in-out;
	text-align: right;
	z-index: 1;
}

#home_intro_checklist_inner {
	margin: 0 0 10px 0;
	padding: 0;
}

#home_intro_checklist_inner > div.chosen {
	font: normal .875em "Conneqt Bold", arial, sans-serif;
	text-transform: uppercase;
	line-height: 1em;
	color: #7575cb;
	margin: 0 0 5px 0;
	padding: 0;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	position: relative;
}

#home_intro_checklist_inner > div.chosen > .close {
	width: 24px;
	height: 24px;
	margin: 0 0 0 10px;
	padding: 0;
	color: #e56919;
	background-color: transparent;
	border: 1px solid #e56919;
	border-radius: 50%;
	box-sizing: border-box;
	display: inline-block;
	cursor: pointer;
	position: relative;
	z-index: 1;
	transition: all .25s ease-in-out;
}

#home_intro_checklist_inner > div.chosen > .close::before {
	content: "×";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

#home_intro_checklist_inner > div.chosen > .close:hover {
	color: #fff;
	background-color: #e56919;
}

#home_intro_exterior {
	width: 100%;
	max-width: 1200px;
	height: inherit;
	position: absolute;
	bottom: 0;
	left: 200%;
	transform: translateX(-50%);
	opacity: 0;
	transition: all .5s ease-in-out;
}

#home_intro_exterior_image {
	height: 100%;
	max-height: 600px;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 75px;
	left: 50%;
	transform: translateX(-50%);
	opacity: 1;
	animation: houseBounce 2s ease-in-out infinite;
	transition: all .5s ease-in-out;
}

#home_intro_exterior_image img {
	width: auto;
	height: 100%;
	max-height: 600px;
	margin: 0 auto;
	padding: 0;
}

#home_intro_exterior_shadow {
	width: 100%;
	max-width: 440px;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 50px;
	left: 50%;
	transform: translateX(-50%);
	opacity: 1;
	animation: shadowBlur 2s ease-in-out infinite;
	transition: all .5s ease-in-out;
}

#home_intro_exterior_shadow img {
	width: 100%;
	height: auto;
	max-width: 440px;
	margin: 0 auto;
	padding: 0;
}

#home_intro_exterior_title {
	width: 300px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 150px;
	left: 0;
	white-space: normal;
	opacity: 1;
	transition: all .5s ease-in-out;
}

/*#home_intro_foundation {
	width: 355px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 260px;
	right: -200px;
	opacity: 0;
	transition: all .25s ease-in-out;
	z-index: -1;
}

#home_intro_foundation img {
	width: 100%;
	height: auto;
	max-width: 355px;
	margin: 0;
	padding: 0;
}*/

#home_intro_house {
	width: 100%;
	max-width: 1200px;
	height: inherit;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	opacity: 1;
	transition: all .5s ease-in-out;
}

#home_intro_house_image {
	height: 100%;
	max-height: 600px;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 75px;
	left: 50%;
	transform: translateX(-50%);
	opacity: 1;
	animation: houseBounce 2s ease-in-out infinite;
	transition: all .5s ease-in-out;
}

#home_intro_house_image img {
	width: auto;
	height: 100%;
	max-height: 600px;
	margin: 0 auto;
	padding: 0;
}

#home_intro_house_shadow {
	width: 100%;
	max-width: 710px;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 50px;
	left: 50%;
	transform: translateX(-50%);
	animation: shadowBlur 2s ease-in-out infinite;
	transition: all .5s ease-in-out;
}

#home_intro_house_shadow img {
	width: 100%;
	height: auto;
	max-width: 710px;
	margin: 0 auto;
	padding: 0;
}

#home_intro_house_title {
	width: 300px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 150px;
	left: 0;
	white-space: normal;
	opacity: 1;
	transition: all .5s ease-in-out;
	z-index: 1;
}

#home_intro_foundation {
	width: 355px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 260px;
	right: -200px;
	opacity: 0;
	transition: all .25s ease-in-out;
	z-index: -1;
}

#home_intro_foundation img {
	width: 100%;
	height: auto;
	max-width: 355px;
	margin: 0;
	padding: 0;
}

#home_intro_kitchen {
	width: 100%;
	max-width: 1200px;
	height: inherit;
	position: absolute;
	bottom: 0;
	left: 200%;
	transform: translateX(-50%);
	opacity: 0;
	transition: all .5s ease-in-out;
}

#home_intro_kitchen_image {
	height: 100%;
	max-height: 600px;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 75px;
	left: 50%;
	transform: translateX(-50%);
	opacity: 1;
	animation: houseBounce 2s ease-in-out infinite;
	transition: all .5s ease-in-out;
}

#home_intro_kitchen_image img {
	width: auto;
	height: 100%;
	max-height: 600px;
	margin: 0 auto;
	padding: 0;
}

#home_intro_kitchen_shadow {
	width: 100%;
	max-width: 580px;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 50px;
	left: 50%;
	transform: translateX(-50%);
	opacity: 1;
	animation: shadowBlur 2s ease-in-out infinite;
	transition: all .5s ease-in-out;
}

#home_intro_kitchen_shadow img {
	width: 100%;
	height: auto;
	max-width: 580px;
	margin: 0 auto;
	padding: 0;
}

#home_intro_kitchen_title {
	width: 300px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 150px;
	left: 0;
	white-space: normal;
	opacity: 1;
	transition: all .5s ease-in-out;
}

#home_intro_renovation {
	width: 100%;
	max-width: 1200px;
	height: inherit;
	position: absolute;
	bottom: 0;
	left: 200%;
	transform: translateX(-50%);
	opacity: 0;
	transition: all .5s ease-in-out;
}

#home_intro_renovation_image {
	height: 100%;
	max-height: 600px;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 75px;
	left: 50%;
	transform: translateX(-50%);
	opacity: 1;
	animation: houseBounce 2s ease-in-out infinite;
	transition: all .5s ease-in-out;
}

#home_intro_renovation_image img {
	width: auto;
	height: 100%;
	max-height: 600px;
	margin: 0 auto;
	padding: 0;
}

#home_intro_renovation_shadow {
	width: 100%;
	max-width: 630px;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 50px;
	left: calc(50% - 38px);
	transform: translateX(-50%);
	opacity: 1;
	animation: shadowBlur 2s ease-in-out infinite;
	transition: all .5s ease-in-out;
}

#home_intro_renovation_shadow img {
	width: 100%;
	height: auto;
	max-width: 630px;
	margin: 0 auto;
	padding: 0;
}

#home_intro_renovation_title {
	width: 300px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 150px;
	left: 0;
	white-space: normal;
	opacity: 1;
	transition: all .5s ease-in-out;
}

#home_intro_inner {
	width: 100%;
	max-width: 1200px;
	height: inherit;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

#home_intro_roof {
	width: 290px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: -115px;
	right: 0px;
	opacity: 0;
	transition: all .25s ease-in-out;
	z-index: 1;
}

#home_intro_roof img {
	width: 100%;
	height: auto;
	max-width: 290px;
	margin: 0;
	padding: 0;
}

#home_intro_wall {
	width: 189px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 192px;
	right: -105px;
	opacity: 0;
	transition: all .25s ease-in-out;
}

#home_intro_wall img {
	width: 100%;
	height: auto;
	max-width: 189px;
	margin: 0;
	padding: 0;
}

#home_reviews {
	width: 90%;
	margin: 100px 0;
	padding: 0 5%;
	position: relative;
}

#home_reviews_inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
	position: relative;
}

#main {
	width: 90%;
	margin: 100px auto;
	padding: 0 5%;
	position: relative;
}

#main_inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
	position: relative;
}

#main_top {
	width: 90%;
	height: 500px;
	margin: 0 auto;
	padding: 0 5%;
	position: relative;
	background: #b4e3fa no-repeat top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	display: block;
}

#main_top_inner {
	width: 100%;
	max-width: 1200px;
	height: inherit;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

#main_top_title {
	width: 300px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 125px;
	left: 0;
	white-space: normal;
	transition: all .5s ease-in-out;
}

#mobile_menu_container {
	display: none;
}

#reviews_container {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}

#team_container {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	display: flex;
	gap: 50px;
}

#video {
    position: relative;
	margin: 0;
	padding-bottom: 56.25%;
	padding-top: 0;
	height: 0;
	overflow: hidden;
}

#video iframe {
    padding: 10px;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #000;
	box-sizing: border-box;
}

#video_container {
    width: 100%;
    height: auto;
    max-width: 560px;
    margin: 0 50px 25px 0;
    padding: 0;
    float: left;
}

/* Classes */

:root {
	--slider-position: 50%;
}

.before_after {
	width: 100%;
	max-width: 588px;
	margin: 0;
	padding: 5px;
	overflow: hidden;
	border: 1px solid #e56919;
}

.before_after_handle {
	width: 3px;
	height: 100%;
	position: absolute;
	top: 0;
	left: var(--slider-position);
	transform: translateX(-50%);
	background-color: #fff;
	z-index: 2;
	pointer-events: none;
}

.before_after_handle::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 34.6667px;
	height: 40px;
	background: url("images/bilt_gallery_beforeafter.svg") no-repeat;
}

.before_after_image.before,
.before_after_image.after {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	display: block;
}

.before_after_image.before img,
.before_after_image.after img {
	width: 100%;
	height: auto;
}

.before_after_image.before {
	object-position: left center;
	clip-path: inset(0 calc(100% - var(--slider-position)) 0 0);
	z-index: 0;
}

.before_after_image.after {
	object-position: right center;
	clip-path: inset(0 0 0 var(--slider-position));
	z-index: 1;
}

.before_after_handle,
.before_after_image.before,
.before_after_image.after {
	transition: clip-path 0.1s linear, left 0.1s linear;
}

.before_after_slider {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	cursor: ew-resize;
	opacity: 0;
	z-index: 3;
}

.before_after_wrapper {
	width: 100%;
	padding-top: 60%; /* aspect ratio (360/600) */
	position: relative;
}

.bless {
	width: 100%;
	margin: 0 0 50px 0;
	padding: 0;
	display: flex;
	gap: 50px;
	align-items: center;
	position: relative;
}

.bless:nth-child(even) {
	flex-direction: row-reverse;
}

.bless:last-child {
	margin: 0;
	padding: 0;
}

.bless_image {
	width: 200px;
	margin: 0;
	padding: 0;
}

.bless_image img {
	width: 100%;
	height: auto;
	max-width: 200px;
	margin: 0;
	padding: 0;
}

.bless_text {
	width: calc(100% - 250px);
	margin: 0;
	padding: 0;
}

.fab {
	width: 24px;
	height: 24px;
	font-size: 14px;
	margin: 0;
	padding: 0;
	background-color: transparent;
	border: 1px solid #e56919;
	border-radius: 50%;
	position: relative;
	transition: all .25s ease-in-out;
}

.fab::before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.fab:hover {
	background-color: #e56919;
}

.facts {
	font: normal 1em "Conneqt Bold", arial, sans-serif;
	text-transform: uppercase;
	color: #fff;
	width: 175px;
	height: 204.3658px;
	margin: 0 0 20px 0;
	padding: 0;
	background-color: #e56919;
	clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
	text-align: center;
	position: relative;
}

.facts:last-child {
	margin: 0;
	padding: 0;
}

.facts p {
	width: 90%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.fas {
	width: 24px;
	height: 24px;
	font-size: 14px;
	margin: 0;
	padding: 0;
	border: 1px solid #e56919;
	border-radius: 50%;
	position: relative;
	transition: all .25s ease-in-out;
}

.fas::before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.fas:hover {
	background-color: #e56919;
}

.gallery {
	width: calc((100% - 100px) / 5);
	margin: 0;
	padding: 0;
	opacity: 1;
	transition: all .25s ease-in-out;
}

.gallery:hover {
	opacity: .75;
}

.gallery img {
	width: 100%;
	height: auto;
	max-width: 220px;
	margin: 0;
	padding: 5px;
	border: 1px solid #e56919;
	box-sizing: border-box;
}

.gallery_container {
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 25px;
	flex-wrap: wrap;
	position: relative;
}

.ghost_choice {
	font: normal 0em "Conneqt Bold", arial, sans-serif;
	text-transform: uppercase;
	color: #e56919;
	margin: 0;
	padding: 6px 12px;
	background-color: transparent;
	border: 1px solid #e56919;
    cursor: pointer;
	opacity: 0;
	transition: all .25s ease-in-out;
    box-sizing: border-box;
    display: inline-block;
	position: absolute;
	bottom: 25px;
	left: 25px;
	border-radius: 25px;
	white-space: nowrap;
	z-index: 1;
}

.ghost_choice:hover {
	color: #fff;
	background-color: #e56919;
    border: 1px solid #e56919;
}

.ghost_choice.disabled {
	color: #fff;
	background-color: #ccc;
	border: 1px solid #ccc;
	opacity: 0;
}

.ghost_choice.disabled:hover {
}

.ghost_orange {
	font: normal .75em "Conneqt Bold", arial, sans-serif;
	text-transform: uppercase;
	color: #e56919;
	margin: 0;
	padding: 10px 20px;
	background-color: transparent;
	border: 1px solid #e56919;
    cursor: pointer;
	transition: all .25s ease-in-out;
    box-sizing: border-box;
    display: inline-block;
	position: relative;
	border-radius: 25px;
	white-space: nowrap;
	z-index: 1;
}

.ghost_orange::after {
	content: '\25B6';
	font-size: 12px;
	color: #fff;
	position: absolute;
	top: calc(50% - 1px);
	right: 40px;
	transform: translateY(-50%);
	opacity: 0;
	transition: all .25s ease-in-out;
}

.ghost_orange:hover {
	color: #fff;
	padding: 10px 40px 10px 20px;
	background-color: #e56919;
    border: 1px solid #e56919;
}

.ghost_orange:hover::after {
	right: 20px;
	opacity: 1;
}

.ghost_orange.disabled {
	opacity: 0;
	z-index: -1;
}

.ghost_orange.disabled:hover {
}

.ghost_orange_small {
	font: normal .625em "Conneqt Bold", arial, sans-serif;
	text-transform: uppercase;
	color: #e56919;
	margin: 0;
	padding: 6px 12px;
	background-color: transparent;
	border: 1px solid #e56919;
    cursor: pointer;
	transition: all .25s ease-in-out;
    box-sizing: border-box;
    display: inline-block;
	position: relative;
	border-radius: 25px;
	white-space: nowrap;
	z-index: 1;
}

.ghost_orange_small::after {
	content: '\25B6';
	font-size: 12px;
	color: #fff;
	position: absolute;
	top: 50%;
	right: 40px;
	transform: translateY(-50%);
	opacity: 0;
	transition: all .25s ease-in-out;
}

.ghost_orange_small:hover {
	color: #fff;
	padding: 6px 32px 6px 12px;
	background-color: #e56919;
    border: 1px solid #e56919;
}

.ghost_orange_small:hover::after {
	right: 12px;
	opacity: 1;
}

.ghost_purple {
	font: normal .75em "Conneqt Bold", arial, sans-serif;
	text-transform: uppercase;
	color: #7575cb;
	margin: 0;
	padding: 10px 20px;
	background-color: transparent;
	border: 1px solid #7575cb;
    cursor: pointer;
	transition: all .25s ease-in-out;
    box-sizing: border-box;
    display: inline-block;
	position: absolute;
	border-radius: 25px;
	white-space: nowrap;
	z-index: 1;
}

.ghost_purple:hover {
	color: #b4e3fa;
	background-color: #7575cb;
    border: 1px solid #7575cb;
}

.ghost_purple:hover > .point.bathroom {
	width: 150px;
	left: calc(50% - 73.5px);
}

.ghost_purple:hover > .point.exterior {
	width: 150px;
	left: calc(50% - 73.5px);
}

.ghost_purple:hover > .point.kitchen {
	height: 100px;
	top: -111px;
}

.ghost_purple:hover > .point.renovation {
	width: 150px;
	left: calc(50% - 73.5px);
}

.ghost_purple.back {
	top: 215px;
	left: 200%;
	/*bottom: 75px;
	right: -150%;*/
	opacity: 0;
	transition: all .5s ease-in-out;
}

.ghost_purple.back::after {
	content: '\25C0';
	font-size: 12px;
	color: #b4e3fa;
	position: absolute;
	top: calc(50% - 1px);
	left: 40px;
	transform: translateY(-50%);
	opacity: 0;
	transition: all .25s ease-in-out;
}

.ghost_purple.back:hover {
	color: #b4e3fa;
	padding: 10px 20px 10px 40px;
	background-color: #7575cb;
    border: 1px solid #7575cb;
}

.ghost_purple.back:hover::after {
	left: 20px;
	opacity: 1;
}

.ghost_purple.back.visible {
	left: 0;
	/*right: 0;*/
	opacity: 1;
}

.ghost_purple.bathrooms {
	top: 100px;
	right: -175px;
}

.ghost_purple.exteriors {
	bottom: 215px;
	right: -145px;
}

.ghost_purple.kitchens {
	bottom: 50px;
	left: 0;
}

.ghost_purple.renovations {
	bottom: 0;
	right: 75px;
}

.ghost_white {
	font: normal .75em "Conneqt Bold", arial, sans-serif;
	text-transform: uppercase;
	color: #fff;
	margin: 0;
	padding: 10px 20px;
	background-color: transparent;
	border: 1px solid #fff;
    cursor: pointer;
	transition: all .25s ease-in-out;
    box-sizing: border-box;
    display: inline-block;
	position: relative;
	border-radius: 25px;
	white-space: nowrap;
	z-index: 1;
}

.ghost_white::after {
	content: '\25B6';
	font-size: 12px;
	color: #7575cb;
	position: absolute;
	top: calc(50% - 1px);
	right: 40px;
	transform: translateY(-50%);
	opacity: 0;
	transition: all .25s ease-in-out;
}

.ghost_white:hover {
	color: #7575cb;
	padding: 10px 40px 10px 20px;
	background-color: #fff;
    border: 1px solid #fff;
}

.ghost_white:hover::after {
	right: 20px;
	opacity: 1;
}

.hexagon_image {
	width: 315.2332px;
	height: 364px;
	clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
	position: absolute;
	top: 0;
	right: 25px;
	transform: translateY(-50%);
	z-index: 1;
}

.hexagon_image img {
	width: auto;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.hexagon_shape_blue {
	width: 225.1666px;
	height: 260px;
	clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
	position: absolute;
	top: 0;
	left: 2px;
	transform: translateY(-50%);
	background-color: #44b8f3;
	z-index: 2;
}

.hexagon_shape_orange {
	width: 358.5345px;
	height: 414px;
	clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
	position: absolute;
	top: 0;
	right: 3px;
	transform: translateY(-50%);
	background-color: #e56919;
	z-index: 0;
}

.hexagon_subimage {
	width: 199.1858px;
	height: 230px;
	clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
	position: absolute;
	top: 0;
	left: 15px;
	transform: translateY(-50%);
	z-index: 4;
}

.hexagon_subimage img {
	width: auto;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.hotspot {
	width: 25px;
	height: 25px;
	position: absolute;
	transform: translate(-50%,-50%);
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0 0 10px rgba(107,167,201,.5);
	cursor: pointer;
	transition: all .25s ease-in-out;
}

.hotspot:hover {
	width: 300px;
	height: 250px;
	border-radius: 25px;
	box-shadow: 0 0 10px rgba(107,167,201,.75);
	z-index: 1;
}

.hotspot > .hotspot_text {
	width: 100%;
	height: inherit;
	font: normal 0em "DM Sans Medium", arial, sans-serif;
    line-height: 1.5em;
    color: #7575cb;
	margin: 0;
	padding: 25px;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	transition: all .25s ease-in-out;
	z-index: 1;
}

.hotspot::before {
	content: '';
	position: relative;
	display: block;
	width: 100px;
	height: 100px;
	margin: -37.5px 0 0 -37.5px;
	border-radius: 50px;
	box-sizing: border-box;
	background-color: #44b8f3;
	animation: pulseRing 2s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

.hotspot:hover::before {
	width: 0;
	height: 0;
	animation: none;
}

.hotspot::after {
	content: '';
	position: absolute;
	left: 0; 
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: white;
	border-radius: 15px;
	box-shadow: 0 0 8px rgba(0,0,0,.3);
}

.hotspot.b1 {
	top: 70%;
	left: 30%;
}

.hotspot.b1:hover > .hotspot_text {
	font-size: .75em;
	opacity: 1;
}

.hotspot.b1:hover > .ghost_choice {
	font-size: .625em;
	opacity: 1;
}

.hotspot.b2 {
	top: 43%;
	left: 54%;
}

.hotspot.b2:hover > .hotspot_text {
	font-size: .75em;
	opacity: 1;
}

.hotspot.b2:hover > .ghost_choice {
	font-size: .625em;
	opacity: 1;
}

.hotspot.b3 {
	top: 35%;
	left: 85%;
}

.hotspot.b3:hover > .hotspot_text {
	font-size: .75em;
	opacity: 1;
}

.hotspot.b3:hover > .ghost_choice {
	font-size: .625em;
	opacity: 1;
}

.hotspot.e1 {
	top: 85%;
	left: 25%;
}

.hotspot.e1:hover > .hotspot_text {
	font-size: .75em;
	opacity: 1;
}

.hotspot.e1:hover > .ghost_choice {
	font-size: .625em;
	opacity: 1;
}

.hotspot.e2 {
	top: 60%;
	left: 45%;
}

.hotspot.e2:hover > .hotspot_text {
	font-size: .75em;
	opacity: 1;
}

.hotspot.e2:hover > .ghost_choice {
	font-size: .625em;
	opacity: 1;
}

.hotspot.e3 {
	top: 80%;
	left: 90%;
}

.hotspot.e3:hover > .hotspot_text {
	font-size: .75em;
	opacity: 1;
}

.hotspot.e3:hover > .ghost_choice {
	font-size: .625em;
	opacity: 1;
}

.hotspot.e4 {
	top: 30%;
	left: 5%;
}

.hotspot.e4:hover > .hotspot_text {
	font-size: .75em;
	opacity: 1;
}

.hotspot.e4:hover > .ghost_choice {
	font-size: .625em;
	opacity: 1;
}

.hotspot.e5 {
	top: 5%;
	left: 25%;
}

.hotspot.e5:hover > .hotspot_text {
	font-size: .75em;
	opacity: 1;
}

.hotspot.e5:hover > .ghost_choice {
	font-size: .625em;
	opacity: 1;
}

.hotspot.e6 {
	top: 35%;
	left: 70%;
}

.hotspot.e6:hover > .hotspot_text {
	font-size: .75em;
	opacity: 1;
}

.hotspot.e6:hover > .ghost_choice {
	font-size: .625em;
	opacity: 1;
}

.hotspot.k1 {
	top: 30%;
	left: 10%;
}

.hotspot.k1:hover > .hotspot_text {
	font-size: .75em;
	opacity: 1;
}

.hotspot.k1:hover > .ghost_choice {
	font-size: .625em;
	opacity: 1;
}

.hotspot.k2 {
	top: 51%;
	left: 49%;
}

.hotspot.k2:hover > .hotspot_text {
	font-size: .75em;
	opacity: 1;
}

.hotspot.k2:hover > .ghost_choice {
	font-size: .625em;
	opacity: 1;
}

.hotspot.k3 {
	top: 58%;
	left: 80%;
}

.hotspot.k3:hover > .hotspot_text {
	font-size: .75em;
	opacity: 1;
}

.hotspot.k3:hover > .ghost_choice {
	font-size: .625em;
	opacity: 1;
}

.hotspot.r1 {
	top: 65%;
	left: 15%;
}

.hotspot.r1:hover > .hotspot_text {
	font-size: .75em;
	opacity: 1;
}

.hotspot.r1:hover > .ghost_choice {
	font-size: .625em;
	opacity: 1;
}

.hotspot.r2 {
	top: 40%;
	left: 45%;
}

.hotspot.r2:hover > .hotspot_text {
	font-size: .75em;
	opacity: 1;
}

.hotspot.r2:hover > .ghost_choice {
	font-size: .625em;
	opacity: 1;
}

.hotspot.r3 {
	top: 60%;
	left: 80%;
}

.hotspot.r3:hover > .hotspot_text {
	font-size: .75em;
	opacity: 1;
}

.hotspot.r3:hover > .ghost_choice {
	font-size: .625em;
	opacity: 1;
}

.image_left {
    height: 150px;
    margin: 0 25px 10px 0;
    padding: 0;
	float: left;
}

.image_left img {
    width: auto;
    height: 100%;
    max-width: 150px;
    margin: 0;
    padding: 0;
}

.image_right {
    height: 150px;
    margin: 0 0 10px 25px;
    padding: 0;
	float: right;
}

.image_right img {
    width: auto;
    height: 100%;
    max-width: 150px;
    margin: 0;
    padding: 0;
}

.menu {
	cursor: pointer;
}

.menu ul {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
}

.menu ul li {
	font: normal .65em "Conneqt Bold", arial, sans-serif;
	text-transform: uppercase;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	position: relative;
}

.menu ul li a {
	font: normal 1em "Conneqt Bold", arial, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #e56919;
	margin: 0;
	padding: 0;
	transition: all .25s ease-in-out;
}

.menu ul li a.active {
    color: #7575cb;
}

.menu ul li a::before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 1px;
	bottom: -5px;
	left: 0;
	background-color: #7575cb;
	transform: scaleX(0);
	transform-origin: center;
	transition: transform .125s ease-in-out;
}

.menu ul li a:hover::before {
	transform: scaleX(1);
}
	
.menu ul li a:hover {
	text-decoration: none;
	color: #7575cb;
	cursor: pointer;
}

.menu ul li:hover > a {
    color: #7575cb;
}

.menu_container {
	margin: 0;
	padding: 0;
}

.otgs-development-site-front-end {
	display: none !important;
}

.pdf {
    font-size: .875em;
    margin: 0 0 5px 0;
    padding: 0;
    cursor: pointer;
}

.pdf::before {
	width: 28px;
	height: 18px;
	content: "";
    display: inline-block;
    background: url(images/bilt_pdf_icon.svg) no-repeat left center;
    background-size: 18px 18px;
	vertical-align: middle;
}

.point {
	width: 3px;
	height: 3px;
	background: #7575cb;
	border-radius: 1.5px;
	position: absolute;
	top: -15px;
	left: 50%;
	transform: translateX(-50%);
	transition: all .125s ease-in-out;
}

.review {
    width: 100%;
    max-width: 1200px;
    margin: 0 0 50px 0;
    padding: 0 0 50px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 75px;
	position: relative;
	border-bottom: 1px dotted #7575cb; 
}

.review:last-child {
	margin: 0;
	padding: 0;
	border-bottom: none;
}

.review:nth-child(even) {
	flex-direction: row-reverse;
}

.review:nth-child(even) > .review_left {
	margin: 0 13px 0 0;
}

.review:nth-child(even) > .review_left > .review_hexagon_shape {
	background-color: #44b8f3;
}

.review_content {
	margin: 0 0 10px 0;
	padding: 0;
}

.review_content p {
	margin: 0 0 10px 0;
	padding: 0;
}

.review_hexagon_shape {
	width: 242.4870px;
	height: 280px;
	clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: #e56919;
	z-index: 0;
}

.review_home {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 75px;
	position: relative;
}

.review_home_left {
	width: 520px;
	margin: 0;
	padding: 0;
	position: relative;
}

.review_home_right {
	width: calc(100% - 595px);
	max-width: 605px;
	margin: 0;
	padding: 0;
	position: relative;
}

.review_image {
	width: 216.5063px;
	height: 250px;
	clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
	position: relative;
}

.review_image img {
	width: auto;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.review_left {
	margin: 0 0 0 13px;
	padding: 0;
	position: relative;
}

.review_name {
	font: normal .75em "DM Sans Bold", arial, sans-serif;
	text-transform: uppercase;
	color: #e56919;
	margin: 0 0 25px 0;
	padding: 0;
}

.review_right {
	width: calc(100% - 320px);
	max-width: 880px;
	margin: 0;
	padding: 0;
	position: relative;
}

.team {
	width: calc((100% - 100px) / 3);
	max-width: 366.67px;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
}

.team_image {
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0;
	position: relative;
}

.team_image img {
	width: 100%;
	height: auto;
	max-width: 366.67px;
	margin: 0;
	padding: 5px;
	border: 1px solid #e56919;
	box-sizing: border-box;
}

.team_image_single {
	width: 400px;
	margin: 0 50px 10px 0;
	padding: 0;
	float: left;
	position: relative;
}

.team_image_single img {
	width: 100%;
	height: auto;
	max-width: 400px;
	margin: 0;
	padding: 5px;
	border: 1px solid #e56919;
	box-sizing: border-box;
}

.team_name {
	font: normal 1.5em "Conneqt Bold", arial, sans-serif;
	text-transform: uppercase;
	line-height: 1em;
	color: #7575cb;
	margin: 0 0 5px 0;
	padding: 0;
}

.team_title {
	font: normal .75em "DM Sans Bold", arial, sans-serif;
	text-transform: uppercase;
	color: #e56919;
	margin: 0 0 10px 0;
	padding: 0;
}

/* Form */

#gform_wrapper_1 form {
	width: 50% !important;
	margin: 50px 0 0 0 !important;
}

#gform_wrapper_1 .gfield_label {
    font: normal 1em "Conneqt Bold", arial, sans-serif !important;
	text-transform: uppercase !important;
	line-height: 1.25em !important;
	color: #fff !important;
	margin: 0 0 5px 0 !important;
	padding: 0 !important;
}

#gform_wrapper_1 .gform_footer input.button,
#gform_wrapper_1 .gform_footer input[type="submit"] {
    width: auto !important;
	font: normal .75em "Conneqt Bold", arial, sans-serif !important;
	text-transform: uppercase !important;
	color: #fff !important;
	margin: 0 !important;
	padding: 10px 20px !important;
	background-color: transparent !important;
	border: 1px solid #fff !important;
    cursor: pointer !important;
	transition: all .25s ease-in-out !important;
    box-sizing: border-box !important;
    display: inline-block !important;
	position: relative !important;
	border-radius: 25px !important;
}

#gform_wrapper_1 .gform_footer input[type="submit"]:hover {
    color: #7575cb !important;
	padding: 10px 20px !important;
	background-color: #fff !important;
    border: 1px solid #fff !important;
}

#gform_wrapper_1 .gform_wrapper .gfield_required {
    color: #fff !important;
    margin-left: 0px !important;
}

#gform_wrapper_1 .ginput_container input {
	width: 100% !important;
	font: normal 1em "DM Sans Regular", arial, sans-serif !important;
	line-height: 1.5em !important;
	color: #fff !important;
    margin: 0 0 10px 0 !important;
    padding: 10px 20px !important;
    background-color: transparent !important;
    border: none !important;
	border-bottom: 1px solid #fff !important;
    border-radius: 0 !important;
	box-sizing: border-box !important;
}

#gform_wrapper_1 .ginput_container input[type="checkbox"],
#gform_wrapper_1 .ginput_container input[type="checkbox"] {
	width: 13px !important;
	font: normal 1em "DM Sans Regular", arial, sans-serif !important;
	line-height: 1.5em !important;
	color: #fff !important;
    margin: 0 10px 0 0 !important;
    padding: 0 !important;
}

#gform_wrapper_1 .ginput_container select {
	width: 100% !important;
	font: normal 1em "DM Sans Regular", arial, sans-serif !important;
	line-height: 1.5em !important;
	color: #fff !important;
    margin: 0 0 10px 0 !important;
    padding: 10px 20px !important;
    background-color: transparent !important;
    border: none !important;
	border-bottom: 1px solid #fff !important;
    border-radius: 0 !important;
	box-sizing: border-box !important;
}

#gform_wrapper_1 .ginput_container textarea {
	width: 100% !important;
	font: normal 1em "DM Sans Regular", arial, sans-serif !important;
	line-height: 1.5em !important;
	color: #fff !important;
    margin: 0 0 10px 0 !important;
    padding: 10px 20px !important;
    background-color: transparent !important;
    border: none !important;
	border-bottom: 1px solid #fff !important;
    border-radius: 0 !important;
	box-sizing: border-box !important;
    resize: none !important;
}

.clear-multi {
    display: flex !important;
    justify-content: space-between !important;
}

.gfield_label {
    font: normal 1em "Conneqt Bold", arial, sans-serif !important;
	text-transform: uppercase !important;
	line-height: 1.25em !important;
	color: #7575cb !important;
	margin: 0 0 5px 0 !important;
	padding: 0 !important;
}

.gform_body ul {
	list-style-type: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.gform_body ul li {
	margin: 0 !important;
	padding: 0 !important;
}

.gform_footer input.button,
.gform_footer input[type="submit"] {
    width: auto !important;
	font: normal .75em "Conneqt Bold", arial, sans-serif !important;
	text-transform: uppercase !important;
	color: #7575cb !important;
	margin: 0 !important;
	padding: 10px 20px !important;
	background-color: transparent !important;
	border: 1px solid #7575cb !important;
    cursor: pointer !important;
	transition: all .25s ease-in-out !important;
    box-sizing: border-box !important;
    display: inline-block !important;
	position: relative !important;
	border-radius: 25px !important;
}

.gform_footer input[type="submit"]:hover {
    color: #fff !important;
	padding: 10px 20px !important;
	background-color: #7575cb !important;
    border: 1px solid #7575cb !important;
}

.gform_required_legend {
	display: none !important;
}

.gform_wrapper {
	margin: 0 !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    margin: 0 !important;
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-top: 4px !important;
}

.gform_wrapper .gfield_required {
    color: #7575cb !important;
    margin-left: 0px !important;
}

.gform_wrapper .gform_footer {
	margin: 25px 0 0 0 !important;
	padding: 0 !important;
	clear: none !important;
}

.gform_wrapper.gravity-theme .ginput_complex label {
	font: normal 1em "DM Sans Regular", times, serif !important;
	line-height: 1.5em !important;
	color: #a50000 !important;
    margin: 5px 0 0 0 !important;
    padding: 0 0 0 20px !important;
	display: none !important;
}

.gform_wrapper .gform_validation_errors {
    width: 100% !important;
    margin: 25px 0 10px 0 !important;
    padding: 0 !important;
	background: transparent !important;
    border-radius: 0px !important;
    border: none !important;
    box-shadow: none !important;
    position: relative !important;
}

.gform_wrapper .gform_validation_errors > h2 {
    font: normal 1.5em "Conneqt Bold", arial, sans-serif !important;
    text-transform: uppercase !important;
	line-height: 1em !important;
    color: #a50000 !important;
	margin: 0 0 25px 0 !important;
	padding: 0 0 0 60px !important;
	border: none !important;
}

.gform_wrapper.gravity-theme fieldset {
	border: none !important;
	display: block !important;
	margin: 0 0 25px 0 !important;
}

.ginput_container input {
	width: 100% !important;
	font: normal 1em "DM Sans Regular", arial, sans-serif !important;
	line-height: 1.5em !important;
	color: #989aa5 !important;
    margin: 0 0 10px 0 !important;
    padding: 10px 20px !important;
    background-color: transparent !important;
    border: none !important;
	border-bottom: 1px solid #7575cb !important;
    border-radius: 0 !important;
	box-sizing: border-box !important;
}

.ginput_container input[type="checkbox"] {
	width: 13px !important;
	font: normal 1em "DM Sans Regular", arial, sans-serif !important;
	line-height: 1.5em !important;
	color: #989aa5 !important;
    margin: 0 10px 0 0 !important;
    padding: 0 !important;
}

.ginput_container select {
	width: 100% !important;
	font: normal 1em "DM Sans Regular", arial, sans-serif !important;
	line-height: 1.5em !important;
	color: #989aa5 !important;
    margin: 0 0 10px 0 !important;
    padding: 10px 20px !important;
    background-color: transparent !important;
    border: none !important;
	border-bottom: 1px solid #7575cb !important;
    border-radius: 0 !important;
	box-sizing: border-box !important;
}

.ginput_container textarea {
	width: 100% !important;
	font: normal 1em "DM Sans Regular", arial, sans-serif !important;
	line-height: 1.5em !important;
	color: #989aa5 !important;
    margin: 0 0 10px 0 !important;
    padding: 10px 20px !important;
    background-color: transparent !important;
    border: none !important;
	border-bottom: 1px solid #7575cb !important;
    border-radius: 0 !important;
	box-sizing: border-box !important;
    resize: none !important;
}

.ginput_container_multiselect .chosen-container {
	width: 100% !important;
	font: normal 1em "DM Sans Regular", arial, sans-serif !important;
	line-height: 1.5em !important;
	color: #989aa5 !important;
    margin: 0 0 10px 0 !important;
    padding: 10px 20px !important;
    background-color: transparent !important;
    border: none !important;
	border-bottom: 1px solid #7575cb !important;
    border-radius: 0 !important;
	box-sizing: border-box !important;
}

.ginput_container_multiselect .chosen-container .chosen-search-input {
	margin: 0 !important;
    padding: 0 !important;
}

.ginput_container_multiselect .chosen-choices {
	width: 100% !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden;
	background-color: transparent !important;
	border: none !important;
	box-shadow: none !important;
	cursor: text !important;
	position: relative !important;
}

.ginput_container_multiselect .chosen-choices .search-choice {
	max-width: 100% !important;
	font: normal .75em "Conneqt Bold", arial, sans-serif !important;
	line-height: inherit !important;
	color: #e56919 !important;
	margin: 0 10px 5px 0 !important;
	padding: 5px 30px 5px 15px !important;
	border: 1px solid #e56919 !important;
	border-radius: 25px !important;
	background-clip: unset !important;
	background-color: transparent !important;
	background-image: none !important;
	background-repeat: no-repeat !important;
	background-size: 100% !important;
	box-shadow: none !important;
	cursor: pointer !important;
	position: relative !important;
}

.ginput_container_multiselect .chosen-choices .search-choice:hover {
	color: #fff;
	background-color: #e56919;
    border: 1px solid #e56919;
}

.ginput_container_multiselect .chosen-drop {
	border: 1px solid #7575cb !important;
	border-top: none !important;
	box-sizing: border-box !important;
}

.ginput_container_multiselect .chosen-results {
	width: 100% !important;
	font: normal 1em "DM Sans Regular", arial, sans-serif !important;
	line-height: 1.5em !important;
	color: #989aa5 !important;
    margin: 0 0 10px 0 !important;
    padding: 10px 20px !important;
    background-color: transparent !important;
}

.ginput_container_multiselect .chosen-results li {
	margin: 0 0 5px 0 !important;
    padding: 0 !important;
}

.ginput_container_multiselect .chosen-results li:last-child {
	margin: 0 !important;
    padding: 0 !important;
}

.search-choice-close {
	width: 12px !important;
	position: absolute !important;
	top: 13px !important;
	right: 10px !important;
}

img.gform_ajax_spinner {
	display: none !important;
}

.grecaptcha-badge {
	visibility: hidden !important;
}

.search-choice-close::before {
	color: #7575cb !important;
	opacity: 100% !important;
}

.validation_error {
	display: none !important;
}

.validation_message {
	font: normal .75em "DM Sans Regular", arial, sans-serif !important;
	line-height: 1em !important;
	color: #a50000 !important;
	margin: 0 0 10px 0 !important;
	padding: 0 !important;
	background-color: transparent !important;
	border: none !important;
}

/* Animated Hamburger */

.hamburger {
	display: none;
}

}

/* Other Animations */

@keyframes houseBounce {
	0% {bottom: 75px;}
	50% {bottom: 100px;}
	100% {bottom: 75px;}
}

@keyframes pulseRing {
	0% {transform: scale(.33);}
	80%, 100% {opacity: 0;}
}

@keyframes shadowBlur {
	0% {filter: blur(2.5px);}
	50% {filter: blur(10px);}
	100% {filter: blur(2.5px);}
}

/* End */