/* ==========================================================================
Date:   01/21/2019
========================================================================== */

/* ++++++++++++++++    Global Section    ++++++++++++++++ */
html, body {
	width: 100%;
	overflow-x: hidden;
}
.hide-element {
	display: none !important;
}
.bg-img-attr {
	height: 400px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	background-color: transparent;
}
a:hover {
	text-decoration: none;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	transition:  all ease 0.5s;
}
.submitted-message {
	font-size: 18px;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	padding: 64px 15px;
	font-family: 'Lineto Brown',sans-serif;
}
.actions input {
	white-space: normal;
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
}
ul.hs-error-msgs.inputs-list {
	margin: 5px 0;
	text-align: left;
}
ul.hs-error-msgs li {
	list-style: none;
}
ul.hs-error-msgs li label {
	display: block !important;
	color: #fff;
	font-size: 12px;
}
.hs_error_rollup {
	display: none !important;
}
form .hs-fieldtype-text, form .hs-fieldtype-select {
	margin-bottom: 22px;
}
form .hs-fieldtype-text input, form .hs-fieldtype-select select, form .hs-fieldtype-textarea textarea {
	border: 0;
	height: 38px;
	border-radius: 0;
	max-width: 100%;
	margin-bottom: 0;
	width: 100% !important;
	font-family: 'Lineto Brown',sans-serif;
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	background-color: transparent !important;
	padding: 8px 12px !important;
	border-bottom: 1px solid #fff;
	outline: none;
}
form .hs-fieldtype-textarea textarea {
	min-height: 70px !important;
}
form .hs-fieldtype-select select {
	padding-bottom: 0 !important;
}
form .hs-fieldtype-select select option {
	color: #000; 
}
form .form-columns-2 .hs-form-field:nth-of-type(2), form .form-columns-1 .hs-form-field {
	padding-right: 0;
}
form .input {
	margin-right: 0 !important;
}
form .form-columns-2 .hs-form-field:first-of-type .input {
	margin-right: 8px !important;
}
form .hs-form-field label {
	font-family: 'Lineto Brown',sans-serif;
	color: #fff;
	text-transform: capitalize;
	font-size: 16px;
}
form .actions {
	text-align: left;
}
form .actions input {
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 16px;
	font-family: 'Lineto Brown',sans-serif;
	padding: 12px 23px;
	width: auto;
	cursor: pointer;
	margin-top: 15px;
	transition: all ease 0.5s;
}
form .actions input:hover {
	background-color: #fff;
	color: #000;
}
form .hs-fieldtype-booleancheckbox ul li label {
	display: flex;
}
form .hs-fieldtype-booleancheckbox ul li label input {

}
form .hs-fieldtype-booleancheckbox ul li label span {  
	color: rgba(44, 44, 44, .6);
	font-size: 14px;
	line-height: 1.4em;
	font-family: 'Lineto Brown',sans-serif;
}
span.hs-form-required {
	color: red;
	margin-left: 3px;
}
/* input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
	-webkit-text-fill-color: #fff;
	-webkit-box-shadow: 0 0 0px 1000px #889eb7 inset;
	transition: background-color 5000s ease-in-out 0s;
} */
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #FFF;
	opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #FFF;
}
::-ms-input-placeholder { /* Microsoft Edge */
	color: #FFF;
}

/* ++++++++++++++++   Header Section    ++++++++++++++++ */
.header-wrapper {
	position: fixed;
	width: 100% !important;
	z-index: 99;
}
.header-wrapper img {
	width: 100% !important;
	max-width: 38px;
	position: fixed;
	left: 35px;
	top: 0;
}
.header-wrapper .custom-menu-primary {
	background-color: #dbc7bd;  
	padding-left: 162px;
	-webkit-transition: background-color .2s linear;
	transition: background-color .2s linear;
}
.header-wrapper .span4.hright-spacer {
	background-color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 0;
	width: 34.1%;
	min-height: 65px;
	-webkit-transition: background-color .2s linear;
	transition: background-color .2s linear;
}
body.static-header.no-right-space .header-wrapper .span4.hright-spacer {
	background-color: #dbc7bd !important;
}
.header-wrapper .widget-type-menu ul li {
	padding: 10px 20px;
	-webkit-transition: background-color .2s linear;
	transition: background-color .2s linear;
}
.header-wrapper .widget-type-menu ul li.active-label {
	/*   border-bottom: 2px solid #000; */	
}
.header-wrapper .widget-type-menu ul li.active-label a{
	border-bottom: 2px solid #879AB1;
}
.header-wrapper .widget-type-menu ul li a {
	color: #212529;
	font-family: 'Lineto Brown Bold', sans-serif;
	padding: 10px 0;
}


/* ++++++++++++++++   Hero Banner Section    ++++++++++++++++ */
.hero-banner-wrapper .left-content {
	background-color: #dbc7bd;
	padding-left: 177px;
	padding-right: 100px;
	display: flex;
	align-items: center;
	/*
	padding-top: 240px;
	padding-bottom: 277px;
	*/
}
.hero-banner-wrapper .left-content h1 {
	font-family: 'Lineto Brown Bold', sans-serif;
	font-size: 50px;
	line-height: 1.4em;
	font-weight: 700;
	max-width: 860px;
	margin-bottom: 51px;
}
.hero-banner-wrapper .left-content p {
	color: #212529;
	font-size: 16px;
	line-height: 1.5em;
	max-width: 860px;
}
.hero-banner-wrapper .right-content {
	padding-right: 160px;
	padding-top: 242px;
	padding-bottom: 34px;
}
.hero-banner-wrapper .right-content h5 {
	font-size: 20px;
	line-height: 1.3em;
	font-weight: 700;
	max-width: 236px;
	margin-bottom: 9px;
}
.hero-banner-wrapper .right-content h5 em {
	font-family: Georgia, sans-serif;
	font-weight: 400;
}
.hero-banner-wrapper .right-content p {
	font-size: 16px;
	line-height: 1.5em;
	max-width: 236px;
	margin-bottom: 15px;
}

/* ++++++++++++++++    Full Width Image Section    ++++++++++++++++ */
.full-width-img {
	overflow: hidden;
}
.full-width-img img {
	width: 100% !important;
	height: 100% !important;
	min-height: 300px;
	max-height: 420px;
	object-fit: cover;
	object-position: center;
}

/* ++++++++++++++++    Content Section    ++++++++++++++++ */
.content-wrapper {
	background-color: #F3DFD9;  
	padding: 244px 0 235px 0;
}
.content-wrapper.style-v2 {
	background-color: #DBC7BD;
}
.content-wrapper .wrapper {
	max-width: 1362px;
}
.content-wrapper h2 {
	line-height: 1.4em;
	margin-bottom: 50px;
}
.content-wrapper .widget-type-text {
	font-family: 'Lineto Brown', sans-serif;
	color: #212529;
	font-size: 16px;
	line-height: 1.5em;
	font-weight: 400;
}

/* ++++++++++++++++    White Content Section    ++++++++++++++++ */
.white-content-wrapper.third-content-section {
	background-color: #fff; 
	overflow: hidden;
	padding: 0;
	position: relative;
	z-index: 1;
}
}
.white-content-wrapper h2 {
	line-height: 1.4em;
	max-width: 860px;
}
.white-content-wrapper .left-content {
	background-color: #F9F1EF;
	display: block;
	align-items: unset;
}
.white-content-wrapper .left-content .widget-type-rich_text {
	margin-top: 220px;
}
.white-content-wrapper .qoute-content h5 {
	font-size: 20px;
	line-height: 1.3em;
	font-family: Georgia, sans-serif;
	font-weight: 400;
	font-style: italic;
	max-width: 245px;
	margin-bottom: 42px;
}
.white-content-wrapper .qoute-content h5 strong {
	font-family: 'Lineto Brown Bold', sans-serif;
	font-weight: 700;
	font-style: normal;
}
.third-content-section .page-center {
	background-color: #fff; 
}
.third-content-section .page-center,
.fourth-content-section {
	overflow: hidden;
	position: relative;
	z-index: 5;
}

/* ++++++++++++++++    Form Section    ++++++++++++++++ */
.form-section {
	background-color: #dbc7bd;  
	position: relative;
	z-index: 1;
	overflow: hidden;
	padding: 225px 0 162px 0;
}
.form-section > .span12 {
	position: relative;
	z-index: 2;
}
.form-section .bg-blue-wrapper {
	position: absolute;
	z-index: 1;
	top: 40%;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 130%;
	background: #889eb7;
}
.form-section .relative-wrapper {
	position: relative;
	max-width: 650px;
}
.form-section .relative-wrapper .form-btm-text {
	text-align: right;
	position: absolute;
	bottom: 13px;
	left: 114px;
	max-width: 438px;
}
.form-section .relative-wrapper .form-btm-text,
.form-section .relative-wrapper .form-btm-text a {
	font-size: 11px;
	line-height: 1.6em;
	color: #fff;
	font-family: 'Lineto brown', sans-serif;
}
.form-section h2 {  
	color: #fff;
	font-size: 50px;
	line-height: 1.4em;
	font-weight: 700;
	max-width: 342px;
	margin-bottom: 15px;
}
.form-section p {
	color: #fff;  
	font-size: 20px;
	line-height: 1.5em;
	max-width: 342px;
}
.form-section .hs-form-field > label {
	display: none;
}

/* ++++++++++++++++    Footer    ++++++++++++++++ */
.footer-wrapper {
	background-color: #000;
	padding: 48px 0; 
}
.footer-wrapper ul {
	margin: 0;
}
.footer-wrapper ul li {
	padding: 0;
	margin-right: 5px;
}
.footer-wrapper ul li:last-of-type {
	margin-right: 0; 
}
.footer-wrapper ul li a, 
.footer-wrapper p {
	color: #fff;
	font-size: 16px;
	line-height: 1.4em;
	font-family: 'Lineto Brown', sans-serif;
}
.social-links ul li {
	display: inline-block;
}
.social-links ul li a {
	font-size: 30px;
}

/* ++++++++++++++++    Simple Content - Template    ++++++++++++++++ */
body.static-header .header-wrapper .custom-menu-primary {
	background-color: #dbc7bd !important;
}
body.static-header .header-wrapper .span4.hright-spacer {
	background-color: #ffffff !important;
}
body.static-header .header-wrapper .widget-type-menu ul li {
	border-bottom-color: transparent !important
}
.hero-banner-wrapper.simple-content .left-content {
	padding-top: 155px;
}.hero-banner-wrapper.simple-content .right-content {
	padding-top: 166px;
}
.hero-banner-wrapper.simple-content .left-content h1 {
	font-size: 50px;
	margin-bottom: 42px;
}
.hero-banner-wrapper.simple-content .left-content h2 {  
	font-size: 32px;
	font-weight: 500;  
	margin-bottom: 7px;
}
.hero-banner-wrapper.simple-content .left-content h3 {
	font-size: 28px;
	font-weight: 500;
	margin-bottom: 7px;
}
.hero-banner-wrapper.simple-content .left-content h4 {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 20px;
}
.hero-banner-wrapper.simple-content .left-content p {
	font-size: 16px;  
	margin-bottom: 16px;
}
.hero-banner-wrapper.simple-content .left-content ul,
.hero-banner-wrapper.simple-content .left-content ol {
	padding-left: 42px;
	margin-bottom: 17px;
}
.hero-banner-wrapper.simple-content .left-content ul li,
.hero-banner-wrapper.simple-content .left-content ol li {
	font-size: 16px;    
	margin-bottom: 5px;
}
.hero-banner-wrapper.simple-content .left-content ul li {
	list-style-type: disc;
}

/* Transparent header style */
.header-no-bg .header-wrapper .custom-menu-primary,
.header-no-bg .header-wrapper .span4.hright-spacer{
	background-color: transparent;
}	
.header-container-wrapper .header-no-bg.sticky .header-wrapper{
	background-color: #DBC7BD; 
}

/* ++++++++++++++++    Other    ++++++++++++++++ */
.mg-btm-50 {
	margin-bottom: 50px;
}

/* Blog Post Updates */
.blog-section .blog-section {
	padding: 60px 0 20px!important;
}
.blog-comments{
	padding-top: 40px;
	padding-bottom: 20px;
}
.blog-comments form .hs-form-field input,
.blog-comments form .hs-form-field select,
.blog-comments form .hs-form-field textarea{
	border: 1px solid #cecece;
	height: 46px;
	color: #212529;
	font-weight: 400;
}
.blog-comments form .hs-form-field textarea{
	min-height: 120px!important;
}
.blog-comments form .hs-form-field label{
	color: #212529;
	margin-bottom: 3px;
	font-size: 15px;
}
.blog-comments-wrap{
	box-shadow: 0 8px 27px rgb(0 0 0 / 15%);
	padding: 40px 30px;
	max-width: 100%;
	margin: 0 auto;
	border-radius: 5px;
}
.blog-comments form ul.hs-error-msgs li label{
	color: red;
	font-size: 13px;
}
.blog-comments form .hs_recaptcha{
	padding-top: 15px;
}
.blog-comments #comments-listing .comment-from h4{
	margin-bottom: 6px;
	font-size: 18px;
}
.blog-comments #comments-listing .comment{
	margin: 10px 0 20px 0;
}
.blog-comments #comments-listing .comment.depth-0{
	padding-top: 14px;
}
.blog-comments #comments-listing .comment-reply-to{
	font-size: 13px!important;
}
.blog-comments #comments-listing .comment-body{
	padding-bottom: 6px;  
}
.blog-comments .hs-common-confirm-message{
	margin: 25px 0 20px!important;
}
.blog-social-share {
	display: flex;
	padding-top: 50px;
	justify-content: initial;
}
.blog-social-share ul{
	padding-left: 15px;
}
.blog-social-share span{
	font-family: 'Lineto Brown',sans-serif;
}
.blog-social-share ul li:not(:last-child){
	margin-right: 25px!important;
}
.blog-social-share ul li a{
	font-size: 25px;
}


.blog-author-wrap {
	display: flex;
	align-items: center;
	padding-bottom: 40px;
}
.blog-author-wrap .blog-author-image {
	display: inline-block;
	width: 80px;
	height: 80px;
	margin-right: 20px;
	border-style: solid;
	border-width: 0;
	border-color: #31b9e2;
	border-radius: 200px;
	background-position: 50% 50%;
	background-size: cover;
}
.blog-author-wrap .blog-listing-author{
	padding-bottom: 4px;
}
.blog-author-wrap .blog-listing-author a{
	font-weight: bold;
}
.blog-author-wrap .blog-listing-date{
	font-size: 15px;
}

@media screen and (max-width: 767px){
	.blog-comments-wrap{
		padding: 20px 20px;
	}
	.blog-social-share span{
		font-size: 15px;
	}
	.blog-social-share ul li a {
		font-size: 20px;
	}
	.blog-social-share ul li:not(:last-child) {
		margin-right: 18px!important;
	}
}


/* ++++++++++++++++    Media Queries    ++++++++++++++++ */
@media screen and (max-width: 1680px) {
	.content-wrapper .page-center,
	.white-content-wrapper .page-center,
	.form-section .page-center,
	.footer-wrapper .page-center {
		max-width: 80% !important;
		margin: 0 auto !important;
	}
}
@media screen and (max-width: 1440px) {
	/*
	.content-wrapper .page-center,
	.white-content-wrapper .page-center,
	.form-section .page-center,
	.footer-wrapper .page-center {
	max-width: 80% !important;
	margin: 0 auto !important;
}
	*/
	.header-wrapper .custom-menu-primary {
		padding-left: 139px;
	}
	.hero-banner-wrapper .left-content {
		padding-left: 156px;
	}
	.parallax-img-section,
	.parallax-img-section-v2 {
		max-height: 420px;
	}
}
@media screen and (max-width: 1280px) {
	.content-wrapper .page-center,
	.white-content-wrapper .page-center,
	.footer-wrapper .page-center {
		max-width: 77.4% !important;
	}
	.parallax-img-section,
	.parallax-img-section-v2 {
		height: 390px;
	}
}
@media screen and (max-width: 1279px) {
	.header-wrapper .span8 {
		width: 100% !important;
	}
	.header-wrapper .span4.hright-spacer {
		display: none;
	}
}
@media screen and (max-width: 1220px) {
	.hero-banner-wrapper .left-content {
		padding-left: 140px;
	}
	.header-wrapper .custom-menu-primary {
		padding-left: 124px;
	}
}
@media screen and (max-width: 1199px) {
	.hero-banner-wrapper .right-content {
		padding-right: 15px;
		padding-top: 170px;
	}
	.hero-banner-wrapper .left-content {
		padding-left: 130px;
	}
	.hero-banner-wrapper .left-content h1 {
		font-size: 43px;
	}
	.content-wrapper {
		padding: 150px 0;
	}
	.white-content-wrapper h2 {
		font-size: 40px;
	}
	.white-content-wrapper {
		padding: 150px 0 100px 0;
	}
	.form-section .relative-wrapper .form-btm-text {
		text-align: left;
		position: relative;
		bottom: unset;
		left: unset;
		max-width: 100%;
		margin-top: 20px;
	}
	.form-section .span4,
	.form-section .span8 {
		width: 100% !important;
		float: none;
		margin: 0 !important;
	}
	.form-section .span4 {
		margin-bottom: 30px !important; 
	}
	.submitted-message {
		text-align: left;
		padding: 40px 0;
	}
	.white-content-wrapper .left-content .widget-type-rich_text {
		margin-top: 158px;
	}
	.content-wrapper .page-center, 
	.white-content-wrapper .page-center, 
	.form-section .page-center, 
	.footer-wrapper .page-center {
		max-width: 78% !important;
	}
	.form-section .page-center {
		max-width: 83% !important;
	}
	.parallax-img-section,
	.parallax-img-section-v2 {
		height: 290px;
	}
}
@media screen and (max-width: 991px) {
	.hero-banner-wrapper .left-content h1 {
		line-height: 1.3em;
	}
	.header-wrapper .custom-menu-primary {
		padding-left: 85px;
	}
	.form-section {
		padding: 100px 0;
	}
	.hero-banner-wrapper .left-content {
		padding-left: 103px;
	}
	.parallax-img-section, .parallax-img-section-v2 {
		height: 210px;
	}
}
@media screen and (max-width: 768px) {

}
@media screen and (max-width: 767px) {
	.mobile-trigger {
		padding: 0;
		top: 20px;
		right: 15px;
		z-index: 999;
	}
	.mobile-trigger i, 
	.mobile-trigger i::before,
	.mobile-trigger i::after {
		width: 50px;
	}
	.mobile-trigger i::before {
		top: -11px;
	}
	.mobile-trigger i::after {
		top: 11px;
	}
	.header-wrapper .widget-type-menu ul li {
		padding: 12px 0;
	}
	.header-wrapper .widget-type-menu ul li.active-label {
		border-bottom: 0 !important; 
	}
	.header-wrapper .widget-type-menu ul li a {
		text-align: center;
		font-size: 30px !important;
		padding: 0;
	}
	.custom-menu-primary.js-enabled .hs-menu-wrapper {
		margin-top: 0;
		padding-top: 80px;
		height: 100vh;
		background-color: #F3DFD9;
	}
	.header-wrapper {
		background-color: #dbc7bd;
		min-height: 60px !important;
	}
	.header-wrapper .custom-menu-primary {
		padding: 0;
		margin: 0;  
	}
	.header-wrapper img {
		max-width: 38px;
		left: 15px;
		z-index: 99;
	}
	.hero-banner-wrapper .left-content {
		padding: 65px 15px 100px;
	}
	.hero-banner-wrapper .left-content .widget-type-rich_text, 
	.hero-banner-wrapper .right-content .widget-type-rich_text {
		width: 100%;
		max-width: 80%;
		margin: 0 auto;
	}
	.header-wrapper .widget-type-menu ul li a {
		color: #212529 !important;
		font-size: 18px;
		line-height: 1.2em;
		border-bottom: 0;
	}
	.header-wrapper .widget-type-menu ul li:lsat-of-type a {
		border-bottom: 0: 
	}
	.header-wrapper .widget-type-menu ul li a:hover {
		opacity: 0.7; 
	}
	.hero-banner-wrapper .right-content {
		padding: 80px 15px !important;
	}
	.hero-banner-wrapper .right-content h5,
	.hero-banner-wrapper .right-content p {
		max-width: 100%;
	}
	.content-wrapper {
		padding: 100px 0;
	}
	.content-wrapper .span6 {
		margin-bottom: 50px;
	}
	.content-wrapper .span6:last-of-type {
		margin-bottom: 0; 
	}
	.content-wrapper h2,
	.white-content-wrapper h2 {
		font-size: 35px;
	}  
	.white-content-wrapper {
		padding: 100px 0 50px 0;
	}
	.white-content-wrapper h2 {
		margin-bottom: 70px;
	}
	.white-content-wrapper .qoute-content h5 {
		max-width: 100%;
		margin-bottom: 25px;
	}
	.header-wrapper .span4.hright-spacer {
		display: none !important; 
	}
	.form-section h2 {
		font-size: 35px;
	}
	.form-section p {
		font-size: 16px;
	}
	.footer-wrapper .span4 {
		margin-bottom: 30px;
	}
	.footer-wrapper .span4:last-of-type {
		margin-bottom: 0;
	}  
	.parallax-img-section,
	.parallax-img-section-v2 {
		background-image: url(https://5212963.fs1.hubspotusercontent-na1.net/hubfs/5212963/Homepage/Images/mobile-parallax-v4.png) !important;
	}
	.hero-banner-wrapper.simple-content .left-content {
		padding-top: 70px;
	}
	.hero-banner-wrapper.simple-content .left-content h1 {
		font-size: 38px;
	}
	.hero-banner-wrapper.simple-content .left-content h2 {
		font-size: 24px;
	}
	.hero-banner-wrapper.simple-content .left-content h3 {
		font-size: 20px;
	}
	.hero-banner-wrapper.simple-content .left-content h4 {
		font-size: 18px;
	}
	.hero-banner-wrapper.simple-content .left-content ul, 
	.hero-banner-wrapper.simple-content .left-content ol {
		padding-left: 24px;
	}
	.form-section .page-center {
		max-width: 78% !important;
	}
}
@media screen and (max-width: 480px) {
	.header-wrapper img {
		left: 12px;
		width: 30px!important;
	}
	.hero-banner-wrapper .left-content {
		padding: 65px 15px 70px;
	}
	.hero-banner-wrapper .left-content h1 {
		font-size: 28px;
		margin-bottom: 40px;
	}
	.hero-banner-wrapper .left-content .widget-type-rich_text, 
	.hero-banner-wrapper .right-content .widget-type-rich_text,
	.content-wrapper .page-center, 
	.white-content-wrapper .page-center {
		max-width: 70%;
	}
	form .form-columns-2 .hs-form-field:first-of-type .input {
		margin-right: 0 !important;
	}
}
@media screen and (max-width: 320px) {
	.header-wrapper img {
		max-width: 30px;
	}
}

/* TS Query LP Template */
.ts-query-page .header-wrapper img{
	position: absolute;
}
.ts-query-page .hero-banner-wrapper .left-content p{
	max-width: 100%;
}
@media screen and (max-width: 767px){
	.ts-query-page .mobile-container{
		width: 100%;
		max-width: 80%;
		margin: 0 auto;
	}
	.ts-query-page .hero-banner-wrapper .right-content{
		padding-top: 10% !important;
		padding-bottom: 10% !important;
	}
	.ts-query-page .hero-banner-wrapper .left-content{
		padding-top: 5% !important;
		padding-bottom: 5% !important;
	}
	.ts-query-page .hero-banner-wrapper .right-content,
	.ts-query-page .hero-banner-wrapper .left-content{
		padding-left: 2rem;
		padding-right: 2rem;
	}
}
@media screen and (max-width: 480px){
	.ts-query-page .mobile-container{
		width: 100%;
		max-width: 70%;
		margin: 0 auto;
	}
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-decline-button {
	color: #fff !important;
	background-color: #000 !important;
}