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


















































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


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

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







body {
  color: #000;
  font-family: roboto;
  font-weight: 400;
  font-size: 17px;
}


a {
  color: rgba(46, 163, 242, 1.0);
}

a:hover {
  color: rgba(46, 163, 242, 1.0);
}
a:active {
  color: rgba(86, 203, 255, 1.0);
}

h1 {
  color: rgba(233, 97, 81, 1.0);
  font-family: open-sans-condensed;
  font-size: 36px;
  font-weight: 700;
}

h2 {
  color: rgba(233, 97, 81, 1.0);
  font-family: open-sans-condensed;
  font-size: 32px;
  font-weight: 700;
}

h3 {
  color: rgba(233, 97, 81, 1.0);
  font-family: open-sans-condensed;
  font-size: 30px;
  font-weight: 500;
}


h4 {
  color: rgba(233, 97, 81, 1.0);
  font-family: open-sans-condensed;
  font-size: 26px;
  font-weight: 500;
}


h5 {
  color: rgba(233, 97, 81, 1.0);
  font-family: open-sans-condensed;
  font-size: 24px;
  font-weight: 500;
}

h6 {
  color:  rgba(233, 97, 81, 1.0);
  font-family: open-sans-condensed;
  font-size: 20px;
  font-weight: 500;
}





form,
.submitted-message {
  font-family: roboto;
}

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


.hs-button,
.button--primary {
  border-color: rgba(227, 82, 5, 1.0);
  border-radius: 8px;
  border-width: 1px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 9px;
  padding-bottom: 9px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(252, 141, 131, 1.0)), color-stop(100%, rgba(228, 104, 93, 1.0)));
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  color: rgba(255, 255, 255, 1.0);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 166, 158, 1.0)), color-stop(100%,rgba(238, 119, 109, 1.0)));

}

.hs-form-field>label,
.hs-form label {
  color: rgba(85, 85, 85, 1.0);
}

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

input[type=text],
input[type=password],
form input,
form select,
form textarea,
.hs-input {
  border-color: rgba(204, 204, 204, 1.0);
  border-radius: 0px;
}
input[type=text]:focus,
input[type=password]:focus,
form input,
form select:focus,
form textarea:focus,
.hs-input:focus {
  border-color: rgba(255, 211, 0, 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: #000;
}

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

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

.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(0, 0, 0, 1.0);
  color: rgba(0, 0, 0, 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(0, 0, 0, 1.0);
}

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





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


.custom-menu-primary nav>ul>li>a{
  color: rgba(74, 74, 74, 1.0);
}


.custom-menu-primary nav>ul>li>a.active-branch{
  color: rgba(74, 74, 74, 1.0) !important;
  background-color: rgba(217, 217, 217, 1.0) !important;
}
.custom-menu-primary nav>ul>li>a:hover{
  color: rgba(74, 74, 74, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}
.custom-menu-primary .submenu.level-2{
  background-color: rgba(255, 255, 255, 1.0);
}
.custom-menu-primary ul ul li a {
  color: rgba(51, 51, 51, 1.0);
}
.custom-menu-primary ul ul li a.active-branch{
  color: rgba(74, 74, 74, 1.0) !important;
  background-color: rgba(217, 217, 217, 1.0) !important;
}
.custom-menu-primary ul ul li a:hover{
  color: rgba(85, 85, 85, 1.0);
  border-color: rgba(233, 97, 81, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}
.header-button a{
  color: rgba(255, 255, 255, 1.0);
  border-color: rgba(255, 255, 255, 0.0);
  background-color: rgba(233, 97, 81, 1.0);
}
 
.header-button a:hover{
  color: rgba(233, 97, 81, 1.0);
  background-color: rgba(255, 255, 255, 1.0);
  border-color: rgba(233, 97, 81, 1.0);
}







.footer__container {
  max-width: 1080px;
}


.footer {
  color: #fff;
  background-color: rgba(38, 52, 74, 1);
}

.footer a{
  color: #fff;
}

.footer a:hover{
  color: rgba(233, 97, 81, 1.0);
}

footer .span3.widget-span.widget-type-cell.dnd-column {
    text-align: center;
    margin-top: 25px;
    width: 20%;
}

@media only screen and (max-width: 600px) {
  footer .span3.widget-span.widget-type-cell.dnd-column {
    width: 100%;
}
}

li.hs-menu-item.hs-menu-depth-1 {
    width: 100%;
}





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

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

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

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

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

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

.blog-pagination__link {
  color: #000;
}

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

.blog-post__title {
  color: rgba(233, 97, 81, 1.0);
  font-family:open-sans-condensed;
  font-size: 32px;
  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(#null);
}

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

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

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

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

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

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

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

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

.blog__subscription-block {
  background-color: rgb(#null);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.blog-recent-posts {
  background-color: rgb(#null);
}










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: 1080px;
  margin: 0 auto;
}




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

.home-banner h1 { font-size: 54px; }

@media (max-width: 1199px) {
    .home-banner h1 { font-size: 42px; }
}

@media (max-width: 999px) {
    .home-banner h1 { font-size: 32px; }
}

@media (max-width: 599px) {
    .home-banner h1 { font-size: 28px; }
}

@media all and (min-width: 1200px) {
#hs_cos_wrapper_widget_1612536647106_ h1 {
    min-height: 162px;
}
.banner-section.capabilities-page.home-banner {
    min-height: 570px;
}
}