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

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

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




html {
	font-size: 13;
}

body {
	color: #777;
	font-family: Open Sans,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 400;
	font-size: 13px;
}

p {}

a {
	color: rgba(245, 72, 40, 1.0);
	cursor: pointer;
}

a:hover,
a:focus {
  color: rgba(42, 100, 150, 1.0);
}

a:active {
	color: rgba(255, 112, 80, 1.0);
}

h1 {
	color: #444;
	font-family: Open Sans,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 36px;
	font-weight: 700;
}


h2 {
	color: #444;
	font-family: Open Sans,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 30px;
	font-weight: 700;
}


h3 {
	color: #444;
	font-family: Open Sans,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 24px;
	font-weight: 700;
}


h4 {
	color: #444;
	font-family: Open Sans,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 18px;
	font-weight: 700;
}


h5 {
	color: #444;
	font-family: Open Sans,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	font-weight: 700;
}

h6 {
	color: #444;
	font-family: Open Sans,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 12px;
	font-weight: 700;
}

blockquote {
	border-left: 5px solid #f54828;;
}





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(102, 102, 102, 1.0);
}

.hs-button,
.button--primary,
.blog-comments .hs-button {
	background-color: rgba(223, 223, 223, 1.0);
	border-color: rgba(220, 220, 220, 1.0);
	border-radius: 6px;
	border-width: 1px;
	color: rgba(119, 119, 119, 1.0);
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.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(235, 235, 235, 1.0);
	border-color: rgba(220, 220, 220, 1.0);
  color: rgba(119, 119, 119, 1.0);
}

.hs-button:active,
.button--primary:active {
	background-color: rgba(255, 255, 255, 1.0);
	border-color: rgba(255, 255, 255, 1.0);
	color: rgba(119, 119, 119, 1.0);
}

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

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

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

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(119, 119, 119, 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: #777;
}

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

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

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

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

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





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

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

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

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






.hs-header-top-bg {
  background-color: rgba(68, 68, 68, 1.0);
}
.hs-header-top-bg .social-icons-group .social-icons a {
  color: rgba(153, 153, 153, 1.0);
}
.hs-header-top-bg .social-icons-group .social-icons a:hover {
  color: rgba(255, 255, 255, 1.0);
}


.fix-header .hs-header-bottom-bg {
	background: rgba(255, 255, 255, 0.97);
}

.header__container {
	max-width: 1170px;
}

body .custom-menu-primary a {
  color: rgba(85, 85, 85, 1.0);
}

body .custom-menu-primary .submenu.level-1 > li:hover > a,
body .custom-menu-primary .submenu.level-1 > li:focus > a {
  color: rgba(255, 255, 255, 1.0);
}

body .custom-menu-primary a.active-branch {
  color: rgba(255, 255, 255, 1.0);
}
body .custom-menu-primary .submenu.level-1 > li.active-branch > a {
  background-color: rgba(245, 72, 40, 1.0);
}
body .custom-menu-primary .submenu.level-1 > li > a {
  background-color: rgba(255, 255, 255, 0.0);
}
body .custom-menu-primary .submenu.level-1 > li:hover > a,
body .custom-menu-primary .submenu.level-1 > li:focus > a {
  background-color: rgba(245, 72, 40, 1.0);
}
body .custom-menu-primary .submenu.level-1 > li > a.active-item {
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(245, 72, 40, 1.0);
}

body .custom-menu-primary .submenu.level-2 > li > a {
  color: rgba(204, 204, 204, 1.0);
}
body .custom-menu-primary .submenu.level-2 {
  background-color: rgba(68, 68, 68, 1.0);
}
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link {
    border-top-color: rgba(79, 79, 79, 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{
  background-color: rgba(245, 72, 40, 1.0);
  color: rgba(255, 255, 255, 1.0);
}
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link.active-item {
  background-color: rgba(68, 68, 68, 0.0);
  color: rgba(204, 204, 204, 1.0);
}
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link.active-item:hover {
  background-color: rgba(245, 72, 40, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

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






.footer {
	background-color: rgba(34, 34, 34, 1.0);
  color: rgba(136, 136, 136, 1.0);
}

.footer__container {
	max-width: 1170px;
}

.hs-footer-top-section h1 {
    color: rgba(255, 255, 255, 1.0);
}
.hs-footer-top-section h1 > span {
    color: rgba(245, 72, 40, 1.0);
}

.hs-footer-top-section a,
.hs-footer-top-section .hs-menu-wrapper ul li a {
    color: rgba(136, 136, 136, 1.0);
}
.hs-footer-top-section a:hover,
.hs-footer-top-section .hs-menu-wrapper ul li a:hover {
    color: rgba(136, 136, 136, 1.0);
}

.footer-btn-wrap a.cta_button {
  background: rgba(51, 51, 51, 1.0);
  border-color: rgba(255, 255, 255, 1.0);
  color: rgba(136, 136, 136, 1.0);
}
.footer-btn-wrap a.cta_button:hover {
  background: rgba(255, 255, 255, 1.0);
  color: rgba(245, 72, 40, 1.0);
}

.hs-footer-top-section .social-icons-group ul.social-icons li {
  background: rgba(68, 68, 68, 1.0);
}
.hs-footer-top-section .social-icons-group ul.social-icons li:hover {
  background: rgba(68, 68, 68, 1.0);
}
.hs-footer-top-section .social-icons-group ul.social-icons li a {
  color: rgba(255, 255, 255, 1.0);
}
.hs-footer-top-section .social-icons-group ul.social-icons li a:hover {
  color: rgba(255, 255, 255, 1.0);
}






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

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

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

.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: #4f4f4f;
}

.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: #9f9f9f;
}

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

.blog-pagination__link {
	color: #777;
}

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

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

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

#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(237, 237, 237);
}

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

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

.blog-post__tag-link:hover{
	color: #2a6496;
}

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

.blog-post__read-more a:hover svg {
	fill: #2a6496;
}


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

.blog-sidebar a:hover {
	color: #2a6496;
}

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

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

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

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

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

.blog-post__meta a:hover {
  color: #2a6496
}

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

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

.blog-post__back-to-blog:hover {
	color: #2a6496;
}

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

a.blog-post__back-to-blog:hover svg {
	fill: #2a6496;
}

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

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



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










body .icon svg {
	fill: #777;
}

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

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

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

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

.page-center {
	max-width: 1170px;
	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 (max-width: 1199px) {
  .dnd-section>.row-fluid,
  .header__container,
  .footer__container,
  .page-center,
  .content-wrapper {
    max-width: 970.0000000002px;
  }
}

@media (max-width: 992px) {
  body {
      color: #000;
  }
}

@media (max-width: 991px) {
  .dnd-section>.row-fluid,
  .header__container,
  .footer__container,
  .page-center,
  .content-wrapper {
    max-width: 749.9999999934px;
  }
}