/* ******************************************************************************
*********************************************************************************
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,
.content-wrapper,
.page-center {
  max-width: 1220px;
}

@media (max-width: 1239px) {
  .dnd-section > .row-fluid,
  .content-wrapper,
  .page-center {
    max-width: 939.9999999894px;
  }
}

@media (max-width: 959px) {
  .dnd-section > .row-fluid,
  .content-wrapper,
  .page-center {
    max-width: 707.999999997px;
  }
}

@media (max-width: 767px) {
  .dnd-section > .row-fluid,
  .content-wrapper,
  .page-center {
    max-width: calc(479.999999999px + 66px);
  }
}

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

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





body {
  
  color: rgba(51, 51, 51, 1.0 );
  
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
}

@media (max-width: 959px) {
  body {
    font-size: 12.99999999998px;
  }
}

p {
  font-size: 16.00000000004px;
}

a {
  color: rgba(0, 124, 195, 1.0);
}

a:hover,
a:focus {
  color: rgba(0, 124, 195, 1.0);
}

a:active {
  color: rgba(40, 164, 235, 1.0);
}

h1 {
  color: rgba(22, 25, 34, 1.0);
  font-family: Roboto;
  font-size: 48px;
  font-weight: 400;
}

h2 {
  color: rgba(22, 25, 34, 1.0);
  font-family: Helvetica;
  font-size: 30px;
  font-weight: 300;
}

h3 {
  color: rgba(22, 25, 34, 1.0);
  font-family: Roboto;
  font-size: 25px;
  font-weight: 300;
}

h4 {
  color: rgba(22, 25, 34, 1.0);
  font-family: Roboto;
  font-size: 21px;
  font-weight: 500;
}

h5 {
  color: rgba(22, 25, 34, 1.0);
  font-family: Roboto;
  font-size: 15px;
  font-weight: 700;
}

h6 {
  color: rgba(22, 25, 34, 1.0);
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
}

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

@media(max-width: 959px) {
  h1 {
    font-size: 40.99999999968px;
    line-height: 1.0487804878;
  }
  h2 {
    font-size: 25.9999999998px;
    line-height: 1.11538461538;
  }
  h3 {
    font-size: 21.0px;
    line-height: 1.19047619048;
  }
  h4 {
    font-size: 17.99999999994px;
    line-height: 1.19047619048;
  }
  h5 {
    font-size: 12.9999999999px;
    line-height: 1.61538461538;
  }
  h6 {
    font-size: 12.99999999998px;
    line-height: 1.61538461538;
  }
}

@media(max-width: 767px) {
  h1 {
    font-size: 36.0px;
    line-height: 1.05555555556;
  }
  h2 {
    font-size: 22.9999999998px;
    line-height: 1.13043478261;
  }
  h3 {
    font-size: 19.0px;
    line-height: 1.15789473684;
  }
  h4 {
    font-size: 15.9999999999px;
    line-height: 1.1875;
  }
  h5 {
    line-height: 1.46153846154;
  }
  h6 {
    line-height: 1.46153846154;
  }
}

@media(max-width: 479px) {
  h1 {
    font-size: 28.99999999968px;
    line-height: 1.03448275862;
  }
  h2 {
    font-size: 18.0px;
    line-height: 1.11111111111;
  }
  h3 {
    font-size: 15.0px;
    line-height: 1.26666666667;
  }
}





/* FORM BACKGROUND STYLE CLASS */
.hs_cos_wrapper_type_form,
.hs_cos_wrapper_type_blog_subscribe,
.hs_cos_wrapper_type_google_search,
.hs_cos_wrapper_type_email_simple_subscription form,
.hs_cos_wrapper_type_password_prompt,
.blog-comments .post-footer {
  background-color: rgba(239, 239, 239, 1.0);
  border-color: rgba(0, 0, 0, 1.0);
  border-radius: 4px;
}

form,
.submitted-message {
  border-color: rgba(#null, 0.0);
  font-family: Roboto;
}

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

.hs-button,
.button--primary {
  background-color: rgba(25, 66, 102, 1.0);
  color: rgba(255, 255, 255, 1.0);
  border-width: 1px;
  border-color: rgba(25, 66, 102, 1.0);
  border-radius: 3px;
  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(25, 66, 102, 1.0);
  color: rgba(255, 255, 255, 1.0);
  border-color: rgba(25, 66, 102, 1.0);
}

.hs-button:active,
.button--primary:active {
  background-color: rgba(65, 106, 142, 1.0);
  border-color: rgba(65, 106, 142, 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,
input[type="password"] {
  border-color: rgba(203, 214, 226, 1.0);
  border-radius: 3px;
  background-color: rgba(245, 248, 250, 1.0);
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus,
input[type="password"]:focus {
  border-color: rgba(82, 168, 236, 0.8);
  background-color: rgba(245, 248, 250, 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: #333333;
}

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

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

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

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

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





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

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

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

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





#Header #Top_bar,
.menu_wrapper .custom-menu-primary {
  background-color: rgba(10, 70, 107, 1.0);
}

.menu_wrapper .custom-menu-primary .hs-menu-wrapper>ul>li>a {
  color: rgba(255, 255, 255, 1.0);
}

.menu_wrapper .custom-menu-primary .hs-menu-wrapper>ul>li>a>span {
  border-color: rgba(0, 0, 0, 0.05);
}

.menu_wrapper .custom-menu-primary .hs-menu-wrapper>ul>li:hover>a {
  color: rgba(255, 205, 52, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

.menu_wrapper .custom-menu-primary .hs-menu-wrapper>ul>li>a.active-branch {
  color: rgba(255, 205, 52, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

.menu_wrapper .custom-menu-primary .hs-menu-wrapper>ul ul li {
  background-color: rgba(10, 70, 107, 1.0);
}

.menu_wrapper .custom-menu-primary .hs-menu-wrapper>ul ul li a {
  color: rgba(255, 255, 255, 1.0);
  border-color: rgba(0, 0, 0, 0.05);
}

.menu_wrapper .custom-menu-primary .hs-menu-wrapper > ul ul li:hover > a,
.menu_wrapper .custom-menu-primary .hs-menu-wrapper > ul ul li:hover a.active-branch {
  color: rgba(255, 205, 52, 1.0);
  background-color: rgba(0, 0, 0, 0.06);
}

.menu_wrapper .custom-menu-primary .hs-menu-wrapper > ul ul li a.active-branch {
  color: rgba(255, 255, 255, 1.0);
}

.menu_wrapper .right_menu a:first-child {
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(255, 205, 52, 1.0);
  border-color: rgba(255, 205, 52, 1.0);
  border-radius: 5px;
}

.menu_wrapper .right_menu a:first-child:hover {
  color: rgba(255, 205, 52, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
  border-color: rgba(255, 205, 52, 1.0);
}

.menu_wrapper .right_menu a:last-child {
  color: rgba(255, 205, 52, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
  border-color: rgba(255, 205, 52, 1.0);
  border-radius: 5px;
}

.menu_wrapper .right_menu a:last-child:hover {
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(255, 205, 52, 1.0);
  border-color: rgba(255, 205, 52, 1.0);
}





#Footer {
  background-color: rgba(10, 70, 107, 1.0);
}

#Footer .widgets_wrapper .hs-col3 .aside.btn a {
  color: rgba(255, 205, 52, 1.0) !important;
  border-color: rgba(255, 205, 52, 1.0);
  border-radius: 4px;
}

#Footer .widgets_wrapper .hs-col3 .aside.btn a:hover {
  color: rgba(255, 205, 52, 1.0) !important;
  border-color: rgba(255, 205, 52, 1.0);
}

#Footer .widgets_wrapper .hs-col3 .aside h5,
#Footer .widgets_wrapper .hs-col3 .aside p {
  color: rgba(255, 255, 255, 1.0);
}

#Footer .widgets_wrapper .hs-col3 .aside ul li a {
  color: rgba(255, 255, 255, 1.0);
}

#Footer .widgets_wrapper .hs-col3 .aside ul li a:hover {
  color: rgba(255, 205, 52, 1.0);
}

#Footer .widgets_wrapper .hs-col3 .aside .social-icons li a {
  color: rgba(255, 255, 255, 1.0);
}

#Footer .widgets_wrapper .hs-col3 .aside .social-icons li a i {
  border-color: rgba(255, 205, 50, 1.0);
}

#Footer .widgets_wrapper .hs-col3 .aside .social-icons li a:hover {
  color: rgba(255, 205, 52, 1.0);
}

#Footer .widgets_wrapper .hs-col3 .aside .social-icons li a:hover i {
  border-color: rgba(255, 205, 50, 1.0);
}

#Footer .footer_copy .column_one .copyright {
  color: rgba(255, 255, 255, 1.0);
}





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

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

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

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

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

.blog-pagination__link {
  color: #333333;
}

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

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

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

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

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

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

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

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

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

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

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

.blog-post__meta a:hover {
  color: #007cc3
}

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

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

.blog-post__back-to-blog:hover {
  color: #007cc3;
}

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

a.blog-post__back-to-blog:hover svg {
  fill: #007cc3;
}

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

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

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

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

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




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