/* ******************************************************************************
*********************************************************************************
Use this file to override any of the CSS styles preset in the themed
stylesheets or you can add your own custom styles.
*********************************************************************************
****************************************************************************** */















@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

@import url('//fonts.googleapis.com/css?family=Source+Sans+Pro%3A400%2C600%2C700&display=swap&ver=5.3');

.dnd-section > .row-fluid {
  max-width: 1400px;
}

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

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





html {
  font-size: 18;
}

body {
  color: #3f3d5c;
  font-family: Source Sans Pro;
  font-size: 18px;
  font-weight: 400
}

a {
  color: rgba(0, 123, 255, 1.0);
}

a:hover {
  color:#0056b3;
}

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

h1 {
  color: #0e0d26;
  font-family: Source Sans Pro;
  font-size: 40px;
  font-weight: 600;
}

@media (max-width: 991px) {
  h1 {
      font-size: 36px;
      line-height: 48px;
  }
}

h2 {
  color: #10069f;
  font-family: Source Sans Pro;
  font-size: 32px;
  font-weight: 600;
}

@media (max-width: 991px) {
  h2 {
      font-size: 28px;
      line-height: 40px;
  }
}

h3 {
  color: #0e0d26;
  font-family: Source Sans Pro;
  font-size: 27px;
  font-weight: 600;
}

h4 {
  color: #0e0d26;
  font-family: Source Sans Pro;
  font-size: 24px;
  font-weight: 600;
}

h5 {
  color: #0e0d26;
  font-family: Source Sans Pro;
  font-size: 22px;
  font-weight: 600;
}

h6 {
  color: #0e0d26;
  font-family: Source Sans Pro;
  font-size: 19px;
  font-weight: 600;
}

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

@media (max-width: 640px) {
  h1 {
    font-size: 30px
  }

  h3 {
    letter-spacing: 2px
  }
}




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

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

.hs-button,
.button--primary {
  background-color: rgba(255, 88, 1, 1.0);
  border-color: rgba(255, 88, 1, 1.0);
  border-radius: 5px;
  border-width: 0px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 22px;
  padding-bottom: 22px;
}

.hs-button:hover,
.button--primary:hover {
  background-color: rgba(205, 70, 0, 1.0);
  border-color: #cd4600;
  color: #fff;
}

.hs-button:focus {
  background-color: rgba(255, 88, 1, 1.0);
}

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

.hs-form label {
  color: rgba(63, 61, 92, 1.0);
}

.hs-form legend {
  color: rgba(63, 61, 92, 1.0);
}

form input,
form select,
form textarea,
.hs-input,
input[type="password"] {
  border-color: rgba(#null, 0.0);
  color: rgba(55, 67, 83, 1.0);
  border-radius: 4px;        
  background-color: rgba(214, 223, 233, 1.0);
}

form input:focus,
form select:focus,
form textarea:focus,     
.hs-input:focus,
input[type="password"]:focus {
  border-color: rgba(#null, 0.0);
  background-color: rgba(214, 223, 233, 1.0);
}

/* input.hs-input.error,
input.hs-input.error:focus,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #e99292;
} */

.hs-form .hs-error-msgs label {
  color: #d91b33;
}

.fn-date-picker .pika-table thead th {
  color: rgba(14, 13, 38, 0.0);
}

.hs-input:-moz-placeholder,
.hs-input::-webkit-input-placeholder,
.hs-field-desc,
.hs-dateinput:before,
.hs-richtext {
  color: #3f3d5c;
}

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: Source Sans Pro;
}

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

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

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





th,
td {
  background-color: rgba(255, 255, 255, 0.0);
  border: 1px solid rgba(14, 13, 38, 1.0);
  color: rgba(14, 13, 38, 1.0);
}

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

tfoot td {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(14, 13, 38, 1.0);
}

table,
tbody + tbody {
  border-color: rgba(14, 13, 38, 1.0);
}





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

body .custom-header {
  border-image-source: linear-gradient(90deg,#090358 0%,#10069F 49.48%,#2C20DF 100%);
}

.header__container {
  max-width: 1400px;
}

@media (min-width: 1201px) {
  body .custom-menu-primary a,
  .header__logo .logo-company-name,
  .header__language-switcher-label-current,
  .header__language-switcher .lang_list_class li a {
    color: rgba(63, 61, 92, 1.0);
  }
  
  body .custom-menu-primary .submenu.level-1 > li > a:hover,
  body .custom-menu-primary .submenu.level-1 > li > a:focus {
  color: rgba(63, 61, 92, 1.0);
  }
  
  body .navigation-primary a {
    border-bottom-color: rgba(255, 255, 255, 1.0);
  }
  
  body .custom-menu-primary .submenu.level-2 > li > a {
    color: #3f3d5c;
  }

  body .custom-menu-primary a.active-branch,
  body .header__language-switcher-label-current:active,
  body .header__language-switcher .lang_list_class li a:active {
  color: #3f3d5c;
  }

  body .custom-menu-primary .submenu.level-1 > li.active-branch,
  body .header__language-switcher-label-current:active,
  body .header__language-switcher .lang_list_class li:active {
  background-color: rgba(255, 255, 255, 0.0);
  }

  body .custom-menu-primary .submenu.level-1 > li {
  background-color: rgba(#null, 0.0);
  }

  body .custom-menu-primary .submenu.level-1 > li:hover,
  body .custom-menu-primary .submenu.level-1 > li:focus {
  background-color: rgba(255, 255, 255, 0.0);
  }

  body .custom-menu-primary .submenu.level-1 > li.active-branch > a {
  color: #3f3d5c;
  }

  body .custom-menu-primary .submenu.level-1 > li > a.active-branch:after {
  background-color: #3f3d5c;
  }

  body .submenu.level-1 > li:hover > a,
  body .submenu.level-1 > li.active-branch > a {
    border-bottom-color: rgba(16, 6, 159, 1.0);
  }

  body .submenu.level-2 {
    background-color: rgba(241, 241, 244, 1.0);
  }

  body .custom-menu-primary .submenu.level-2 .triangle-container .triangle {
    background-color: ;
  }
  
  body .submenu.level-2 > li {
    border-right-color: rgba(200, 199, 209, 1.0);
  }

  body .custom-menu-primary .submenu.level-2 .menu-item .menu-link:hover,
  body .custom-menu-primary .submenu.level-2 .menu-item .menu-link:focus,
  body .header__language-switcher .lang_list_class li:hover,
  body .custom-menu-primary .submenu.level-2 .triangle-container.level-2.hover .triangle {
    background-color: rgba(#null, 0.0);
  }
  body .custom-menu-primary .submenu.level-2 .menu-item.active-branch .menu-link {
    background-color: ;
  }

  .header__language-switcher-label-current,
  .header__language-switcher .lang_list_class li a {
    font-family: Source Sans Pro;
  }

  .header__language-switcher-label-current:after {
    border-top-color: rgba(63, 61, 92, 1.0);
  }

  body .custom-menu-primary .submenu.level-2 .menu-item .menu-link:hover,
  body .custom-menu-primary .submenu.level-2 .menu-item .menu-link:focus,
  body .header__language-switcher .lang_list_class li:hover,
  body .custom-menu-primary .submenu.level-2 .triangle-container.level-2.hover .triangle {
    color: #3f3d5c;
  }
  body .custom-menu-primary .submenu.level-2 .menu-item.active-branch .menu-link {
    color: #3f3d5c;
  }
}

body .submenu.level-1 > li:nth-last-child(2), 
body .custom-menu-primary .submenu.level-1 > li:nth-last-child(2):focus {
  background-color: rgba(247, 248, 254, 1.0);
  border-color: rgba(84, 82, 122, 1.0);
}

body .submenu.level-1 > li:nth-last-child(2) > a {
  color: rgba(63, 61, 92, 1.0);
}

body .submenu.level-1 > li:last-child, 
body .custom-menu-primary .submenu.level-1 > li:last-child:focus {
  background-color: rgba(44, 32, 223, 1.0);
  border-color: rgba(44, 32, 223, 1.0);
}

body .submenu.level-1 > li:last-child > a {
  color: rgba(255, 255, 255, 1.0);
}

body .custom-menu-primary .submenu.level-1 > li:nth-last-child(2):hover{
  background-color: rgba(241, 241, 244, 1.0);
  border-color: rgba(247, 248, 254, 1.0);
}

body .submenu.level-1 > li:nth-last-child(2):hover > a {
  color: rgba(63, 61, 92, 1.0);
}

body .custom-menu-primary .submenu.level-1 > li:last-child:hover{
  background-color: rgba(16, 6, 159, 1.0);
  border-color: rgba(16, 6, 159, 1.0);
}

body .submenu.level-1 > li:last-child:hover > a {
  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(63, 61, 92, 1.0);
  }
}





.footer {
  background-color: rgba(247, 248, 254, 1.0);
  color: rgba(63, 61, 92, 1.0);
}

.footer__container {
  max-width: 1400px; 
}

.footer a {
  color: rgba(0, 123, 255, 1.0);
}

.footer a:hover {
  color: rgba(0, 86, 179, 1.0);
}

body .footer .footer-links-wrapper a.social-icon i {
  color: rgba(16, 6, 159, 1.0);
}

body .footer .footer-links-wrapper a.social-icon i:hover {
  color: rgba(163, 177, 245, 1.0);
}

.footer .footer-navigation-primary > ul > li > a {
  color: rgba(63, 61, 92, 1.0);
}

.footer .footer-navigation-primary > ul > li > ul > li > a {
  color: rgba(63, 61, 92, 1.0);
}

.footer .footer-navigation-primary > ul > li > ul > li > a:hover {
  color: rgba(63, 61, 92, 1.0);
}




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

.blog-post__date {
  border-color: #3f3d5c;
}

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

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

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

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

.blog-pagination__link {
  color: #3f3d5c;
}

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

.blog-post__title {
  color: #10069f;
  font-family:Source Sans Pro;
  font-size: 32px;
  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: #0e0d26;
}

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

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

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

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: 1400px;
  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: 1450px) and (min-width: 480px) {
  .footer__container,
  .dnd-section > .row-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (max-width: 479px) {
  .footer__container,
  .dnd-section > .row-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}


.banner-area .dnd-section>.row-fluid {
  padding-left: 0;
  padding-right: 0;
}