/* ******************************************************************************
*********************************************************************************
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: 1200px;
}

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

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




html {
	font-size: 16;
}

body {
	color: #444444;
	font-family: Open Sans, sans-serif;
	font-weight: 400;
	font-size: 16px;
}

p {}

a {
	color: rgba(46, 84, 129, 1.0);
	cursor: pointer;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

a:hover,
a:focus {
  color: rgba(3, 129, 162, 1.0);
}

a:active {
	color: rgba(86, 124, 169, 1.0);
}

h1 {
	color: #295288;
	font-family: Open Sans, sans-serif;
	font-size: 48px;
	font-weight: 700;
}


h2 {
	color: #295288;
	font-family: Open Sans, sans-serif;
	font-size: 30px;
	font-weight: 400;
}


h3 {
	color: #295288;
	font-family: Open Sans, sans-serif;
	font-size: 26px;
	font-weight: 700;
}


h4 {
	color: #295288;
	font-family: Open Sans, sans-serif;
	font-size: 20px;
	font-weight: 300;
}


h5 {
	color: #295288;
	font-family: Open Sans, sans-serif;
	font-size: 14px;
	font-weight: 300;
}

h6 {
	color: #333;
	font-family: Open Sans, sans-serif;
	font-size: 10px;
	font-weight: 300;
}

blockquote {
	border-left: 2px solid #e1e1e1;;
}





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

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

.hs-button,
.button--primary,
.blog-comments .hs-button {
	background-color: rgba(53, 116, 227, 1.0);
  text-shadow: 0 -1px 0 rgba(53, 116, 227, 1.0);
	border-color: rgba(100, 186, 240, 1.0);
	border-radius: 4px;
	border-width: 1px;
	color: rgba(255, 255, 255, 1.0);
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 7px;
	padding-bottom: 7px;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus,
.blog-comments .hs-button:hover,
.blog-comments .hs-button:focus {
  background-color: rgba(53, 116, 227, 1.0);
	border-color: rgba(100, 186, 240, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.hs-button:active,
.button--primary:active {
	background-color: rgba(93, 156, 255, 1.0);
	border-color: rgba(140, 226, 255, 1.0);
	color: rgba(255, 255, 255, 1.0);
}

.hs-form label {
	color: rgba(65, 65, 65, 1.0);
}

.hs-form legend {
	color: rgba(51, 51, 51, 1.0);
}

form input,
form select,
form textarea,
.hs-input,
.hs-search-field__input,
.systems-page input[type='password'] {
	border-color: rgba(204, 204, 204, 1.0);
	color: ;
	border-radius: 3px;
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus,
.hs-search-field__input:focus,
.systems-page input[type='password']:focus {
	border-color: rgba(82, 168, 236, 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: #444444;
}

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

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

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

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

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





th,
td {	
	border: 1px solid rgba(221, 221, 221, 1.0);
	color: rgba(51, 51, 51, 1.0);
}

table > tbody > tr:nth-child(even) > td, 
table > tbody > tr:nth-child(even) > th {
  background-color: rgba(249, 249, 249, 1.0);
}

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

tfoot td {
	background-color: rgba(255, 255, 255, 1.0);
	color: rgba(41, 82, 136, 1.0);
}

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





.custom-header {
	background-color: rgba(41, 82, 136, 1.0);
}

.header__container {
	max-width: 1200px!important;
}

.header-bottom,
.header-bottom-inner {
  background-color: rgba(255, 255, 255, 1.0);
}
.header-top ul li a {
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}
.header-top ul li .btn-facebook:hover {
  color: rgba(58, 87, 149, 1.0);
  background-color: rgba(255, 255, 255, 1.0);
}

.custom-header-group .custom-header-menu .nav > li > a {
  color: rgba(41, 82, 136, 1.0);
  border-color: rgba(255, 255, 255, 0.0);
}


.custom-header-menu .tb-megamenu-column > ul > li.level-2 > a,
.custom-header-menu .nav > li .sub.sub.with-bg > li > ul > li >.sub > li > a {
  color: rgba(41, 82, 136, 1.0);
}
.custom-header-menu .sub {
  background-color: rgba(255, 255, 255, 1.0);
}

.custom-header-group #header-icons-box .search-header a {
    color: rgba(46, 84, 129, 1.0);
}
.custom-header-group #header-icons-box .search-header a:hover {
    color: rgba(46, 84, 129, 1.0);
}


@media screen and (min-width: 971px) {
  .custom-header-menu .nav > li .sub.sub.with-bg > li > ul > li:hover,
  .custom-header-menu .nav > li .sub.sub.with-bg > li > ul > li >.sub {
      background-color: rgba(215, 215, 215, 1.0) !important;
  }
}


@media screen and (min-width: 992px) {
  .custom-header-group .custom-header-menu .nav > li:hover > a {
    color: rgba(41, 82, 136, 1.0);
    background-color: rgba(255, 255, 255, 0.0);
  }
  .custom-header-menu .nav > li:hover > a,
  .custom-header-menu .sub {
    border-color: rgba(204, 204, 204, 1.0);
  }
  .custom-header-menu .normal .tb-megamenu-column>ul>li.level-2>ul>li>a {
      color: rgba(113, 113, 113, 1.0);
  }
  .custom-header-menu .normal .tb-megamenu-column>ul>li.level-2>ul>li>a:hover {
      color: rgba(113, 113, 113, 1.0);
  }
  .custom-header-menu .tb-megamenu-column > ul > li.level-2:hover > a,
  .custom-header-menu .nav > li .sub.sub.with-bg > li > ul > li >.sub > li > a:hover {
    color: rgba(41, 82, 136, 0.6);
  }
}




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(41, 82, 136, 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 {
  color: rgba(41, 82, 136, 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(41, 82, 136, 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 {
  background-color: rgba(255, 255, 255, 0.0);
}
body .custom-menu-primary .submenu.level-1 > li {
  background-color: rgba(#null, 0.0);
}
body .custom-menu-primary .submenu.level-1 > li:hover,
body .custom-menu-primary .submenu.level-1 > li:focus {
  background-color: rgba(255, 255, 255, 0.0);
}
body .custom-menu-primary .submenu.level-1 > li > a.active-item {
  color: rgba(41, 82, 136, 1.0);
}

body .custom-menu-primary .submenu.level-1 > li > a.active-branch:after {
  background-color: rgba(41, 82, 136, 1.0);
}
body .custom-menu-primary .submenu.level-2 > li > a {
  color: rgba(41, 82, 136, 1.0);
}
body .custom-menu-primary .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 {
  background-color: rgba(215, 215, 215, 1.0);
  color: rgba(41, 82, 136, 0.6);
}
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link.active-item {
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(41, 82, 136, 1.0);
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
	font-family: Open Sans;
}

.header__language-switcher-label-current:after {
	border-top-color: rgba(41, 82, 136, 1.0);
}

@media(max-width: 767px) {
	.header__navigation {
		background-color: rgba(41, 82, 136, 1.0);
	}

	.header__navigation-toggle svg,
	.menu-arrow svg {
		fill: rgba(41, 82, 136, 1.0);
	}
}





.footer {
	background-color: rgba(41, 82, 136, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.top-column p, 
.footer .hs-heading-with-link-wrp h3, 
.footer .top-column h3, 
.footer .social-icon h3,
.footer .social-icon p,
.footer .bottom-column p,
.footer .bottom-column p {
  color: rgba(255, 255, 255, 1.0);
}

.footer .hs-heading-with-link-wrp h3,
.footer .top-column h3,
.footer .social-icon h3,
.custom-footer-bottom {
    border-color: rgba(225, 225, 225, 1.0);
}

.footer .hs-heading-with-link ul li a,
.bottom-column.two ul li a {
    color: rgba(255, 255, 255, 1.0);
}
.footer .hs-heading-with-link ul li a:hover,
.bottom-column.two ul li a:not(.btn):hover {
    color: rgba(255, 255, 255, 0.7000000000000001);
}

.top-column.three a {
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(70, 167, 201, 1.0);
  border-color: rgba(70, 167, 201, 1.0);
}
.top-column.three a:hover {
  background-color: rgba(2, 169, 224, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.footer .social-icon .social .sbtnf {
    color: rgba(255, 255, 255, 1.0);
}
.footer .social-icon .social .sbtnf:hover {
    color: rgba(255, 255, 255, 1.0);
}
.footer .social-icon .color.icon-facebook {
  background-color: rgba(59, 89, 152, 1.0);
}
.footer .social-icon .color.icon-twitter {
  background-color: rgba(0, 189, 236, 1.0);
}
.footer .social-icon .color.icon-youtube {
  background-color: rgba(196, 48, 43, 1.0);
}
.footer .social-icon .color.icon-linkedin {
  background-color: rgba(27, 146, 189, 1.0);
}



.footer__container {
	max-width: 1200px;
}





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

.blog-post__date {
	border-color: #444444;
}

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

.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: #1c1c1c;
}

.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: #6c6c6c;
}

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

.blog-pagination__link {
	color: #444444;
}

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

.blog-post__title {
	color: #295288;
	font-family:Open Sans;
	font-size: 30px;
	font-weight: ;
}

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

#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: #ffffff;
}

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

.blog-post__tag-link:hover{
	color: #0381a2;
}

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

.blog-post__read-more a:hover svg {
	fill: #0381a2;
}

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

.blog-sidebar a {
	color: #444444;
}

.blog-sidebar a:hover {
	color: #0381a2;
}

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

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

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

.blog-post__meta a {
	color: #444444;
}

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

.blog-post__meta a:hover {
  color: #0381a2
}

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

.blog-post__back-to-blog {
	color: #444444;
}

.blog-post__back-to-blog:hover {
	color: #0381a2;
}

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

a.blog-post__back-to-blog:hover svg {
	fill: #0381a2;
}

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

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

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

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










body .icon svg {
	fill: #333;
}

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

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

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

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: #e1e1e1;
}

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









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


@media (min-width: 768px) {
  .footer__container,
  .page-center,
  .header__container,
  .dnd-section > .row-fluid,
  .content-wrapper {
    max-width: 750.0px;
  }
}
@media (min-width: 992px) {
  .footer__container,
  .page-center,
  .header__container,
  .dnd-section > .row-fluid,
  .content-wrapper {
    max-width: 969.999999996px;
  }
}
@media (min-width: 1200px) {
  .footer__container,
  .page-center,
  .header__container,
  .dnd-section > .row-fluid,
  .content-wrapper {
    max-width: 1200px;
  }
}
@media (max-width: 767px) {
  .footer__container,
  .page-center,
  .header__container,
  .dnd-section > .row-fluid,
  .content-wrapper {
    max-width:100%;
  }
  main.body-container-wrapper.hs-product-list-wrapper {
    top: -100px!important;
  }
  .banner-section {
    display: none;
  }
}

.megamenus-text-container.level-3 a {
  max-width: 150px;
}

.banner-section {
  position: relative;
  top: 28px;
}
main.body-container-wrapper.hs-product-list-wrapper {
  top: 40px;
  position: relative;
}