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

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

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




body {
  color: #565658;
  font-family: Roboto Slab;
  font-weight: 400;
  font-size: 20px;
}

p {
  font-family: Roboto Slab;
  font-weight: 400;
}

a {
  font-family: Roboto Slab;
  color: rgba(7, 87, 141, 1.0);
}

a:hover,
a:focus {
  color: rgba(5, 57, 92, 1.0);
}

a:active {
  color: rgba(47, 127, 181, 1.0);
}

h1 {
  color: #4a4a4a;
  font-family: ITCStoneSansCom-Medium;
  font-size: 48px;
  font-weight: 500;
}

h1 {
  
  color: rgba(74, 74, 74, 1.0);
  
}

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

h2 {
  color: #4a4a4a;
  font-family: ITCStoneSansCom-Medium;
  font-size: 38px;
  font-weight: 500;
}

h2 {
  
  color: rgba(74, 74, 74, 1.0);
  
}

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

h3 {
  color: #4a4a4a;
  font-family: ITCStoneSansCom-Medium;
  font-size: 32px;
  font-weight: 500;
}

h3 {
  
  color: rgba(74, 74, 74, 1.0);
  
}

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

h4 {
  color: #565658;
  font-family: ITCStoneSansCom-Medium;
  font-size: 22px;
  font-weight: 500;
}

h4 {
  
  color: rgba(86, 86, 88, 1.0);
  
}

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

h5 {
  color: #4a4a4a;
  font-family: Roboto Slab;
  font-size: 20px;
  font-weight: 400;
}

h5 {
  
  color: #4a4a4a;
  
}

h6 {
  color: #4a4a4a;
  font-family: Roboto Slab;
  font-size: 14px;
  font-weight: 400;
}

h6 {
  
  color: #4a4a4a;
  
}

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





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

h3.form-title {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(51, 71, 91, 1.0);
}

.hs-button,
.button--primary {
  background-color: rgba(36, 74, 123, 1.0);
  border-color: rgba(36, 74, 123, 1.0);
  border-radius: 3px;
  border-width: 1px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.blog-comments .hs-button {
  background-color: rgba(36, 74, 123, 1.0);
  border-color: rgba(36, 74, 123, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background-color: rgba(36, 74, 123, 1.0);
  border-color: rgba(36, 74, 123, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.blog-comments .hs-button:hover,
.blog-comments .hs-button:focus {
  background-color: rgba(36, 74, 123, 1.0);
  border-color: rgba(36, 74, 123, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

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

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

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

form input,
form select,
form textarea,
.hs-input ,
input#hs-pwd-widget-password {
  border-color: rgba(203, 214, 226, 1.0);
  color: rgba(51, 71, 91, 1.0);
  background-color: rgba(245, 248, 250, 1.0);
  border-radius: 3px;
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus ,
input#hs-pwd-widget-password:focus {
  background-color: rgba(245, 248, 250, 1.0);
  border-color: rgba(82, 168, 236, 0.8);
}

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

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

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

.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(203, 214, 226, 1.0);
  color: rgba(51, 71, 91, 1.0);
}

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

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

table,
tbody + tbody {
  border-color: rgba(203, 214, 226, 1.0);
}




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

header.header.lp_header {
  border-top: 37px solid rgba(243, 243, 243, 1.0);
}

.header-top i {
  color: rgba(83, 197, 212, 1.0);
}

.header-top a ,
.header-top button {
  color: rgba(74, 74, 74, 1.0);
}

.header-top a:hover ,
.header-top button:hover {
  color: rgba(61, 61, 62, 1.0);
}

.search-popup {
  background-color: rgba(255, 255, 255, 0.84);
}

.popup-content-box {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(74, 74, 74, 1.0);
}

.popup-content-box a:hover {
  color: rgba(5, 57, 92, 1.0);
}

#search-popup-form-wrapper {
  background-color: rgba(255, 255, 255, 1.0);
}

.popup-input-field {
  color: rgba(74, 74, 74, 1.0);
  border-bottom: 1px solid rgba(217, 217, 217, 1.0);
}

.popup-input-field:focus {
  border-bottom-color: rgba(7, 87, 141, 1.0);
  box-shadow: 0 1px 0 0 rgba(7, 87, 141, 1.0);
}

.search-popup-form label {
  color: rgba(#null, 0.0);
}

.search-popup  input[type="submit"] {
  border-color: rgba(217, 217, 217, 1.0);
  color: rgba(74, 74, 74, 1.0);
}

.search-popup  input[type="submit"]:focus {
  border-color: rgba(7, 87, 141, 1.0);
}

.search-form-right input[type="submit"] {
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid rgba(74, 74, 74, 1.0);
  color: rgba(74, 74, 74, 1.0);
}

.search-form-right input[type="submit"]:hover {
  background-color: rgba(255, 255, 255, 1.0);
  border-color: rgba(7, 87, 141, 1.0);
  color: rgba(7, 87, 141, 1.0);
}

.search-popup .close ,
.search-popup .close:hover  {
  color: rgba(0, 0, 0, 1.0);
}

header.header {
  border-bottom: .2rem solid rgba(243, 243, 243, 1.0);
}

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

.header__container {
  max-width: 1140px;
}

.custom-menu-primary .submenu.level-1>li.has-submenu.megamenu-link > a:after ,
.custom-menu-primary .submenu.level-1>li.has-submenu.megamenu-link.active-branch > a:after ,
.custom-menu-primary .submenu.level-1>li.has-submenu.megamenu-link > a.active-branch:after  { 
  border-bottom: 1rem solid rgba(243, 243, 243, 1.0);
}

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(86, 86, 88, 1.0);
}

body .custom-menu-primary .submenu.level-1 > li:hover > a,
body .custom-menu-primary .submenu.level-1 > li:focus > a,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: rgba(61, 61, 62, 1.0);
}

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: rgba(86, 86, 88 , 1.0);
}
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, 1.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, 1.0);
}
body .custom-menu-primary .submenu.level-1 > li > a.active-branch {
  color: rgba(86, 86, 88, 1.0);
}

body .custom-menu-primary .submenu.level-1 > li > a.active-branch:after {
  background-color: rgba(86, 86, 88, 1.0);
}
body .custom-menu-primary .submenu.level-2 li > a, 
.custom-menu-primary .submenu.level-1 > li.has-submenu.Learn .megacard-wrap p {
  color: rgba(86, 86, 88, 1.0);
}
body .custom-menu-primary .megamenu {
  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,
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(255, 255, 255 , 1.0);
  color: rgba(61, 61, 62, 1.0);
}
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link.active-branch {
  color: rgba(86, 86, 88 , 1.0);
  background-color: rgba(255, 255, 255 , 1.0);
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Roboto Slab;
}

.header__language-switcher-label-current:after {
  border-top-color: rgba(86, 86, 88, 1.0);
}

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

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: rgba(86, 86, 88, 1.0);
  }
}

.megamenu .submenu.level-3 > li > a {
  color: rgba(86, 86, 88 , 1.0);
}

.megacard-wrap p {
  color: rgba(255, 255, 255 , 1.0);
}

.megamenu .submenu.level-2 .menu-item:last-of-type .submenu.level-3 a {
  background-color: rgba(255, 255, 255, 0.0);
  border-color: rgba(255, 255, 255, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.megamenu .submenu.level-2 .menu-item:last-of-type .submenu.level-3 a:hover {
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(18, 31, 71, 1.0);
  border-color: rgba(18, 31, 71, 1.0);
}

.megamenu .image-col-text {
  color: rgba(255, 255, 255, 1.0);
}

.header-apply p ,
.header-apply ul {
  background-color: rgba(224, 70, 150, 1.0); 
}

.header-apply p {
  border: 1px solid rgba(224, 70, 150, 1.0); 
}

.header-apply hr {
  border-top: 1px solid rgba(255, 255, 255, 1.0);
}

.header-apply p ,
.header-apply ul a ,
.header-apply ul a:hover {
  color: rgba(255, 255, 255, 1.0);
}

.header-login p {
  background-color: rgba(7, 87, 141, 1.0);
  border: 1px solid rgba(7, 87, 141, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.header-login p:hover ,
.header-login p.login-opened {
  background-color: rgba(5, 57, 92, 1.0);
  border-color: rgba(5, 57, 92, 1.0);  
}

.header-login ul {
  background-color: rgba(5, 57, 92, 1.0);
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.header-login hr {
  border-top: 1px solid rgba(255, 255, 255, 1.0);
}

.header-login ul a ,
.header-login ul a:hover {
  color: rgba(255, 255, 255, 1.0);
}




.footer-top {
  background-color: rgba(7, 87, 141, 1.0);
  color: rgba(255, 255, 255 , 1.0);
}

.footer-contact ul a ,
.footer-contact ul a:hover {
  color: rgba(255, 255, 255 , 1.0);
}

.footer-contact i {
  color: rgba(83, 197, 212 , 1.0);
}

.footer-bottom ,
footer.footer .goog-te-gadget-simple .goog-te-menu-value ,
footer.footer .goog-te-gadget-simple .goog-te-menu-value:hover ,
footer.footer .goog-te-gadget-simple .goog-te-menu-value span {
  color: rgba(255, 255, 255 , 1.0);
}

.footer__copyright-links ul li span {  
  color: rgba(255, 255, 255 , 1.0);
}

.footer a  ,
.footer .hs-menu-item:hover a,
.footer .hs-menu-item:focus a {
  color: rgba(255, 255, 255, 1.0);
}

.footer a:hover ,
.footer .hs-menu-item a:hover,
.footer .hs-menu-item a:focus {
  color: rgba(255, 255, 255, 1.0);
}

.footer__copyright {
  color: rgba(255, 255, 255, 1.0);
}

.footer__container {
  max-width: 1140px;
}





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

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

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

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

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

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

.blog-pagination__link {
  color: #565658;
}

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

.blog-post__title {
  color: #4a4a4a;
  font-family:ITCStoneSansCom-Medium;
  font-size: 38px;
  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: 1140px;
  margin: 0 auto;
}




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