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

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

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





body {
  color: #33353b;
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
}

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

a {
  font-family: Lato;
  color: rgba(52, 113, 176, 1.0);
  cursor: pointer;
}
a:hover,
a:focus {
  color:#3188df;
}

a:active {
  color: rgba(92, 153, 216, 1.0);
}

h1 {
  color: #33353b;
  font-family: Lato, sans-serif;
  font-size: 50px;
  font-weight: 300;
}


h2 {
  color: #33353b;
  font-family: Lato, sans-serif;
  font-size: 40px;
  font-weight: 300;
}


h3 {
  color: #33353b;
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 300;
}


h4 {
  color: #33353b;
  font-family: Lato, sans-serif;
  font-size: 28px;
  font-weight: 300;
}


h5 {
  color: #33353b;
  font-family: Lato, sans-serif;
  font-size: 25px;
  font-weight: 300;
}

h6 {
  color: #33353b;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 300;
}

blockquote {
}





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

h3.form-title {
  color: rgba(51, 53, 59, 1.0);
  background-color: rgba(255, 255, 255, 1.0);
}
body .custom-menu-primary .submenu.level-1>li:nth-child(9)>a:before{
  background-color: rgba(201, 24, 119, 1.0);
  border-radius: 28px;
  border-width: 2px;
}
body .custom-menu-primary .submenu.level-1>li:nth-child(9)>a:hover:before{
  background-color: rgba(201, 24, 119, 0.0);
  border-color: #C91877;
  border: 2px solid;
}

body .custom-menu-primary .submenu.level-1>li:nth-child(9)>a{
  border-radius: 28px;
  border-width: 2px;
  color: rgba(255, 255, 255, 1.0);
}

body .custom-menu-primary .submenu.level-1>li:nth-child(9)>a:hover{
  color: #C91877;

}

.hs-button,
.button--primary {
  background-color: rgba(201, 24, 119, 1.0);
  border-color: rgba(255, 255, 255, 0.0);
  border-radius: 28px;
  border-width: 2px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 21px;
  padding-right: 21px;
  padding-top: 14px;
  padding-bottom: 14px;
}

/*.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background-color: rgba(201, 24, 119, 0.0);
  border-color: #C91877;
  color: #C91877;
}

.hs-button:active,
.button--primary:active {
  background-color: rgba(241, 64, 159, 1.0);
  border-color: rgba(255, 255, 255, 0.0);
  color: rgba(255, 255, 255, 1.0);
}*/

.hs-form label {
  color: rgba(51, 53, 59, 1.0);
}
.systems-page input[type="password"] {
  height: auto !important;
}
.hs-form legend {
  color: rgba(51, 53, 59, 1.0);
}
.systems-page input[type="password"],
form input,
form select,
form textarea,
.hs-input {
  border-color: rgba(22, 74, 128, 0.3);
  color: ;
  border-radius: 2px;
}
.systems-page input[type="password"]:focus,
form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus {
  border-color: rgba(52, 113, 176, 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: #33353b;
}

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


.legal-consent-container .hs-richtext{
font-size: 14px !important;
color: #95959c!important;
}


.legal-consent-container .hs-richtext a{
text-decoration:none;
  color: #95959c!important;
}


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

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

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

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





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

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

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

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





.header-wrapper,
.header {
  background-color: rgba(255, 255, 255, 1.0);
}
.blue-menu-background{
background-color: #3200FF;
}


.header__container {
  max-width: 1366px;
}

body .custom-menu-primary a {
  color: rgba(22, 74, 128, 1.0);
}
body .custom-menu-primary .submenu.level-1 > li:hover > a {
  color: rgba(22, 74, 128, 1.0);
}
body .custom-menu-primary a.active-branch {
  color: rgba(22, 74, 128, 1.0);
}
body .custom-menu-primary .submenu.level-1 > li.active-branch {
  background-color: rgba(255, 255, 255, 0.0);
}
body .custom-menu-primary .submenu.level-1 > li:hover {
  background-color: rgba(255, 255, 255, 0.0);
}
body .custom-menu-primary .submenu.level-1 > li > a.active-branch {
  color: rgba(22, 74, 128, 1.0);
}
body .custom-menu-primary .submenu.level-1 > li > a.active-branch:after {
  background-color: rgba(22, 74, 128, 1.0);
}
body .custom-menu-primary .submenu.level-2 > li > a {
  color: rgba(22, 74, 128, 1.0);
}
body .custom-menu-primary .submenu.level-2 {
  background-color: rgba(255, 255, 255, 1.0);
}
body .custom-menu-primary .submenu.level-2 .triangle-container .triangle {
  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: rgba(22, 74, 128, 1.0);
}
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link.active-branch {
  color: rgba(22, 74, 128, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}





.footer {
  background-color: #33353b;
  color: #FFFFFF;
}
#footer-contact-nav-inner .submenu.level-1>li>a,
.newsletter-form .hs-form-field>label{
  color: rgba(255, 255, 255, 1.0);
}
#footer-contact-nav-inner .submenu.level-2>li>a,
.custom-footer-menu ul li a{
  color: rgba(255, 255, 255, 1.0);
}
#footer-contact-nav-inner .submenu.level-2>li>a:hover,
.custom-footer-menu ul li a:hover{
  color: rgba(255, 255, 255, 1.0);
}
.footer__container {
  max-width: 1366px;
}
.footer__copyright ul li a,
.footer__copyright{
  color: #FFFFFF;
}

.footer__copyright ul {
 margin-top:20px !important;
}

.footer__copyright .lvl{
  font-size: 16px;
}





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

.blog-post__date {
  border-color: #33353b;
}

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

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

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

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

.blog-pagination__link {
  color: #33353b;
}

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

.blog-post__title {
  color: #33353b;
  font-family:Lato;
  font-size: 40px;
  font-weight: ;
}

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

#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(245, 245, 245);
}
.blog-index__post-inner-card {
  box-shadow: -5px 0px 20px 0px rgba(#null, 0.10);
}

.blog-post__tag-link:hover{
  color: #3188df;
}

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

.blog-post__read-more a:hover svg {
  fill: #3188df;
}

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

.blog-sidebar a {
  color: #33353b;
}

.blog-sidebar a:hover {
  color: #3188df;
}

.blog__subscription-block {
  background-color: rgb(245, 245, 245);
}

.post-featured-image {
  max-height: 600px;
}

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

.blog-post__meta a {
  color: #33353b;
}

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

.blog-post__meta a:hover {
  color: #3188df
}

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

.blog-post__back-to-blog {
  color: #33353b;
}

.blog-post__back-to-blog:hover {
  color: #3188df;
}

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

a.blog-post__back-to-blog:hover svg {
  fill: #3188df;
}

.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);
}









body .icon svg {
  fill: #33353b;
}

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

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

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

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

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




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


@media only screen and (max-width: 1279px){
  .dnd-section > .row-fluid,
  .page-center,
  .content-wrapper,
  .footer__container,
  .header__container {
    padding-left: 60px;
    padding-right: 60px;
  }

  .hs-button, .button--primary {
    min-width: auto;
  }

}


@media only screen and (max-width: 767px){
  .dnd-section > .row-fluid,
  .page-center,
  .content-wrapper,
  .footer__container,
  .header__container {
    padding-left: 20px;
    padding-right: 20px;
  }
}