/* ******************************************************************************
*********************************************************************************
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 {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  
  .body-container__homepage .dnd-section:nth-child(odd) {
    background-color: #F8FAFC;
  }

  @media(min-width: 768px){
    .dnd-section > .row-fluid {
      max-width: 1310px;
    }
    .page-center {
      max-width: 1310px;
    }
  }
  
  
  
  
  
  
  body {
    color: #444;
    font-family: proxima-nova;
    font-weight: 400;
    font-size: 18px;
  }
  
  body {
    
     color: rgba(68, 68, 68, 1.0);
    
  }
  
  
  a {
    color: rgba(221, 93, 67, 1.0);
  }
  
  a:hover,
  a:focus {
    color: rgba(221, 93, 67, 1.0);
  }
  
  
  
  h1 {
    color: #4e4e4e;
    font-family: Arvo;
    font-size: 34px;
    font-weight: 700;
  }
  
  h1 {
    
    color: #4e4e4e;
    
  }
  
  
  h2 {
    color: #4e4e4e;
    font-family: Arvo;
    font-size: 28px;
    font-weight: 700;
  }
  
  h2 {
    
    color: #4e4e4e;
    
  }
  
  h3 {
    color: #4e4e4e;
    font-family: Arvo;
    font-size: 20px;
    font-weight: 700;
  }
  
  h3 {
    
    color: #4e4e4e;
    
  }
  
  h4 {
    color: #4e4e4e;
    font-family: Arvo;
    font-size: 18px;
    font-weight: 700;
  }
  
  h4 {
    
    color: #4e4e4e;
    
  }
  
  h5 {
    color: #4e4e4e;
    font-family: Arvo;
    font-size: 16px;
    font-weight: 700;
  }
  h5 {
    
    color: #4e4e4e;
    
  }
  
  h6 {
    color: #4e4e4e;
    font-family: Arvo;
    font-size: 14px;
    font-weight: 700;
  }
  h6 {
    
    color: #4e4e4e;
    
  }
  
  
  
  
  
  
  
  form,
  .submitted-message {
    border-color: rgba(#null, 0.0) ;
    font-family: proxima-nova;
  }
  
  h3.form-title {
    background-color: rgba(255, 255, 255, 0.0);
    color: rgba(78, 78, 78, 1.0);
  }
  
  .hs-button,
  .button--primary {
    background-color: rgba(24, 176, 182, 1.0);
    border-color: rgba(24, 176, 182, 1.0);
    border-radius: 15px;
    border-width: 1px;
    color: rgba(255, 255, 255, 1.0);
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  
  .hs-button:hover,
  .hs-button:focus,
  .button--primary:hover,
  .button--primary:focus {
    background-color: rgba(24, 176, 182, 1.0);
    border-color: rgba(24, 176, 182, 1.0);
    color: rgba(255, 255, 255, 1.0);
  }
  
  
  
  .hs-form label {
    color: rgba(51, 71, 91, 1.0);
  }
  
  .hs-form legend {
    color: rgba(51, 71, 91, 1.0);
  }
  
  form input,
  form select,
  form textarea,
  .hs-input {
    border-color: rgba(203, 214, 226, 1.0);
    color: rgba(73, 74, 82, 1.0);
    border-radius: 15px;
  }
  
  form input:focus,
  form select:focus,
  form textarea:focus,
  .hs-input: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: #444;
  }
  
  .hs-richtext {
    font-size: 18;
  }
  
  .hs-default-font-element,
  .hs-main-font-element {
    font-family: proxima-nova;
  }
  
  .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(119, 119, 119, 1.0);
    color: rgba(119, 119, 119, 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(119, 119, 119, 1.0);
  }
  
  table,
  tbody + tbody {
    border-color: rgba(119, 119, 119, 1.0);
  }
  
  
  
  
  
  .custom_header {
    background-color: rgba(78, 78, 78, 1.0);
  }
  

  

  body .h-menu div>ul>li>a{
    color: rgba(255, 255, 255, 1.0);
  }
  body .h-menu div>ul>li:hover>a{
    color: rgba(255, 255, 255, 1.0);
  }

  
  body .h-menu div>ul>li.active>a{
    color: rgba(255, 255, 255, 1.0);
    background-color: rgba(255, 255, 255, 0.0);
  }
  body .h-menu div>ul>li:hover>a{
    background-color: rgba(255, 255, 255, 0.0);
  }


  body .h-menu div>ul ul{
    background-color: rgba(78, 78, 78, 1.0);
  }
  body .h-menu div>ul ul li a{
    color: rgba(255, 255, 255, 1.0);
  }
  
  body .h-menu div>ul ul li a:hover{
    background-color: rgba(255, 255, 255, 0.0);
    color: rgba(255, 255, 255, 1.0)
  }

 
  
  body .h-menu div>ul ul li.active > a {
    color: rgba(255, 255, 255, 1.0);
    background-color: rgba(255, 255, 255, 0.0);
  }
  
  

  
  
  
  
  
  .footer {
    background-color: rgba(78, 78, 78, 1.0);
    color: rgba(#null, 0.0);
  }
  .footer a{
    color: rgba(255, 255, 255, 1.0);
  }
  .footer a:hover{
    color: rgba(255, 255, 255, 1.0);
  }
  .col-title h3{
    color: rgba(255, 255, 255, 1.0);
  }
  
  
  
  
  

@media(min-width: 768px){
  .content-wrapper {
    max-width: 1310px;
  }
}

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

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

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

.blog-pagination__link {
	color: #444;
}

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


.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-post__tag-link:hover{
	color: #DD5D43;
}

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

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



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

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


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

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

.blog-post__meta a:hover {
  color: #DD5D43
}

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






.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: 1310px;
    margin: 0 auto;
  }
  
  
  
  
  .body-container__website .dnd-section:nth-child(odd) {
    background-color: {typography=, tables=, buttons=, spacing=, footer=, global_colors=, blog_settings=, header=, forms=}
  }