/* ******************************************************************************
*********************************************************************************
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: 1170px;
}

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

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




html {
  font-size: 16;
}

body {
  
  color: rgba(68, 68, 68, 1.0);
  
  font-family: titilliumregular;
  font-weight: 400;
  font-size: 16px;
}

a {
  color: rgba(13, 177, 205, 1.0);
}

a:hover{
  color: rgba(13, 177, 205, 1.0);
}


h1 {
  
  color: rgba(51, 51, 51, 1.0);
  
  font-family: titilliumthin;
  font-size: 50px;
  font-weight: 400;
}

h2 {
  
  color: rgba(13, 177, 205, 1.0);
  
  font-family: titilliumthin;
  font-size: 50px;
  font-weight: 500;
}

h3 {
  
  color: rgba(13, 177, 205, 1.0);
  
  font-family: titilliumregular;
  font-size: 24px;
  font-weight: 400;
}

h4 {
  
  color: rgba(0, 0, 0, 1.0);
  
  font-family: titilliumregular;
  font-size: 20px;
  font-weight: 400;
}

h5 {
  
  color: rgba(68, 68, 68, 1.0);
  
  font-family: titilliumregular;
  font-size: 18px;
  font-weight: 700;
}

h6 {
  
  color: rgba(68, 68, 68, 1.0);
  
  font-family: titilliumregular;
  font-size: 16px;
  font-weight: 700;
}

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





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

h3.form-title {
  background-color: rgba(73, 74, 82, 0.0);
  color: rgba(68, 68, 68, 1.0);
}

.hs-button,
.button--primary,
.hs-search-field__bar button{
  background-color: rgba(13, 177, 205, 1.0);
  border-color: rgba(13, 177, 205, 1.0);
  border-radius: 4px;
  border-width: 0px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.hs-button:hover,
.button--primary:hover,
.hs-search-field__bar button:hover {
  background-color: rgba(12, 148, 172, 1.0);
  border-color: rgba(13, 177, 205, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

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

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

form input,
form select,
form textarea,
.hs-input,
.hs-search-field__input {
  border-color: rgba(13, 177, 205, 1.0);
  color: #444;
  border-radius: 4px;
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus,
.hs-search-field__input:focus {
  border-color: rgba(13, 177, 205, 1.0);
  box-shadow: 0 0 8px rgba(13, 177, 205, 0.6);
}

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


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

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

.fn-date-picker td .pika-button:hover {
  background-color: #444 !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(68, 68, 68, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

tfoot td {
  background-color: rgba(73, 74, 82, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

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





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

.header__container {
  max-width: 1170px;
}

body .navigation-primary > ul > li > a {
  color: rgba(13, 177, 205, 1.0);
}

body .navigation-primary > ul > li:hover > a{
  color: rgba(13, 177, 205, 1.0);
}
body .navigation-primary > ul > li > a.active-branch,
body .navigation-primary > ul > li > a.active-branch:hover {
  color: rgba(13, 177, 205, 1.0);
  border-color: rgba(13, 177, 205, 1.0);
}
body .navigation-primary > ul > li:hover > a {
  border-color: rgba(13, 177, 205, 1.0);
}
body .navigation-primary > ul > li.active-branch,
body .navigation-primary > ul > li.active-branch:hover {
  background-color: rgba(255, 255, 255, 0.0);
}
body .navigation-primary > ul > li {
  background-color: rgba(255, 255, 255, 0.0);
}
body .navigation-primary > ul > li:hover {
  background-color: rgba(255, 255, 255, 1.0);
}
body .navigation-primary > ul > li > a.active-branch {
  color: rgba(13, 177, 205, 1.0);
}
body .navigation-primary > ul ul {
  background-color: rgba(255, 255, 255, 1.0);
}
body .navigation-primary > ul ul li a {
  color: #0db1cd;
  color: rgba(13, 177, 205, 1.0);
}
body .navigation-primary > ul ul li a:hover {
  background-color: rgba(13, 177, 205, 1.0);
  color: rgba(255, 255, 255, 1.0);
}
body .navigation-primary > ul ul li a.menu-link.active-branch {
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(0, 0, 0, 1.0);
}

/**/
.header-btn a,
.select-flags .flg-btn {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(13, 177, 205, 1.0);
  border-color: rgba(13, 177, 205, 1.0);
}
.header-btn a:hover,
.select-flags .flg-btn:hover {
  background-color: rgba(13, 177, 205, 1.0);
  color: rgba(255, 255, 255, 1.0);
  border-color: rgba(13, 177, 205, 1.0);
}
.select-flags.open .flg-btn {
  background-color: rgba(13, 177, 205, 1.0);
}
.flag-dropdown {
  background-color: rgba(13, 177, 205, 1.0);
}
.flag-dropdown ul li a {
  background-color: rgba(255, 255, 255, 1.0);
}
.flag-dropdown ul li a:hover {
  background-color: rgba(13, 177, 205, 1.0);
}
.header-btn.start-btn a {
  background-color: rgba(255, 168, 0, 1.0);
  color: rgba(255, 255, 255, 1.0);
}
.header-btn.start-btn a:hover {
  background-color: rgba(255, 138, 0, 1.0);
  color: rgba(255, 255, 255, 1.0);
}



@media(max-width: 767px) {
  .header__navigation {
    background-color: rgba(255, 255, 255, 1.0);
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: rgba(13, 177, 205, 1.0);
  }
}





.footer {
  background-color: rgba(51, 51, 51, 1.0);
  color: rgba(200, 178, 116, 1.0);
}
.footer a,
.footer-bottom-menu .hs-menu-wrapper > ul > li {
  color: rgba(255, 255, 255, 1.0);
}
.footer a:hover {
  color: rgba(255, 255, 255, 1.0);
}
.footer-menu .hs-menu-wrapper > ul > li > a,
.footer .footer-rating-col,
.footer .footer-rating-col a{
  color: rgba(200, 178, 116, 1.0);
}
.footer-social-share a {
  background-color: rgba(97, 97, 97, 1.0);
  color: rgba(51, 51, 51, 1.0);
}
.footer-social-share a:hover {
  color: rgba(255, 255, 255, 1.0);
}
.footer__copyright{
  color: rgba(255, 255, 255, 1.0);
}

.footer__container {
  max-width: 1170px;
}





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

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

.blog-pagination__link {
  color: #444;
}

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

.blog-post__title {
  color: #0db1cd;
  font-family:titilliumthin;
  font-size: 50px;
  font-weight: ;
}

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

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

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

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

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

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

.page-center {
  max-width: 1170px;
  margin: 0 auto;
}




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

@media (max-width: 1199px) {
  .dnd-section > .row-fluid,
  .page-center,
  .header__container,
  .footer__container,
  .content-wrapper {
    max-width:970.0000000002px;
  }
  h1 {
    font-size: 40.0px;
  }
  h2 {
    font-size: 36.0px;
  }
  h3 {
    font-size: 18.0px;
  }
}


@media (max-width: 991px) {
  .dnd-section > .row-fluid,
  .page-center,
  .header__container,
  .footer__container,
  .content-wrapper {
    max-width:749.9999999934px;
  }
  h1 {
    font-size: 34.0px;
  }
  h2 {
    font-size: 30.0px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 24.0px;
  }
  h2 {
    font-size: 22.0px;
  }
}