/***************************************
Launchpad Child Stylesheet
*****************************************/
/*
Author: Hicaliber
Author URL: hicaliber.com.au
Description: Launchpad Platform Child stylesheet
*/
/***************************************
Table of Contents:

Typography
Custom CSS Variables

/*************************************
#TYPOGRAPHY - START
**************************************/

:root {
	--commercial-color: #e4dcd4;
}
body {
	font-family: var(--lp--base-preset--body--font-family);
	font-weight: 300;
}

h1, h2, h3, h4, h5, h6, .hic-project-features-block .hpf-column.hpf-column-1 span, .accordion-container .accordion-item .accordion-title {
	font-family: var(--lp--base-preset--heading--font-family);
	font-weight: 500;
	/* font-family: "PT Serif", serif; */
}

.blurb-type-2 .section-body .hic-item:not(:first-child) .hic-box .hic-media-container .hic-image:after {
	font-family: var(--lp--base-preset--heading--font-family);
	font-weight: 600;
}
body, p, ul, ol, .gfield--input-type-html {
	font-weight: 400;
	font-size: 15px;
	font-family: "Open Sans", serif;
}
.box-title-dots-on-span .hic-box .hic-title span,
.headers-reverse .heading-and-subheading > .cell .sub-heading,
header.header.custom-header-layout .top-bar ul li a,
.single .hic-blurb .wp-block-heading,
.large-paragpraphs .hic-blurb p,
.button-with-arrow.button,
.button-with-arrow .button, .hic-button-wrap .button,
.button,
.blurb-type-2 .section-body .hic-item:first-child .hic-box .hic-title h3,
footer.default-footer-layout .footer-col.footer-col-1 h4,
.large-paragpraphs .hic-blurb p,
footer.default-footer-layout.footer .footer-col:not(.footer-col-1) h4,
.wp-block-categories-list.wp-block-categories li a,
.box-title-small .hic-box .hic-title h3 {
	font-family: "Open Sans", serif;
}
.blurb-type-2 .section-body .hic-item:first-child .hic-box .hic-title h3,
footer.default-footer-layout .footer-col.footer-col-1 h4 {
	font-size: 16px;
}
.box-title-dots-on-span .hic-box .hic-title span {
	letter-spacing: 1px;
}
.hero .hero-banner-message h1 span, .hero .hero-banner-message h1 em, .section-title span, .hic-title span, 
.image-left-content .hic-title h3 span, .image-right-content .hic-title h3 span {
	font-family: var(--lp--base-preset--heading--font-family);
}
.hero .hero-banner-message h1, .hero .hero-banner-message .h1, .lp-hero .lp-hero-banner h1,
body:not(.home) .hero .hero-banner-message h1, body:not(.home) .hero .hero-banner-message .h1, body:not(.home) .lp-hero .lp-hero-banner h1 {
	font-weight: 400 !important;
}
p {
	margin-bottom: 1.5rem;
}
.content-box-element .section-body .hic-blurb p{
	margin-bottom: 1rem;
} 
.content-box-element .section-body .hic-blurb .gform_wrapper {
    margin-top: 40px;
}
.form-no-space-top .section-body .hic-blurb .gform_wrapper {
	margin-top: 0px;
}
body,
.image-above-content:not(.dark-section) .section-body .button {
	color: var(--lp--base-preset--body--color);
}
/*************************************
!TYPOGRAPHY - END
**************************************/

/*************************************
#CUSTOM CSS VARIABLES - START
**************************************/
/*Use format --lp--custom-preset--  */
:root{
  --lp--custom-preset--border-color: #eee;
}
/*************************************
!CUSTOM CSS VARIABLES - END
**************************************/

/* Added CSS */

/* Overrides */

.header .top-bar .logo-wrap .logo {
	max-width: 160px;
}
@media(min-width: 1280px) {
	.header .top-bar .logo-wrap .logo {
		max-width: 220px;
	}
	.force-header-primary {

	}
}
.page-type-commercial .header .menu .is-dropdown-submenu li.active a {
	color:var(--lp--base-preset--brand-color--primary) !important;
}
.box-title-with-dot .hic-title,
.section-header .sub-heading,
.box-title-dots-on-span .hic-box .hic-title span {
	margin-bottom: 15px;
	position: relative;
	padding-left: 25px;
	color:var(--lp--base-preset--button--background-color);
}
.box-title-with-dot-brand .section-header .sub-heading {
	color:var(--lp--base-preset--brand-color--primary);
}
.box-title-with-dot-brand.color-all-white .section-header .sub-heading {
	color:#fff;
}
.box-title-dots-on-span .hic-box .hic-title span {
	line-height: 1.4;
	font-weight: 500;
    font-size: 15px;
}
.box-title-dots-on-span .hic-box .hic-title {
	padding-left: 0px;
}
.box-title-with-dot .hic-title:before,
.section-header .sub-heading:before,
.box-title-dots-on-span .hic-box .hic-title span:before {
	content:"";
	position: absolute;
	width: 15px;
	height: 15px;
	background: var(--lp--base-preset--button--background-color);
	border-radius: 50%;
	-ms-border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	top: 4px;
    left: 0;
}
.box-title-with-dot-brand .section-header .sub-heading:before {
	background: var(--lp--base-preset--brand-color--primary);
}
.commercial-dot .box-title-with-dot .hic-title:before,
.commercial-dot.box-title-with-dot .hic-title:before,
.commercial-dot .section-header .sub-heading:before,
.commercial-dot.box-title-dots-on-span .hic-box .hic-title span:before,
.commercial-dot .box-title-dots-on-span .hic-box .hic-title span:before {
	background: var(--commercial-color);
}
.box-title-dots-on-span .hic-box .hic-title:before {
	display: none !important;
}


.image-above-content .hic-box .hic-title,
.image-above-content .hic-box .hic-blurb {
	padding-bottom: 10px;
}

.hero .hero-banner-message h1, .hero .hero-banner-message .h1 {
	font-size: 60px;
	line-height: 1.1;
}
.hero .hero-banner-message h1 i {
	line-height: inherit;
	font-size: inherit;
}
.hero .hero-banner-message div {
	font-family: "Open Sans", serif;
}
.image-above-content.page-element .hic-title h3 {
	text-transform: unset;
}
.widget.widget_block .wp-block-heading,
.hic-title h3 {
	line-height: 1.4;
    font-size: 26px;
	font-weight: 400;
}
.single-team .body-content .wp-block-heading {
	font-family: var(--lp--base-preset--heading--font-family);
}
.single-team .body-content .wp-block-heading strong {
	font-weight: 400;
}
.image-left-content .hic-content .hic-title,
.image-right-content .hic-content .hic-title,
.box-content-large-right .hic-content .hic-title {
	margin-bottom: 25px;
}
.image-left-content.split-50-50 .medium-12 .hic-title h3,
.image-right-content.split-50-50 .medium-12 .hic-title h3 {
	padding-bottom: 0px;
}

.social-media-details li {
	margin-right: 0px !important;
	padding-right: 0px !important;
}
.social-media-details li a {
    background: var(--lp--base-preset--brand-color--secondary);
    width: 29px;
    height: 29px;
    display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -o-flex;
	display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 2px;
}
.social-media-details li a i {
	opacity: 0.8;
}
.sidebar-element .social-media-details li a i {
	opacity: 0.5;
}
header.header .grid-container,
section.hero .inner-hero > .grid-container,
.wide-layout section.page-element:not(.row-fluid).grid-container, .wide-layout .body-content .default-width .grid-container,
.wide-layout .body-content.has-sidebar-both, 
.wide-layout .body-content.has-sidebar-left, 
.wide-layout .body-content.has-sidebar-right,
.wide-layout .grid-container {
    max-width: 1300px !important;
}
.rounded-btn .hic-button-wrap .button,
.button.rounded-btn {
	border-radius: 25px;
	-ms-border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-o-border-radius: 25px;
    padding-left: 25px;
    padding-right: 25px;
}
.button {
	font-size: 14px;
}
.back-button.button {
	position: relative;
	color:var(--lp--base-preset--brand-color--primary);
	background: transparent;
	padding: 0px;
	padding-left: 20px;
}
.back-button.button:before {
	content: "";
    width: 13px;
    height: 13px;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    top: 1px;
	left: 0;
    background-image: url('/wp-content/themes/launchpad-platform-child/assets/icons/arrow-prev.png');;
}
.page-type-commercial .back-button,
.page-type-regular .back-button {
	margin-top: 0px !important;
    margin-bottom: 30px;
}
.page-type-commercial .back-button.back-button-residential {
	display: none;
}
.page-type-commercial .back-button.back-button-commercial {
	display: inline-block;
}

.page-type-regular .back-button.back-button-commercial {
	display: none;
}
.page-type-regular .back-button.back-button-residential {
	display: inline-block;
}
.button.button-space-top-1 {
	margin-top: 15px;
}
.button.button-space-top-2 {
	margin-top: 50px;
}
.button.button-space-top-3 {
	margin-top: 70px;
}
.white-btn .hic-button-wrap .button,
.button.white-btn {
	color:var(--lp--base-preset--brand-color--primary);
	border-color: var(--lp--base-preset--brand-color--primary);
	background:#fff;
}
.white-btn .hic-button-wrap .button:hover,
.button.white-btn:hover {
	background: var(--lp--base-preset--brand-color--primary);
	color:#fff;
}
.button-position-right.button {
	float: right;
}
.overlay-link .hic-box .hic-content {
	position: relative;
}
.overlay-link .hic-box .hic-content .hic-button-wrap {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.overlay-link .hic-box .hic-content .hic-button-wrap a {
	width: 100% !important;
	height: 100%;
	padding-right: 0px !important;
	opacity: 0;
}
.overlay-link .hic-box .hic-content .hic-title h3 {
	display: inline-block;
	position: relative;
	padding-right: 25px;
}
.overlay-link .hic-box .hic-content .hic-title h3:before {
    content: "";
    width: 13px;
    height: 13px;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    right: 0;
    top: 12px;
	background-image: url('/wp-content/themes/launchpad-platform-child/assets/icons/button-arrow-green-2.png');
}
body.page-type-regular .off-canvas {
	background: var(--lp--base-preset--brand-color--primary);
}
body.light-green-theme .off-canvas {
	background: var(--lp--base-preset--brand-color--secondary) !important;
}
body.light-green-theme.header-transparent.sticky-header.scrolled .header {
	background: var(--lp--base-preset--brand-color--secondary) !important;
}
body.header-transparent.sticky-header.scrolled.page-type-commercial .header,
body.page-type-commercial .off-canvas {
	background: var(--commercial-color) !important;
}
body.page-type-commercial .off-canvas .menu > li a,
body.page-type-commercial .off-canvas .is-accordion-submenu-parent i {
	color: var(--lp--base-preset--brand-color--primary);
}
.off-canvas .menu .is-accordion-submenu-parent i {
	top: 10px;
}
.off-canvas .menu li a {
	line-height: 1.4;
}

/* Search */


.wp-block-search .wp-block-search__label {
	display: none;
}
.wp-block-search .wp-block-search__inside-wrapper  {
	position: relative;
	border-radius: 25px;
	-ms-border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-o-border-radius: 25px;
	overflow: hidden;
}
.wp-block-search .wp-block-search__button {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	background: transparent;
	padding-right: 15px;
}
.wp-block-search .wp-block-search__button svg path {
	color: var(--lp--base-preset--brand-color--primary)
}
.wp-block-search .wp-block-search__button svg {`
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.wp-block-search .wp-block-search__input {
	background-color: #e1efef;
	border-bottom: 0px;
	font-size: 14px;
	padding-left: 25px;
    padding-right: 40px;
}
.wp-block-search .wp-block-search__input::placeholder {
	color: var(--lp--base-preset--brand-color--primary);
	opacity: 1; /* Firefox */
  }
  
 .wp-block-search .wp-block-search__input::-ms-input-placeholder { /* Edge 12 -18 */
	color: var(--lp--base-preset--brand-color--primary);
  }

/* Widget */

.widget.widget_block {
	margin-bottom: 20px;
}
.widget.widget_block .wp-block-heading {
	color:var(--lp--base-preset--brand-color--primary);
	margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--lp--base-preset--brand-color--primary);
}
.wp-block-categories-list.wp-block-categories li {
	position: relative;
	list-style-type: none;
	padding-left: 20px;
	margin-bottom: 8px;
}
.wp-block-categories-list.wp-block-categories li:before {
    content: "";
    width: 3px;
    height: 3px;
    background: var(--lp--base-preset--brand-color--primary);
    display: block;
    position: absolute;
    left: 2px;
    top: 10px;
    border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}
.wp-block-categories-list.wp-block-categories {
	margin-left: 0px;
	margin-bottom: 40px;
}
.wp-block-categories-list.wp-block-categories li a {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 15px;
	color:  var(--lp--base-preset--brand-color--primary);;
}
.widget.widget_block .social-media-details li a {
	background: var(--lp--base-preset--brand-color--primary);
	width: 40px;
    height: 40px;
}
.widget.widget_block .social-media-details li a i {
	font-size: 24px;
}

/* Accordion*/

.accordion-container .accordion-item .accordion-title {
	padding-left: 0px;
	padding-right: 0px;
	font-weight: 500;
}
.accordion-container .accordion-item .accordion-title,
.accordion-element.page-element .accordion-title:hover, .accordion-element.page-element .is-active .accordion-title {
	background-color:transparent;
	color:var(--lp--base-preset--brand-color--primary);
}
.accordion-container .accordion-item .accordion-title, .accordion-element.page-element .accordion-title:hover, .accordion-element.page-element .is-active .accordion-title {
    border-bottom: 2px solid var(--lp--base-preset--brand-color--primary);
}
.accordion-element.two-column-accordion .accordion-item:not(.is-active) .accordion-title{
	border-bottom:2px solid var(--lp--base-preset--brand-color--primary);
}
.accordion-container .accordion-item .accordion-content {
	padding-left: 0px;
	padding-right: 0px;
}
.accordion-container .accordion-item .accordion-content p:last-child {
	margin-bottom: 0px;
}
/* Helpers */

.hide-body-content section.body-content {
	display: none !important;
}
.border-line-bottom {
	border-bottom: 1px solid var(--lp--base-preset--brand-color--primary);
}
.border-line-bottom-dark {
	border-bottom: 1px solid var(--lp--base-preset--brand-color--dark);
}
.dot-colored {
    display: inline-block !important;
    color: var(--lp--base-preset--brand-color--secondary);
    font-size: 70px !important;
	line-height: 0px !important;
}
.dot-white {
	display: inline-block !important;
    color: #fff;
    font-size: 70px !important;
	line-height: 0px !important;
}
.dot-brand {
	display: inline-block !important;
    color: var(--lp--base-preset--brand-color--primary);
    font-size: 70px !important;
	line-height: 0px !important;
}
.dot-small {
	font-size: 55px !important;

}
.cell-px-0 .cell {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.image-full img {
	width: 100%;
}
.list-item-no-dots ul {
	margin-left: 0px !important;
	padding-left: 0px !important;
	margin-bottom: 30px;
}
.list-item-no-dots ul li {
	list-style-type: none;
	margin-bottom: 10px;
}
.list-item-check ul {
	margin-left: 0px;
}
.list-item-check ul li {
	position: relative;
	padding-left: 45px;
	list-style-type: none;
	margin-bottom: 1.5rem;
}	
.list-item-check ul li:before {
	content:"";
	position: absolute;
	left: 0;
	top: 5px;
	background-image:url('/wp-content/themes/launchpad-platform-child/assets/icons/check-icon.png');
	width: 34px;
	height: 34px;
	background-size: contain;
	background-repeat: no-repeat;
}
.contact-list-item {
	position: relative;
	padding-left: 32px;
}
.contact-list-item:before {
	content: "";
	position: absolute;
	top: 0px;
	width: 20px;
	height: 20px;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.contact-list-item.contact-list-item-phone:before {
	background-image:url('/wp-content/themes/launchpad-platform-child/assets/icons/phone-ico.jpg');
}
.contact-list-item.contact-list-item-schedule:before {
	background-image:url('/wp-content/themes/launchpad-platform-child/assets/icons/clock-ico.jpg');
}
.contact-list-item.contact-list-item-email:before {
	background-image:url('/wp-content/themes/launchpad-platform-child/assets/icons/email-ico.jpg');
}
.box-button-wrapper-space-none .hic-button-wrap {
	margin-top: 0px;
}

/* Colors */

.color-all-white h1,
.color-all-white h2,
.color-all-white h3,
.color-all-white h4,
.color-all-white h5,
.color-all-white li,
.color-all-white span,
.color-all-white p,
.color-all-white li {
	color:#fff;
}

.color-all-white a.button,
html body  .color-all-white .button:hover {
	color: #fff !important;
}

.color-all-regular h1,
.color-all-regular h2,
.color-all-regular h3,
.color-all-regular h4,
.color-all-regular h5,
.color-all-regular li,
.color-all-regular span,
.color-all-regular p,
.color-all-regular li {
	color:var(--lp--base-preset--body--color) !important;
}

.color-all-brand h1,
.color-all-brand h2,
.color-all-brand h3,
.color-all-brand h4,
.color-all-brand h5,
.color-all-brand li,
.color-all-brand span,
.color-all-brand p,
.color-all-brand li,
.color-all-brand li a,
.color-all-brand p a,
.brand-color,
.button-color-brand a.button,
.bold-green strong {
	color:var(--lp--base-preset--brand-color--primary) !important;
}


/* Text */

.parapraph-0 .section-body p {
	margin: 0px;
}
.text-color-brand .hic-blurb p {
	color: var(--lp--base-preset--brand-color--primary);
}
.text-weight-500 .hic-blurb p {
	font-weight: 500;
}
.large-paragpraphs .hic-blurb p {
	font-size: 16px;
}
.regular-paragpraphs .hic-blurb p {
	font-weight: 400;
}
.light-paragpraphs .hic-blurb p {
	font-weight: 300;
}

/* Button */

.button-top-space-none .hic-button-wrap .button {
    margin-top: 0 !important;
}
.button-size-small .hic-button-wrap a,
.button-size-small.button {
    font-weight: 400;
    font-size: 13px;
}
.button-size-small.button:before {
	width: 10px !important;
    height: 10px !important;
}
.button-size-small .hic-button-wrap .button:before, 
.button-size-small .hic-button-wrap .button:before {
	width: 11px;
    height: 11px;
}
.primary-button .button,
.primary-button .button:hover {
    color: var(--lp--base-preset--brand-color--primary) !important;
}
.button-with-arrow.button,
.button-with-arrow .button,
.hic-button-wrap .button {
	width: auto !important;
    display: inline-block !important;
	border: 0px !important;
    padding: 0px !important;
    padding-right: 25px !important;
	position: relative;
	margin-top: 15px;
	letter-spacing: 0;
	min-width: unset;
	font-weight: 500;
}
.button-transparent .button,
.button-transparent.button {
	background: transparent;
	color:var(--lp--base-preset--body--color);
}
.button-transparent .button:hover,
.button-transparent.button:hover {
	color:inherit
}
.button-with-arrow.button.inline-button-block:not(:last-of-type),
.button-with-arrow .button.inline-button-block:not(:last-of-type) {
	margin-right: 30px;
}
.button-with-arrow.button:not(:last-child),
.button-with-arrow .button:not(:last-child) {
	margin-right: 30px;
}
.button-with-arrow .button:hover,
.hic-button-wrap .button:hover {
	background: transparent !important;
	color: var(--lp--base-preset--body--color) !important;
}
.button-with-arrow.button:before,
.button-with-arrow .button:before,
.hic-button-wrap .button:before {
    content: "";
	width: 13px;
    height: 13px;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    right: 0;
    top: 1px;
}

.hic-button-wrap .button:before {
	background-image:url('/wp-content/themes/launchpad-platform-child/assets/icons/button-arrow-green-2.png');
}
.button-with-arrow.button:before,
.button-with-arrow .button:before {
	background-image:url('/wp-content/themes/launchpad-platform-child/assets/icons/button-arrow-green.png');
}
.button.button-with-arrow-brown:before,
 .button.button-with-arrow-brown:before {
	background-image:url('/wp-content/themes/launchpad-platform-child/assets/icons/button-arrow-flesh.png');
}
.button-white .hic-button-wrap .button:before {
	background-image:url('/wp-content/themes/launchpad-platform-child/assets/icons/button-arrow-white.png');
}
.button.inline-button-block:not(:last-of-type) {
	margin-right: 12px;
}

/* Title */

.section-header .section-title {
	margin-bottom: 0px;
}
.title-align-left .section-title,
.title-align-left .sub-heading,
.title-align-left .hic-title,
.title-align-left .hic-title { 
	text-align: left;
}
.title-align-center .section-title,
.title-align-center .sub-heading,
.title-align-center .hic-title,
.title-align-center .hic-title { 
	text-align: center;
}
.title-align-right .section-title,
.title-align-right .sub-heading,
.title-align-right .hic-title,
.title-align-right .hic-title { 
	text-align: right;
}
.brand-title .section-title,
.brand-title .sub-heading,
.brand-title .hic-title h3,
.brand-title .hic-title h2,
.brand-title.default-section:not(.has-bg-image, .image-overlay-content) .box-link .hic-box .hic-title h3,
.brand-title.post-element:not(.image-overlay-content, .dark-section, .theme-section) .hic-title a h3,
.box-title-h2-brand .hic-blurb h2,
.headings-brand .hic-blurb h1,
.headings-brand .hic-blurb h2,
.headings-brand .hic-blurb h3,
.headings-brand .hic-blurb h4,
.headings-brand .hic-blurb h5,
.headings-brand .hic-blurb h6,
.headings-brand .hic-blurb h1 a,
.headings-brand .hic-blurb h2 a,
.headings-brand .hic-blurb h3 a,
.headings-brand .hic-blurb h4 a,
.headings-brand .hic-blurb h5 a,
.headings-brand .hic-blurb h6 a,
.hic-project-features-block .hpf-column.hpf-column-1 span,
body.search main.main header h1,
.form-text-primary {
	color: var(--lp--base-preset--brand-color--primary);
}
.form-text-primary {
	margin-bottom: 0px !important;
}
.title-box-color-white .hic-box .hic-title h3 {
	color:#fff !important;
}

.quote-title .section-title,
.quote-title .sub-heading,
.quote-title .hic-title h3,
.quote-title .hic-title h2,

.quote-block .section-title,
.quote-block .sub-heading,
.quote-block .hic-title h3,
.quote-block .hic-title h2{
	font-style: italic;
	font-size: 32px !important;
    line-height: 1.4;
	text-transform: unset !important;
    font-weight: 500;
}
section.page-element .section-title,
.blurb-type-2 .hic-box .hic-blurb h2,
.box-title-h2 .hic-content .hic-blurb h2,
.image-right-content .medium-12 .hic-title h3,
.image-left-content .medium-12 .hic-title h3,
footer.default-footer-layout .footer-col.footer-col-1 .subheading,
.hic-box-heading .hic-box-heading-bottom .hic-title,
.post-listing-section.default-grid-layout .section-pagination button.button,
.box-content-large-right .hic-content .hic-title h3,
.single-content-block .hic-content .hic-title h3,
#project-single-content-gallery .hic-title h3,
.hic-project-features-block .hpf-column.hpf-column-1 span,
body.search main.main header h1 {
    font-size: 44px;
    font-weight: 500;
    line-height: 1.2;
}
.article-item.medium-4 .hic-box-heading .hic-box-heading-bottom .hic-title {
	font-size:30px;
}
.box-title-h2 .hic-content .hic-blurb h2 {
	margin-bottom: 25px;
}
footer.default-footer-layout .footer-col.footer-col-1 .subheading {
	font-family: var(--lp--base-preset--heading--font-family);
}
.headers-reverse .heading-and-subheading > .cell {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}
.headers-reverse .heading-and-subheading > .cell .section-title,
.headers-reverse .heading-and-subheading > .cell .sub-heading {
	flex:0 0 100%;
	-ms-flex:0 0 100%;
	-webkit-flex:0 0 100%;
	-moz-flex:0 0 100%;
	-o-flex:0 0 100%;
	max-width: 100%;
}
.headers-reverse .heading-and-subheading > .cell .section-title {
	order: 2;
	-ms-order: 2;
	-webkit-order: 2;
}
.headers-reverse .heading-and-subheading > .cell .sub-heading {
	order: 1;
	-ms-order: 1;
	-webkit-order: 1;
}
.title-max-width-1 .section-title {
    max-width: 500px;
}

/* Images */

.box-large-image .hic-box .hic-image:before {
    padding-top: 140%;
}

.box-medium-image .hic-box .hic-image:before {
    padding-top: 100% !important;
}
.box-small-image .hic-box .hic-image:before {
    padding-top: 60% !important;
}
.hic-box .hic-media-container {
	overflow: hidden;
}

.box-image-curve .hic-media-container {
    border-top-right-radius: 65px;
    border-bottom-left-radius: 65px;
}
.hover-on-box .hic-box:hover .hic-media-container .hic-image,
.hic-box .hic-media-container:hover .hic-image,
.hic-shortcode-image-with-button:hover .hic-image {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
	transition: 0.3s all linear;
	-ms-transition: 0.3s all linear;
	-webkit-transition: 0.3s all linear;
	-o-transition: 0.3s all linear;
	-moz-transition: 0.3s all linear;
  }
  
  .hic-shortcode-image-with-button:hover .hic-image ,
  .hic-shortcode-image-with-button .hic-image, 
  .hic-box .hic-media-container .hic-image,
  .has-gallery .hic-media-container .hic-media-container:hover .hic-image,
  .has-gallery .hic-media-container .hic-media-container .hic-image {
	transition: 0.3s all linear;
	-ms-transition: 0.3s all linear;
	-webkit-transition: 0.3s all linear;
	-o-transition: 0.3s all linear;
	-moz-transition: 0.3s all linear;
  }
  .has-gallery .hic-media-container .hic-media-container {
	overflow: hidden;
  }
  .has-gallery .with-lightbox .hic-image:not(.hic-video)::after {
	display: none;
  }
  .has-gallery .hic-box:hover .hic-media-container .hic-image,
  .blurb-type-2 .hic-box:hover .hic-media-container .hic-image {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
  }
  .has-gallery .hic-media-container .hic-media-container:hover .hic-image {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
  }


  /* .box-image-curve.box-image-curve-with-shadow .hic-media-container:after {
		display: none;
  }
  .box-image-curve.box-image-curve-with-shadow .hic-media-container:after {
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		top: 20px;
		right: -20px;
		background: #e6ded5;
		border-top-right-radius: 65px;
		border-bottom-left-radius: 65px;
	} */


/* Boxes */


.box-border-left .hic-box .hic-content,
.box-border-right .hic-box .hic-content {
	position: relative;
}
.box-border-left .hic-box .hic-content {
	padding-left: 30px;
}
.box-border-right .hic-box .hic-content {
	padding-right: 30px;
}
.box-border-left .hic-box .hic-content:before,
.box-border-right .hic-box .hic-content:before {
	position: absolute;
	content: "";
	width: 2px;
	height: calc(100% - 40px);
	top: 20px;
	left: 0;
	background: var(--lp--base-preset--brand-color--secondary);
}
.box-border-left-brand .hic-box .hic-content {

}
.box-border-left-white .hic-box .hic-content:before {
	background: #fff;
}
.box-title-small .hic-box .hic-title h2,
.box-title-small .hic-box .hic-title h3 {
	font-size: 18px !important;
    font-weight: 500;
}
.box-title-medium .hic-box .hic-title h2,
.box-title-medium .hic-box .hic-title h3,
body.page-type-commercial #project-single-content-gallery .hic-title h3 {
	font-size: 34px;
}
.box-content-space-right-large .hic-content {
    padding-right: 100px !important;
}
.box-content-space-right-medium .hic-content {
    padding-right: 70px !important;
}
.box-content-space-right-small .hic-content {
    padding-right: 50px !important;
}
.box-content-space-left-large .hic-content {
    padding-left: 100px !important;	
}
.box-content-space-left-medium .hic-content {
    padding-left: 70px !important;	
}
.box-content-space-left-small .hic-content {
    padding-left: 50px !important;	
}

.box-line-left .hic-item .hic-box,
.blurb-type-3 .hic-item {
	position: relative;
	padding-left: 10px;
    padding-right: 10px;
}
.blurb-type-2 .hic-item:not(:first-child) .hic-box:hover,
.blurb-type-3 .hic-item .hic-box:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	
}
:not(:first-child) .hic-box,
:not(:first-child) .hic-box:hover,
.blurb-type-3 .hic-item .hic-box,
.blurb-type-3 .hic-item .hic-box:hover {
	transition: 0.3s all linear;
	-ms-transition: 0.3s all linear;
	-webkit-transition: 0.3s all linear;
	-o-transition: 0.3s all linear;
	-moz-transition: 0.3s all linear;
}
.box-line-left .hic-item .hic-box:before,
.blurb-type-3 .hic-item .hic-box:before {
	content: "";
	position: absolute;
	left: -1px;
	top: 0;
	width: 2px;
	height: 100%;
	background: var(--lp--base-preset--brand-color--primary);
	display: block;
}
.box-transparent .hic-item .hic-box,
.box-content-transparent .hic-item .hic-box .hic-content {
	background: transparent !important;
}
section.page-element.box-content-x-0 .hic-content {
	padding-top: 25px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.box-image-curve .hic-image {
	border-top-right-radius: 65px;
	border-bottom-left-radius: 65px;
	overflow: hidden;
}
.box-image-curve .hic-image::before {
    padding-top: 120%;
}
.box-image-curve.box-image-curve-with-shadow .hic-media-container {
	position: relative;
	/* overflow: unset; */
	margin-bottom: 45px;
}
.box-image-curve.box-image-curve-with-shadow .hic-media-container .hic-image {
	position: relative;
	z-index: 1;
	width: 100%;
}
.box-image-curve.box-image-curve-with-shadow .hic-media-container {
	padding-right: 20px;
    padding-bottom: 20px;
	margin-right: 0px !important;
}
.box-image-curve.box-image-curve-with-shadow .hic-media-container .hic-image {
    border-top-right-radius: 65px;
    border-bottom-left-radius: 65px;
}
.box-image-curve.box-image-curve-with-shadow .box-image-position-right-bottom .hic-media-container .hic-image {
	background-position: bottom right;
}
.box-image-curve.box-image-curve-with-shadow .hic-media-curve-wrapper {
	overflow: hidden;
	border-top-right-radius: 65px;
    border-bottom-left-radius: 65px;
}
.box-image-curve.box-image-curve-with-shadow .hic-media-container:after {
    content: "";
    position: absolute;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    top: 20px;
    right: 0px;
    background: #e6ded5;
    border-top-right-radius: 65px;
    border-bottom-left-radius: 65px;
}

.box-title-spaced .hic-content .hic-title{
    margin-bottom: 40px;
}
.box-line-brand-left .hic-content {
	position: relative;
}
.box-line-brand-left .hic-content {
	content:"";
	position: absolute;
	background:var(--lp--base-preset--brand-color--primary);
	width: 1px;
	height: calc(100% - 40px);
	top: 20px;
	left: 0;
}

.box-content-large-right .box-content-large-right-1 {
	width: 40% !important;
}
.box-content-large-right .box-content-large-right-1 .hic-content {
	padding-right: 50px;
}
.box-content-large-right .box-content-large-right-1 .hic-title {
	max-width: 450px;
}
.box-content-large-right .box-content-large-right-2 {
	width: 60% !important;
}


/* Image */
.page-image-banner.page-element.larger-image-banner {
	height:650px !important;
}
.hic-shortcode-image.hic-shortcode-image-curve .hic-media-curve-wrapper {
	overflow: hidden;
    border-top-right-radius: 65px;
    border-bottom-left-radius: 65px;
}
.hic-shortcode-image.hic-shortcode-image-curve {
	margin-right: 20px;
	position: relative;
    overflow: unset;
	display: block !important;
	border-top-right-radius: 65px;
    border-bottom-left-radius: 65px;
    overflow: hidden;
	padding-right: 20px;
    padding-bottom: 20px;
    margin-right: 0px !important;
}
.hic-shortcode-image.hic-shortcode-image-curve .hic-image {
	position: relative;
    z-index: 1;
	border-top-right-radius: 65px;
    border-bottom-left-radius: 65px;
    overflow: hidden;
}
.hic-shortcode-image.hic-shortcode-image-curve .hic-image::before {
    padding-top: 120%;
	content: "";
    width: 100%;
    height: auto;
    display: block;
}
.hic-shortcode-image.hic-shortcode-image-curve.hic-media-container:after {
	content: "";
    position: absolute;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    top: 20px;
    right: 0px;
    background: #e6ded5;
    border-top-right-radius: 65px;
    border-bottom-left-radius: 65px;
}
.hic-shortcode-image {
	margin-top: 40px;
}

.blurb-type-2 .section-body {
	gap: 0px !important;
}

.blurb-type-2 .inner-section .grid-container {
	max-width: -webkit-calc(1300px + 80px) !important;
	max-width: -moz-calc(1300px + 80px) !important;
	max-width: -ms-calc(1300px + 80px) !important;
	max-width: -o-calc(1300px + 80px) !important;
	max-width: calc(1300px + 80px) !important;
	
}
.blurb-type-2 .section-body .hic-item {
	margin-bottom: 0px !important;
	position: relative;
}
.blurb-type-2 .section-body .hic-item:not(:last-child):after {
	content:"";
	position: absolute;
	background: var(--lp--base-preset--brand-color--primary);
	width: 1px;
	height: 100%;
	right: 0;
	top: 0;
	display: block;
}
.blurb-type-2 .section-body .hic-item .hic-box {
    padding: 60px 40px;
}
.blurb-type-2 .section-body .hic-item .hic-box .hic-content {
	padding: 0px;
}
.blurb-type-2 .hic-button-wrap {
	margin-top: 5px;
}
.blurb-type-2 .section-body .hic-item .hic-box .hic-title h2,
.blurb-type-2 .section-body .hic-item .hic-box .hic-title h3 {
    font-weight: 400;
    font-size: 18px;
/*     letter-spacing: 1px;	 */
}

.blurb-type-2 .section-body .hic-item:first-child .hic-box .hic-title {
	position: relative;
	padding-left: 25px;
}
.blurb-type-2 .section-body .hic-item:first-child .hic-box .hic-title :before {
	content:"";
	position: absolute;
	width: 15px;
	height: 15px;
	background: var(--lp--base-preset--brand-color--primary);
	border-radius: 50%;
	-ms-border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	top: 4px;
    left: 0;
}
.blurb-type-2 .hic-box .hic-blurb h2 {
	margin-bottom: 25px;
}
.blurb-type-2 .section-body .hic-item:not(:first-child) .hic-box .hic-title h2,
.blurb-type-2 .section-body .hic-item:not(:first-child) .hic-box .hic-title h3 {
    font-weight: 400;
    font-size: 28px;
	line-height: 1.2;
}
.blurb-type-2 .section-body .hic-item:not(:first-child) .hic-media-container {
	padding-top: 20px;
}
.blurb-type-2 .section-body .hic-item:not(:first-child) .hic-box .hic-content {
	padding-top: 20px;
}
.blurb-type-2 .section-body {
	counter-reset: item-counter;
}
.blurb-type-2 .section-body .hic-item:not(:first-child) .hic-box .hic-media-container .hic-image {
	margin-top: 20px;
}
.blurb-type-2 .section-body .hic-item:not(:first-child) .hic-box .hic-media-container .hic-image:before {
	padding-top: 95%;
}
.blurb-type-2 .section-body .hic-item:not(:first-child) .hic-box .hic-media-container .hic-image:after {
	counter-increment: item-counter;
    content: "| 0" counter(item-counter) " |"; 
    display: inline-block;
    position: absolute;
    left: 0;
	font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
	top: -40px;
}
.blurb-type-2.color-all-white .section-body .hic-item:not(:first-child) .hic-box .hic-media-container .hic-image:after {
	color:#fff;
}
.blurb-type-3 .section-body .hic-button-wrap {
	margin-top: 0px;
}
.blurb-type-3 .section-body .hic-button-wrap a {
	margin-top: 0px;
}
.blurb-type-3 .section-body .hic-title h3 {
	margin-bottom: 0px;
}
.blurb-type-3 .hic-item .hic-box .hic-content {
	padding-top: 0px;
	padding-bottom: 0px;
}
.blurb-type-3 .hic-item {
	margin-bottom: 40px !important;
	height: inherit;
}
.blurb-type-3 .hic-item .hic-box {
	height: 100%;
}

.quote-block .hic-content {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
}
.quote-block .hic-content .hic-title {
	flex:0 0 100%;
	-ms-flex:0 0 100%;
	-webkit-flex:0 0 100%;
	-moz-flex:0 0 100%;
	-o-flex:0 0 100%;
	max-width: 100%;
}
.quote-block .hic-content .hic-button-wrap {
	margin-bottom: 10px;
}
.quote-block .hic-content .hic-blurb p:last-child {
	margin-bottom: 0px !important;
}

.listing-element.image-above-content .hic-button-wrap {
	margin-top: 0px;
}

.team-info-on-hover .hic-item .hic-media-container {
    border-top-right-radius: 65px;
    border-bottom-left-radius: 65px;
	overflow: hidden;
}
.team-info-on-hover .hic-item .hic-media-container .hic-image {
	border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.team-info-on-hover .hic-item .hic-media-container {
	position: relative;
}
.team-info-on-hover .hic-item .hic-media-container .hic-media-hover-content {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: var(--lp--base-preset--brand-color--secondary);
	padding: 40px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	border-top-right-radius: 65px;
    border-bottom-left-radius: 65px;
	margin-left: -100%;
	transition: 0.2s margin-left linear;
	-ms-transition: 0.2s margin-left linear;
	-webkit-transition: 0.2s margin-left linear;
	-o-transition: 0.2s margin-left linear;
	-moz-transition: 0.2s margin-left linear;
	pointer-events: none;
}
.team-info-on-hover .hic-item .hic-media-container .hic-media-hover-content .social-media a {
	pointer-events: all;
}
.commercial-team-content.team-info-on-hover .hic-item .hic-media-container .hic-media-hover-content {
	background: var(--commercial-color);
}
.commercial-team-content.team-info-on-hover .hic-item .hic-media-container .hic-media-hover-content .hic-title-container,
.commercial-team-content.team-info-on-hover .hic-media-hover-content .social-media i{
	color:var(--lp--base-preset--brand-color--primary);
}
.residential-team-content.team-info-on-hover .hic-item .hic-media-container .hic-media-hover-content {
	background: var(--lp--base-preset--brand-color--primary);
}
.team-info-on-hover .hic-item .hic-media-container .hic-media-hover-content .hic-title-container {
	font-family: var(--lp--base-preset--heading--font-family);
	font-weight: 400;
}
.team-info-on-hover .hic-item:hover .hic-media-container .hic-media-hover-content {
	margin-left: 0%;
	transition: 0.2s margin-left linear;
	-ms-transition: 0.2s margin-left linear;
	-webkit-transition: 0.2s margin-left linear;
	-o-transition: 0.2s margin-left linear;
	-moz-transition: 0.2s margin-left linear;
}
.team-info-on-hover .hic-item .hic-content .social-media-details {
	display: none;
}
.hic-media-hover-content .social-media i,
.hic-media-hover-content .hic-title-container {
	color: #fff;
}
.hic-media-hover-content .social-media li:not(:last-child) {
	margin-right: 10px;
}
.hic-media-hover-content .social-media i {
	font-size: 22px;
}
.hic-media-hover-content .hic-title-container {
	font-size: 22px;
	line-height: 1.4;
}
.hic-media-hover-content .social-media-container {
	margin-top: 12px;
}


/* Single Page */
.single .hic-blurb h1,
.single .hic-blurb .wp-block-heading {
	color:var(--lp--base-preset--brand-color--primary);
}
body.single .social-media-details {
	margin-bottom: 20px;
    margin-top: 0;
}
.project-single-content-box .section-body {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}
.project-single-content-box .section-body .hic-item:first-child {
	flex:0 0 60%;
	-ms-flex:0 0 60%;
	-webkit-flex:0 0 60%;
	-moz-flex:0 0 60%;
	-o-flex:0 0 60%;
	max-width: 60%;
}
.project-single-content-box .section-body .hic-item:last-child {
	flex:0 0 40%;
	-ms-flex:0 0 40%;
	-webkit-flex:0 0 40%;
	-moz-flex:0 0 40%;
	-o-flex:0 0 40%;
	max-width: 40%;
}
.project-single-content-box .section-body .hic-item:first-child .hic-box {
	padding-right: 50px;
}

#project-single-content-gallery .hic-item {
	padding-left: 10px;
	padding-right: 10px;
}

#project-single-content-gallery .hic-item .hic-media-container {
	margin-top: 10px;
	margin-bottom: 10px;
}
#project-single-content-gallery .hic-title h3 {
	color:var(--lp--base-preset--brand-color--primary);
}
#project-single-content-gallery .section-body .hic-item > .hic-box .hic-title {
	order: 1;
	-ms-order: 1;
	-webkit-order: 1;
}
.single-project .hero:not(.page-banner).banner-solid-colour.default-height {
	min-height: calc(180px + var(--lp--base-preset--header--min-height)) !important;
	padding-bottom: 50px;
    padding-top: 50px;
}
#project-single-pagination .hic-blurb p {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	margin: 0px;
}
body.page-type-commercial #project-single-pagination {
	background: transparent !important;
}

#project-single-pagination .hic-item {
	margin-bottom: 0px;
}
#project-single-pagination .nav-content {
	padding-top: 0px;
	padding-bottom: 0px;
}
.hic-post-meta-nav span.nav-label {
	position: relative;
	font-family: "Open Sans", serif;
	font-weight: 500;
	color: var(--lp--base-preset--brand-color--primary);
}
.hic-post-meta-nav span.nav-label:before {
	content: "";
    width: 13px;
    height: 13px;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    right: 0;
    top: 6px;
}
.hic-post-meta-nav.prev-nav span.nav-label {
	padding-left: 20px;
}
.hic-post-meta-nav.prev-nav span.nav-label:before {
	left: 0;
	background-image: url('/wp-content/themes/launchpad-platform-child/assets/icons/arrow-prev.png');
}
.hic-post-meta-nav.next-nav span.nav-label {
	padding-right: 20px;
}
.hic-post-meta-nav.next-nav span.nav-label:before {
	right: 0;
	background-image: url('/wp-content/themes/launchpad-platform-child/assets/icons/arrow-next.png');
}
.hic-post-meta-nav.next-nav {
	order: 2;
	-ms-order: 2;
	-webkit-order: 2;
}
.hic-project-information .hic-project-information-block {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -o-flex;
	display: flex;
	margin-bottom: 12px;
}
.hic-project-information .hic-project-information-block:last-child {
	margin-bottom: 0px;
}
.hic-project-information .hic-project-information-block .hpi-column.hpi-column-1 {
	flex:0 0 170px;
	-ms-flex:0 0 170px;
	-webkit-flex:0 0 170px;
	-moz-flex:0 0 170px;
	-o-flex:0 0 170px;
	max-width: 170px;
}
.hic-project-information .hic-project-information-block .hpi-column.hpi-column-1 span {
	color:var(--lp--base-preset--brand-color--primary);
}
.hic-project-information .hic-project-information-block .hpi-column p {
	margin-bottom: 0px;
}
.hic-project-features .hic-project-features-block {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.hic-project-features .hic-project-features-block .button {
	background: transparent;
}
.hic-project-features .hic-project-features-block .button:hover {
	background: var(--lp--base-preset--brand-color--primary);
}
.hic-project-features .hic-project-features-block .hpf-column.hpf-column-1 {
	padding-right: 40px;
}

/* Sidebar */

.hic-shortcode-image-with-button {
	position: relative;
	border-top-right-radius: 65px;
    border-bottom-left-radius: 65px;
	overflow: hidden;
	max-width: 320px;
}
.hic-shortcode-image-with-button .hic-image:before {
	padding-bottom: 60% !important;
}
.hic-shortcode-image-with-button__inner {
	position: relative;

}
.hic-shortcode-image-with-button__inner,
.hic-shortcode-image-with-button_button {
	position: absolute;
	top: 0;
	right: 0;
}
.hic-shortcode-image-with-button__inner {
	width: 100%;
    height: 100%;
	z-index: 1;
}
.hic-shortcode-image-with-button_button {
	padding: 30px;
}
.hic-shortcode-image-with-button_button a {
	font-family: var(--lp--base-preset--heading--font-family);
    font-weight: 700;
    color: #fff;
    font-size: 26px;
    max-width: 165px;
    display: inline-block;
    text-align: right;
    font-style: italic;
}
.hic-shortcode-image-with-button_button a:hover {
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-ms-transform: scale(1.08);
	-o-transform: scale(1.08);
	transform: scale(1.08);
	transform-origin: right;
}
.hic-shortcode-image-with-button_button a:hover,
.hic-shortcode-image-with-button_button a {
	transition: 0.3s all linear;
	-ms-transition: 0.3s all linear;
	-webkit-transition: 0.3s all linear;
	-o-transition: 0.3s all linear;
	-moz-transition: 0.3s all linear;
}
.hic-shortcode-image-with-button_button a span {
	display: block;
	line-height: 1.2;
}
.hic-shortcode-image-with-button_button .arrow-image-btn {
	width: 16px;
    height: 16px;
    display: block;
    float: right;
    margin-top: 8px;
}

/* Team Single */

.hic-team-member-additional-title h3 {
	color: var(--lp--base-preset--brand-color--primary);
	font-family: var(--lp--base-preset--heading--font-family);
}
.hic-team-member-additional-title {
	padding-bottom: 15px;
}
.hic-team-member-position h3 {
	font-size: 18px;
	color:var(--lp--base-preset--brand-color--primary);
}
.single-team .contact-details .contact-email {
	color:var(--lp--base-preset--brand-color--primary);
}
.hic-team-member-additional-info strong {
	color: var(--lp--base-preset--brand-color--primary);
}
.hic-team-member-additional-field-asic {
	position: relative;
	padding-left: 26px;
	margin-bottom: 30px;
	margin-top: 5px;
}
.hic-team-member-additional-field-asic span {
	color: var(--lp--base-preset--brand-color--primary);
}
.hic-team-member-additional-field-asic:before {
	content:"";
	position: absolute;
    left: 0;
    top: 4px;
	width: 18px;
	height: 18px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-image: url('/wp-content/themes/launchpad-platform-child/assets/icons/check-green.png');;
}

/* Archive */

.hic-box-heading .hic-box-heading-bottom .hic-title .hic-post-date {
	display: inline-block;
	color:var(--lp--base-preset--brand-color--secondary);
	font-size: inherit;
    line-height: inherit;
	margin-right: 12px;
	text-transform: unset;
}
.hic-box-heading .hic-box-heading-bottom .hic-title {
	color: var(--lp--base-preset--brand-color--primary);
	text-transform: unset;
}
.hic-box-heading .hic-box-heading-bottom {
	max-width: 700px;
	margin-bottom: 30px;
}
.hic-box-heading .hic-box-heading-top {
	margin-bottom: 15px;
	display: none;
}
.hic-box-heading .hic-box-heading-top span {
	font-size: 16px;
	font-weight: 400;
}
.hide-dates .hic-published-date {
	display: none;
}
.post-listing-section.default-grid-layout .article-item.medium-12:not(:last-of-type) .hic-box {
    border-bottom: 1px solid var(--lp--base-preset--brand-color--primary);
	padding-bottom: 20px;
}
.post-listing-section.default-grid-layout .article-item.medium-12:not(:last-of-type) {
	margin-bottom: 40px;
}
.post-listing-section.default-grid-layout .section-pagination {
	margin-top: 0px;
}
.post-listing-section.default-grid-layout .section-pagination > .cell {
	justify-content: flex-start;
}
.post-listing-section.default-grid-layout .section-pagination button.button {
	text-transform: unset;
	padding: 0px;
	background: transparent;
	color: var(--lp--base-preset--button--background-color--hover);
	font-size: 30px;
}
/* Sections */

section.section-has-shadow {
	box-shadow: 0px 5px 13px -1px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 5px 13px -1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 5px 13px -1px rgba(0, 0, 0, 0.75);
    z-index: 1;
}
section.section-has-shadow-inset-bottom {
	position: relative;
}
section.section-has-shadow-inset-bottom:before {
	position: absolute;
	content: "";
	height: 100%;
	width: -webkit-calc(100% + 10px);
	width: -moz-calc(100% + 10px);
	width: -ms-calc(100% + 10px);
	width: -o-calc(100% + 10px);
	width: calc(100% + 10px);
	margin-left: -5px;
	box-shadow: 0px -8px 7px -1px rgba(0,0,0,0.45) inset;
	-webkit-box-shadow: 0px -8px 7px -1px rgba(0,0,0,0.45) inset;
	-moz-box-shadow: 0px -8px 7px -1px rgba(0,0,0,0.45) inset;
    z-index: 1;
	bottom: 0;
	left: 0;
	pointer-events: none;
}
.page-id-443 section.blurb-type-2.section-has-shadow,
.page-id-334 section.blurb-type-2.section-has-shadow,
.page-id-436 section.blurb-type-2.section-has-shadow {
	box-shadow:unset;
    -webkit-box-shadow:unset;
    -moz-box-shadow:unset;
}

section.page-element.section-top-regular {
	padding-top: 80px !important;
}
section.page-element.section-bottom-regular {
	padding-bottom: 80px !important;
}
.header-body-half .inner-section .grid-container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -o-flex;
	display: flex;
	align-items: flex-end;
}
.header-body-half .inner-section .grid-container .section-header,
.header-body-half .inner-section .grid-container .section-body {
	flex:0 0 50%;
	-ms-flex:0 0 50%;
	-webkit-flex:0 0 50%;
	-moz-flex:0 0 50%;
	-o-flex:0 0 50%;
	max-width: 50%;
}
.section-bg-overlay-remove .section-background.bg-image::before {
	opacity: 0;
}
.section-bg-overlay-light .section-background.bg-image::before {
	opacity: 0.1;
	background-color: #f2f0ec;
}
.section-background-light-gray {
	background: var(--lp--base-preset--brand-color--grey);
}
section.page-element.quote-block {
	overflow: hidden;
	clip-path: inset(0px 0px 0px 0px);
}
section.page-element.quote-block .section-background {
	position: fixed;
}

/* Commercial Sections */

.commercial-background {
	background: var(--commercial-color) !important;	
}
body.page-type-commercial section#hero.hero,
body.page-type-commercial section#hero.hero .hero-bg-overlay {
    background-color: var(--commercial-color) !important;
}

body.page-type-commercial section#hero.hero .hero-banner-message h1 {
	color:var(--lp--base-preset--brand-color--primary);
}
body.page-type-commercial section.page-element.page-type-bg {
	background-color:var(--commercial-color);
}
body.page-type-commercial section.page-element.blurb-type-2.page-type-bg h1,
body.page-type-commercial section.page-element.blurb-type-2.page-type-bg h2,
body.page-type-commercial section.page-element.blurb-type-2.page-type-bg h3,
body.page-type-commercial section.page-element.blurb-type-2.page-type-bg h4,
body.page-type-commercial section.page-element.blurb-type-2.page-type-bg h5,
body.page-type-commercial section.page-element.blurb-type-2.page-type-bg h6,
body.page-type-commercial section.page-element.blurb-type-2.page-type-bg a,
body.page-type-commercial section.page-element.blurb-type-2.page-type-bg p,
body.page-type-commercial section.page-element.blurb-type-2.page-type-bg li,
body.page-type-commercial section.page-element.blurb-type-2.page-type-bg span,
body.page-type-commercial section.page-element.blurb-type-2 .section-body .hic-item:not(:first-child) .hic-box .hic-media-container .hic-image:after {
	color:var(--lp--base-preset--brand-color--primary) !important;
}
body.page-type-commercial section.page-element.blurb-type-2.page-type-bg.section-has-shadow {
	box-shadow:unset;
    -webkit-box-shadow:unset;
    -moz-box-shadow:unset;
}
body.page-type-commercial section.page-element.page-type-bg-2 {
	background-color: #faf8f7;
}
body.page-type-commercial .project-element.description-gallery {
	background: transparent !important;
}

/* Section Types */

.page-type-regular .commercial-block,
.page-type-commercial .residential-block {
	display: none;
}
.page-type-commercial .feature-section .cell.hic-item {
	margin-bottom: 0px;
}
body.page-type-commercial .feature-section {
	padding-top: 60px !important;
    padding-bottom: 60px !important;
}


/* Header */

header.header.custom-header-layout .top-bar {
	padding-top: 0px !important;
    margin-top: 0;
}
header.header.custom-header-layout .top-bar .grid-container {
    padding-top: 20px;
	position: relative;
}
header.header.custom-header-layout .top-bar .grid-container:before {
	content:"";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 1px;
	background: #fff;
	width: calc(100% - 30px);
	width: -ms-calc(100% - 30px);
	width: -webkit-calc(100% - 30px);
	opacity: 0.8;
	
}
.header-transparent.sticky-header.scrolled .header {
	background: var(--lp--base-preset--brand-color--primary);
}

header.header.custom-header-layout .top-bar ul li a {
	font-weight: 400;
	position: relative;
	z-index: 111;
	
}
body.search header.header.custom-header-layout {
	background: var(--lp--base-preset--brand-color--primary) !important;
}
body.search header.header.custom-header-layout .top-bar ul li a  {
	color:#fff !important;
}
body.search header.header.custom-header-layout .logo-wrap .site-logo,
.custom-search-bar .custom-search-bar__inner .csb--icon .green-search-icon-white,
.light-green-theme .custom-search-bar .custom-search-bar__inner .csb--icon .green-search-icon,
body.page-type-commercial .custom-search-bar .custom-search-bar__inner .csb--icon .green-search-icon-white

 {
	display: block !important;
}
body.search header.header.custom-header-layout .logo-wrap .alternative-logo,
.custom-search-bar .custom-search-bar__inner .csb--icon .green-search-icon,
.light-green-theme .custom-search-bar .custom-search-bar__inner .csb--icon .green-search-icon-white,
.page-type-commercial .custom-search-bar .custom-search-bar__inner .csb--icon .green-search-icon {
	display: none !important;
}
body.search header.header.custom-header-layout .menu-icon::after {
	background: #fff !important;
    box-shadow: -16px 9px 0px #fff, 0px 18px 0px #fff !important;
}


.page-type-commercial.sticky-header.scrolled header.header.custom-header-layout .top-bar ul li a,
.page-type-commercial.sticky-header.scrolled .header .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after,
.page-type-commercial.sticky-header.scrolled header.header.custom-header-layout .top-header-col .contact-details div, 
.page-type-commercial.sticky-header.scrolled header.header.custom-header-layout .top-header-col .contact-details a,
body.page-type-commercial.scrolled header.header.custom-header-layout .top-header-col .social-media i {
	color: var(--lp--base-preset--brand-color--primary);
}
.page-type-commercial.sticky-header.scrolled header .top-bar li.menu-item.has-line-right:before {
	background: var(--lp--base-preset--brand-color--primary) !important;
}
.page-type-commercial.sticky-header.scrolled header.header.custom-header-layout .top-bar .grid-container:before {
    opacity: 0.8;
	background: #c6c6c6;
}
.page-type-commercial.sticky-header.scrolled header.header.custom-header-layout .site-logo {
	display: none !important;
}
.page-type-commercial.sticky-header.scrolled header.header.custom-header-layout .alternative-logo {
	display: block !important;
}
header.header.custom-header-layout .top-bar ul li li a {
	padding-top: 12px;
	padding-bottom: 12px;
}
header.header.custom-header-layout .top-bar ul li li li a {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-top: 5px;
    padding-bottom: 5px;
}
header.header.custom-header-layout .top-bar ul li li ul {
	padding-left: 12px;
    padding-top: 8px;
	padding-bottom: 60px;
    margin-left: unset;

}
header.header.custom-header-layout .top-bar ul li > ul {
	min-width: 250px;
}

header.header.custom-header-layout .top-header-col .contact-details div,
header.header.custom-header-layout .top-header-col .contact-details a {
	color:#fff;
	opacity: 0.8;
	font-size: 14px;
}
header.header.custom-header-layout .top-header-col .contact-details {
	flex-direction: row;
    gap: 30px;
	opacity: 1;
}


header.header.custom-header-layout .top-bar .top-bar-body {
	justify-content: space-between;
}
header .top-bar-menu li.menu-item.has-line-left,
header .top-bar-menu li.menu-item.has-line-right {
	position: relative;
}
header .top-bar li.menu-item.has-line-left:before,
header .top-bar li.menu-item.has-line-right:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 1px;
	height: 12px;
	background: #fff;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.scrolled header .top-bar li.menu-item.has-line-left:before,
.scrolled header .top-bar li.menu-item.has-line-right:before {
	background: #fff !important;
}
.page-type-commercial header .top-bar li.menu-item.has-line-left:before,
.page-type-commercial header .top-bar li.menu-item.has-line-right:before {
	background: var(--lp--base-preset--brand-color--primary) !important;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right>a {
	font-size: 15px;
}
.header .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after,
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right>a:after {
	content: "" !important;
    color: #fff;
    border: 0px solid !important;
    width: auto !important;
    height: auto !important;
    right: 7px !important;
    font-size: 14px;
    margin-top: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
/* html body header#header .top-bar-menu .menu-item-has-children > a:after {
    content: ">" !important;
} */
.header .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a:hover::after,
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right>a:hover::after {
	 content: ">" !important;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right>a:after {
    font-size: 20px !important;
    top: 50% !important;
	right: 0px !important;
}
.header .top-bar-menu > .menu li ul li {
	border-bottom: 0px solid;
	overflow: hidden;
}
.header .top-bar-menu > .menu li ul li:not(:first-child) > a:before {
	content: "";
	position: absolute;
	height: 1px;
	width: 300%;
	background: #fff;
	display: block !important;
	top:0;
	left: -20px;
}
body.page-type-commercial .header .top-bar-menu > .menu li ul li:not(:first-child) > a:before {
	background: var(--lp--base-preset--brand-color--primary);
}
.header .top-bar-menu > .menu li ul li > ul a:before {
	display: none !important;
	opacity: 0;
}
.header .is-dropdown-submenu li a {
	background-color: transparent !important;
	width: auto !important;
    display: inline-block;
    position: relative;
    padding-right: 20px !important;
}
.header .menu .is-dropdown-submenu {
	background: var(--lp--base-preset--brand-color--secondary) !important;
}
.header .menu .submenu li a:hover {
	padding-left: 8px !important;
}
 .header .menu .menu-item-has-children .menu-item-has-children {
	position: unset;
}
/* .header .menu .is-dropdown-submenu li {
	position: relative;
	z-index: 999;
} */
.header .top-bar-menu > .menu > .menu-item-has-children > ul.menu {
	background: var(--lp--base-preset--brand-color--secondary) !important;
	box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.75);
}
.header .menu .menu-item-has-children ul ul li {
	border-bottom: 0px solid !important;
}
.header .menu .menu-item-has-children ul ul:before {
    content: "";
    position: absolute;
    width: 200%;
    height: 100%;
    display: block;
    background: var(--lp--base-preset--brand-color--secondary) !important;
    right: 0;
	top: 0;
	box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.75);
}
.header .menu .submenu {
	box-shadow: unset !important;
	-ms-box-shadow: unset !important;
	-webkit-box-shadow: unset !important;
	-moz-box-shadow: unset !important;
	-o-box-shadow: unset !important;
}
@media(min-width: 1280px) {
	header.header.custom-header-layout .top-bar:not(.one-column) .top-bar-body .top-bar-logo {
	margin-right: 54px;
}
}

body.page-type-commercial:not(.scrolled) header.header.custom-header-layout .top-bar ul li a,
body.page-type-commercial:not(.scrolled) header.header.custom-header-layout .top-header-col .contact-details div, 
body.page-type-commercial:not(.scrolled) header.header.custom-header-layout .top-header-col .contact-details a,
body.page-type-commercial:not(.scrolled) header.header.custom-header-layout .top-header-col .social-media i,
body.page-type-commercial:not(.scrolled) .header .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after, 
body.page-type-commercial:not(.scrolled) .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right>a:after,
body.page-type-commercial.scrolled .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right>a:after {
	color:var(--lp--base-preset--brand-color--primary);
}

body.page-type-commercial:not(.scrolled) .header .top-bar-menu > .menu > .menu-item-has-children > ul.menu,
body.page-type-commercial:not(.scrolled) .header .menu .is-dropdown-submenu,
body.page-type-commercial:not(.scrolled) .header .menu .menu-item-has-children ul ul:before,
body.page-type-commercial .header .top-bar-menu > .menu > .menu-item-has-children > ul.menu,
body.page-type-commercial .header .menu .is-dropdown-submenu,
body.page-type-commercial .header .menu .menu-item-has-children ul ul:before {
	background: #faf8f7 !important;
}
body.page-type-commercial:not(.scrolled) .header .menu .is-dropdown-submenu li:not(:last-child)  {
	border-bottom: 1px solid var(--lp--base-preset--brand-color--primary);
}
body.page-type-commercial:not(.scrolled) header.header.custom-header-layout .top-bar .grid-container:before {
	background: #c6c6c6;
}
body.page-type-commercial:not(.scrolled) header .logo-wrap .logo.site-logo {
	display: none;
}
body.page-type-commercial:not(.scrolled) header .logo-wrap .logo.alternative-logo {
	display: block !important;
}
body.page-type-commercial .menu-icon:after {
	background: var(--lp--base-preset--brand-color--primary) !important;;
}
body.page-type-commercial.header-transparent .header .top-bar .menu-icon:after {
	box-shadow: -16px 9px 0px var(--lp--base-preset--brand-color--primary), 0px 18px 0px var(--lp--base-preset--brand-color--primary) !important;
}
body.page-type-commercial header .top-bar li.menu-item.has-line-right:before {
	background: var(--lp--base-preset--brand-color--primary);
	left: unset;
	right: 0;
}


/* Customn Search */

.custom-search-bar-search-block {
	position: fixed;
    right: 0;
    background: #fff;
    width: 100%;
    top: 0;
    left: 0;
	z-index: 1;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);

}
.custom-search-bar-search-block.active {
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
}
.custom-search-bar-search-block,
.custom-search-bar-search-block.active {
	transition: 0.3s all linear;
	-ms-transition: 0.3s all linear;
	-webkit-transition: 0.3s all linear;
	-o-transition: 0.3s all linear;
	-moz-transition: 0.3s all linear;
}
.custom-search-bar-search-block .search-field {
	margin-right: 0px;
    width: 100%;
    padding-right: 100px;
    max-width: unset;
	padding-left: 0px;
}
.custom-search-bar-search-block .search-field::placeholder {
	color: var(--lp--base-preset--body--color)
	opacity: 1;
  }
  
.custom-search-bar-search-block .search-field::-ms-input-placeholder {
	color: var(--lp--base-preset--body--color)
}
.custom-search-bar-search-block .search-submit {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	border: 0px;
    padding-left: 20px;
    padding-right: 20px;
	margin-right: 0px;
}
.custom-search-bar .custom-search-bar__inner {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	position: relative;
}
.custom-search-bar .custom-search-bar__inner .csb--icon {
	margin-left: 15px;
	cursor: pointer;
}
.custom-search-bar .custom-search-bar__inner .csb--icon .green-search-icon-white {
	display: none;
}
.custom-search-bar-search-block .custom-search-bar-search-block__inner {
	max-width: 1440px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	margin: auto;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	padding-top: 10px;
    padding-bottom: 10px;
	justify-content: flex-end;

}
.custom-search-bar-search-block .search-form {
	position: relative;
	width: 100%;
}
.custom-search-bar-search-block .sb-close--icon {
    margin-left: 10px;
	cursor: pointer;
}
.sb-close--icon {
    width: 20px;
    height: 20px;
}
.sb-close--icon img {
	width: 100%;
}

/* Carousel */

.carousel .slick-dots li.slick-active button:before,
.carousel .slick-dots li button:hover {
	color:var(--lp--base-preset--brand-color--primary) !important;
}

/* Team */

.team-element .hic-box .hic-title,
.team-element .contact-details .contact-position {
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.team-element.team-info-on-hover .contact-details .contact-position,
.team-element.team-info-on-hover .hic-blurb p{
    color: var(--lp--base-preset--brand-color--primary);
}
.team-element.team-info-on-hover .hic-blurb {
	margin-top: 10px;
}

/* Hero */

.modified-hero-height section.hero {
    padding-bottom: 50px;
    padding-top: 50px;
}
/* Heading (only on homepage) */
.home .hero-banner-message h1 {
  opacity: 0;
  transform: translateX(-40px);
  animation: fadeInLeft 0.8s ease forwards;
  animation-delay: 0.8s; /* delay before heading shows */
}

/* Add "Home" before heading only on homepage */
.home .hero-banner-message h1::before {
  opacity: 0;
  transform: translateX(-40px);
  display: inline-block;
  animation: fadeInLeft 0.9s ease forwards;
  animation-delay: 0.5s; /* fades before main heading */
}

/* Subheadings (only on homepage) */
.home .hero-banner-message div span {
  opacity: 0;
  transform: translateY(20px);
  display: inline-block;
}

.home .hero-banner-message div span.separator {
  transform: none; /* only fades */
}

/* Animations */
@keyframes fadeInLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInOnly {
  to {
    opacity: 1;
  }
}

/* Subheading delays */
.home .hero-banner-message div span:nth-child(1) {
  animation: fadeInUp 0.6s ease forwards 1.6s;
}

.home .hero-banner-message div span:nth-child(2) {
  animation: fadeInOnly 0.6s ease forwards 1.9s;
}

.home .hero-banner-message div span:nth-child(3) {
  animation: fadeInUp 0.6s ease forwards 2.2s;
}

.home .hero-banner-message div span:nth-child(4) {
  animation: fadeInOnly 0.6s ease forwards 2.5s;
}

.home .hero-banner-message div span:nth-child(5) {
  animation: fadeInUp 0.6s ease forwards 2.8s;
}

.home .hero-banner-message div span:nth-child(6) {
  animation: fadeInOnly 0.6s ease forwards 3.1s;
}

.home .hero-banner-message div span:nth-child(7) {
  animation: fadeInUp 0.6s ease forwards 3.4s;
}

/* Secondary Banner */

.secondary-banner .dot-colored {
	color: #05727a;
}

/* Search Page */

body.search main.main {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}
body.search main.main > header,
body.search main.main > .page-navigation {
	flex:0 0 100%;
	-ms-flex:0 0 100%;
	-webkit-flex:0 0 100%;
	-moz-flex:0 0 100%;
	-o-flex:0 0 100%;
	max-width: 100%;
	margin-bottom: 50px;
}
body.search main.main > .page-navigation ul.pagination {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}
body.search main.main > .page-navigation ul.pagination .current,
body.search main.main > .page-navigation ul.pagination a {
    padding: 0;
    height: 35px;
    width: 35px;
    display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -o-flex;
	display: flex;
    align-items: center;
    justify-content: center;
}
body.search main.main > .page-navigation ul.pagination a:hover {
	background: transparent !important;
}
body.search main.main > .page-navigation ul.pagination .current {
	background: var(--lp--base-preset--brand-color--primary) !important;
}
body.search main.main > article {
	flex:0 0 25%;
	-ms-flex:0 0 25%;
	-webkit-flex:0 0 25%;
	-moz-flex:0 0 25%;
	-o-flex:0 0 25%;
	max-width: 25%;
	padding: 0px 15px 30px;
	margin-bottom: 30px;
}
body.search main.main > article .hic-content {
	padding-top: 20px;
}
body.search main.main > article .article-header .hic-title {
	margin-bottom: 12px;
}
body.search main.main > article .hic-button-wrap a.button {
    border-radius: 25px;
    -ms-border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
    padding-left: 25px;
    padding-right: 25px;
	color: var(--lp--base-preset--brand-color--primary);
    border-color: var(--lp--base-preset--brand-color--primary);
    background: #fff;
}

body.search main.main > article .hic-image:before {
	padding-top: 120%;
}

/* Footer */
footer.default-footer-layout {
	padding-bottom: 30px;
}
footer.default-footer-layout .footer-col .menu li a {
	padding-right:0px;
}
footer.default-footer-layout .footer-col.footer-col-1 h4 {
    font-weight: 400;
    letter-spacing: 1px;
	position: relative;
    padding-left: 25px;
}
footer.default-footer-layout .footer-col.footer-col-1 h4:after {
	content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background: var(--lp--base-preset--brand-color--secondary);
    border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    top: 4px;
    left: 0;
}
/* footer.default-footer-layout .footer-col.footer-col-1 .subheading {
    font-size: 60px;
    line-height: 1.2;
} */
footer.default-footer-layout .footer-col.footer-col-1 {
	padding-bottom: 50px;
}
footer.default-footer-layout .footer-col.footer-col-3 {
	padding-left: 0px !important;
}
footer.default-footer-layout .footer-col.footer-col-2 img {
    border-top-right-radius: 45px;
    border-bottom-left-radius: 45px;
    min-height: 350px;
	object-fit: cover;
	-o-object-fit: cover;
	-webkit-object-fit: cover;
	-moz-object-fit: cover;
	-ms-object-fit: cover;
	max-width: 330px;
}

footer.default-footer-layout .footer-col.footer-col-2 .footer-blurb,
footer.default-footer-layout .footer-col.footer-col-2 p,
footer.default-footer-layout .footer-col.footer-col-2 img {
	height: 100%;
}
footer.default-footer-layout .footer-col.footer-col-2 img {
	height: -webkit-calc(100% - 50px);
	height: -moz-calc(100% - 50px);
	height: -ms-calc(100% - 50px);
	height: -o-calc(100% - 50px);
	height: calc(100% - 50px);
}
footer.default-footer-layout .footer-col.footer-col-2 {
	padding-right: 60px;
}
footer.default-footer-layout ul.menu li a {
	font-weight: 400 !important;
	display: inline-block;
	padding-bottom: 12px !important;
	line-height: 1.4;
}
footer.default-footer-layout ul.menu li a:hover {
	color: #fff !important;
}
footer.default-footer-layout.footer .footer-col:not(.footer-col-1) h4 {
	font-size: 16px;
	letter-spacing: 1px;
	margin-bottom: 30px;
}

footer.default-footer-layout.footer .footer-col:not(:first-child),
footer.default-footer-layout.footer .footer-col:not(:nth-child(2)) {
	border-right: 2px solid var(--lp--base-preset--brand-color--secondary);
	padding-left: 20px;
}
footer.default-footer-layout.footer .footer-body {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
}
footer.default-footer-layout.footer .footer-col.footer-col-1 {
	grid-column: 1 / 7;
}
footer.default-footer-layout.footer .footer-col.footer-col-2 {
    grid-row: span 2;
    grid-column: 1 / 3;
	border-right: 0px;
}
footer.default-footer-layout.footer .footer-col:last-child {
    grid-column: 3 / 7;	
	margin-top: 40px;
	padding-left: 0px;
}

footer.default-footer-layout .footer-col.footer-col-1,
footer.default-footer-layout.footer .footer-col:nth-last-child(2),
footer.default-footer-layout.footer .footer-col:last-child {
	border-right: 0px solid !important;
}
footer.default-footer-layout.footer .footer-col:last-child .footer-blurb {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}
footer.default-footer-layout.footer .footer-col:last-child .footer-blurb > p {
	flex:0 0 33.333%;
	-ms-flex:0 0 33.333%;
	-webkit-flex:0 0 33.333%;
	-moz-flex:0 0 33.333%;
	-o-flex:0 0 33.333%;
	max-width: 33.333%;
	padding-right: 40px;
	font-size: 13px;
	opacity: 0.7;
	margin-bottom: 15px;
}
.bottom-footer .social-media-details li a {
    width: 40px;
    height: 40px;
}
.bottom-footer .social-media-details li a i {
	font-size: 20px;
}
.bottom-footer {
	padding-top: 0px;
	padding-bottom: 0px;
}
.bottom-footer .copyright p {
	display: none;
}
.bottom-footer .copyright {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.bottom-footer {
	border-top: 2px solid var(--lp--base-preset--brand-color--secondary);
}
.bottom-footer .copyright .logo-wrap {
	max-width: 170px;
}
.bottom-footer .grid-container {
	padding-top: 20px;
	padding-bottom: 20px;
}
.bottom-footer .logo-wrap a {
	display: inline-block;
}

/* Two Column Sections */

section.page-element.split-50-50.content-box-element.image-left-content .hic-media-container {
    margin-right: 80px;
}
section.page-element.split-50-50.content-box-element.image-right-content .hic-media-container {
	margin-left: 80px;
}
section.page-element.content-box-element.image-right-content.box-image-curve .hic-media-container {
	margin-right: 20px;
}
section.page-element.content-box-element.image-left-content.box-image-curve .hic-media-container {
	margin-left: 20px;
}
section.page-element.image-space-bottom-0 .hic-media-container {
	margin-bottom: 0px !important;
}
/* Form */

.gform_wrapper .gform_fields {
    grid-row-gap: 12px;	
}
.gform_wrapper .gform_fields .gfield.gfield--width-half {

}
.gform_fields .ginput_container input,
.gform_fields .ginput_container textarea {
    border: 0px;
    background: #e1efef;
    border-radius: 35px;
    padding: 15px 25px !important;
    height: auto;
}
.gform_fields .ginput_container input::placeholder,
.gform_fields .ginput_container textarea::placeholder {
	color: var(--lp--base-preset--brand-color--primary);
	opacity: 1; 
}

.gform_fields .ginput_container input::-ms-input-placeholder,
.gform_fields .ginput_container textarea::-ms-input-placeholder { 
	color: var(--lp--base-preset--brand-color--primary);
}
.gform_fields .right-space-reduce {
	padding-right: 3px;
}
.gform_fields .left-space-reduce {
	padding-left: 3px;
}
.contact-us-form_wrapper form .gform_fields > .gfield:nth-last-child(2) input {
	padding-right: 160px !important;
}
.contact-us-form_wrapper form {
	position: relative;
}
.contact-us-form_wrapper .gform_footer {
	padding-bottom: 0;
    padding-top: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    margin-top: 0;
}
.contact-us-form_wrapper .gform_footer .button {
    background: var(--lp--base-preset--brand-color--primary);
    border-radius: 35px;
    padding: 15px 25px !important;
    height: auto;
    line-height: 1.5;
    min-width: 150px;
}
.form-color-secondary .contact-us-form_wrapper .gform_footer .button {
	background: var(--lp--base-preset--brand-color--secondary);
}

/* Custom Member Block */

.hic-custom-member-block {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	margin-top: 40px;
}
.hic-custom-member-block .hic-member-block-text {
	padding-right: 20px;
}
.hic-custom-member-block .hic-member-block-image {
	padding: 0px 20px;
	padding-left: 0px;
	flex:0 0 25%;
	-ms-flex:0 0 25%;
	-webkit-flex:0 0 25%;
	-moz-flex:0 0 25%;
	-o-flex:0 0 25%;
	max-width: 220px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}
.hic-custom-member-block .hic-member-block-image img {
	width: 100%;
}
.hic-custom-member-block .hic-member-block-text .hmbt-title h3 {
	font-size: 32px;
	font-weight: 500;
}
.hic-custom-member-block .hic-member-block-text p {
	color: var(--lp--base-preset--body--color) !important;
}
.hic-custom-member-block .hmbt-button .button {
	background-color: transparent;
	color: var(--lp--base-preset--body--color) !important;
}
.hic-custom-member-block .hmbt-position {
	margin-bottom: 7px;
}


@media screen and (max-width:1366px) {
	body .blurb-type-2 .section-body .hic-item .hic-box {
		padding: 60px 20px 21px 20px !important;
	}
}


@media screen and (min-width:1281px) {
	.header.custom-header-layout .top-bar .top-bar-hamburger-menu {
		display: none;
	}
	.split-40-60 .has-media .hic-box > .hic-media-container, .split-60-40 .has-media .hic-box > .hic-content {
        width: 35%;
    }
	.split-60-40 .has-media .hic-box > .hic-media-container, .split-40-60 .has-media .hic-box > .hic-content {
		width: 65%;
	}
	.image-left-content.split-50-50 .has-media .hic-box > .hic-media-container,
	.image-right-content.split-50-50 .has-media .hic-box > .hic-content {
		width: 38%;
	}
	.image-left-content.split-50-50 .has-media .hic-box > .hic-content,
	.image-right-content.split-50-50 .has-media .hic-box > .hic-media-container {
		width: 62%;
	}
	section.page-element.quote-block {
		padding-top: 150px;
		padding-bottom: 40px;
	}
}
@media screen and (max-width:1280px) {
	.header.custom-header-layout .top-bar .top-bar-hamburger-menu {
		display: block;
	}
	.header.custom-header-layout .top-bar .top-bar-menu {
		display: none;
	}
	.custom-search-bar .custom-search-bar__inner {
		justify-content: flex-end;
	}
	header.header .top-bar-body .top-bar-col-3.top-bar-text {
		display: block !important;
	}
	header.header .top-bar-body .top-bar-col-3.top-bar-text {
		flex-grow: 1;
	}

	footer.default-footer-layout .footer-col.footer-col-1 {
		order: 1;	
		-ms-order: 1;	
		-webkit-order: 1;	
	}
	footer.default-footer-layout .footer-col.footer-col-3 {
		order: 2;	
		-ms-order: 2;	
		-webkit-order: 2;	
		padding-left: 20px !important;
	}
	footer.default-footer-layout .footer-col.footer-col-4 {
		order: 3;	
		-ms-order: 3;	
		-webkit-order: 3;	
	}
	footer.default-footer-layout .footer-col.footer-col-5 {
		order: 4;	
		-ms-order: 4;	
		-webkit-order: 4;	
	}
	footer.default-footer-layout .footer-col.footer-col-6 {
		order: 5;	
		-ms-order: 5;	
		-webkit-order: 5;	
	}
	footer.default-footer-layout .footer-col.footer-col-7 {
		order: 7;	
		-ms-order: 7;	
		-webkit-order: 7;	
	}
	footer.default-footer-layout .footer-col.footer-col-2 {
		order: 6;	
		-ms-order: 6;	
		-webkit-order: 6;	
	}
	footer.default-footer-layout .footer-col.footer-col-3,
	footer.default-footer-layout .footer-col.footer-col-4,
	footer.default-footer-layout .footer-col.footer-col-5,
	footer.default-footer-layout .footer-col.footer-col-6 {
		flex:0 0 33.333%;
		-ms-flex:0 0 33.333%;
		-webkit-flex:0 0 33.333%;
		-moz-flex:0 0 33.333%;
		-o-flex:0 0 33.333%;
		max-width: 33.333%;
	}
	footer.default-footer-layout.footer .footer-col:last-child {
		padding-left: 20px;
	}
	footer.default-footer-layout.footer .footer-body {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: -moz-flex;
		display: -o-flex;
		display: flex;
		flex-wrap: wrap;
	}

	footer.default-footer-layout.footer .footer-col:first-child {
		flex:0 0 100% !important;
		-ms-flex:0 0 100% !important;
		-webkit-flex:0 0 100% !important;
		-moz-flex:0 0 100% !important;
		-o-flex:0 0 100% !important;
		max-width: 100% !important;
	}
	footer.default-footer-layout.footer .footer-col:nth-child(2) {
		flex:0 0 35% !important;
		-ms-flex:0 0 35% !important;
		-webkit-flex:0 0 35% !important;
		-moz-flex:0 0 35% !important;
		-o-flex:0 0 35% !important;
		max-width: 35% !important;
		display: none;
	}
	footer.default-footer-layout.footer .footer-col:nth-last-child(2) {
		border-right: 2px solid var(--lp--base-preset--brand-color--secondary) !important;
	}
	footer.default-footer-layout.footer .footer-col:last-child .footer-blurb > p {
		flex:0 0 50%;
		-ms-flex:0 0 50%;
		-webkit-flex:0 0 50%;
		-moz-flex:0 0 50%;
		-o-flex:0 0 50%;
		max-width: 50%;
	}
	section.page-element.split-50-50.content-box-element.image-right-content .hic-media-container {
		margin-left: 50px;
	}
	section.page-element.split-50-50.content-box-element.image-left-content .hic-media-container {
		margin-right: 50px;
	}
	.blurb-type-3 .hic-item {
		width: 33.333%;
	}

	.box-content-space-right-large .hic-content {
		padding-right: 70px !important;
	}
	.box-content-space-right-medium .hic-content {
		padding-right: 40px !important;
	}
	.box-content-space-right-small .hic-content {
		padding-right: 20px !important;
	}
	.box-content-space-left-large .hic-content {
		padding-left: 70px !important;	
	}
	.box-content-space-left-medium .hic-content {
		padding-left: 40px !important;	
	}
	.box-content-space-left-small .hic-content {
		padding-left: 20px !important;	
	}
	.section-bg-overlay-light .section-background.bg-image::before {
		opacity: 0.5;
	}
	
}
@media (min-width: 1024px) {
    .sidebar {
        width: 350px;
    }
	.has-sidebar-left .main-content, .has-sidebar-right .main-content {
        width: calc(100% - 350px);
    }
	.has-sidebar-right .main-content {
		padding-right: 50px;
	}
	.has-sidebar-left .main-content {
		padding-left: 50px;
	}
	.header-transparent .hero:not(.page-banner).banner-solid-colour.default-height {
		min-height: calc(180px + var(--lp--base-preset--header--min-height));
	}
}
@media screen and (max-width:1024px) {
	.header-body-half .inner-section .grid-container {
		flex-direction: column;
	}
	.header-body-half .inner-section .grid-container .section-header, 
	.header-body-half .inner-section .grid-container .section-body {
		flex:0 0 100%;
		-ms-flex:0 0 100%;
		-webkit-flex:0 0 100%;
		-moz-flex:0 0 100%;
		-o-flex:0 0 100%;
		max-width: 100%;
		width: 100%;
	}	
	.content-box-element.image-above-content .section-body.grid-x>.medium-4 {
		width: 50%;
	}
	.box-image-curve .hic-image::before {
		padding-top: 100%;
	}
	.page-element.quote-block .section-body .hic-item {
        width: 100%;
	}
	.section-bg-overlay-remove .section-background.bg-image::before {
		background-color: rgb(255 255 255 / 70%);
		opacity: 1 !important;
	}
	section.page-element.blurb-type-3 {
		padding-bottom: 20px !important;
	}
	.project-single-content-box .section-body .hic-item:first-child .hic-box {
		padding-right: 30px;
	}
	body.search main.main > article {
		flex:0 0 33.333%;
		-ms-flex:0 0 33.333%;
		-webkit-flex:0 0 33.333%;
		-moz-flex:0 0 33.333%;
		-o-flex:0 0 33.333%;
		max-width: 33.333%;
	}
}
@media screen and (max-width:1023px) {
	.hero .hero-banner-message h1 br, .hero .hero-banner-message .h1 br{
		display: none;
	}
	section.content-box-element.image-right-content .hic-item .hic-content,
	section.content-box-element.image-left-content .hic-item .hic-content {
		margin-top: 40px;
		padding-left: 0px;
		padding-right: 0px;
	}
	.list-item-no-dots ul {
		margin-bottom: 30px;
	}
	section.content-box-element.image-right-content .hic-item .hic-image::before,
	section.content-box-element.image-left-content .hic-item .hic-image::before {
		padding-top: 85%;
	}
	
	section.content-box-element .hic-item .hic-content .hic-title {
		margin-bottom: 30px;
	}
	section.page-element.content-box-element.image-left-content .hic-media-container,
	section.page-element.content-box-element.image-right-content .hic-media-container {
		width: 100% !important;
	}
	section.page-element.content-box-element.image-right-content.box-image-curve-with-shadow .hic-media-container,
	section.page-element.content-box-element.image-left-content.box-image-curve-with-shadow .hic-media-container {
		width: -webkit-calc(50% - 20px) !important;
		width: -moz-calc(50% - 20px) !important;
		width: -ms-calc(50% - 20px) !important;
		width: -o-calc(50% - 20px) !important;
		width: calc(50% - 20px) !important;
	}
	section.page-element.content-box-element.image-left-content.box-image-curve-with-shadow .hic-media-container {
		margin-left: 0px;
	}
	.box-large-image .hic-box .hic-image:before {
		padding-top: 120%;
	}
	.button.button-space-top-1 {
		margin-top: 15px;
	}
	.blurb-type-2 .section-body .hic-item:first-child .hic-box .hic-title {
		margin-bottom: 0px !important;
	}
}
@media screen and (min-width:768px) and (max-width:1023px) {
	section.page-element.content-box-element.image-left-content .hic-media-container, 
	section.page-element.content-box-element.image-right-content .hic-media-container,
	section.content-box-element.image-right-content .hic-item .hic-content, 
	section.content-box-element.image-left-content .hic-item .hic-content {
        width: 50% !important;
	}
	section.content-box-element.image-right-content .hic-item .hic-box, 
	section.content-box-element.image-left-content .hic-item .hic-box {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: -moz-flex;
		display: -o-flex;
		display: flex;
		align-items: flex-start;
	}
	section.content-box-element.image-right-content .hic-item .hic-content, 
	section.content-box-element.image-left-content .hic-item .hic-content {
		margin-top: 0px;
	}
	.hic-custom-member-block {
		justify-content: flex-start;
		align-items: flex-start;
		flex-direction: column;
	}
	.hic-custom-member-block .hic-member-block-image {
		margin-bottom: 20px;
	}
	.hic-custom-member-block .hmbt-position {
		margin-bottom: 10px;
	}
	.hic-member-block-text .hmbt-text {
		margin-top: 10px;
	}
	section.page-element.split-50-50.content-box-element.image-left-content .hic-media-container {
        margin-right: 50px;
    }
	section.page-element.split-50-50.content-box-element.image-right-content .hic-media-container {
        margin-left: 50px;
    }
	section.page-element.split-50-50.content-box-element.image-left-content .hic-content {
		padding-right: 30px;
    }
	section.page-element.split-50-50.content-box-element.image-right-content .hic-content {
		padding-left: 30px;
    }
	section.content-box-element.image-right-content .hic-item .hic-image::before, 
	section.content-box-element.image-left-content .hic-item .hic-image::before {
        padding-top: 110%;
    }
	.contact-us-form_wrapper form .gform_fields > .gfield:nth-last-child(2) input {
        padding-right: 25px !important;
    }
	.contact-us-form_wrapper .gform_footer {
        position: relative;
        margin-top: 15px;
    }
	.contact-us-form_wrapper .gform_footer .button {
		width: 100%;
	}
	.gform_wrapper .gform_fields .gfield.gfield--width-half {
        width: 100%;
    }
	.gform_fields .left-space-reduce {
		padding-left: 0.5375rem;
	}
	.gform_fields .right-space-reduce {
		padding-right: 0.5375rem;
	}
	
	
}
@media screen and (max-width:767px) {
	.hero .hero-banner-message h1, 
	.hero .hero-banner-message .h1,
	.blurb-type-2 .hic-box .hic-blurb h2,
	.box-title-h2 .hic-content .hic-blurb h2,
	footer.default-footer-layout .footer-col.footer-col-1 .subheading,
	.split-50-50 .medium-12 .hic-title h3,
	footer.default-footer-layout .footer-col.footer-col-1 .subheading,
	.hic-box-heading .hic-box-heading-bottom .hic-title,
	.post-listing-section.default-grid-layout .section-pagination button.button,
	.box-content-large-right .hic-content .hic-title h3,
	.single-content-block .hic-content .hic-title h3,
	#project-single-content-gallery .hic-title h3,
	.hic-project-features-block .hpf-column.hpf-column-1 span,
	body.search main.main header h1 {
		font-size: 3rem;
	}
	footer.default-footer-layout .footer-col.footer-col-3,
	footer.default-footer-layout .footer-col.footer-col-4,
	footer.default-footer-layout .footer-col.footer-col-5,
	footer.default-footer-layout .footer-col.footer-col-6 {
		flex:0 0 50%;
		-ms-flex:0 0 50%;
		-webkit-flex:0 0 50%;
		-moz-flex:0 0 50%;
		-o-flex:0 0 50%;
		max-width: 50%;
		padding-bottom: 30px;
	}
	section.page-element.section-top-regular,
	footer.default-footer-layout {
		padding-top: 60px !important;
	}
	section.page-element, .sidebar-element {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	section.page-element.pt-medium {
		padding-top: 40px !important;
	}
	section.page-element.pt-small {
		padding-top: 30px !important;
	}
	section.page-element.pb-medium {
		padding-bottom: 40px !important;
	}
	section.page-element.pb-small {
		padding-bottom: 30px !important;
	}
	section.page-element.pb-xsmall {
		padding-bottom: 20px !important;
	}
	section.page-element.section-bottom-regular {
		padding-bottom: 60px !important;
	}
	section.page-element .section-title,
	.blurb-type-2 .hic-box .hic-blurb h2,
	.box-title-h2 .hic-content .hic-blurb h2,
	.image-right-content .medium-12 .hic-title h3,
	.image-left-content .medium-12 .hic-title h3,
	footer.default-footer-layout .footer-col.footer-col-1 .subheading,
	.hic-box-heading .hic-box-heading-bottom .hic-title,
	.post-listing-section.default-grid-layout .section-pagination button.button,
	.box-content-large-right .hic-content .hic-title h3,
	.single-content-block .hic-content .hic-title h3,
	#project-single-content-gallery .hic-title h3,
	.hic-project-features-block .hpf-column.hpf-column-1 span,
	body.search main.main header h1 {
		font-size: 2.8rem;
	}
	.blurb-type-3 .hic-item {
		width: 50%;
	}
	section.content-box-element.image-right-content .hic-item .hic-content, 
	section.content-box-element.image-left-content .hic-item .hic-content {
		width: 100% !important;
	}
	.box-content-space-left-large .hic-content,
	.box-content-space-left-medium .hic-content,
	.box-content-space-left-small .hic-content {
		padding-left: 0px !important;
	}
	.box-content-space-right-large .hic-content,
	.box-content-space-right-medium .hic-content,
	.box-content-space-right-small .hic-content {
		padding-right: 0px !important;
	}
	.hic-custom-member-block {
		justify-content: flex-start;
		align-items: flex-start;
		flex-direction: column;
	}
	.hic-custom-member-block .hic-member-block-image {
		margin-bottom: 20px;
	}
	.hic-custom-member-block .hmbt-position {
		margin-bottom: 10px;
	}
	.hic-member-block-text .hmbt-text {
		margin-top: 10px;
	}
	body .image-right-content.split-50-50 .has-media .hic-box > .hic-content,
	body .image-left-content.split-50-50 .has-media .hic-box > .hic-content {
		padding-top: 0px;
	}
	section.page-element.content-box-element.image-right-content.box-image-curve-with-shadow .hic-media-container,
	section.page-element.content-box-element.image-left-content.box-image-curve-with-shadow .hic-media-container {
		/* width: -webkit-calc(100% - 20px) !important;
		width: -moz-calc(100% - 20px) !important;
		width: -ms-calc(100% - 20px) !important;
		width: -o-calc(100% - 20px) !important;
		width: calc(100% - 20px) !important; */
		width: 100% !important;
	}
	section.page-element.content-box-element.image-left-content.box-image-curve-with-shadow .hic-media-container,
	section.page-element.content-box-element.image-right-content.box-image-curve-with-shadow .hic-media-container {
		margin-bottom: 70px !important;
		max-width: 500px;
	}
	
	section.page-element.content-box-element.image-left-content.box-image-curve-with-shadow .hic-media-container .hic-image:before,
	section.page-element.content-box-element.image-right-content.box-image-curve-with-shadow .hic-media-container .hic-image:before {
		padding-top: 110% !important;
	}
	.box-image-curve .hic-image:before {
		padding-top: 120% !important;
	}
	.box-image-curve .hic-media-container {
		max-width: 500px;
	}
	.post-listing-section.default-grid-layout .section-pagination button.button {
		font-size: 1.5rem;
	}

	.blurb-type-3 .hic-item .hic-box .hic-content {
		padding-left: 0px;
		padding-right: 0px;
	}
	.box-content-large-right .hic-item {
		width: 100% !important;
	}
	.box-content-large-right .box-content-large-right-1 .hic-content {
		padding-right: 0px;
	}
	.box-image-curve.box-image-curve-with-shadow .hic-media-container {
		margin-bottom: 50px;
	}
	.box-line-left .hic-item .hic-box .hic-content, 
	.blurb-type-3 .hic-item .hic-box .hic-content {
		padding-left: 20px;
	}
	section.page-element.two-columns .section-body > .cell {
		width: 100%;
	}
	.button-position-right.button {
		float: unset;
	}
	.project-single-content-box .section-body .hic-item {
		flex:0 0 100% !important;
		-ms-flex:0 0 100% !important;
		-webkit-flex:0 0 100% !important;
		-moz-flex:0 0 100% !important;
		-o-flex:0 0 100% !important;
		max-width: 100% !important;
	}
	.project-single-content-box .section-body .hic-item:first-child .hic-box {
		padding-right: 0px;
	}
	.hic-shortcode-image.hic-shortcode-image-curve {
		max-width: 500px;
	}
	.project-single-content-box .hic-shortcode-image.hic-shortcode-image-curve {
		margin-top: 0px;
	}
	.hic-project-features .hic-project-features-block {
		flex-direction: column;
	}
	.hic-project-features .hic-project-features-block .hpf-column.hpf-column-1 {
		padding-right: 0px;
		padding-bottom: 20px;
	}
	.page-image-banner.page-element {
		height: 40vw !important;
	}
}

@media screen and (max-width:640px) {
	.footer {
		text-align: left !important;
	}
	.contact-us-form_wrapper .gform_footer {
		position: relative;
		margin-top: 15px;
	}
	.contact-us-form_wrapper form .gform_fields > .gfield:nth-last-child(2) input {
		padding-right: 25px !important;
	}
	.mapouter,
	.gmap_canvas {
		height: 450px !important;
	}
	.box-image-curve .hic-media-container {
        max-width: 400px;
    }
	.hic-project-information .hic-project-information-block {
		flex-direction: column;
	}
	.hic-project-information .hic-project-information-block .hpi-column.hpi-column-1 {
		flex:0 0 100%;
-ms-flex:0 0 100%;
-webkit-flex:0 0 100%;
-moz-flex:0 0 100%;
-o-flex:0 0 100%;
max-width: 100%;
		margin-bottom: 5px;
	}
}

@media screen and (max-width:639px) {
	.blurb-type-2 .section-body .hic-item:not(:first-child) .hic-box {
		padding-top: 0px;
	}
	.quote-block .hic-content {
		flex-direction: column;
		align-items: flex-start;
	}
	.content-box-element.image-above-content .section-body.grid-x>.medium-4 {
		width: 100%;
	}
	.box-image-curve .hic-image::before {
        padding-top: 85%;
    }
	.button-with-arrow .button,
	.button-with-arrow.button {
		margin-bottom: 10px;
	}
	.header .top-header {
		display: none;
	}
	header.header.custom-header-layout .top-bar .grid-container:before {
		opacity: 0;
	}
	.blurb-type-2 .section-body .hic-item .hic-box {
		padding-left: 20px;
		padding-right: 20px;
	}
	.content-box-element.image-above-content .section-body.grid-x>.hic-item:last-child {
		margin-bottom: 0px !important;
	}
	section.page-element.blurb-type-3 {
        padding-bottom: 60px !important;
    }
	.blurb-type-3 .hic-item {
		width: 100%;
	}
	.box-large-image .hic-box .hic-image:before {
		padding-top: 100%;
	}
	.blurb-type-3 .hic-item {
		margin-bottom: 30px !important;
	}
	.box-image-curve .hic-image:before,
	section.page-element.content-box-element.image-left-content.box-image-curve-with-shadow .hic-media-container .hic-image:before,
	section.page-element.content-box-element.image-right-content.box-image-curve-with-shadow .hic-media-container .hic-image:before {
		padding-top: 130% !important;
	}
	body.search main.main > article {
		flex:0 0 50%;
		-ms-flex:0 0 50%;
		-webkit-flex:0 0 50%;
		-moz-flex:0 0 50%;
		-o-flex:0 0 50%;
		max-width: 50%;
	
	}
}

@media screen and (max-width:480px) {
	footer.default-footer-layout .footer-col.footer-col-3,
	footer.default-footer-layout .footer-col.footer-col-4,
	footer.default-footer-layout .footer-col.footer-col-5,
	footer.default-footer-layout .footer-col.footer-col-6,
	footer.default-footer-layout.footer .footer-col:last-child .footer-blurb > p {
		flex:0 0 100%;
		-ms-flex:0 0 100%;
		-webkit-flex:0 0 100%;
		-moz-flex:0 0 100%;
		-o-flex:0 0 100%;
		max-width: 100%;
		padding-bottom: 30px;
	}
	footer.default-footer-layout.footer .footer-col:last-child .footer-blurb > p {
		padding-right: 0px;
		padding-bottom: 0px;
	}
	footer.default-footer-layout.footer .footer-col:last-child {
		margin-top: 0px;
	}
	.box-image-curve .hic-image:before,
	section.page-element.content-box-element.image-left-content.box-image-curve-with-shadow .hic-media-container .hic-image:before,
	section.page-element.content-box-element.image-right-content.box-image-curve-with-shadow .hic-media-container .hic-image:before {
		padding-top: 140% !important;
	}
	.button.inline-button-block {
		margin-right: 0px;
		width: 100%;
	}
	body.search main.main > article {
		flex:0 0 100%;
		-ms-flex:0 0 100%;
		-webkit-flex:0 0 100%;
		-moz-flex:0 0 100%;
		-o-flex:0 0 100%;
		max-width: 100%;
	
	}
}

.single-content-block .hic-project-information {
    margin-bottom: 30px;
    margin-top: 30px;
}
.dots-slick-relative .slick-dots {
	position:relative !important;
	bottom:0px !important;
	margin-top:50px;
}

.hero-banner-message div { font-weight: 500; }

@media screen and (min-width:1025px) {
	.title-min-height .hic-box-heading {
		min-height:130px;
	}
}
@media(min-width: 1024px) {
	.hero-banner-message div {
		font-size: 24px;
		margin-top: 24px;
	}
}
@media (max-width: 767px) {
	.home .hero .hero-background {
		background-position: left;
	}
}
/* Banner Linear Background  */
.banner-has-linear-background .hero:before {
	content: '';
	position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.2) 40%, transparent 100%);
  pointer-events: none; /* So it won't block clicks */
  z-index: 1; /* Adjust depending on your layout */
}
/* FORCE HEADER PRIMARY */
.force-header-primary .header {
	background-color: var(--lp--base-preset--brand-color--primary);
}
@media(max-width: 640px) {
	.header-transparent.force-header-primary .hero.full-screen-banner {
		padding-top: 81px;
	}
}
@media(min-width: 641px) and (max-width: 1023px) {
	.header-transparent.force-header-primary .hero.full-screen-banner {
		padding-top: 127px;
	}
}
@media(min-width: 1024px) {
	.admin-bar.header-transparent.force-header-primary .hero.full-screen-banner {
		min-height: calc(100vh - 167px);
		padding-top: 135px;
	}
	.header-transparent.force-header-primary .hero.full-screen-banner {
		min-height: calc(100vh - 135px);
		padding-top: 135px;
	}
}
