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

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


@media (min-width: 768px){
  .dnd-section > .row-fluid {
    max-width: calc(1140px - 420px);
  }
  .page-center {
    max-width: calc(1140px - 420px);
  }
}
@media (min-width: 992px){
  .dnd-section > .row-fluid {
    max-width: calc(1140px - 180px);
  }
  .page-center {
    max-width: calc(1140px - 180px);
  }
}
@media (min-width: 1200px){
  .dnd-section > .row-fluid {
    max-width: 1140px;
  }
  .page-center {
    max-width: 1140px;
  }
}







body {
  color: #666666;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
}

p {
  font-family: Poppins;
  font-weight: 400;
  margin: 0 0 1.4rem;
}

.header-wrapper {
  min-height: 140px !important;
}

a {
  font-family: Poppins;
  color: rgba(255, 118, 0, 1.0);
}

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

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

h1 {
  color: #666666;
  font-family: Poppins;
  font-size: 4rem;
  font-weight: 100;
}

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

h2 {
  color: #544492;
  font-family: Poppins;
  font-size: 2.5rem !important;
  font-weight: 100;
}

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

h3 {
  color: #666666;
  font-family: Poppins;
  font-size: 2rem !important;
  font-weight: 300;
}

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

h4 {
  color: #666666;
  font-family: Poppins;
  font-size: 1.5rem !important;
  font-weight: 300;
}

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

h5 {
  color: #666666;
  font-family: Poppins;
  font-size: 1.5rem !important;
  font-weight: 300;
}

h6 {
  color: #666666;
  font-family: Poppins;
  font-size: 1.3rem !important;
  font-weight: 300;
}

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





form,
.submitted-message {
  font-family: Poppins;
}

h3.form-title {
  background-color: rgba(73, 74, 82, 1.0);
  color: rgba(248, 250, 252, 1.0);
}

.hs-button,
.button--primary {
  background-color: rgba(73, 74, 82, 1.0);
  border-color: rgba(73, 74, 82, 1.0);
  border-radius: 4px;
  border-width: 1px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 6px;
  padding-bottom: 6px;
}

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

.hs-button:active,
.button--primary:active {
  background-color: rgba(113, 114, 122, 1.0);
  border-color: rgba(113, 114, 122, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.hs-form label {
  color: rgba(73, 74, 82, 1.0);
}

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

form input,
form select,
form textarea,
.hs-input {
  border-color: rgba(206, 212, 218, 1.0);
  background-color: rgba(255, 255, 255, 0.7000000000000001);
  color: #495057;
  border-radius: 25px;
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus {
  border-color: rgba(73, 74, 82, 1.0);
}
form select:focus,
form textarea:focus,
.hs-input:focus{
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

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

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

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

.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(248, 249, 250, 1.0);
}


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

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

body .custom-menu-primary a.active-branch{
  color: #544492;
}
body .custom-menu-primary .submenu.level-1 > li.active-branch {
background-color: rgba(248, 249, 250, 0.0);
}
body .custom-menu-primary .submenu.level-1 > li {
  background-color: ;
}
body .custom-menu-primary .submenu.level-1 > li:hover,
body .custom-menu-primary .submenu.level-1 > li:focus {
  background-color: rgba(248, 249, 250, 0.0);
}
body .custom-menu-primary .submenu.level-1 > li > a.active-branch {
  color: #544492;
}

body .custom-menu-primary .submenu.level-2 > li > a {
  color: #212529;
}


body .custom-menu-primary .submenu.level-2 .menu-item .menu-link:hover {
  background-color: rgba(248, 249, 250, 1.0);
  color: #16181b;
}
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link.active-branch {
  color: #16181b;
  background-color: rgba(248, 249, 250, 1.0);
}
.header-btn ul li:first-child a{
  color: #ff7600;
}
.header-btn ul li:first-child a:hover{
  color: #544492;
}
.header-btn ul li:last-child a{
  color: #ff7600;
  background-color: rgba(255, 255, 255, 1.0);
  border-color: rgba(255, 118, 0, 1.0);
}
.header-btn ul li:last-child a:hover{
  color: #fff;
  background-color: rgba(255, 118, 0, 1.0);
  border-color: rgba(255, 118, 0, 1.0);
}

@media (min-width: 768px){
  .header__container  {
    max-width: calc(1140px - 420px);
  }
  body .custom-menu-primary .submenu.level-2 {
    background-color: rgba(255, 255, 255, 1.0);
    border-color: rgba(0, 0, 0, 0.15);
  }

}
@media (min-width: 992px){
  .header__container  {
    max-width: calc(1140px - 180px);
  }

}
@media (min-width: 1200px){
  .header__container {
    max-width: calc(1140px + 100px);
  }
}





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

.footer__container {
  max-width: 1140px;
}
.footer-column:last-child a,
.footer-address a,
.copyright p small a{
  color: #fff;
}
.footer-column:last-child a:hover,
.footer-address a:hover{
  color: #252529;
}
.copyright p small{
  color: #666;
}
.social-icon a span{
  color: #fff;
}
.social-icon a:hover span{
  color: #fff;
}






@media (min-width: 768px){
  .content-wrapper {
    max-width: calc(1140px - 420px);
  }

}
@media (min-width: 992px){
  .content-wrapper  {
    max-width: calc(1140px - 180px);
  }

}
@media (min-width: 1200px){
  .content-wrapper {
    max-width: 1140px;
  }
}

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

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

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

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

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

.blog-pagination__link {
  color: #666666;
}

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

.blog-post__title {
  color: #544492;
  font-family:Poppins;
  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=}
}