/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* basic init css */
html, body {
	width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

* {
 	box-sizing: border-box !important;;
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
 	text-decoration: none;
  cursor: pointer;
}

img {
	max-width: 100%;
  width: auto;
  height: auto;
}

ul {
	padding: 0 !important;
  margin: 0 !important;
}

li {
	list-style-type: none;
}

@font-face {
    font-family: 'newspaper';
    src: url('https://cdn2.hubspot.net/hubfs/4920851/icons/newspaper.eot?14');
    src: url('https://cdn2.hubspot.net/hubfs/4920851/icons/newspaper.eot?14#iefix') format('embedded-opentype'), url('https://cdn2.hubspot.net/hubfs/4920851/icons/newspaper.woff?14') format('woff'), url('https://cdn2.hubspot.net/hubfs/4920851/icons/newspaper.ttf?14') format('truetype'), url('https://cdn2.hubspot.net/hubfs/4920851/icons/newspaper.svg?14#newspaper') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'newspaper-icons';
    src: url('https://cdn2.hubspot.net/hubfs/4920851/icons/newspaper-icons.eot?1');
    src: url('https://cdn2.hubspot.net/hubfs/4920851/icons/newspaper-icons.eot?1#iefix') format('embedded-opentype'), url('https://cdn2.hubspot.net/hubfs/4920851/icons/newspaper-icons.woff?1') format('woff'), url('https://cdn2.hubspot.net/hubfs/4920851/icons/newspaper-icons.ttf?1') format('truetype'), url('https://cdn2.hubspot.net/hubfs/4920851/icons/newspaper-icons.svg?1#newspaper-icons') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="td-icon-"]:before, [class*=" td-icon-"]:before {
    font-family: 'newspaper';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.td-icon-search:before {
    content: '\e80a';
}
.td-icon-mobile:before {
    content: '\e83e';
}
.td-icon-close-mobile:before {
    content: '\e900';
}

[class*="td-icon-"] {
    line-height: 1;
    text-align: center;
    display: inline-block;
}
/* top bar */
.top-bar {
  font-family: "Open Sans", arial, sans-serif;
 	background: #222222; 
}

.top-bar-inner {
 	width: 1068px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  float: none !important;
}

.top-bar a {
  font-size: 11px;
 	color: #fff;
  margin-right: 16px;
  line-height: 28px;
}

.top-bar a:hover {
 	color: #4db2ec;
}


/* header */
.header .row-fluid [class*="span"] {
 	min-height: unset !important;  
}
.header-inner {
	  max-width: 1068px !important;
    margin-right: auto !important;
    margin-left: auto !important;
  	float: none !important;
  	position: relative;
}

/* main logo */
.main-logo .logo {
    width: 284px !important;
    position: relative;
    height: 90px;
    margin: 28px 28px 9px 28px !important;
  	display: block;
    padding: 0 24px;
}

.main-logo .logo img {
		max-height: 90px !important;
  	max-width: 270px;
  	margin: auto !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  
}

/* menu */
.header {
 	font-family: 'Open Sans', arial, sans-serif;
}

.linear-gradiant {
  	margin-bottom: 30px;
	 box-shadow: 0 8px 10px -6px rgba(191, 183, 183, 0.5);
}
.mobile-logo {
 	display: none !important; 
}

.hamburger-open {
 	display: none !important; 
}

.mobile-search {
	display: none !important; 
}

.hamburger-close {
 	display: none !important; 
}

.menu-wrapper {
 	position: relative; 
}

.menu-inner {
	padding-right: 48px;
}

.menu-inner ul {
  padding-left: 0;
  margin: 0;
}

.menu-inner li {
 	list-style-type: none; 
  margin: 0;
  float: left;
  position: relative;
  
}

.menu-inner li a {
  display: block !important;
  position: relative;
  padding: 0 14px;
  line-height: 48px;
  font-size: 14px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-backface-visibility: hidden; 
}

@media (min-width: 768px) {
  .menu-inner li:hover > a:after {
    background-color: #4db2ec;
    width: 100%;
  }
  .mobile-menu-background {
    display: none !important;
  }
  .mobile-search-container {
  	display: none !important;
	}
  .mobile-search-background {
		display: none !important;
  }
}


.menu-inner li a:after {
 	  background-color: transparent;
    content: '';
    width: 0;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: width 0.2s ease;
    -moz-transition: width 0.2s ease;
    -o-transition: width 0.2s ease;
    transition: width 0.2s ease; 
}

.search-icon i {
  	cursor: pointer;
 	  display: inline-block;
    font-size: 19px;
    height: 48px;
    width: 48px;
    line-height: 48px;
    text-align: center; 
}

.search-bar form {
 	margin: 20px; 
}

.search-bar .hs-search-field__input {
    box-sizing: border-box;
    width: 100%;
    font-size: 14px;
    line-height: 21px;
    color: #444;
    border: 1px solid #e1e1e1;
    width: 100%;
    max-width: 100%;
    height: 34px;
    padding: 3px 9px;
}

.search-bar:after {
 	  position: absolute;
    top: -3px;
    display: block;
    content: '';
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
    height: 3px;
    background-color: #4db2ec; 
}

.search-bar {
    position: absolute;
    top: 100%;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    right: 0;
    border-radius: 0;
    border: none;
    width: 342px !important;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    transform: translate3d(0, 20px, 0);
    -webkit-transform: translate3d(0, 20px, 0);
    -moz-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    -o-transform: translate3d(0, 20px, 0);
}

.search-bar:before {
    position: absolute;
    top: -9px;
    right: 19px;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5.5px 6px 5.5px;
    border-color: transparent transparent #4db2ec transparent;
}

.search-bar.show {
		visibility: visible;
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
}

.menu-search {
  position: absolute;
  top: 24px;
  right: 0;
  width: auto !important;
}

.mobile-nav {
	display: none !important;
}

.shadow:before {
    content: "";
    background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAMBAMAAABRpcpkAAAAD1BMV…MGAhQQCyEd++8AAAAUSURBVAjXY1AAQgMgdABCCBAAQQAT6AFRBPHcWgAAAABJRU5ErkJggg==);
    width: 100%;
    height: 12px;
    position: absolute;
    bottom: -12px;
    z-index: 1;
}

/* footer */
.posts a {
  display: block;
}
.posts .item {
 	 padding-bottom: 26px;
   display: flex !important;
   justify-content: space-between;
}

.post-thumb {
    width: 30%;
    margin-right: 10px;
}

.post-content {
 	width: 70%; 
}
.post-title a {
	color: #fff;
}

.post-title a:hover {
	color: #4db2ec; 
}

.post-title h3 {
  font-family: 'Roboto', sans-serif;
 	margin: 0;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 4px;
  font-weight: 500;
}

.posts .block-title {
 		font-family: 'Roboto', sans-serif;
  	border-bottom: 0;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 2px;
}

@media(max-width: 768px) {
 		.posts .block-title {
			margin-bottom: 12px;
  }
}
.posts .block-title h4 {
 	margin: 0; 
}

.post-date {
 		color: #aaa;
    display: inline-block;
    position: relative;
    top: 2px;
    font-size: 11px;
    font-family: 'Open Sans', arial, sans-serif; 
}

.blog-filters h3 {
	display: none;
}

.blog-filters li {
    line-height: 30px;
}

.blog-filters a {
 	color: #fff;
  font-size: 14px;
  font-family: 'Open Sans', arial, sans-serif;
}

.blog-filters a:hover {
 	color: #4db2ec; 
}

.blog-filters .filter-link-count {
 	float: right; 
}

/* bottom full */
.bottom-full {
 	margin-top: 12px;
  padding-top: 50px;
  padding-bottom: 30px; 
}

@media(max-width: 768px) {
  .blog-filters {
   	margin-bottom: 30px; 
  }
 	.bottom-full {
		text-align: center;
  }
  .footer-logo {
   	max-width: 70%;
    margin: 0 auto !important;
  }
}

.bottom-full .container {
 	  position: relative; 
}

.bottom-full .container:before {
    content: '';
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
    position: absolute;
    top: -50px;
    width: 80%;
    left: 50%;
    margin-left: -40%;
}

.bottom-full .block-wrap {
    font-size: 14px;
    line-height: 21px;
}

.bottom-full .block-title {
  	font-family: 'Roboto', sans-serif;
    border-bottom: 0;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 26px;
    margin-top: 2px; 
}

.footer-logo {
 	    margin-top: 35px; 
}

.bottom-full  .block-content {
  padding: 21px 0;
 	font-family: 'Open Sans', arial, sans-serif; 
}

.bottom-full  .block-content a {
 	color: #4db2ec; 
}

.footer .row-fluid [class*="span"] {
 		min-height: unset !important; 
}
.footer {
 		background-color: #222222;
    padding-top: 54px;
    color: #eaeaea;
    position: relative; 
}
.footer .container {
  max-width: 1068px;
  margin: 0 auto !important;
  float: none !important;
}

@media (max-width: 768px) {
 	.footer .container {
   	padding-right: 10px;
    padding-left: 10px; 
  }
}

.copyright {
 	background: #0d0d0d !important; 
}

.copyright .container {
 	display: flex !important;
  justify-content: space-between;
}

.copyright-text {
  	line-height: 20px;
    margin-top: 8px;
    margin-bottom: 8px;
 		color: #ccc;
    font-size: 12px;
    font-family: 'Open Sans', arial, sans-serif;
}

.copyright-menu ul {
	margin: 7px 0 !important;
  display: block;
  float: right;
}

.copyright-menu li {
 	float: left !important;
}

.copyright-menu li a {
 	display: inline-block;
  line-height: 20px;
 	margin-right: 16px;
  font-size: 12px;
  color: #ccc;
  font-family: 'Open Sans', arial, sans-serif;
}
.copyright-menu li a:hover {
 	color: #4db2ec;
}


@media (max-width: 768px) {
 	.top-bar {
   	display: none !important; 
  }
  .main-logo {
   	display: none !important; 
  }
  .mobile-logo {
    display: block !important; 
  }
  .hamburger-open {
 		display: block !important;
  }
	
  .hamburger-close {
   	display: block !important; 
  }
  
  .mobile-menu-background {
    top: 0;
   	background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    position: fixed;
    display: block;
    width: 100% !important;
    height: 100%;
    z-index: 9999;
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0); 
  }
  
  .mobile-menu-background  {
   	visibility: visible;
    -webkit-transition: transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
    -moz-transition: transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
    -o-transition: transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
    transition: transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  }
  
  .menu-opened .mobile-menu-background {
   	 transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0); 
  }
  
  .mobile-menu-background:before {
   	content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.98;
    background: #313b45;
    background: -moz-linear-gradient(top, #313b45 0%, #3393b8 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #313b45), color-stop(100%, #3393b8));
    background: -webkit-linear-gradient(top, #313b45 0%, #3393b8 100%);
    background: -o-linear-gradient(top, #313b45 0%, #3393b8 100%);
    background: -ms-linear-gradient(top, #313b45 0%, #3393b8 100%);
    background: linear-gradient(to bottom, #313b45 0%, #3393b8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#313b45', endColorstr='#3393b8', GradientType=0); 
  }
  
  .main-menu {
    min-height: 668px;
   	padding: 0;
    position: absolute;
    width: 100% !important;
    height: auto;
    top: 0;
    z-index: 9999;
    visibility: hidden;
    transform: translate3d(-99%, 0, 0);
    -webkit-transform: translate3d(-99%, 0, 0);
    -moz-transform: translate3d(-99%, 0, 0);
    -ms-transform: translate3d(-99%, 0, 0);
    -o-transform: translate3d(-99%, 0, 0);
    left: -1%;
    font-family: -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif; 
  }
  
  .main-menu {
   	 visibility: visible;
    -webkit-transition: transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
    -moz-transition: transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
    -o-transition: transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
    transition: transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86); 
  }
  .menu-opened .main-menu {
    visibility: visible;
   	height: auto;
    overflow: auto;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    left: 0; 
  }
  
  .main-menu-inner {
    padding-bottom: 20px;
    position: relative;
    opacity: 1;
    -webkit-transition: all 0.5s ease 0.5s;
    -moz-transition: all 0.5s ease 0.5s;
    -o-transition: all 0.5s ease 0.5s;
    transition: all 0.5s ease 0.5s;
  }
  
  .hamburger-close {
    overflow: hidden;
    height: 60px;
    color: #fff !important;
  }
  
  .menu-close {
   	float: right; 
  }
  
  .menu-close i {
   	height: 70px;
    width: 70px;
    line-height: 70px;
    font-size: 21px;
    color: #fff;
    top: 4px;
    position: relative; 
  }
  
  .menu-inner {
   	padding: 0 20px !important; 
  }
  
  .menu-inner li a {
  	display: block;
    line-height: 21px;
    font-size: 21px;
    color: #fff;
    margin-left: 0;
    padding: 12px 30px 12px 12px;
    font-weight: bold;
    text-transform: capitalize;
  }
  
  .main-menu li {
		float: none !important;
  }
  
/*   
  .hamburger-close {
		position: absolute;
    top: 10px;
    right: 25px;
  }
  
  .menu-close i {
   	height: 70px;
    width: 70px;
    line-height: 70px;
    font-size: 21px;
    color: #fff;
    top: 4px;
    position: relative; 
  }
  
  .menu-inner {
   	padding: 0 20px !important; 
  }
  
  .menu-inner li a {
  	display: block;
    line-height: 21px;
    font-size: 21px;
    color: #fff;
    margin-left: 0;
    padding: 12px 30px 12px 12px;
    font-weight: bold;
    text-transform: capitalize;
  }
  
  .main-menu li {
		float: none !important;
  }
  
  .main-menu {
   	height: 100%;
    width: 0 !important;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, #313b45 0%, #3393b8 100%);
    transition: 0.5s;
    overflow-x: hidden;
    padding-top: 60px;
  }
  
  .main-menu.show {
   	width: 100% !important; 
  } */
  .menu-search {
  	display: none !important;
  }
  
  .mobile-nav {
  	display: flex !important;
    justify-content: space-between;
    background: #222222;
  }
  
  .mobile-logo img {
		max-width: 144px;
    max-height: 48px;
    margin: auto;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    padding: 0;
    vertical-align: middle;
  }
  .menu-open i, .mobile-search-icon i {
  	font-size: 27px;
    width: 54px;
    line-height: 54px;
    height: 54px;
    display: inline-block;
    padding-top: 1px;
    color: #fff;
    text-align: center;
  }
  .mobile-search-icon i {
  	font-size: 22px;
  }
  .mobile-search-background {
    top: 0;
   	background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    position: fixed;
    display: block;
    width: 100% !important;
    height: 100%;
    z-index: 9999;
    -webkit-transition: all 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
    -moz-transition: all 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
    -o-transition: all 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
    transition: all 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
    transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    visibility: hidden; 
  }
  
  .mobile-search-background:before {
		content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.98;
    background: #313b45;
    background: -moz-linear-gradient(top, #313b45 0%, #3393b8 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #313b45), color-stop(100%, #3393b8));
    background: -webkit-linear-gradient(top, #313b45 0%, #3393b8 100%);
    background: -o-linear-gradient(top, #313b45 0%, #3393b8 100%);
    background: -ms-linear-gradient(top, #313b45 0%, #3393b8 100%);
    background: linear-gradient(to bottom, #313b45 0%, #3393b8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#313b45', endColorstr='#3393b8', GradientType=0);
  }
  
  .search-opened .mobile-search-background {
     transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  .mobile-search-container { 
    padding: 0;
    position: absolute;
    width: 100% !important;
    height: auto;
    top: 0;
    text-align: center;
    z-index: 9999;
    visibility: hidden;
    color: #fff;
    font-family: -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
  }
  
  .mobile-search-inner {
   	opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -webkit-backface-visibility: hidden;
    position: relative; 
  }
  
  .search-opened .mobile-search-inner {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.5s ease 0.3s;
    -moz-transition: all 0.5s ease 0.3s;
    -o-transition: all 0.5s ease 0.3s;
    transition: all 0.5s ease 0.3s;
  }
  
  .search-close-container {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -webkit-backface-visibility: hidden;
    position: relative;
  }
  
  .search-opened .search-close-container {
   	opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.5s ease 0.3s;
    -moz-transition: all 0.5s ease 0.3s;
    -o-transition: all 0.5s ease 0.3s;
    transition: all 0.5s ease 0.3s; 
  }
  
  .search-close {
   	float: right;
    padding: 0 20px; 
  }
  .search-close i {
    text-align: center;
  	height: 70px;
    width: 70px;
    line-height: 70px;
    font-size: 21px;
    color: #fff;
    position: relative;
    top: 4px;
    right: 0;
  }
  
  .mobile-search-bar {
   	margin: 0 5% !important;
    position: relative; 
  }
  
  .mobile-search-bar .hs-search-field__input {
		color: #fff;
    font-weight: bold;
    font-size: 26px;
    height: 40px;
    line-height: 36px;
    border: 0;
    background: transparent;
    outline: 0;
    margin: 8px 0;
    padding: 0;
    text-align: center;
  }
  
  .mobile-search-bar:after {
   	content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    bottom: 0;
    left: 0;
    opacity: 0.8;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    -webkit-transition: transform 0.5s ease 0.8s;
    -moz-transition: transform 0.5s ease 0.8s;
    -o-transition: transform 0.5s ease 0.8s;
    transition: transform 0.5s ease 0.8s;
  }
  .search-opened .mobile-search-bar:after {
     transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
  }
  
  
  .search-title {
   	opacity: 0.8;
    font-size: 12px; 
  }
  
/*   footer */
  .copyright .container {
    flex-direction: column-reverse;
  }
  
  .copyright-text {
   	text-align: center; 
  }
  .copyright-menu ul {
   	display: flex;
    justify-content: center;
    width: 100%; 
  }
}

.hs_cos_wrapper_type_password_prompt, .hs_cos_wrapper_type_blog_subscribe, .hs_cos_wrapper_type_email_simple_subscription, .hs_cos_wrapper_type_form, .widget-type-google_search, .hs-search-field__bar {
    display: inherit !important;
    width: inherit !important;
    max-width: inherit !important;
    padding: inherit !important;
    position: inherit !important;
    background: inherit !important;
    padding-left: inherit !important;
    padding-right: inherit !important;
    margin-bottom: inherit !important;
}

.hs-search-field--open .hs-search-field__suggestions {
	display:none !important;
}