/*
	Theme Name: Hybrid Debt Fund
	Theme URI: http://neighbrly.com/
	Author: Neighbrly
	Author URI: http://neighbrly.com/
	Description: Customize Theme for Hybrid Debt Fund
	Template: general-parent
	Version: 1.0
*/

:root {
	--color-primary: #1d3956;
	--color-secondary: #abbbca;
	--color-tertiary: #498dad; //#8cb941
	--color-ltblue: #C5E8F6;
	--color-grey: #E1E1E1; 
	--color-gradient-start: #274667;
	--color-gradient-stop: #10253c;
	--color-link: #1d3956;
	--color-secondary-overlay: #274667F0;
	--color-primary-overlay: #1d3956CC;
	--color-secondary-overlay-darker: #274667FA;
	--color-primary-overlay-darker: #1d3956F2;
}

body {
	color: #262C2D;
	font-family: 'Open Sauce Sans', sans-serif;
}

#content {
    background-image: url(images/bg.png);
}

.clip-svg {
	background-position: -830% -20% !important;
}

.text-secondary {
	color: var(--color-secondary) !important;
}

.text-primary {
	color: var(--color-primary) !important;
}

.text-ltblue {
	color: var(--color-ltblue) !important;
}

.bg-primary {
	background-color: var(--color-primary) !important;
}

.bg-secondary {
	background-color: var(--color-secondary) !important;
}

.bg-grey {
	background-color: var(--color-grey) !important;
}

.text-black {
	color: #151515;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6 .h6 {
    color: #151515;
}

/* Fonts & Headings */

.bg-charcoal h1,
.bg-charcoal h2,
.bg-charcoal h3,
.bg-charcoal h4,
.bg-charcoal h5,
.bg-charcoal h6 {
	color: #ffffff;
}

h1,h2,h3,h4,h5,h6 {
	color: #262C2D;
	font-family: 'Barlow', sans-serif;
	font-weight: 700;
}

h1.sc,h2.sc,h3.sc,h4.sc,h5.sc,h6.sc {
	letter-spacing: 2px;
	text-transform: uppercase;
}

.font-size-90 {
	font-size: 90px;
}

.font-size-29 {
	font-size: 29px;
}


.bg-charcoal {
	background-color: #191919;
}

.bg-ebony-clay {
    background: #151515 !important;
}

.overlay-gradient {
	background: linear-gradient(323deg, var(--color-secondary-overlay) -10%, var(--color-primary-overlay) 53%);
}

.overlay-gradient-darker {
	background: linear-gradient(323deg, var(--color-secondary-overlay-darker) -10%, var(--color-primary-overlay-darker) 53%);
}

.notification-bar {
	background: var(--color-secondary) !important;
	text-align: center;
	padding: 15px;
	font-weight: bold;
	font-size: 18px;
}

.notification-bar a {
	color: #fff;
}

.notification-bar a:hover {
	opacity: .8;
}

.notification-bar img {
	max-width: 50px;
}

.main-nav > li > a {
	color: #fff;
}

.main-nav > li.is-active > a, 
.main-nav > li.current-menu-item > a, 
.main-nav > li:hover > a, 
.main-nav > li > a:hover {
    color: var(--color-secondary)
}

.main-nav .children, .nav-item-children {
	top: 70%;
}

.navbar-brand img {
	max-height: 200px;
}

.is-stuck .navbar-brand .logo-default {
	display: none;
}

.is-stuck .navbar-brand img.logo-sticky {
	max-height: 100px !important;
}

@media screen and (max-width: 1199px) {
	[data-mobile-header-scheme=dark] .navbar-header {
		background-color: var(--color-primary) !important;
	}
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

@media screen and (max-width: 1199px) {
	[data-mobile-nav-style=modern]:before {
    	background-image: -webkit-gradient(linear, right bottom, left top, from(#59C1E8), to(#163059)) !important;
		background-image: linear-gradient(to top left, #59C1E8 0%, #163059 100%) !important;
    }
	
	.collapse.in .nav-item-children {
		display: block !important;
		opacity: 1 !important;
	}
	
	[data-mobile-nav-style=modern] .navbar-collapse-clone {
		top: 1vh;
	}
	
	[data-mobile-nav-style=modern] .navbar-collapse-clone .nav-trigger {
		top: 10px;
	}
	body.blog #content {
    	padding-top: 0px;
    }
    
    .community-intro {
	    text-align: center;
	    padding-right: 0px;
	    margin-bottom: 40px;
    }
    
    .community-intro h6,
    .community-intro h2,
    .community-intro p {
		padding-right: 0px !important;
		margin-right: 0px !important;   
	}
	
	#testimonials .carousel-item {
		padding-top: 100px;
		padding-bottom: 40px;
	}
	
	#testimonials {
		margin-bottom: 100px;
	}
	
	
	
	.lqd-parallax-team-members .liquid-img-group-container:first-child,
	.lqd-parallax-team-members .liquid-img-group-container:last-child {
	    left: -30%;
	}
	
	
	.lqd-parallax-team-members .liquid-img-group-container:first-child {
		top: -200px;
	}
	
	.lqd-parallax-team-members .liquid-img-group-container:last-child {
		margin-top: -200px;
	}

}

@media screen and (max-width: 1450px) {
	
	.lqd-parallax-team-members .liquid-img-group-container:first-child,
	.lqd-parallax-team-members .liquid-img-group-container:last-child {
	    left: -50%;
	}
	
	
	.lqd-parallax-team-members .liquid-img-group-container:first-child {
		top: -100px;
	}

}

@media screen and (max-width: 992px) {

	.home-intro {
		text-align: center;
	}

	.titlebar-inner {
		padding-bottom: 75px !important;
	}
}

.stock.out-of-stock {
	visibility: hidden;	
}

.home .ld-masked-image {
	z-index: 5;
}

.lqd-parallax-team-members .liquid-img-group-container:last-child {
    left: -25% !important;
}

.lqd-parallax-team-members .liquid-img-group-container:first-child {
    left: -30% !important;
}

.lqd-parallax-team-members .liquid-img-group-container:first-child {
	top: -175px;
}

.mainbar-wrap.is-stuck .logo-wrap {
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
}

.mainbar-wrap.is-stuck .btn {
	background-color: var(--color-secondary);
	color: #fff !important;
}

.btn-solid {
    background-color: var(--color-tertiary) !important;
    border-color: var(--color-tertiary) !important;
}

.logo-sticky,
.logo-dark {
	max-height: 80px;
}

.btn-solid:hover {
    background-color: var(--color-secondary);
    border-color: var(--color-secondary);
}

.lqd-h-sep-inner {
    background-color: var(--color-secondary);
}

.iconbox-blue {
	background-color: #006e97;
}

.iconbox-blue .contents {
	color: #fff;
}

.iconbox-blue2 {
	background-color: var(--color-secondary) !important;
}

.iconbox-blue2 .contents {
	color: #fff;
}

.iconbox-blue3 {
	background-color: var(--color-primary);
}

.iconbox-blue3 .contents {
	color: #fff;
}

.lqd-iconbox-stack .iconbox-blue {
    top: 15%;
}

.lqd-iconbox-stack .iconbox-blue2 {
    margin-top: 7vw;
}

.lqd-iconbox-stack .iconbox-blue3 {
    top: 15%;
}

.btn-icon-solid .btn-icon {
	background-color: var(--color-secondary);
}

.border-color-primary {
    border-color: var(--color-primary);
}

.star-reviews {
	max-width: 150px;
	margin-left: auto;
	margin-top: -8px;
}

.post-grid {
	border-top: 1px solid #e4e4e4;
}

.main-footer {
	border-top: 1px solid #e4e4e4;
}

h4.liquid-lp-title:hover a {
	color: var(--color-secondary);
}

.main-footer .social-icon a {
    color: var(--color-primary);
}

.main-footer h3.widget-title a {
	letter-spacing: 0.2em !important;
	text-transform: uppercase !important;
	color: #000;
}

.blog-post-excerpt-wrap {
	min-height: 350px;
}

.liquid-blog-posts .row {
	display: flex;
	flex-wrap: wrap;
}

.liquid-blog-posts .lqd-column {
	display: flex;
	flex-direction: column;
}

.blog-post-wrap {
	flex: 1;
}
.titlebar:before,
.blog-single-cover.is-in-view .blog-single-media:after {
    opacity: 1 !important;
    visibility: visible !important;
    background: -webkit-gradient(linear, left top, right top, from(#0079a6b0), to(#163059b0)) !important;
    background: linear-gradient(to right, #0079a6b0 0%, #163059b0 100%) !important;
    background-color: #163059b0 !important;
    z-index: 1;
}

.blog-single a {
	color: var(--color-primary);
}

.blog-single-cover[data-fullheight=true] {
	height: 57vh;
}

.page-template-page-community .mainbar-wrap.is-stuck .main-nav > li > a,
.page-template-page-contact .mainbar-wrap.is-stuck .main-nav > li > a,
.page-template-page-single-location .mainbar-wrap.is-stuck .main-nav > li > a,
.page-template-page-careers .mainbar-wrap.is-stuck .main-nav > li > a,
.page-template-default .mainbar-wrap.is-stuck .main-nav > li > a,
.page-template-page-membership .mainbar-wrap.is-stuck .main-nav > li > a,
.page-template-page-get-free-wash .mainbar-wrap.is-stuck .main-nav > li > a,
.page-template-page-manage-membership .mainbar-wrap.is-stuck .main-nav > li > a,
.page-template-page-buy-membership .mainbar-wrap.is-stuck .main-nav > li > a,
.page-template-page-cancel-membership .mainbar-wrap.is-stuck .main-nav > li > a,
.page-template-page-update-cc .mainbar-wrap.is-stuck .main-nav > li > a,
.page-template-page-get-free-wash-ppc .mainbar-wrap.is-stuck .main-nav > li > a,
.page-template-page-buy-membership-test .mainbar-wrap.is-stuck .main-nav > li > a,
.woocommerce .mainbar-wrap.is-stuck .main-nav > li > a,
.page-template-page-locations .mainbar-wrap.is-stuck .main-nav > li > a,
.category .mainbar-wrap .main-nav > li > a,
.single .mainbar-wrap .main-nav > li > a {
	color: inherit;
}

.page-template-page-community .mainbar-wrap .main-nav > li > a,
.page-template-page-contact .mainbar-wrap .main-nav > li > a,
.page-template-page-single-location .mainbar-wrap .main-nav > li > a,
.page-template-page-careers .mainbar-wrap .main-nav > li > a,
.page-template-default .mainbar-wrap .main-nav > li > a,
.page-template-page-membership .mainbar-wrap .main-nav > li > a,
.page-template-page-manage-membership .mainbar-wrap .main-nav > li > a,
.page-template-page-buy-membership .mainbar-wrap .main-nav > li > a,
.page-template-page-buy-membership-test .mainbar-wrap .main-nav > li > a,
.page-template-page-get-free-wash .mainbar-wrap .main-nav > li > a,
.page-template-page-cancel-membership .mainbar-wrap .main-nav > li > a,
.page-template-page-update-cc .mainbar-wrap .main-nav > li > a,
.page-template-page-get-free-wash-ppc .mainbar-wrap .main-nav > li > a,
.woocommerce .mainbar-wrap .main-nav > li > a,
.page-template-page-locations .mainbar-wrap .main-nav > li > a,
.category .mainbar-wrap .main-nav > li > a,
.single .mainbar-wrap .main-nav > li > a {
	color: #fff;
}

.cta-blue-overlay {
	background-size: cover;	
}

.cta-blue-overlay:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1 !important;
    visibility: visible !important;
    background: -webkit-gradient(linear, left top, right top, from(#2E5DEDb0), to(#2E5DEDb0)) !important;
    background: linear-gradient(to right, #2E5DEDb0 0%, #2E5DEDb0 100%) !important;
    background-color: #2E5DEDb0 !important;
    z-index: 1;	
}

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url(grayscale.svg); /* Firefox 4+ */
    filter: gray; /* IE 6-9 */
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.bg-gradient-secondary-lr {
	background: -webkit-gradient(linear, left top, right top, from(#1d3956F0), to(#1d3956CC)) !important;
	background: linear-gradient(to right, #1d3956F0 0%, #1d3956CC 100%) !important;
}

.bg-cover.bg-overlay:before {
	background-color: #163059CC !important;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.location-promise {
	z-index: 2;
	position: relative;
}

.locations-blocks .liquid-lp-sp-block {
	padding-bottom: 90%;
}

.hours p {
	font-size: 14px;
	margin-bottom: 0px;
}


.mt-n10 {
	margin-top: -10px;
}

.mt-n20 {
	margin-top: -20px;
}

.mt-n30 {
	margin-top: -30px;
}

.mt-n40 {
	margin-top: -40px;
}

.mt-n50 {
	margin-top: -50px;
}

.anime-background .shape-main.right {
	-webkit-transform: skew(0deg,-2deg);
	transform: skew(0deg,-2deg);
	background-image: linear-gradient(-45deg,#d9e2ef 0,#f1f4f8 35%,#f9fbfd 100%);
}

.anime-background .shape-main.left {
	-webkit-transform: skew(0deg,2deg);
	transform: skew(0deg,2deg);
	background-image: linear-gradient(45deg,#d9e2ef 0,#f1f4f8 35%,#f9fbfd 100%);
}

.anime-background .shape-main.navy.right {
	-webkit-transform: skew(0deg,-2deg);
	transform: skew(0deg,-2deg);
	background-image: linear-gradient(-45deg,#394459 0,#1f2322 100%);
}

.anime-background .shape-main.navy.left {
	-webkit-transform: skew(0deg,2deg);
	transform: skew(0deg,2deg);
	background-image: linear-gradient(45deg,#394459 0,#1f2322 100%);
}

.anime-background .shape-main.white.right {
	-webkit-transform: skew(0deg,-2deg);
	transform: skew(0deg,-2deg);
	background-image: linear-gradient(-45deg,#fff 0,#fff 100%);
}

.anime-background .shape-main.white.left {
	-webkit-transform: skew(0deg,2deg);
	transform: skew(0deg,2deg);
	background-image: linear-gradient(45deg,#fff 0,#fff 100%);
}

.anime-background .shape-main.grey.right {
	-webkit-transform: skew(0deg,-2deg);
	transform: skew(0deg,-2deg);
	background-image: linear-gradient(-45deg,#f4f5f8 0,#f4f5f8 100%);
}

.anime-background .shape-main.grey.left {
	-webkit-transform: skew(0deg,2deg);
	transform: skew(0deg,2deg);
	background-image: linear-gradient(45deg,#f4f5f8 0,#f4f5f8 100%);
}

.anime-background .shape-main.warmgrey.right {
	-webkit-transform: skew(0deg,-2deg);
	transform: skew(0deg,-2deg);
	background-image: linear-gradient(-45deg,#cac5be 0,#cac5be1a 100%);
}

.anime-background .shape-main.warmgrey.left {
	-webkit-transform: skew(0deg,2deg);
	transform: skew(0deg,2deg);
	background-image: linear-gradient(45deg,#cac5be 0,#cac5be 100%);
}

.anime-background .shape-main {
	position: absolute!important;
	top: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.anime-background .container {
	z-index: 2;
	position: relative;
}

.z-m1 {
	z-index: -1;
}

.z-p1 {
	z-index: 1;
}

.z-p2 {
	z-index: 2;
	position: relative;
}

.z-p2:hover {
	z-index: 2;
	position: relative;
}

/*
.iconbox-filled-hover.iconbox-light-onhover:hover h3,
.iconbox-filled-hover.iconbox-light-onhover h3 {
    color: #151515 !important;
}

.iconbox-filled-hover.iconbox-light-onhover:hover,
.iconbox-filled-hover.iconbox-light-onhover {
    color: #151515 !important;
}

.iconbox-filled-hover.iconbox-light-onhover:hover .iconbox-icon-container,
.iconbox-filled-hover.iconbox-light-onhover .iconbox-icon-container {
    color: var(--color-secondary) !important;
}
*/

.home-value-stack .iconbox p {
	font-size: 14px;
}

.map-icon small {
	color: #000;
}

.final-cta {
	z-index: 1;
}

.contact-form input[type=submit], .contact-form button[type=submit] {
	background: var(--color-secondary);
    text-transform: uppercase;
    padding: 1.15em 2.1em !important;
    border: none;
    height: inherit !important;
    font-weight: 600;
    font-size: 12px !important;
    letter-spacing: 1px;
}

.inputs-grey input[type=text],
.inputs-grey input[type=password],
.inputs-grey input[type=url],
.inputs-grey input[type=tel],
.inputs-grey input[type=file],
.inputs-grey input[type=email],
.inputs-grey textarea,
.inputs-grey select,
.inputs-grey .ui-selectmenu-button {
	background: #f4f5f8 !important;
	color: #000 !important;
}

.ld-tm-circ-inner .ld-tm-bg {
    opacity: 0.4;
}

.ld-tm-circ-middle .ld-tm-bg {
    opacity: 0.3;
}

.ld-tm-circ-outer .ld-tm-bg {
    opacity: 0.2;
}

html, body {
	font-family: Roboto, sans-serif;
	min-height: 100%;
	height: 100%;
	margin: 0px;
}

.wrapper {
	width:100%;
	min-height:100%;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	-webkit-align-items:center;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	box-sizing:border-box;
	padding:16px;
	position:relative;
}

.wrapper > * {
	max-width:640px;
}

.content {
	-webkit-flex:1 0 auto;
	-ms-flex:1 0 auto;
	flex:1 0 auto;
	width:100%;
}

.content > *{ 
	margin-bottom:16px;
}

.header-wrap { 
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	margin-bottom:32px;
}

.header-image {
	border-radius:8px;
	max-width:100%;
	height:200px;
	object-fit:cover;
}

.header {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-align-items:center;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	margin-top:-50px;
}

@media screen and (max-width: 1199px) {
	.mobile-logo-default {
		display: none;
	}
	
	.navbar-brand .logo-sticky {
		display: block !important; 
	}
}

.logo {
	border-radius:100%;
	width:100px;
	height:100px;
	object-fit:contain;
}

.header h1,
.header p {
	color: white;
	/*mix-blend-mode: difference;*/
	text-align: center;
}

.link-btn a {
	border-radius:20px;
	color:#FFFFFF;
	font-family:Inter,sans-serif;
	padding:24px;
	width:100%;
	overflow:hidden;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-align-items:center;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	box-sizing:border-box;
	-webkit-text-decoration:none;
	text-decoration:none;
	width:100%;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	font-size:16px;
	line-height:24px;
	font-weight:400;
}

.social-links-wrapper {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-align-items:center;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	width:100%;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}

.footer {
	width:100%;
	font-size:12px;
	-webkit-text-decoration:none;
	text-decoration:none;
	text-align:center;
	margin-top:16px;
	color: #ffffff !important;
}

.footer a {
	color: #ffffff;
	text-decoration: none;
}


.footer:link,
.footer:focus,
.footer:visited,
.footer:hover,
.footer:active {
	color:#636363;
}

.footer span {
	display: inline-block;
	vertical-align: top;
}

.neighbrly-logo {
	width: 50px;
} 

.blacknwhite {
	filter: grayscale(1);
}

@media screen and (max-width: 1199px) {
	.footer-seal-logo img {
		width: 30%;
	}
	
	.footer-logo img {
		width: 50% !important;
		margin: auto;
		text-align: center;
		display: block;
	}
}

/***** Offer Landing Page ******/

.coupon {
	border-radius: 8px;
	border-width: 5px; 
	border-style: dashed;
	padding: .5rem;
	margin: .5rem;
}

.coupon .coupon-wrapper {
	border-radius: 4px;
	padding: 1rem;
	background: #ffffff;
}

.coupon .coupon-wrapper .top small {
	text-transform: uppercase;
}

.coupon .coupon-wrapper .center {
	text-transform: uppercase;
	padding: 1rem 0 ;
}

.coupon .coupon-wrapper .center .big {
	font-size: 84px;
	font-weight: 900;
	line-height: 1;
}

.coupon .coupon-wrapper .center .small {
	text-transform: uppercase;
	font-size: 32px;
	font-weight: 300;
}

.coupon .coupon-wrapper .bottom {
	text-transform: uppercase;
}

.coupon .coupon-wrapper .bottom .promo-title {
	text-transform: uppercase;
}

.coupon .coupon-wrapper .bottom .promo-code { 
	color: white; 
	display: inline-block; 
	padding: 3px 6px; 
	border-radius: 4px;
}

.coupon {
	
}

.flex-vertical {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.padding-1 {
	padding: 1rem;
}

/* Timer */

.time-container {
	background-color: red;
	width: 25%;
	float: left;
	padding-top: 100%; /* 1:1 Aspect Ratio */
	position: relative; /* If you want text inside of it */
}

/* If you want text inside of the container */
.time-text {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

#timer {

}
#timer span {
  font-size: 60px;
  margin: 0 3px 0 15px;
}
#timer span:first-child {
  margin-left: 0;
}
  
.arrow {
  text-align: center;
  margin: 8% 0;
}
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
	transform: translateY(0);
  }
  40% {
	transform: translateY(-30px);
  }
  60% {
	transform: translateY(-15px);
  }
}

@media (max-height: 800px) {
	.vc_row.fullheight.home-hero {
		padding-top: 230px !important;
	}
}

/*  Scoutly  */

#scoutly-launcher {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 70px;
	height: 70px;
	padding: 10px;
	background-color: #fff;
	border-radius: 50%;
	background-image: url(images/scoutly-icon.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border: 10px solid #fff;
	cursor: pointer;
	z-index: 9999;
	transition: right .3s ease;
	box-shadow: 0 1px 3px rgba(216, 228, 235, 0.5), 0 1px 2px rgba(216, 228, 235, 0.5);
}

#side-overlay,
#page-container.side-scroll #side-overlay .content-header,
#page-container.side-scroll #side-overlay .content-side {
	width: 450px !important;
}

#page-container.side-overlay-o #scoutly-launcher {
	/* push launcher left when overlay is open */
	right: calc(450px + 20px);
}

#ai_chat_response .title-item.selected {
	background-color:	#FACF06; 
}

.chat-bubble {
	background-color:#E6F8F1;
	padding:16px 28px;
	-webkit-border-radius: 20px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius: 20px;
	-moz-border-radius-bottomleft: 2px;
	border-radius: 20px;
	border-bottom-left-radius: 2px;
	display:inline-block;
}

#ai_chat_response .title-item.selected {
	background-color:	#FACF06; 
}

.chat-bubble {
	background-color:#E6F8F1;
	padding:16px 28px;
	-webkit-border-radius: 20px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius: 20px;
	-moz-border-radius-bottomleft: 2px;
	border-radius: 20px;
	border-bottom-left-radius: 2px;
	display:inline-block;
}
.typing {
	align-items: center;
	display: flex;
	height: 17px;
}
.typing .dot {
	animation: mercuryTypingAnimation 1.8s infinite ease-in-out;
	background-color: #6CAD96 ; //rgba(20,105,69,.7);
	border-radius: 50%;
	height: 7px;
	margin-right: 4px;
	vertical-align: middle;
	width: 7px;
	display: inline-block;
}
.typing .dot:nth-child(1) {
 	animation-delay: 200ms;
}
.typing .dot:nth-child(2) {
 	animation-delay: 300ms;
}
.typing .dot:nth-child(3) {
 	animation-delay: 400ms;
}
.typing .dot:last-child {
 	margin-right: 0;
}

@keyframes mercuryTypingAnimation {
  0% {
	transform: translateY(0px);
	background-color:#6CAD96; // rgba(20,105,69,.7);
  }
  28% {
	transform: translateY(-7px);
	background-color:#9ECAB9; //rgba(20,105,69,.4);
  }
  44% {
	transform: translateY(0px);
	background-color: #B5D9CB; //rgba(20,105,69,.2);
  }
}

.input-group {
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	width: 100%;
}

.input-group .form-control {
	flex: 1 1 auto;
	width: 1%;
	margin-bottom: 0;
}

.input-group .input-group-append {
	display: flex;
}

.input-group .btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	height: auto; /* or 100% depending on your design */
	white-space: nowrap;
}

#chat-window h1,
#chat-window h2,
#chat-window h3,
#chat-window h4,
#chat-window h5,
#chat-window h6 {
	font-size: 90%;
}

#chat-window p {
	margin-bottom: 0px;
}