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

/*  Table of contents

  1. _dnd_areas
  2. _typography
  3. _forms
  4. _tabels
  5. _header
  6. _footer
  7. _blog
  8. _system_pages
  9. _modules
*/ 
 
/* global font code */


  
  
  
  
   

 
 
/* global h1 varibale code */


    
    
     
    
     
 



/* global h2 varibale code */


    
    
    
    
     

 


/* global h3 varibale code */


    
    
    
    
     



  
/* global h4 varibale code */
 

    
    
    
    
     



/* global h5 varibale code */


    
    
     
    
     
 


/* global h6 varibale code */


    
    
     
    
     
 




/* 



 */

  
@media(min-width: 1200px) { 
  .body-container-wrapper{
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
@media (min-width: 1500px){
  
.dnd-section > .row-fluid {
    width: 1470px;
  }
}


.body-container__homepage .dnd-section:nth-child(odd) {
  background-color: #F8FAFC;
}
/* 


 
*/ 
  
html {}  
body {    
  background-color: rgba(255, 255, 255, 0.0);
  color: #4b4b4b;  
  font-family: Source Sans Pro;   
  font-weight: 400
} 
 
@media (min-width: 1200px) {

  body {    
    font-size: 20px;    
  } 

} 
  
p {
  font-family: Source Sans Pro;  
  font-weight: 400
}
li{
  font-weight: 400
}
a {
  color: rgba(239, 62, 66, 1.0);
  font-family: Source Sans Pro;    
}
 
a:hover,
a:focus {
  color: rgba(211, 55, 59, 1.0);
} 
a:active {
  color: rgba(251, 95, 99, 1.0);
} 
h1 {
  color: #4b4b4b;
  font-family: Titillium Web; 
  font-weight: 700;
} 
h2 {
  color: #231f20;
  font-family: Titillium Web; 
  font-weight: 700; 
}

h3 {
  color: #231f20;
  font-family: Titillium Web; 
  font-weight: 700;
}
h4 {
  color: #4b4b4b;
  font-family: Source Sans Pro; 
  font-weight: 500;
}
h5 {
  color: #4b4b4b;
  font-family: Source Sans Pro; 
  font-weight: 500;
}

h6 {
  color: #4b4b4b;
  font-family: Source Sans Pro; 
  font-weight: 500;
}
  
@media(min-width: 768px) {
    
  h1 { 
    font-size: 40px; 
  } 
  h2 { 
    font-size: 30px; 
  }

  h3 { 
    font-size: 30px; 
  }
  h4 { 
    font-size: 18px; 
  }
  h5 { 
    font-size: 14px; 
  }

  h6 { 
    font-size: 12px; 
  }
   
} 

blockquote {
  border-left: 4px solid #4b4b4b; 
}

 
/* 



 */
 

@media(max-width:767px){
  form{
    max-width: none;
  }
}
form{  
  background-color: rgba(255, 255, 255, 0.0);
  border: 0px solid rgba(204, 204, 204, 1.0) ; 
}  
.form-title {
  background-color: rgba(255, 255, 255, 0.0); 
  border-bottom: px solid rgba(#null, 0.0) ;
  color: rgba(75, 75, 75, 1.0);
}
.hs-richtext {
  color: #4b4b4b;
  font-size: 20;
} 
.hs-form label,
.hs-form .hs-form-field > label {
  color: rgba(75, 75, 75, 1.0);
}  
.hs-form legend {
  color: rgba(75, 75, 75, 1.0);
}
.submitted-message {
  border-color: rgba(204, 204, 204, 1.0) ;
  font-family: ;
}

/*
form input,form select,form textarea,.hs-input {}
*/

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {  
  background-color: rgba( 255, 255, 255, 1.0 ); 
  border-color: rgba(204, 204, 204, 1.0); 
  color: rgba(75, 75, 75, 1.0);  
} 

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus { 
  background-color: rgba( 255, 255, 255, 1.0 ); 
  border-color: rgba(204, 204, 204, 1.0);
} 

.fn-date-picker .pika-table thead th {
  color: rgba(75, 75, 75, 1.0);
}

.hs-input:-moz-placeholder,
.hs-input::-webkit-input-placeholder,
.hs-field-desc,
.hs-dateinput:before  {
  color: #4b4b4b;
  opacity:1;
}

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

/* 
.hs-button,.button--primary {} 
 */
.hs-button,
.hs-button.primary, input[type="submit"], input[type="button"], .button--primary{
  background-color: rgba(0, 175, 215, 1.0);
  border: 0px solid rgba(255, 255, 255, 0.0);
  border-radius: 0px; 
  color: rgba(255, 255, 255, 1.0);
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 18px;
  padding-bottom: 18px;
}
 
.hs-button:hover,
.hs-button.primary:hover, input[type="submit"]:hover, input[type="button"]:hover, .button--primary:hover,
.hs-button:focus,.hs-button.primary:focus, input[type="submit"]:focus, input[type="button"]:focus, .button--primary:focus{
  background-color: rgba(1, 152, 187, 1.0);
  border-color:rgba(255, 255, 255, 0.0);
  color: rgba(255, 255, 255, 1.0); 
}
 
.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(204, 204, 204, 1.0);
  color: rgba(75, 75, 75, 1.0);
}

table,
tbody + tbody {
  border-color: rgba(204, 204, 204, 1.0);
}
thead th,thead td {
  background-color: rgba(255, 255, 255, 1.0);
  border-color: rgba(204, 204, 204, 1.0);
  color: rgba(75, 75, 75, 1.0);
}

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






/* 



*/


 
/****************************************************************
  Header
***************************************************************/   

.header {
  background-color: rgba(255, 255, 255, 1.0); 
}
 
@media (min-width: 1500px){
  
.header__container { 
    width: 1470px;
  }
}


/******************************** Header Navigation ********************************/ 
@media(min-width:768px){ 
  body .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    color: rgba(52, 52, 52, 1.0);
  } 
  body .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a {
    color: rgba(52, 52, 52, 1.0);
  } 
  body .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
    color: rgba(239, 62, 66, 1.0);
  }   
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after{
    background-color: rgba(239, 62, 66, 1.0); 
  }
  body .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: rgba(255, 255, 255, 1.0); 
    border-top-color: rgba(239, 61, 65, 1.0);  
  } 
  body .custom-menu-primary .hs-menu-wrapper > ul ul li a{  
    background-color: rgba(255, 255, 255, 0.0);
    color: rgba(75, 75, 75, 1.0); 
  } 
  .custom-menu-primary .hs-menu-wrapper>ul ul.level-2 > li:hover > a,
  .custom-menu-primary .hs-menu-wrapper>ul ul.level-2 > li:focus > a {
    background-color: rgba(239, 61, 65, 1.0);
    color: rgba(255, 255, 255, 1.0);
  } 
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(1) > ul:before,
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul:before{
    background-color;: rgba(221, 221, 221, 1.0);
  }

}
 

/******************************** Header icons ********************************/  

.icon-nav li a{
  color: rgba(52, 52, 52, 1.0); 
}
.icon-nav li a:hover{
  color: rgba(239, 62, 66, 1.0); 
} 
/******************************** Header Search ********************************/  

form.header-search input.search-query{
  background-color: rgba(255, 255, 255, 1.0);
  border-color: rgba(118, 118, 118, 1.0); 
  color: rgba(75, 75, 75, 1.0); 
}
form.header-search a.submit{
  color: rgba(75, 75, 75, 1.0);
}
form.header-search a.submit:hover{
  color: rgba(75, 75, 75, 1.0);
} 
 
  
  
/* 



 */

.footer {
  background-color: rgba(#null, 0.0); 
  color: rgba(#null, 0.0);
}     
@media (min-width: 1500px){
  
.footer__container {
    width: 1470px;
  }
}

/******************************** footer cta  style ********************************/  
.hs-footer-cta-wrapper {
  background-color: rgba(239, 62, 66, 1.0); 
  color: rgba(255, 255, 255, 1.0); 
}

.hs-footer-text p a {
  color: rgba(255, 255, 255, 1.0); 
} 
.hs-footer-text p a:hover { 
  color: rgba(201, 202, 204, 1.0); 
}

/******************************** footer cta button ********************************/  
 
.hs-footer-cta ul li a{ 
  background-color: rgba(0, 0, 0, 0.0); 
  border-color: rgba(255, 255, 255, 1.0); 
  color: rgba(255, 255, 255, 1.0);
}
 
.hs-footer-cta ul li a:hover{ 
  background-color: rgba(0, 0, 0, 0.3); 
  border-color: rgba(255, 255, 255, 1.0); 
  color: rgba(255, 255, 255, 1.0);
}

 
/******************************** footer top ********************************/  
  
.hs-footer-top{
  background-color: rgba(35, 31, 32, 1.0); 
} 
.hs-footer-top .row:first-child:before{  
  background-color: rgba(51, 51, 51, 1.0);  
}  
.hs-footer-top p{   
  color: rgba(255, 255, 255, 1.0);
}
.hs-footer-link .hs-menu-wrapper span > ul > li > a{
  color: rgba(173, 175, 180, 1.0);
}
.hs-footer-link .hs-menu-wrapper span > ul > li > a:hover{ 
  color: rgba(255, 255, 255, 1.0);
} 
/******************************** footer bottom ********************************/   

.hs-footer-bottom{
  background-color: rgba(0, 0, 0, 1.0);
  color: rgba(255, 255, 255, 1.0);
}
.hs-social ul li{
  border-color: rgba(51, 51, 51, 1.0);  
}
.hs-social ul li a{ 
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(216, 216, 216, 1.0);
}
.hs-social ul li:hover{
  border-color: rgba(51, 51, 51, 1.0);
 }
.hs-social ul li a:hover{
  background-color: rgba(0, 175, 215, 1.0);
  color: rgba(255, 255, 255, 1.0);
}


/* 



*/

.content-wrapper {
  margin: 0 auto;  
}

@media (min-width: 1500px){
  
.content-wrapper {
    width: 1470px;
  }
}
.blog-post__date {
  border-color: #4b4b4b;
}

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

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

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

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

.blog-pagination__link {
  color: #4b4b4b;
}

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

.blog-post__title {
  color: #231f20;
  font-family:;
  font-size: 30px;
  font-weight: ;
}

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

#comments-listing .comment-reply-to {
  color:#4b4b4b; 
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus { 
  color:#4b4b4b;
}

#comments-listing .comment-reply-to:active {
  color:#4b4b4b;
}

/* 



 */
 
/* 



 */

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

@media (min-width: 1500px){
  .container,
  .page-center {
    width: 1470px;
  }
}
/*  



 */
/* 
.body-container__website .dnd-section:nth-child(odd) { 
  background-color: #F8FAFC;
} */