/* ******************************************************************************
*********************************************************************************
Use this file to override any of the CSS styles preset in the themed
stylesheets or you can add your own custom styles.
*********************************************************************************
****************************************************************************** */

/* Test */
















.dnd-section > .row-fluid {
	max-width: 1140px;
}

.dnd-section {
	padding-bottom: 40px;
	padding-top: 40px;
}

.body-container__homepage .dnd-section:nth-child(odd) {
	background-color: #F8FAFC;
}
.page-center {
	max-width: 1140px;
}

.header_container,
.body_page_center,
.content_wrap{
	max-width: 1140px;
}


@media(max-width:1024px)
{
.dnd-section > .row-fluid {
	max-width: 1025px;
}
  .header_container,
.body_page_center,
.content_wrap{
	max-width: 1025px;
}
}

@media(max-width:767px)
{
.dnd-section > .row-fluid {
	max-width: 768px;
}
  .header_container,
.body_page_center,
.content_wrap{
	max-width: 768px;
}
}






html {
	font-size: 18;
}

body {
	color: #050a30;
	font-family: DM Sans;
  font-weight: 400;
	font-size: 18px;
}


p {

}

a {
	font-family: DM Sans;
	color: rgba(23, 188, 201, 1.0);
	cursor: pointer;
	
}

a:hover,
a:focus {
  color: rgba(0, 153, 168, 1.0);
}

a:active {
  color: rgba(63, 228, 241, 1.0);
}


h1 {
	color: #212322;
	font-family: helvetica;
	font-size: 65px;
	font-weight: 500;
}

@media(max-width: 767px) {
	h1 {
		font-size: 55.25px;
	}
}

h2 {
	color: #050a30;
	font-family: helvetica;
	font-size: 44px;
	font-weight: 500;
}

@media(max-width: 767px) {
	h2 {
		font-size: 37.4px;
	}
}

h3 {
	color: #01071d;
	font-family: helvetica;
	font-size: 36px;
	font-weight: 500;
}

@media(max-width: 767px) {
	h3 {
		font-size: 30.599999999999998px;
	}
}

h4 {
	color: #212322;
	font-family: helvetica;
	font-size: 30px;
	font-weight: 300;
}

@media(max-width: 767px) {
	h4 {
		font-size: 25.5px;
	}
}

h5 {
	color: #212322;
	font-family: helvetica;
	font-size: 24px;
	font-weight: 700;
}

h6 {
	color: #212322;
	font-family: Roboto;
	font-size: 18px;
	font-weight: 700;
}

blockquote {
	border-left: 2px solid ;
}





form,
.submitted-message {
	border-color: rgba(#null, 0.0);
	font-family: DM Sans;
}

h3.form-title {
	background-color: rgba(255, 255, 255, 0.0);
	color: rgba(81, 92, 98, 1.0);
}

.hs-button,
.button--primary {
	background-color: rgba(255, 255, 255, 0.0);
	border-color: rgba(0, 137, 150, 1.0);
	border-radius: 5px;
	border-width: 1px;
	color: rgba(0, 137, 150, 1.0);
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
	background-color: rgba(40, 177, 190, 1.0);
	border-color: rgba(40, 177, 190, 1.0);
	
  color: rgba(255, 255, 255, 1.0);
  
}

.hs-button:active,
.button--primary:active {
	background-color: rgba(255, 255, 255, 0.0);
	border-color: rgba(40, 177, 190, 1.0);
	color: rgba(0, 137, 150, 1.0);
}

.hs-form label {
	color: rgba(81, 92, 98, 1.0);
}

.hs-form legend {
	color: rgba(81, 92, 98, 1.0);
}

input[type="text"], input[type="password"],
input[type="datetime"], input[type="datetime-local"],
input[type="date"], input[type="month"], input[type="time"], 
input[type="week"], input[type="number"], input[type="email"],
input[type="url"], input[type="search"], 
input[type="tel"],
input[type="color"],
input[type="file"], textarea, 
select,
.hs-input {
	border-color: rgba(234, 234, 234, 0.9400000000000001);
	border-radius: 2px;
   background-color: rgba(255, 255, 255, 1.0);
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus {
	border-color: rgba(234, 106, 70, 1.0);
}

.fn-date-picker .pika-table thead th {
	color: rgba(255, 255, 255, 0.0);
}

.hs-input:-moz-placeholder,
.hs-input::-webkit-input-placeholder,
.hs-field-desc,
.hs-dateinput:before,
.hs-richtext {
	color: #050a30;
}

.hs-richtext {
	font-size: 18;
}

.hs-default-font-element,
.hs-main-font-element {
	font-family: DM Sans;
}

.fn-date-picker td.is-today .pika-button {
	color: #494A52;
}

.fn-date-picker td.is-selected .pika-button {
	background: #494A52;
}

.fn-date-picker td .pika-button:hover {
	background-color: #F8FAFC !important;
}





th,
td {
	background-color: rgba(255, 255, 255, 1.0);
	border: 1px solid rgba(#null, 1.0);
	color: rgba(#null, 1.0);
}

thead th,
thead td {
	background-color: rgba(73, 74, 82, 1.0);
	color: rgba(255, 255, 255, 1.0);
}

tfoot td {
	background-color: rgba(255, 255, 255, 1.0);
	color: rgba(#null, 1.0);
}

table,
tbody + tbody {
	border-color: rgba(#null, 1.0);
}





header.header {
	background-color: rgba(255, 255, 255, 1.0);
}



body .custom-menu-primary a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {

  color: rgba(33, 35, 34, 1.0);
}

body .custom-menu-primary .submenu.level-1 > li:hover > a,
body .custom-menu-primary .submenu.level-1 > li:focus > a,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus ,body nav.navigation-primary>ul>li:hover>a{
	
  color: rgba(23, 188, 201, 1.0);
}

body .custom-menu-primary a.active-branch,
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li a:active {
	
  color: rgba(23, 188, 201, 1.0);
}
body .custom-menu-primary .submenu.level-1 > li.active-branch,
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li:active,
body .custom-menu-primary .submenu.level-1 > li > a.active-branch,
body .custom-menu-primary .submenu.level-1 > li > a.active-item{

 background-color: rgba(255, 255, 255, 0.0);
}

 body nav.navigation-primary>ul>li>a:hover,
body nav.navigation-primary>ul>li>a:focus {
   background-color: rgba(255, 255, 255, 0.0);
  

} 
body .custom-menu-primary .submenu.level-1 > li > a.active-branch,
body .custom-menu-primary .submenu.level-1 > li > a.active-item{
  color: rgba(23, 188, 201, 1.0);
	
}

body .custom-menu-primary .submenu.level-1 > li > a.active-branch:after {
  background-color: rgba(23, 188, 201, 1.0);
	
}
body nav.navigation-primary ul.submenu.level-2>li>a {
   color: rgba(73, 76, 79, 1.0);
	
}

body nav.navigation-primary ul.submenu.level-2{
  background-color: rgba(255, 255, 255, 1.0);
	
}
body .custom-menu-primary .submenu.level-2 .triangle-container .triangle {
  background-color: rgba(255, 255, 255, 1.0);

}

body .custom-menu-primary .submenu.level-2 .menu-item .menu-link:hover,
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link:focus,
body .header__language-switcher .lang_list_class li:hover,
body .custom-menu-primary .submenu.level-2 .triangle-container.level-2.hover .triangle ,body nav.navigation-primary ul.submenu.level-2>li>a:hover {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(23, 188, 201, 1.0);
	

}
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link.active-branch,
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link.active-item{
	
   color: rgba(167, 218, 217, 1.0);
   background-color: rgba(255, 255, 255, 0.0);
	
}

body .social_wrap_outer .Custom-grid-item>a{
 background-color: rgba(23, 188, 201, 1.0);
  }

body .social_wrap_outer .Custom-grid-item>a:hover{
 background-color: rgba(0, 153, 168, 0.9);
  }

body .social_wrap_outer .Custom-grid-item>a i{
 color: rgba(255, 255, 255, 1.0);
  }

body .social_wrap_outer .Custom-grid-item>a:hover i{
 color: rgba(255, 255, 255, 1.0);
  }

body nav.navigation-primary>ul>li>a{
  color: rgba(33, 35, 34, 1.0);
}






body footer.footer {
	background-color: rgba(33, 35, 34, 1.0);

}
body span.divider_seprator{
border-top: 1px solid rgba(0, 137, 150, 1.0);
}
body .heding h3,body .heding ul>li ,.heading h3{
color: rgba(255, 255, 255, 1.0);
}

body .menu ul>li>a{
color: rgba(255, 255, 255, 1.0);
}
body .menu ul>li>a:hover{
color: rgba(0, 137, 150, 1.0);
}

.footer__container {
	max-width: 1140px;
}


body .footer_form_bg{
background-color: rgba(201, 201, 201, 1.0);
}
body footer h3.form-title{
color: rgba(0, 137, 150, 1.0);
}
body footer .hs-input{
background-color: rgba(255, 255, 255, 1.0);
  border-color: rgba(0, 137, 150, 1.0);
}

body footer .hs-form label{
 color: rgba(81, 92, 98, 1.0);
}

body footer input.hs-button.primary.large{
background-color: rgba(255, 255, 255, 0.0);
border-color: rgba(0, 137, 150, 1.0);
color: rgba(0, 137, 150, 1.0);
}

body footer input.hs-button.primary.large:hover{
background-color: rgba(0, 137, 150, 1.0);
border-color: rgba(0, 137, 150, 1.0);
color: rgba(255, 255, 255, 1.0);
}

body footer .footer_custom_sold .Custom-grid-item>a{
background-color: rgba(0, 137, 150, 1.0);
}
body footer .footer_custom_sold .Custom-grid-item>a:hover{
background-color: rgba(255, 182, 0, 1.0);
}
body footer .footer_custom_sold .Custom-grid-item>a i{
color: rgba(255, 255, 255, 1.0);
}

body footer .footer_custom_sold .Custom-grid-item>a:hover i{
color: rgba(255, 255, 255, 1.0);
}

body .Custom-shape.Custom-shape-top>svg>path{
fill:rgba(255, 255, 255, 1.0);
}

body footer i.fas.fa-chevron-right{
color:rgba(0, 137, 150, 1.0);
}





.content-wrapper {
	max-width: 1140px;
}

.blog-post__date {
	border-color: #050a30;
}

.blog-tag-filter__menu-link,
.blog-post__tag-link,
.blog-card__tag-link,
.blog-post__author-name,
.blog-card__title a {
	color: #050a30;
}

.blog-card__tag-link:hover,
.blog-card__title a:hover,
.blog-tag-filter__menu-link:hover,
.blog-post__tag-link:hover,
.blog-post__author-name:hover,
.blog-card__tag-link:focus,
.blog-card__title a:focus,
.blog-tag-filter__menu-link:focus,
.blog-post__tag-link:focus,
.blog-post__author-name:focus {
	color: #000008;
}

.blog-card__tag-link:active,
.blog-card__title a:active,
.blog-tag-filter__menu-link:active,
.blog-post__tag-link:active,
.blog-post__author-name:active {
	color: #2d3258;
}

.blog-tag-filter__menu-link--active-item:after {
	background-color: #494A52;
}

.blog-pagination__link {
	color: #050a30;
}

.blog-pagination__link--active:after,
.blog-pagination__prev-link:after,
.blog-pagination__next-link:after {
	background-color: #494A52;
}

.blog-post__title {
	color: #050a30;
	font-family:helvetica;
	font-size: 44px;
	font-weight: ;
}

.blog-post__author {
	background-color: #F8FAFC;
}

#comments-listing .comment-reply-to {
	color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
	color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:active {
	color: rgba(#null, 0.0);
}

/*             Blog Grid Listing and Post styles            */

.blog-header {
	background-color: rgb(245, 245, 245);
}

.hs-blog-listing,
.hs-blog-post {
	background-color: #fff;
}

.blog-index__post-inner-card {
	box-shadow: -5px 0px 20px 0px rgba(73, 75, 77, 0.10);
}

.blog-post__tag-link:hover{
	color: #0099A8;
}

.blog-post__read-more svg {
	fill: #050a30;
}

.blog-post__read-more a:hover svg {
	fill: #0099A8;
}

.blog-sidebar ul {
	box-shadow: -5px 0px 20px 0px rgba(73, 75, 77, 0.10);
}

.blog-sidebar a {
	color: #050a30;
}

.blog-sidebar a:hover {
	color: #0099A8;
}

.blog__subscription-block {
	background-color: rgb(245, 245, 245);
}

.post-featured-image {
	max-height: 600px;
}

.blog-post {
	box-shadow: -5px 0px 20px 0px rgba(73, 75, 77, 0.10);
}

.blog-post__meta a {
	color: #050a30;
}

.blog-post__body, .blog-post__tags a {
	color: #050a30;
}

.blog-post__meta a:hover {
  color: #0099A8
}

.blog-post__links {
	border-top:  2px solid rgb(228, 230, 232);
}

.blog-post__back-to-blog {
	color: #050a30;
}

.blog-post__back-to-blog:hover {
	color: #0099A8;
}

.blog-post__back-to-blog svg {
	fill: #050a30;
}

a.blog-post__back-to-blog:hover svg {
	fill: #0099A8;
}

.comment.depth-0,
.blog-comments form {
	border-top: 2px solid rgb(228, 230, 232);
}

.comment.depth-1 {
	border-left: 2px solid rgb(228, 230, 232);
}

.section.post-footer .hs-input {
	border-color: rgb(228, 230, 232);
}

.blog-recent-posts {
	background-color: rgb(245, 245, 245);
}










body .icon svg {
	fill: #494A52;
}

body .tns-nav button.tns-nav-active {
	background-color: #494A52;
}

body .tns-nav button:hover,
body .tns-nav button:focus {
	background-color: #494A52;
}

body .social-links__icon {
	background-color: #494A52;
}

body .social-links__icon:hover svg,
body .social-links__icon:focus svg {
	fill: rgba(#null, 0.0);
}

body .social-links__icon:active svg {
	fill: rgba(#null, 0.0);
}

body .team-member__description {
	background-color: #F8FAFC;
}

.page-center {
	max-width: 1140px;
	margin: 0 auto;
}




.body-container__website .dnd-section:nth-child(odd) {
	background-color: {typography=, tables=, buttons=, spacing=, footer=, global_colors=, blog_settings=, header=, forms=}
}

.footer_form_bg{
  background-color: #008996;
  background-image: url("https://1652561.fs1.hubspotusercontent-na1.net/hubfs/1652561/raw_assets/public/Q4intelligence_August2021/images/1.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
body footer h3.form-title{
  color: #fff !important;
}
body footer .hs-form label{
  color: #000 !important;
}
body footer input.hs-button.primary.large{
  background: #008996;
  color: #ffffff;
  font-size: 16px;
  line-height: 16px;
  padding: 12px 24px !important;
}
body footer .footer_logo_wrap #hs_cos_wrapper_linked_image_1 img{
  width: 200px !important;
  margin: 0 auto;
  display: block;
}
body .footer_form_bg h3.form-title {
    margin-bottom: 10px;
}

footer .footer_form .hs-form .hs-form-field>label {
    font-size: 13px;
    line-height: 18px;
    -webkit-font-smoothing: auto;
}

.footer_form .hs-button, 
.footer_form .hs-form-field input[type=text], 
.footer_form .hs-form-field input[type=email], 
.footer_form .hs-form-field input[type=phone], 
.footer_form .hs-form-field input[type=number], 
.footer_form .hs-form-field input[type=tel], 
.footer_form .hs-form-field input[type=date], 
.footer_form .hs-form-field textarea {
    box-sizing: border-box;
    padding: 0 10px;
    min-height: 27px;
    border: 0;
    border-radius: 0;
    background: 0;
    border-bottom: 2px solid rgba(202,213,226,1.0);
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    margin-bottom: 0;
    box-shadow: None;
    background-color: #fff;
    color: rgba(51,71,91,1.0);
}

.footer_form ul.no-list.hs-error-msgs.inputs-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer_form ul.no-list.hs-error-msgs.inputs-list label.hs-error-msg {
    color: #f2545b !important;
    font-family: Roboto;
    font-size: 13px;
    line-height: 18px;
    margin: 0 0 10px 0;
}

body footer .footer_form input.hs-button.primary.large {
    font-weight: 700;
}
body footer .footer_form input.hs-button.primary.large:hover{
    box-shadow:none;
}
/* New styles */

.list_wrap .article {
  margin-bottom: 20px;
}

.list_wrap .card {
  padding-top: 10px;
  border-radius: 7px;
  box-shadow: 0px 1px 10px rgb(153 153 153 / 50%);
}

.list_wrap .card:hover {
  box-shadow: 0px 1px 30px rgb(153 153 153 / 50%);
}

.list_wrap .card_title {
  padding: 0;
  margin: 0;
}

.list_wrap .post__title a {
  color: #008996;
}

.list_wrap .post__title a:hover {
  color: #009999;
}

.list_wrap .post__title {
  line-height: 1.16666;
  margin-bottom: 10px;
}

.list_wrap .post__title a {
  line-height: 1.16666;
  font-weight: 300;
}

.list_wrap .card_image {
  margin-bottom: 10px;
}

.list_wrap .card_image,
.list_wrap .card_title {
  padding: 0 10px;
}

.list_wrap .card_image a {
  display: block;
  padding-top: 59%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.blog-pagination .blog-pagination__prev-link svg,
.blog-pagination .blog-pagination__next-link svg {
  width: 8px;
  fill: #008996;
}

.blog-pagination .blog-pagination__prev-link,
.blog-pagination .blog-pagination__next-link {
  color: #008996;
}

.blog-pagination .blog-pagination__prev-link:hover,
.blog-pagination .blog-pagination__next-link:hover {
  color: #009999;
}

.blog-pagination .blog-pagination__prev-link {
  margin-left: 0;
}

.blog-pagination .blog-pagination__next-link {
  margin-right: 0;
}

.blog-pagination .blog-pagination__link {
  margin: 0 2px;
  font-size: 18px;
  padding: 4px;
}

.blog-pagination .blog-pagination__link--active {
  border: 1px solid #008996;
}

.content_container .list_wrap_outer {
  padding-top: 0;
}

.content_container .sidebar_wrapper {
  align-content: flex-start;
  align-items: flex-start;
}

.list_wrap .meta_data {
  padding: 15px 10px;
}

.content_container .sidebar_wrapper .sidebar_form_bg {
  background-image: url(//1652561.fs1.hubspotusercontent-na1.net/hubfs/1652561/raw_assets/public/Q4intelligence_June2021/images/2.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.blog_banner {
  background-image: url(//1652561.fs1.hubspotusercontent-na1.net/hubfs/1652561/raw_assets/public/Q4intelligence_June2021/images/ourwork.png);
}


/* 404 page */
.error-page-wrapper, .error-page-wrapper .body-container{
  position:relative;
}
.error-page-wrapper:before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-image: url(//1652561.fs1.hubspotusercontent-na1.net/hubfs/1652561/raw_assets/public/Q4intelligence_June2021/images/error-page-bg.png);
  background-size:contain;
  background-position:left center;
  background-repeat:no-repeat;
  opacity:.5;
}
.error-page:before{
  opacity:.2;
}
.error-page_heading{
  margin-bottom:.5rem;
}
.error-page_sub-heading{
  font-weight:300;
  font-size:30px;
  margin-bottom:20px;
}
.error-page_text{
  font-size:20px;
  font-weight:bold;
}
.error-page-wrapper .hs-button{
  border-radius:7px;
  text-shadow:0px 0px 10px rgb(0 0 0 / 30%);
  transition:.5s;
  background-color:#fff;
  margin-top: 15px;
}
.error-page-wrapper .hs-button:hover{
  color:rgba(0,137,150,1);
  background-color:#fff;
  box-shadow:0px 0px 10px 0px rgb(0 0 0 / 50%);
}
.error-page-search{
  max-width:400px;
  margin:30px auto 0;
  position:relative;
}
.error-page-search .error-page-search-input{
  padding:15px 10px 15px 35px;
  background-color: #F1F8FD;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 29%);
  width:100%;
  border:0 none;
}
.error-page-search i{
  position:absolute;
  top:50%;
  left:10px;
  transform:translatey(-50%);
}
.error-page-search i:before{
  content: "\f002";
}

@media (min-width: 768px) {
  .list_wrap .post__title {
    font-size: 16px;
    height: 36px;
    overflow: hidden;
  }
  
  .list_wrap .post__title a {
    font-size: 16px;
  }
}

@media (min-width: 1024px) {
  .list_wrap .post__title {
    font-size: 18px;
    height: 50px;    
    margin-bottom: 15px;
  }
  
  .list_wrap .post__title a {
    font-size: 18px;
  } 

  .content_container .sidebar_wrapper .sidebar_form_bg {
    padding: 25px;
  }
  
  .list_wrap .card_image {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  
}