/* ******************************************************************************
*********************************************************************************
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 {
  max-width: 1230px;
}

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

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




html {
  font-size: 24;
}

body {
  color: #536A81;
  font-family: 'Gilroy', sans-serif;
  font-size: 24px;
  font-weight: 400;
}

p {
  font-family: 'Gilroy', sans-serif;
  font-weight: 400;
}

a {
  font-family: 'Gilroy', sans-serif;
  color: rgba(83, 106, 129, 1.0);
}

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

a:active {
  color: rgba(123, 146, 169, 1.0);
}

h1 {
  color: #536A81;
  font-family: 'Gilroy', sans-serif;
  font-size: 55px;
  font-weight: 700;
}

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

h2 {
  color: #536A81;
  font-family: 'Gilroy', sans-serif;
  font-size: 50px;
  font-weight: 700;
}

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

h3 {
  color: #536A81;
  font-family: 'Gilroy', sans-serif;
  font-size: 40px;
  font-weight: 700;
}

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

h4 {
  color: #FDA80C;
  font-family: 'Gilroy', sans-serif;
  font-size: 32px;
  font-weight: 700;
}

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

h5 {
  color: #536A81;
  font-family: 'Gilroy', sans-serif;
  font-size: 24px;
  font-weight: 700;
}
@media(max-width: 767px) {
  h5 {
    font-size: 19.200000000000003px;
  }
}

h6 {
  color: #536A81;
  font-family: 'Gilroy', sans-serif;
  font-size: 18px;
  font-weight: 700;
}






form,
.submitted-message {
  background-color: rgba(239, 245, 249, 1.0);
  font-family: 'Gilroy', sans-serif;
}

h3.form-title {
  background-color: rgba(239, 245, 249, 1.0);
  color: rgba(83, 106, 129, 1.0);
  border-radius: 10px;
}

.hs-button,
.button--primary {
  background-color: rgba(253, 168, 12, 1.0);
  border-color: rgba(253, 168, 12, 1.0);
  border-radius: 10px;
  border-width: 2px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.custom-menu-primary ul.submenu.level-1>li:nth-last-child(2){
  background-color: rgba(253, 168, 12, 1.0)!important;
  border-color: rgba(253, 168, 12, 1.0);
}
.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background-color: #FDA80C;
  border-color: #FDA80C;
  color: #FFFFFF;
}

.hs-button:active,
.button--primary:active {
  background-color: rgba(255, 208, 52, 1.0);
  border-color: rgba(255, 208, 52, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.hs-form label {
  color: rgba(83, 106, 129, 1.0);
}
form h1,
form h2,
form h3,
form h4,
form h5,
form h6,
form a,
form p,
.hs-form-field>label,
form#email-prefs-form .page-header{
  color: rgba(83, 106, 129, 1.0);
}

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

form input,
form select,
form textarea,
.hs-input {
  border-color: rgba(140, 160, 177, 1.0);
  background-color: rgba(255, 255, 255, 1.0);
  color: #8CA0B1;
  border-radius: 10px;
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus {
  border-color: rgba(140, 160, 177, 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: #536A81;
}

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: 'Gilroy', sans-serif;
}

.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(255, 255, 255, 1.0);
}

.header__container {
  max-width: 1230px;
}

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

body .custom-menu-primary .submenu.level-1 > li:hover > a{
  text-shadow: 1px 0 0 #374656;
}

body .custom-menu-primary a.active-branch {
  text-shadow: 1px 0 0 #374656;
}
body .custom-menu-primary .submenu.level-1 > li.active-branch{
  background-color: rgba(0, 0, 0, 0.0);
}
body .custom-menu-primary .submenu.level-1 > li {
  background-color: ;
}
body .custom-menu-primary .submenu.level-1 > li:hover {
  background-color: rgba(0, 0, 0, 0.0);
}
body .custom-menu-primary .submenu.level-1 > li > a.active-branch {
  text-shadow: 1px 0 0 #374656;
}

body .custom-menu-primary .submenu.level-2 > li > a {
  color: #374656;
}
body .custom-menu-primary .submenu.level-2 {
  background-color: rgba(255, 255, 255, 1.0);
}

body .custom-menu-primary .submenu.level-2 .menu-item .menu-link:hover {
  background-color: rgba(255, 255, 255, 0.0);
  color: #374656;
}
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link.active-branch {
  color: #374656;
  background-color: rgba(255, 255, 255, 0.0);
}







.footer {
  background-color: rgba(55, 70, 86, 1.0);
  color: #fff;
}

.footer__container {
  max-width: 1230px;
}
.footer__copyright ul li,
.footer-content ul li a{
  color: #fff;
}
.footer__copyright ul li:hover a,
.footer-content ul li a:hover{
  color: #fff;
}
.footer__copyright ul li:first-child{
  color: #fff;
}
.footer-content-inner h3,
.social__label {
  color: #fff;
}

.footer__btns li:first-child a,
.footer__btns li:first-child a:hover {
  border-color: rgba(253, 168, 12, 1.0);
  color: #fda80c;
}
.footer__btns li:nth-child(2) a,
.footer__btns li:nth-child(2) a:hover {
  border-color: rgba(255, 255, 255, 1.0);
  color: #fff;
}
.social-list li a{
  background-color: rgba(255, 255, 255, 1.0);
  color: #374656!important;
}





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

.blog-post__date {
  border-color: #536A81;
}

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

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

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

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

.blog-pagination__link {
  color: #536A81;
}

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

.blog-post__title {
  color: #536A81;
  font-family:'Gilroy', sans-serif;
  font-size: 50px;
  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 {
  max-width: 1230px;
  margin: 0 auto;
}




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