/* ******************************************************************************
*********************************************************************************
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: 68px;
  padding-top: 68px;
}

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





body {
  color: #777;
  font-family: 'Helvetica W01 Condensed';
  font-size: 1.375rem;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 991px){
  body {
    font-size: 1.1275rem;
  }
}

@media (max-width: 575px){
  body {
    font-size: 1rem;
  }
}

p {
  font-family: 'Helvetica W01 Condensed';
  font-weight: 400;
}

ul,
ul li,
ol,
ol li {
  font-family: 'Helvetica W01 Condensed';
  font-weight: 400;
}

a {
  font-family: 'Helvetica W01 Condensed';
  color: rgba(0, 167, 225, 1.0);
}

a:hover,
a:focus {
  color:#000;
}

a:active {
  color: rgba(40, 207, 255, 1.0);
}

h1 {
  color: #777;
  font-family: 'Helvetica W01 Condensed Bold';
  font-size: 3rem;
  font-weight: 500;
}

@media(max-width: 767px) {
  h1 {
    font-size: 2.25rem;
  }
}

h2 {
  color: #000;
  font-family: 'Helvetica W01 Condensed Bold';
  font-size: 2.5rem;
  font-weight: 500;
}

@media(max-width: 767px) {
  h2 {
    font-size: 1.875rem;
  }
}

h3 {
  color: #777;
  font-family: 'Helvetica W01 Condensed Bold';
  font-size: 2.3rem;
  font-weight: 500;
}

@media(max-width: 767px) {
  h3 {
    font-size: 1.7939999999999998rem;
  }
}

h4 {
  color: #777;
  font-family: 'Helvetica W01 Condensed Bold';
  font-size: 1.875rem;
  font-weight: 500;
}

@media(max-width: 767px) {
  h4 {
    font-size: 1.59375rem;
  }
}

h5 {
  color: #777;
  font-family: 'Helvetica W01 Condensed Bold';
  font-size: 1.5rem;
  font-weight: 500;
}

h6 {
  color: #777;
  font-family: 'Helvetica W01 Condensed Bold';
  font-size: 1.375rem;
  font-weight: 400;
}

blockquote {
  border-left: 10px solid #F8FAFC;;
}





form,
.submitted-message {
  font-family: 'Helvetica W01 Condensed';
}

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

.hs-button,
.button--primary {
  background-color: rgba(0, 167, 225, 1.0);
  border-color: rgba(0, 144, 211, 1.0);
  border-radius: 0px;
  border-width: 1px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background-color: #0090d3;
  border-color: #0090d3;
  color: #FFFFFF;
}

.hs-button:active,
.button--primary:active {
  background-color: rgba(40, 207, 255, 1.0);
  border-color: rgba(40, 184, 251, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

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

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

form input,
form select,
form textarea,
.hs-input {
  border-color: rgba(204, 204, 204, 1.0);
  background-color: rgba(255, 255, 255, 1.0);
  color: #555;
  border-radius: 0px;
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus {
  border-color: rgba(102, 175, 233, 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: 1.375;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: 'Helvetica W01 Condensed';
}

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

table,
tbody + tbody {
  border-color: rgba(73, 74, 82, 1.0);
}





header.header {
  background-color: rgba(37, 39, 43, 1.0);
}

.header__container {
  max-width: 71.3125rem;
}

body .custom-menu-primary a {
  color: #fff;
}

body .custom-menu-primary .submenu.level-1 > li:hover > a {
  color: #00a7e1;
}

body .custom-menu-primary a.active-branch{
  color: #00a7e1;
}
body .custom-menu-primary .submenu.level-1 > li.active-branch {
  border-color: rgba(0, 167, 225, 1.0);
  background-color: rgba(37, 39, 43, 0.0);
}
body .custom-menu-primary .submenu.level-1 > li {
  background-color: ;
}
body .custom-menu-primary .submenu.level-1 > li:hover{
  background-color: rgba(37, 39, 43, 0.0);
  border-color: rgba(0, 167, 225, 1.0);
}
body .custom-menu-primary .submenu.level-1 > li > a.active-branch {
  color: #00a7e1;
}

body .custom-menu-primary .submenu.level-1>li .submenu > li > a {
  color: #dce0e2;
  border-color: rgba(220, 224, 226, 1.0);
}
body .custom-menu-primary .submenu.level-2,
body .custom-menu-primary .submenu.level-3 {
  background-color: rgba(37, 39, 43, 1.0);
}

body .custom-menu-primary .submenu.level-1>li .submenu .menu-item .menu-link:hover {
  background-color: rgba(37, 39, 43, 0.0);
  color: #00a7e1;
  border-color: rgba(0, 167, 225, 1.0);
}
body .custom-menu-primary .submenu.level-1>li .submenu .menu-item .menu-link.active-branch {
  color: #00a7e1;
  background-color: rgba(37, 39, 43, 0.0);
  border-color: rgba(0, 167, 225, 1.0);
}

.custom-menu-primary ul.submenu.level-1>li:nth-last-child(2)>a{
  background-color: rgba(37, 39, 43, 0.0);
}
.custom-menu-primary ul.submenu.level-1>li:nth-last-child(2)>a{
  color: #fff;
  background-color: rgba(0, 167, 225, 1.0);
}
.custom-menu-primary ul.submenu.level-1>li:nth-last-child(2)>a:hover{
  background-color: rgba(0, 167, 225, 1.0);
  color: #fff;
}
.header_search .search-icon:before{  
  color: #cecece;
}





.footer {
  background-color: rgba(51, 62, 72, 1.0);
  color:rgba(252, 252, 252, 1.0);
}

.footer__container {
  max-width: 71.3125rem;
}

.footer__main h5, .footer-rss-feed h3, .footer-menu ul.submenu.level-1>li>a{
  color:rgba(255, 255, 255, 1.0);
}
.footer-top .footer__main p,
.copyright-sec-wrap p{
  color:rgba(252, 252, 252, 1.0);
}

.footer-rss-feed .hs-rss-item a,
.footer-menu ul.submenu.level-1>li ul>li>a,
.copyright-sec-wrap ul li a,
.copyright-sec-wrap ul li,
.footer__main p a{
  color:rgba(252, 252, 252, 1.0);
}
.footer-rss-feed .hs-rss-item a:hover,
.footer-menu ul.submenu.level-1>li ul>li>a:hover,
.copyright-sec-wrap ul li a:hover,
.footer__main p a:hover{
  color:rgba(25, 151, 230, 1.0);
}
.footer-bottom{
  background-color: rgba(46, 56, 65, 1.0);
  border-color: rgba(72, 82, 91, 1.0);
}

.footer-form .hs-form-field label{
  color:rgba(242, 242, 242, 1.0);
}
.footer-form .hs-form-field input{
  background-color: rgba(46, 56, 65, 1.0);
  border-color: rgba(72, 82, 91, 1.0);
  color:rgba(255, 255, 255, 1.0);
}
.footer-form .hs-form-field input:focus{
  border-color: rgba(102, 175, 233, 1.0);
}

.footer-form .hs-button{
  background-color: rgba(46, 56, 65, 1.0);
  border-color: rgba(72, 82, 91, 1.0);
  color:rgba(255, 255, 255, 1.0);
}

.footer-form .hs-button:hover{
  background-color: rgba(239, 239, 239, 1.0);
  border-color: rgba(204, 204, 204, 1.0);
  color:rgba(68, 68, 68, 1.0);
}

.social-icons .footer-cont ul li a i{
  color:rgba(255, 255, 255, 1.0);
}
.social-icons .footer-cont ul li a:hover i{
  color:rgba(25, 151, 230, 1.0);
}






.content-wrapper {
  max-width: 71.3125rem;
}

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

.blog-pagination__link {
  color: #777;
}

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

.blog-post__title {
  color: #000;
  font-family:'Helvetica W01 Condensed Bold';
  font-size: 2.5px;
  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);
}










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;
}




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